* Update to version 2.19.6
[alpine.git] / pith / pine.hlp
blobb2ac8b16c8925a9a560befc09e3f861192536a9a
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 44 2014-02-09 21:12:14
144 ============= h_news =================
145 <HTML>
146 <HEAD>
147 <TITLE>RELEASE NOTES for Alpine</TITLE>
148 </HEAD>
149 <BODY>                 
150 <H1>Alpine Release Notes</H1>
151 <DIV ALIGN=CENTER>
152 Version <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)
153 <BR>
154 <!--chtml if pinemode="running"-->
155 (built <!--#echo var=ALPINE_COMPILE_DATE-->)
156 <!--chtml endif-->
158 <BR>
159 <BR>Copyright 2013-2014 Eduardo Chappa
160 <BR>Copyright 2006-2008 University of Washington
161 </DIV>
164 Alpine is an &quot;Alternatively Licensed Program for Internet
165 News and Email&quot; produced until 2008 by the University of Washington.
166 It is intended to be an easy-to-use program for
167 sending, receiving, and filing Internet electronic mail messages and
168 bulletin board (Netnews) messages.  Alpine is designed to run on a wide
169 variety of Unix&reg; operating systems.  A version for Microsoft Windows&reg;
170 is available as is a world wide web based version designed to run under the
171 Apache web server.
174 <H2>New in Alpine <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)</H2>
176 Version <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)
177 addresses bugs found in previous releases and has a few additions as well.
180 Additions include:
183 <UL>
184   <LI> Style tag in body of html message causes Alpine to not write its content
185        until a new &lt;/style&gt;
186   <LI> Pico: New subcommand of the search command, allows to reverse the
187        direction of search.
188   <LI> Upgrade UW-IMAP to Panda IMAP from 
189        <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>.
190   <LI> Replace tabs by spaces in From and Subject fields to control for
191        size in screen of these fields. Change only in index screen display.
192   <LI> Add support to selective expunge through a subcommand of the 
193        select-apply commands. Read more in the <A 
194        HREF="h_index_cmd_expunge">help</A> for the expunge command.
195   <LI> Alpine does not attempt to automatically reopen a collection 
196        that was not opened due to cancellation by the user. 
197        Instead, the user must try to open it explicitly.
198   <LI> Alpine searches for a certificate that matches an email address in
199        all addresses in a certificate (instead of just the first 
200        one) but when it tries to unlock the certificate, it asks 
201        for the password for the first email address in that 
202        certificate.
203   <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a 
204        server to use different ways to connect using ssl, for 
205        example {server.com/tls1} will attempt to connect to 
206        server.com at the ssl imap port (port 993) and establish a 
207        connection using TLSv1. These flags can be used in 
208        conjunction with the /ssl flag, the ssl flag is redundant. 
209        Conversely, however, the /ssl flag does not imply any of 
210        these flags; the /ssl flag means SSLv3 or, if not available, 
211        SSLv2 in the SSL port.
212   <LI> Experimental: Write the content-type of a message in 
213        lowercase, as some non-compliant servers do not understand 
214        uppercase content-type, such as those of GMX.de.
215   <LI> Opening a folder updates recent count in maildrops (this 
216        already works for other types of folders)
217   <LI> Automatically redraw screen after opening an attachment 
218        instead of simply clearing it.
219   <LI> Pico: Justification works without need of a predefined quote 
220        string. This allows justification of blocks of text that are 
221        indented with spaces.
222   <LI> Check bounds and tie strings off to improve security. Contributed 
223        by James Jerkins.
224 </UL>
227 Bugs that have been addressed include:
228 <UL>
229   <LI> Fix _INIT_ token for reply quote string to include support for 8-bit
230        in personal names. Reported by Lev Gorenstein.
231   <LI> When writing the .pinerc file, lines were truncated if they were longer
232        than 10,000 characters. This could cause data corruption, so now lines
233        are allowed to be of any length.
234   <LI> In Unix Alpine (but not in MAC OSX) fix a problem that made Alpine 
235        remove attachments before they were open by a mailcap viewer. It 
236        requires that the user has an equivalent to a command such as "ps 
237        auxww" to list the list of processes, and check if there is any 
238        program using the attachment. The default is "/bin/ps auxww", but 
239        it can be changed at compile time with the option --with-ps-cmd. 
240        See the help of the variable 
241        <a href="h_config_psleep"><!--#echo var="VAR_mailcap-check-interval"--></a> 
242        for more information.
243   <LI> S/MIME: signed messages that contained an attachment would not validate.
244   <LI> Crash when tcp connection to NNTP server was lost after connection
245        had been established, but lost immediately afterwards.
246   <LI> WebAlpine: add _GNU_SOURCE to make pubcookie build.
247   <LI> Save command did not warn of existence of a message with a deleted 
248        attachment in an aggregate save, unless cursor was positioned on a message 
249        with a deleted attachment. Reported by Florian Herzig.
250   <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
251        in an IMAP server.
252   <LI> DATE tokens were not internally transformed to UTF-8, which made their
253        values not appear complete in the screen. Reported by Werner Scheinast.
254   <LI> Fixes to configure script so that it will not require PAM for every system.
255   <LI> Fix to configure script so that it will use CPPFLAGS instead of 
256        CPPCFLAGS, and so the --with-ssl-include-dir option take effect 
257        during the build. Fix by Ulf-Dietrich Braumann.
258   <LI> Fix in WebAlpine: do not use deprecated dereference in pointer, 
259        needs to use tcl_getstringresult() instead. Reported by 
260        Ulf-Dietrich Braumann.
261   <LI> Quoted string in URL Viewers configuration variable were not 
262        unquoted before passing to viewer.
263   <LI> Fix in configure script to detect location of tcl library; add
264        /usr/local in FreeBSD and fix a bug in configure script that used 
265        $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed 
266        by Werner Scheinast.
267   <LI> Move SSL configurations from UW-IMAP to configure script, and
268        update OpenSSL configuration for mac OSX.
269   <LI> Remove -lregex from linker flags when building --with-supplied-regex.
270 </UL>
275 Version 2.11 addresses bugs found in previous releases and has a few 
276 additions as well.
279 Additions include:
282 <UL>
283    <LI> Alpine requires version 1.0.1c of Openssl to build.
284    <LI> Increase encryption of S/MIME encrypted messages.
285    <LI> Pico: Improvements in justification of paragraphs: lines that begin
286 with a quote string, followed by a space were considered individual paragraphs,
287 now they are considered part of a paragraph. Based on earlier joint work
288 with Jeff Franklin.
289    <LI> Unix Alpine: Allow local .pinerc file to be a symbolic link.
290    <LI> Experimental extended support of recognition of UTF-8 in urls based on 
291 information from <A HREF="http://url.spec.whatwg.org">http://url.spec.whatwg.org</A>.
292    <LI> Added recognition of ws and wss URIs.
293    <LI> Add ability to <A HREF="h_config_folder_color">color folder names</A>, 
294  <A HREF="h_config_directory_color">directory names</A>,
295  and <A HREF="h_config_folder_list_color">text</A> in the FOLDER SCREEN.
296    <LI> Add the ability to <A HREF="h_config_indextoken_color">color any token</A>
297 used in the display of the INDEX SCREEN.
298    <LI> New option <A HREF="h_config_preserve_field"><!--#echo var="FEAT_preserve-original-fields"--></A>
299 that adds the ability to preserve To: and Cc: fields when replying to a 
300 message, as specified by original sender.
301    <LI> Add a _SILENT_ token to the <A HREF="h_config_display_filters">list of tokens</A>
302  for a display filter, so that Alpine will not redraw the screen when it is unnecessary.
303    <LI> Quota command includes subcommands for printing, forwarding, etc.
304 </UL>
307 Bugs that have been addressed include:
309 <UL>
310   <LI> Crash when a non-compliant SMTP server closes a connection without a QUIT command.
311   <LI> Crash when resizing the screen in a configuration screen.
312   <LI> Do not bail out during a tcp timeout, instead close connection and avoid crash.
313   <LI> Do not use a shell to open a browser.
314   <LI> Configure script did not test for crypto or pam libraries.
315   <LI> Configure script attempted to build web component, even if header file tcl.h was not present.
316   <LI> Change Cygwin directory separator to &quot;/&quot;.
317   <LI> Alpine could set List- headers, contrary to RFC 2369.
318 </UL>
321 Version 2.10 addresses bugs found in previous releases and has a few 
322 additions as well.
325 Additions include:
328 <UL>
329    <LI> Quota report for IMAP folders that support it (press the &quot;@&quot; command in the index screen of such folder).
330    <LI> Search a folder for the content of any header with the &quot;;&quot; command. 
331    <LI> Foreign characters are decoded correctly in IMAP folders.
332    <LI> Question about breaking connection to slow servers includes their name.
333    <LI> Internal x-alpine-help: resource locator for sending links to internal help.
334    <LI> OpenSuse: Alpine find location of OpenSSL certificates.
335    <LI> Cygwin: Alpine builds without need of patch.
336    <LI> Recognition of proper mime type for docx, xlsx, and pptx files.
337    <LI> When composing a message, Alpine will create a new thread when the subject is erased.
338    <LI> Add support for strong encryption of password file when S/MIME is built in.
339 </UL>
342 Bugs that have been addressed include:
345 <UL>
346    <LI> Alpine will close a folder after confirming with user their intention and not reopen it.
347    <LI> Double allocation of memory in Pico.
348    <LI> Alpine does not give warning of message sent and posted upon receipt by email of message posted in newsgroup.
349    <LI> Handling of STYLE html parameter may make Alpine not display the content of a message.
350    <LI> Not recognition of environment variables in some options.
351    <LI> Not display of login prompt during initial keystrokes.
352    <LI> justification of long urls breaks them.
353    <LI> Incorrect New Mail message when envelope is not available.
354    <LI> Inorrect display of PREFDATE, PREFDATETIME and PREFTIME tokens.
355    <LI> Crash when resizing the screen after display of LDAP search.
356    <LI> Crash when redrawing screen while opening a remote folder collection.
357    <LI> Infinite loop in scrolltool function during notification of new mail.
358    <LI> No repaint of the screen after midnight was done when the SMARTDATE token is used in the index screen.
359    <LI> No display of signed and encrypted S/MIME messages.
360    <LI> Alpine will not build with OpenSSL.
361    <LI> Crash for double locking in calls to c-client.
362    <LI> Bad recognition of mime-encoded text may make Alpine not print the subject of a message.
363    <LI> Ignore the references header when threading messages
364    <LI> No update of colors in index screen after update to addressbook.
365 </UL>
368 Version 2.01 addresses bugs found in previous releases and has a few 
369 additions as well.
372 Additions include:
375 <UL>
376    <LI> Fixed non-ASCII web alpine handling
377    <LI> Added web alpine help.
378    <LI> Allow web alpine inbox on second IMAP server.
379    <LI> Allow web alpine config reset after bad inbox-path gets set.
380    <LI> Added web alpine ability to create group contact from contact list members.
381    <LI> Backed out web alpine coercing of default sort-key of arrival to date/reverse.
382    <LI> Tidied up web alpine script layout.
383    <LI> Fixed web alpine status message ordering
384    <LI> Added web alpine Fcc setting via Contacts in Compose
385    <LI> Fixed web alpine autodraft attachment issues
386    <LI> Fixed web alpine problems with recent count maintenance
387    <LI> Fixed web alpine newmail arrival display in message list
388    <LI> Added web alpine confirmation to folder create for Move/Copy
389    <LI> Added web alpine user-domain support
390    <LI> Fixed web alpine to support INBOX-within-a-collection deletion
391 </UL>
394 Bugs that have been addressed include:
397 <UL>
398    <LI> In web alpine fixed delete all selected within a search result to reorient
399         correctly to whole-mailbox message list.
400    <LI> Fixed web alpine delete in view page to be sensitive to sort
401    <LI> Fixed web alpine open of folder within directory from folder manager page.
402    <LI> Fixed web alpine open of folder within directory from left column's recent cache.
403    <LI> Fixed web alpine problems with spaces in special folder names like Drafts
404    <LI> Fixed web alpine adding contacts from message list and view
405    <LI> Fixed web alpine create of non-existent fcc
406    <LI> Remove mistakenly left debugger statement in web alpine javascript.
407    <LI> Some UNIX alpine build problems fixed
408    <LI> Crash in pico and pilot when nl_langinfo returned something unrecognizable
409         or NULL. Add recognition of "646" to nl_langinfo wrapper. This is returned
410         by locale charmap call on some Solaris 8 systems.
411    <LI> MacOS Keychain logins were not working correctly with generic host names, like
412         imap.gmail.com, as opposed to specific instances like rx-in-209.google.com, causing
413         new password requests when not needed
414    <LI> Possible crash in WhereIs command while in FOLDER LIST when cursor is located on the
415         last folder in the list
416    <LI> Change to S/MIME get_x509_subject_email so that X509v3 alternative names are
417         looked for along with the email address
418    <LI> Changes to configure to get spellcheck options with work with arguments.
419    <LI> Add change from Mark Crispin of panda.com to at least minimally handle non-ascii hostname
420         returned by gethostname (iPhone can do this)
421    <LI> Fixed a bug that prevents a filter that moves a message into a local folder
422         from also setting the DELETE flag in that moved message. Fix from Eduardo Chappa.
423    <LI> Changed size of shellpath in open_system_pipe from 32 to MAXPATH. Fix from
424         Jake Scott of marganstanley.com.
425    <LI> Buffer overflow bug in c-client's tmail/dmail, fix from Mark Crispin. This
426         is not used in alpine.
427    <LI> Imapd server crash from unguarded fs_give in IDLE code, fix from Crispin.
428         Apparently this causes RIM Blackberry BIS service problems. This is not
429         used in alpine.
430    <LI> Tmail uninitialized pointer fix from Neil Hoggarth. Not used in alpine.
431    <LI> Buffer overflow possibility in RFC822BUFFER routines in c-client library.
432         Fix from Ludwig Nussel of SUSE and from Crispin.
433    <LI> Include whole filename in export filename history
434    <LI> Fix display bug in pico when Replace command is canceled. Fix from Eduardo Chappa.
435 </UL>
438 Version 2.00
439 addressed bugs found in previous releases and had a few additions as well.
441 Additions included:
444 <UL>
445    <LI> Redesigned Web Alpine interface
446    <LI> Experimental <A HREF="h_mainhelp_smime">S/MIME support</A> added
447         in UNIX versions of Alpine
448    <LI> Attempt to include the attachment filename as part of the name of the
449         temporary file used when viewing an attachment with an external program.
450         Add some randomness to that filename to make it hard to predict the filename.
451         Add a filename extension, usually derived from the type/subtype, to the
452         temporary filename. This was previously done only on Windows and MacOS X.
453    <LI> Enhance address completion in the composer (TAB command) so that it looks
454         through nicknames, fullnames, and addresses from the address book; addresses
455         from the message being viewed, if any; and the results from
456         <A HREF="h_direct_config">LDAP Directory Server</A>
457         lookups for all of the defined directory servers that have the
458         <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
459         feature set.
460    <LI> Make the default character set setting more liberal in what it will accept
461         from the UNIX nl_langinfo call and the various values of LANG seen in the wild
462    <LI> Remove the Alpine revision number from the titlebar in released versions
463         while leaving it there in snapshot versions
464    <LI> Add a <A HREF="h_config_quell_asterisks">feature</A> to suppress the
465         display of asterisks when you type a password for Alpine
466    <LI> Add line wrapping when displaying <EM>PRE</EM> formatted sections of HTML
467    <LI> When the
468         <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
469         feature is turned on convert not only the dates in the index screen but also
470         the dates in the MESSAGE VIEW
471 </UL>
474 Bugs addressed in the 2.00 release included:
477 <UL>
478    <LI> Crash when using tab-completion for selecting a Save filename
479    <LI> Make Web Alpine help text images relative for more portability
480    <LI> Fixed attach save of html parts in Web Alpine
481    <LI> Viewing, printing, exporting, replying, and bouncing of message
482         digests was broken. Replying and bouncing should not have been
483         allowed at all for digests. It would be nice to have a more standard
484         index-like view of a message digest but that has not been addressed
485         with this minor bug fix.
486    <LI> Adjust wrapping of HTML messages so that the margins specified by
487         <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
488         <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>
489         are observed correctly
490    <LI> Interrupt of WhereIs command in index was broken
491    <LI> The <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
492         option did not work correctly interpreting unknown characters in message headers
493    <LI> Long address lines could cause blank continuation lines
494    <LI> Save to a local default INBOX failed if the primary collection was also local,
495         which it is by default. The save went to  ~/mail/inbox instead.
496    <LI> Make a default save folder of &quot;inbox&quot; always mean the real
497         inbox, not the inbox in the primary collection
498    <LI> Address book entries with lots of addresses would be truncated when
499         entered in the composer with a screen size wider than 270 or so charcters
500    <LI> Some fields in the index screen were truncated when the screen width was
501         wider than 256 characters
502    <LI> Crash when TABing to next folder, the next folder with new mail is a POP
503         folder, and there is a more than 10 minute pause between typing the TAB
504         and typing the Yes
505 </UL>
508 Version 1.10(962)
509 addressed bugs found in previous releases and had a few additions as well.
511 Additions included:
514 <UL>
515    <LI> Add the possibility of setting a default role
516         (see <A HREF="h_role_select">Roles Screen</A>)
517         which may be convenient if your work flow involves acting in one
518         role for a while then switching to another role and staying in the
519         new role for another period of time
520    <LI> When Saving and the IMAP server problem &quot;Message to save shrank!&quot;
521         is encountered, ask the user if he or she wants to continue with the
522         risky Save anyway instead of aborting. This may be helpful if your
523         IMAP server is broken in this way but be aware that it is possible there
524         was a real error instead of just a broken server implementation.
525    <LI> Some configure adjustments for Kerberos detection and
526         for SCO OpenServer 5 support
527    <LI> Hide INBOX in a collection if it also appears as an
528         <A HREF="h_config_enable_incoming">Incoming Folder</A>
529    <LI> Show asterisks for feedback when the user is typing a password
530    <LI> Performance improvement for threading of large folders
531    <LI> Previously, the search used to find
532         Pattern matches containing To patterns searched for both To
533         and Resent-To headers. The relatively complicated search this
534         produces causes problems when using some deficient IMAP servers.
535         Now the default is to look only for To headers and ignore the
536         presence of Resent-To. The previous behavior may be restored
537         with the <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> feature.
538    <LI> Add an
539         <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
540         to help with reading malformed unlabeled messages
541    <LI><A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A> option added
542    <LI> Map some Shift-LeftArrow escape sequences to LeftArrow
543    <LI> Add feature <A HREF="h_config_warn_if_fcc_blank"><!--#echo var="FEAT_warn-if-blank-fcc"--></A>
544 </UL>
547 Bugs addressed in the 1.10(962) release included:
550 <UL>
551    <LI> Crash when encountering certain errors from an SMTP server
552    <LI> Crash in composer caused by overflow in replace_pat()
553    <LI> Hang when authenticating to an SMTP server that fails with a
554         &quot;connection disconnected&quot; error
555    <LI> Bug in handling of trailing tab character in flowed text
556    <LI> Security enhancement for mailcap parameter substitution
557    <LI> <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>
558         did not work if the message being replied to was not flowed text
559         and <A HREF="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></A>
560         was not turned on
561    <LI> Don't allow printer to be changed through hidden config screen
562         if system administrator didn't want it to be allowed
563    <LI> Attempts are sometimes made to set the Forwarded flag when alpine
564         should know that it won't work, causing error messages to appear
565    <LI> A <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
566         of double-quote double-quote didn't work right
567    <LI> Quoting wasn't being done to protect special characters from the
568         MacOS X shell when
569         <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A>
570         was not defined
571    <LI> On MacOS X message attachments should be shown internally instead of
572         being shown using the Mail application
573    <LI> When replying to a message with a charset of X-UNKNOWN Alpine would
574         sometimes set the outgoing charset to X-UNKNOWN, making the result
575         unreadable
576    <LI> When the sending of a message failed lines with leading spaces had one
577         additional space inserted in each of those lines when the user
578         was returned to the composer
579    <LI> The <A HREF="h_index_cmd_whereis">WhereIs</A> command missed some index lines
580         that contained non-ascii characters because it was truncating the
581         line being searched so that it was shorter than what was visible on
582         the screen
583    <LI> When composing, an attachment with a long name that causes wrapping in
584         just the wrong place would generate an error and cause the send
585         of the attachment to fail
586    <LI> After calling the file browser to attach a file in the composer, a resize
587         of the window when back in the composer would redraw the last screen that
588         had been shown in the browser instead of the current composer screen
589    <LI> Possible crash in index screen when encountering unparseable addresses
590         or when using one of the PRIORITY tokens or the HEADER token in the
591         <a href="h_config_index_format"><!--#echo var="VAR_index-format"--></a>
592    <LI> Problems with Header Color editing if the configuration option
593         <a href="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></a>
594         was inadvertently changed to the Empty Value in the hidden config screen
595    <LI> When resuming the final postponed message from an Exchange server the user
596         could get a certificate validation failure because alpine was trying
597         to validate the canonical name of the folder instead of the name the
598         user used
599    <LI> Windows line endings in a mimetypes file on a Unix system cause a
600         failure to find a match
601    <LI> Make matching of extension names case independent in mimetypes files
602    <LI> Windows dialog boxes for entering text were not working correctly
603    <LI> Replying to or Forwarding multipart/alternative messages which had a
604         single text/html part did not work well
605    <LI> Printing the print confirmation page caused a crash
606    <LI> A To line with a long, quoted personal name could display incorrectly
607         if it was close to the same width as the screen
608    <LI> When <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
609         and <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
610         are turned on hide (0/0) when the folder is empty
611    <LI> Folder completion while Saving didn't work if the collection being
612         saved to was the local home directory
613 </UL>
616 Version 1.00
617 was an evolutionary release based on
618 <A HREF="http://www.washington.edu/pine/">Pine</A>, which was also
619 developed at the University of Washington.
620 It is upwards-compatible for existing Pine users.
623 Changes included:
625 <UL>
626    <LI> Ground-up reorganization of source code around addition
627         of "pith/" core routine library.
628    <LI> Fundamental improvement in Alpine's internal text handling, which
629         is now based exclusively on Unicode. This allows displaying incoming
630         messages and producing outgoing messages in many different languages.
631    <LI> Ground-up reorganization of build and install procedures
632         based on GNU Build System's autotools. NOTE, the included IMAP library
633         build is not based on autotools, so some features will not work. However,
634         it should get built automatically during the Alpine build process.
635    <LI> Web-based version included built on TCL designed to run under
636         a suitable CGI-supporting web server such as Apache.
637 </UL>
641 Details on changes in previous (prerelease) versions of Alpine
642 may be found at the following URL:
644 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/changes.html">http://www.washington.edu/alpine/changes.html</A></SAMP></CENTER>
647 <HR WIDTH="75%"><P>
649 <H2>Getting Help</H2>
650 <DL>
651 <DT>Online Help</DT>
652 <DD>
653 Every Alpine screen and command has associated help text
654 accessible via the &quot;?&quot; key (or Ctrl-G in text-input contexts).
655 </DD>
657 <DT>Web Help</DT>
658 <DD>
659 The most current source of information about Alpine,
660 including new version availability, is the web page at
662 <CENTER><SAMP><A HREF="http://patches.freeiz.com/alpine/">http://patches.freeiz.com/alpine/</A></SAMP></CENTER>
663 </DD>
664 </DL>
666 Frequently Asked Questions (and answers) may be found at the following
667 URL:
669 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/faq/">http://www.washington.edu/alpine/faq/</A></SAMP></CENTER>
672 <HR WIDTH="75%"><P>
674 <H2>Additional Information</H2>
676 General Alpine configuration information can be found
677 <A HREF="h_news_config">here</A>.
679 This is revision (<!--#echo var="ALPINE_REVISION"-->) of the Alpine software.
680 Alpine mailbox and <A HREF="http://www.washington.edu/imap/">IMAP</A> server
681 access is provided by the IMAP Toolkit Environment (c-client library)
682 version <!--#echo var="C_CLIENT_VERSION"-->.
683 <P> 
684 Alpine was developed until 2009 by the Office of Computing 
685 &amp; Communications at the University of Washington in Seattle.  
686 Since then, the effort of developing Alpine has been continued by
687 a community of volunteers who dedicate their time to make a good software
688 even better!
689 software 
692 Alpine Copyright 2013-2014 Eduardo Chappa, 
693 <BR> Copyright 2006-2008 University of Washington.
696 Additional legal notices can be found <A HREF="h_news_legal">here</A>
697 or at the web URL:
700 <CENTER><A HREF="http://www.washington.edu/alpine/overview/legal.html">http://www.washington.edu/alpine/overview/legal</A></CENTER>
703 &lt;End of Release Notes&gt;
704 </BODY>
705 </HTML>
706 ====== h_tls_failure_details ======
707 <HTML>
708 <HEAD>
709 <TITLE>Certificate Validation Details</TITLE>
710 </HEAD>
711 <BODY>
712 <H1>Certificate Validation Details</H1>
714 This screen gives details as to why the certificate validation failed: the
715 name of the desired server system; the reason for failure; and the name on
716 the certificate.  This is primarily of interest to experts.
719 &lt;End of help&gt;
720 </BODY>
721 </HTML>
722 ====== h_tls_failure ======
723 <HTML>
724 <HEAD>
725 <TITLE>TLS or SSL Failure</TITLE>
726 </HEAD>
727 <BODY>
728 <H1>TLS or SSL Failure</H1>
730 An attempt was made to establish a secure, encrypted connection to the
731 server system using either Transport Layer Security (TLS) or the older
732 Secure Sockets Layer (SSL).  This attempt failed.
735 You should contact your server system management for more assistance.
736 The problem is probably at the server system and not in Alpine or your local
737 system.  The text in this screen may be helpful for the server system
738 management in debugging the problem,
741 &lt;End of help&gt;
742 </BODY>
743 </HTML>
744 ====== h_tls_validation_failure ======
745 <HTML>
746 <HEAD>
747 <TITLE>TLS and SSL Certificate Validation Failures</TITLE>
748 </HEAD>
749 <BODY>
750 <H1>TLS and SSL Certificate Validation Failures</H1>
752 An attempt was made to establish a secure, encrypted connection to the
753 server system using either Transport Layer Security (TLS) or the older
754 Secure Sockets Layer (SSL).
757 An important part of this procedure is server certificate validation.  A
758 server certificate is an &quot;electronic identification card&quot; for the server
759 system that is signed by a well-known certificate authority (CA).  Alpine
760 compares the server system identity in the server certificate with the
761 name of the server system to which it is trying to connect.  Alpine also
762 verifies that the CA signature is authentic.
765 Some common failure conditions are:
768 <UL>
769   <LI> [UNIX Alpine] Self signed certificate.  This means that the server system
770 signed its own certificate.  This does not necessarily indicate anything
771 bad; the server operators may simply have elected to not purchase a
772 signed certificate from a certificate authority.
774   <LI> [UNIX Alpine] Unable to get local issuer certificate.  This means that
775 the signature on the server system is from an unknown certificate authority.
776 It can also mean that no certificate authority certificates have been
777 installed on the local UNIX system.
779   <LI> [PC Alpine] Self-signed certificate or untrusted authority.  This is
780 the same as either of the above two conditions in UNIX Alpine.  Note that
781 Windows systems typically have a full set of certificate authority
782 certificates installed, so it is more likely to be a self-signed
783 certificate than an unknown certificate authority.
785   <LI> Server name does not match certificate.  This means that the server
786 presented a proper signed certificate for a name other than the desired
787 name.
788 </UL>
791 Any of these conditions can indicate that you are being attacked and have
792 been directed to an imposter server that will record your password and
793 your private mail messages.  It can also mean something innocuous.
796 If you are certain that the problem is innocuous, you can append the
797 option
800 <CENTER><SAMP>/novalidate-cert</SAMP></CENTER>
803 to the server system name where it appears in your configuration (e.g. the
804 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>,
805 a folder-collection, or a news or SMTP server).  This will
806 disable certificate validation.  On the other hand, if you are attacked,
807 you will get no warning if you do this.
810 &lt;End of Cert Validation Failures help&gt;
811 </BODY>
812 </HTML>
813 ====== h_release_tlscerts ======
814 <HTML>
815 <HEAD>
816 <TITLE>TLS and SSL usage note</TITLE>
817 </HEAD>
818 <BODY>
819 <H1>TLS and SSL usage note</H1>
822 When using Alpine from Unix or Windows 2000,
823 server certificates must be signed by a trusted certificate authority.
824 You may relax this requirement (at the cost of some security) by using
826 <A HREF="h_folder_server_syntax">NoValidate-Cert</A>
827 modifier in the mailbox name.
830 <CENTER><SAMP>{foo.example.com/novalidate-cert}INBOX</SAMP></CENTER>
833 The fully-qualified host name of the server should be used
834 so that it matches the host name in the server certificate.
836 Here is an example of a host specification that directs Alpine to use
837 the SSL port (993) and an encrypted data stream.
839 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
841 &lt;End of TLS usage help&gt;
842 </BODY>
843 </HTML>
844 ====== h_news_config ======
845 <HTML>
846 <HEAD>
847 <TITLE>Alpine Configuration</TITLE>
848 </HEAD>
849 <BODY>
850 <H1>Alpine Configuration</H1>
852 <H2>Using Environment Variables</H2>
854 The values of Alpine configuration options may include environment variables
855 that are replaced by the value of the variable at the time Alpine is run
856 (and also at the time the config option is changed).
857 The syntax to use environment variables is a subset of the common Unix
858 shell dollar-syntax.
859 For example, if
861 <P><CENTER><SAMP>$VAR</SAMP></CENTER><P>
863 appears in the value of an Alpine configuration option it is looked up in the
864 environent (using getenv(&quot;VAR&quot;)) and its
865 looked-up value replaces the <SAMP>$VAR</SAMP> part of the option value.
866 To include a literal dollar sign you may precede the dollar sign with another
867 dollar sign.
868 In other words, if the text
870 <P><CENTER><SAMP>$$text</SAMP></CENTER><P>
872 is the value of a configuration option, it will be expanded to
874 <P><CENTER><SAMP>$text</SAMP></CENTER><P>
876 and no environment lookup will be done.
877 For Unix Alpine it will also work to use a backslash character to
878 escape the special meaning of the dollar sign, but $$ is preferable since
879 it works for both PC-Alpine and Unix Alpine, allowing the configuration option
880 to be in a shared configuration file.
883 This all sounds more complicated than it actually is.
884 An example may make it clearer.
885 Unfortunately, the way in which environment variables are set is OS-dependent 
886 and command shell-dependent.
887 In some Unix command shells you may use
889 <P><CENTER><SAMP>PERSNAME="Fred Flintstone"</SAMP></CENTER><P>
890    <CENTER><SAMP>export PERSNAME</SAMP></CENTER><P>
892 Now, if you use Alpine's Setup/Config screen to set
894 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=$PERSNAME</SAMP></CENTER><P>
896 the <SAMP>$PERSNAME</SAMP> would be replaced by <SAMP>Fred Flintstone</SAMP>
897 so that this would be equivalent to
899 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=Fred Flintstone</SAMP></CENTER><P>
901 Note, environment variable substitution happens after configuration
902 options that are lists are split into the separate elements of the list,
903 so a single environment variable can't contain a list of values.
906 The environment variable doesn't have to be the only thing
907 after the equal sign.
908 However, if the name of the variable is not at the end of the line or
909 followed by a space (so that you can tell where the variable name ends),
910 it must be enclosed in curly braces like
912 <P><CENTER><SAMP>${VAR}</SAMP></CENTER><P>
914 It is always ok to use the braces even if you don't need to.
916 It is also possible to set a default value for an environment variable.
917 This default value will be used if the environment variable is not
918 set (that is, if getenv(&quot;VAR&quot;) returns NULL).
919 The syntax used to set a default value is
921 <P><CENTER><SAMP>${VAR:-default value}</SAMP></CENTER><P>
923 If the config file contains
925 <P><CENTER><SAMP>personal-name=${VAR:-Fred Flintstone}</SAMP></CENTER><P>
927 then when Alpine is run <SAMP>VAR</SAMP> will be looked up in the environment.
928 If <SAMP>VAR</SAMP> is found then <SAMP>personal-name</SAMP> will have
929 the value that <SAMP>VAR</SAMP> was set to, otherwise,
930 <SAMP>personal-name</SAMP> will be set to <SAMP>Fred Flintstone</SAMP>,
931 the default value.
932 (Note that the variable is called &quot;personal-name&quot; in the config
933 file but is displayed in the config screen as
934 &quot;<!--#echo var="VAR_personal-name"-->&quot;.
935 In general, the value that goes into a config file is never exactly the
936 same as the value you see on the screen.)
939 An example where an environment variable might be useful is the
940 variable <SAMP>Inbox-Path</SAMP> in the global configuration file.
941 Suppose most users used the server
943 <P><CENTER><SAMP>imapserver.example.com</SAMP></CENTER><P>
945 but that there were some exceptions who used
947 <P><CENTER><SAMP>altimapserver.example.com</SAMP></CENTER><P>
949 In this case, the system manager might include the following line in
950 the systemwide default Alpine configuration file
952 <P><CENTER><SAMP>Inbox-Path=${IMAPSERVER:-imapserver.example.com}</SAMP></CENTER><P>
954 For the exceptional users adding
956 <P><CENTER><SAMP>IMAPSERVER=altimapserver.example.com</SAMP></CENTER><P>
958 to their environment should work.
960 Another example might be the case where a user has to use a different
961 SMTP server from work and from home.
962 The setup might be something as simple as
964 <P><CENTER><SAMP>smtp-server=$SMTP</SAMP></CENTER><P>
966 or perhaps a default value could be given.
967 Note that, as mentioned above, the variable <SAMP>SMTP</SAMP> cannot contain
968 a list of SMTP servers.
971 <H2>Configuration precedence</H2>
973 There are several levels of Alpine configuration.  Configuration values at
974 a given level override corresponding values at lower levels.  In order of
975 increasing precedence:
977 <UL>
978  <LI> built-in defaults
979  <LI> system-wide
980 <!--chtml if pinemode="os_windows"-->
981       config file from command line or provided
982       by "PINECONF" environment variable
983 <!--chtml else-->
984       pine.conf file
985 <!--chtml endif-->
986  <LI> personal configuration file
987  <LI> personal exceptions configuration file
988  <LI> command-line options
989  <!--chtml if pinemode="os_windows"--><!--chtml else-->
990  <LI> system-wide pine.conf.fixed file<!--chtml endif-->
991 </UL>
993 The values in both the personal configuration file and the
994 <A HREF="h_config_exceptions">exceptions</A>
995 configuration file may be set using the Setup command.
996 Setup/Config is the command to change most of the personal configuration
997 options.
998 The other Setup subcommands are also used to change the configuration,
999 for example, Setup/AddressBook, Setup/Rules, and so on.
1000 Changing the personal exceptions configuration is very similar.
1001 To change a value in the Config screen you would use the command
1002 Setup/eXceptions/Config.
1003 Likewise for the other Setup subcommands (Setup/eXceptions/Rules and so on).
1005 There are a couple exceptions to the rule that configuration values are replaced
1006 by the value of the same option in a higher-precedence file.
1007 The Feature-List variable has values that are additive, but can be
1008 negated by prepending &quot;no-&quot; in front of an individual feature name.
1009 So for features, each individual feature's value is replaced by the value
1010 of the same feature in a higher-precedence file.
1011 Note that this is done automatically for you when you change these values via
1012 the Setup/Config command.
1013 The other exception to the <EM>replace</EM> semantics happens when you
1014 use <A HREF="h_config_inheritance">configuration inheritance</A>
1015 for option lists.
1018 <H2>File name defaults</H2>
1020 Notes:<P>
1022 <BR> &lt;exe dir&gt; = directory where pine.exe found.
1023 <BR> &lt;pinerc dir&gt; = directory where pinerc found.
1024 <BR> # = default file name is overridable in pinerc.
1025 <BR> $HOME, if not explicitly set, defaults to root of the current drive.
1026 <BR> $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
1027 <BR> + between the mailcap paths implies that the two files are combined.
1028 <BR> ; between other default paths implies that the first one found is used.
1029 </P>
1030 Alpine looks for most support files in the same directory it finds its
1031 personal configuration file (pinerc).  The -p command-line flag may be
1032 used to specify a particular path name for the pinerc file.  If a
1033 pinerc file does not exist, it will be created (if directory permissions
1034 allow).  In PC-Alpine, if -p or $PINERC are not defined, Alpine will look
1035 in $HOME&#92;PINE and the directory containing the PINE.EXE.  If a PINERC
1036 file does not exist in either one, it will create one in the first of those
1037 two directories that is writable.  In detail:
1038 <PRE>
1040 PC-Alpine:
1042  executable     &lt;DOS search path&gt;&#92;pine.exe
1043  help index     &lt;exe dir&gt;&#92;pine.ndx
1044  help text      &lt;exe dir&gt;&#92;pine.hlp
1046  pers config    $PINERC  ;  $HOME&#92;pine&#92;PINERC  ;  &lt;exe dir&gt;&#92;PINERC
1047  except config  $PINERCEX ; $HOME&#92;pine&#92;PINERCEX  ;  &lt;exe dir&gt;&#92;PINERCEX
1048  global cfg     $PINECONF
1050  debug          &lt;pinerc dir&gt;&#92;pinedebg.txtN
1051  crash          &lt;pinerc dir&gt;&#92;pinecrsh.txt
1052  signature#     &lt;pinerc dir&gt;&#92;pine.sig
1053  addressbook#   &lt;pinerc dir&gt;&#92;addrbook
1054  mailcap#       &lt;pinerc dir&gt;&#92;mailcap  +  &lt;exe dir&gt;&#92;mailcap
1055  mimetypes#     &lt;pinerc dir&gt;&#92;mimetype +  &lt;exe dir&gt;&#92;mimetype
1056  newsrc#        $HOME&#92;newsrc (if exists, else) &lt;pinerc dir&gt;&#92;newsrc
1057  sentmail#      $HOME&#92;mail&#92;sentmail.mtx
1058  postponed#     $HOME&#92;mail&#92;postpond.mtx
1059  interrupted    $HOME&#92;mail&#92;intruptd
1061 Unix Alpine:
1063  executable     &lt;Unix search path&gt;/pine
1064  persnl cfg     ~/.pinerc
1065  except cfg     ~/.pinercex
1066  global cfg     <!--#echo var="PINE_CONF_PATH"-->
1067  fixed cfg      <!--#echo var="PINE_CONF_FIXED_PATH"-->
1068  local help     <!--#echo var="PINE_INFO_PATH"-->
1070  interrupted    ~/.pine-interrupted-mail
1071  debug          ~/.pine-debugN
1072  crash          ~/.pine-crash
1073  newsrc#        ~/.newsrc
1074  signature#     &lt;pinerc dir&gt;/.signature
1075  addressbook#   &lt;pinerc dir&gt;/.addressbook
1076  postponed#     ~/mail/postponed-msgs
1077  sentmail#      ~/mail/sent-mail
1078  mailcap#       ~/.mailcap + /etc/mailcap
1079                            + /usr/etc/mailcap + /usr/local/etc/mailcap
1080  mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
1082  news-spool     varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news
1083  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
1084  lock files     /tmp/.<!--#echo var="MAIL_SPOOL_LOCK_PATH"-->
1085  inbox          <!--#echo var="MAIL_SPOOL_PATH"-->
1086  password       /etc/passwd
1088 Unix Alpine and PC-Alpine:
1090  .ab*           remote addressbook support files
1091  a[1-9]*        temporary (while Alpine is running) addressbook files
1093 </PRE>
1096 <H2>Mailcap files</H2>
1098 Alpine honors the mailcap configuration system for specifying external
1099 programs for handling attachments.  The mailcap file maps MIME attachment
1100 types to the external programs loaded on your system that can display
1101 and/or print the file.  A sample mailcap file comes bundled with the Alpine
1102 distribution.  It includes comments that explain the syntax you need to
1103 use for mailcap.  With the mailcap file, any program (mail readers,
1104 newsreaders, WWW clients) can use the same configuration for handling
1105 MIME-encoded data.
1108 <H2>MIME-Types files</H2>
1110 Alpine uses mime-types files (.mime.types or MIMETYPE) to determine
1111 what Content-Type to use for labeling an attached file, based on
1112 the file extension.  That is, this file provides a mapping between
1113 filename extensions and MIME content-types.
1116 <H2>Environment variables</H2>
1118 PC-Alpine uses the following environment variables:
1119 <DL>
1120 <DT>PINERC</DT>
1121 <DD>Optional path to pinerc file.</DD>
1122 <DT>PINERCEX</DT>
1123 <DD>Optional path to personal exceptions configuration file.</DD>
1124 <DT>PINECONF</DT>
1125 <DD>Optional path to global pine config file.</DD>
1126 <DT>HOME</DT>
1127 <DT>TMPDIR, TMP, or TEMP</DT>
1128 <DT>COMSPEC</DT>
1129 <DT>MAILCAPS</DT>
1130 <DD>A <B>semicolon</B> delimited list of path names to mailcap files.</DD>
1131 <DT>USER_DICTIONARY</DT>
1132 <DD>Used to specify the file to contain the user's spell check
1133 dictionary.  The default is <SAMP>DICT.U</SAMP> in the same
1134 directory as the <SAMP>SPELL32.DLL</SAMP></DD>
1135 </DL>
1137 Unix Alpine uses the following environment variables:
1138 <DL>
1139 <DT>TERM</DT>
1140 <DD>Tells Alpine what kind of terminal is being used.</DD>
1141 <DT>DISPLAY</DT>
1142 <DD>Determines if Alpine will try to display IMAGE attachments.</DD>
1143 <DT>SHELL</DT>
1144 <DD>If not set, default is &quot;/bin/sh&quot;.</DD>
1145 <DT>TMPDIR, TMP, or TEMP</DT>
1146 <DT>MAILCAPS</DT>
1147 <DD>A <B>colon</B> delimited list of path names to mailcap files.</DD>
1148 </DL>
1149 <!--chtml if pinemode="os_windows"-->
1151 <H2>Common PC-Alpine Configuration Problems</H2>
1153 <H3>Configuration settings aren't being saved</H3>
1155 <P>This problem can happen if you run pine from one directory and
1156 then decide to move your pine directory to another location.  PC-Alpine
1157 stores certain variables, including the configuration location, in the
1158 Windows Registry (which you shouldn't ever need to manually edit).  There
1159 are a couple of ways to go about removing or resetting the values in the
1160 registry.
1163 1) Run PC-Alpine's registry value deletion command.  This can be done by
1164 running: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-registry&nbsp;clear&quot; from the DOS
1165 prompt. You could create a shortcut to pine.exe and change the &quot;Target&quot;
1166 value to the above command.
1169 2) Tell PC-Alpine where to look for the configuration file.  Configuration
1170 information is stored in a file called the PINERC.  With the &quot;-p&nbsp;PINERC&quot;
1171 option, you can tell PC-Alpine the location of your pinerc.  An example of
1172 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;.
1173 Again, you can use the DOS prompt or the shortcut method explained in (1).
1176 Additionally, there is the &quot;-registry&nbsp;set&quot; option, which will actively
1177 set registry values to the current setting, and is therefore useful with
1178 the &quot;-p&nbsp;PINERC&quot; option.
1180 <!--chtml endif-->
1182 &lt;End of Configuration Notes&gt;
1183 </BODY>
1184 </HTML>
1185 ====== h_news_legal ======
1186 <html>
1187 <head>
1188 <TITLE>Alpine Legal Notices</TITLE>
1189 </head>
1190 <body>
1192 <H1>Alpine Legal Notices</H1>
1194 Alpine and its constituent programs are covered by the Apache License Version 2.0.
1198 &lt;End of Alpine Legal Notices&gt;
1199 </BODY>
1200 </HTML>
1201 ===== h_info_on_mbox =====
1202 <HTML>
1203 <HEAD>
1204 <TITLE>Information on mbox driver</TITLE>
1205 </HEAD>
1206 <BODY>
1207 <H1>Information on &quot;Missing Mail&quot; and the &quot;mbox&quot; driver</H1>
1209 Beginning with Pine 4.00 (Pine came before Alpine)
1210 a new INBOX access method is
1211 available as part of the standard configuration.  It is called the
1212 &quot;mbox&quot; driver and it works like this:<P>
1215 <BLOCKQUOTE>
1216 If the file &quot;mbox&quot; exists in the user's home directory, and
1217 is in Unix mailbox format, then when INBOX is opened this file will be
1218 selected as INBOX instead of the mail spool file.  Messages will be
1219 automatically transferred from the mail spool file into the mbox
1220 file.
1221 </BLOCKQUOTE>
1224 The advantage of this method is that, after new mail has been copied
1225 from the system mail spool, all subsequent access is confined to the
1226 user's home directory, which is desirable on some systems.  However, a
1227 possible disadvantage is that mail tools other than those from the
1228 University of Washington will not know to look for mail in the user's
1229 mbox file.  For example, POP or IMAP servers other than those from the
1230 University of Washington, and many &quot;new mail notification&quot;
1231 programs may not work as expected with this driver enabled.<P>
1233 To disable this behavior, either remove/rename the &quot;mbox&quot;
1234 file or find the <A HREF="h_config_disable_drivers"><!--#echo var="VAR_disable-these-drivers"--></A>
1235 option in Setup/Config
1236 and add &quot;mbox&quot; to it:
1238 <CENTER><SAMP><!--#echo var="VAR_disable-these-drivers"-->=mbox</SAMP></CENTER>
1240 &lt;End of help on this topic&gt;
1241 </BODY>
1242 </HTML>
1243 ===== h_info_on_locking =====
1244 <HTML>
1245 <HEAD>
1246 <TITLE>FAQs on Alpine Locking</TITLE>
1247 </HEAD>
1248 <BODY>
1249 <H1>What Systems Managers Need to Know about Alpine File Locking</H1>
1251 There is an extensive section on locking in the Alpine technical notes;
1252 this information is intended to provide answers to some common questions:<P>
1253 <OL>
1254 <LI> Why did locking change in Pine 4.00?<BR>
1255 The actual locking mechanisms did not change in 4.00.
1256 What changed is that when one particular locking mechanism used by Alpine 
1257 fails, Alpine now issues a warning message.  Prior to Pine 4.00, the locking
1258 failure would occur, but no warning was issued.<P>
1260 <LI> Is this what the &quot;Mailbox vulnerable&quot; message is about?<BR>
1261 Yes.  It means that Alpine was unable to create a lockfile in the
1262 spool directory, generally because of overly restrictive protections on the
1263 spool directory.  The correct permissions on the spool directory for
1264 running Alpine are 1777, i.e. read-write-execute permission for everyone,
1265 with the sticky-bit set, so only owners of a file can delete them.<P>
1267 <LI> Why does Alpine require that the mail spool directory have 1777
1268    protections?<BR>
1269 Alpine was designed to run without special privileges.  This means that in
1270 order to create a lockfile in the spool directory, it is necessary to have
1271 the spool directory permissions be world-writable.<P>
1273 <LI> Can't you create the lockfile somewhere else?<BR>
1274 No.  The lockfile in question must be in the mail spool directory, because
1275 that's where the mail delivery program expects to find it, and the purpose
1276 of the file is to coordinate access between the mail client (Alpine) and the
1277 mail delivery program.<P>
1279 <LI> Isn't having the spool directory world-writable a big security risk?<BR>
1280 No.  Remember that the individual mail files in the spool directory are
1281 NOT world-writable, only the containing directory.  Setting the &quot;sticky
1282 bit&quot; -- indicated by the &quot;1&quot; before the &quot;777&quot; mode 
1283 -- means that only the owner of the file (or root) can delete files in the 
1284 directory.  So the only bad behavior that is invited by the 1777 mode is that 
1285 anyone could
1286 create a random file in the spool directory.  If the spool directory is
1287 under quota control along with home directories, there is little incentive
1288 for anyone to do this, and even without quotas a periodic scan for
1289 non-mail files usually takes care of the problem.  <P>
1291 <LI> Why not run Alpine as setgid mail?<BR>
1292 Alpine was never designed to run with privileges, and to do so introduces a
1293 significant security vulnerability.  For example, if a user suspends Alpine,
1294 the resulting shell will have group privileges.  This is one example of
1295 why we strongly recommend against running Alpine as a privileged program.
1296 In addition, a &quot;privileged mailer &quot paradigm would mean that normal 
1297 users
1298 could not test Alpine versions or other mailers that had not been installed
1299 by the system administrators.<P>
1302 <LI> Are there any alternatives to creating .lock files in the spool dir?<BR>
1303 There are, but they all have different sets of tradeoffs, and not all will
1304 work on all systems.  Some examples:<UL>
1305  <LI> Use lock system calls.  Works fine on a few systems, provided mail
1306    spool is local.   Doesn't work reliably if NFS is used.
1307    Doesn't work unless <B>all</B> the mail programs accessing the spool dir
1308    use the same calls.
1309  <LI> Deliver mail to user's home directory.  An excellent solution, highly
1310    recommended -- but one which is incompatible with some &quot;legacy&quot; 
1311 mail tools that always look in the spool directory for the mail.
1312 </UL><P>
1314 <LI> Are these spool directory lock files the only kinds of locks used by
1315    Alpine?<BR>
1316 No.  Alpine also creates lockfiles in the /tmp directory.  For normal Unix
1317 mailbox format folders, these are used to coordinate access between
1318 multiple Alpine sessions.  <P>
1320 <LI> What about the 
1321 <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>
1322 This is for people who are content to live dangerously, or who have
1323 specific knowledge that the spool directory lockfiles are superfluous on
1324 their system (because both Alpine and the mail delivery program are using 
1325 system call file locking in a context that works reliably, e.g. not NFS.)<P>
1327 <LI> Where can I find more details on how Alpine locking works?<BR>
1328 See the Alpine Technical Notes.<P>
1330 </OL>
1332 &lt;End of help on this topic&gt;
1333 </BODY>
1334 </HTML>
1335 ===== h_finding_help ====
1336 <HTML>
1337 <HEAD>
1338 <TITLE>Finding more information and requesting help</TITLE>
1339 </HEAD>
1340 <BODY>
1341 <H1>Places to Look for More Answers</H1>
1342 If you have questions about or problems with Alpine that you cannot resolve 
1343 after consulting the program's internal, context-sensitive help screens, here 
1344 are additional information resources that you may find helpful:
1346 <UL>
1347   <LI> Alpine's top-level <A HREF="main_menu_tx">MAIN MENU HELP</A>.<P>
1349   <LI> Alpine's <A HREF="h_help_index">Help Index</A>.<P>
1351   <LI> Alpine's internal <A HREF="h_news">Release Notes</A>.  They contain a 
1352 listing of changes in Alpine <!--#echo var="ALPINE_VERSION"-->
1353   since the last version, which may be useful for you to be aware of, 
1354 <B>especially</B> if a &quot;problem&quot; you are encountering is actually 
1355 a change in the way an aspect of Alpine works.  There, you will also find notes 
1356 on Alpine configuration.<P>
1358   <LI> The Alpine Information Center (maintained by the University of
1359            Washington) World Wide Web site contains, among other things
1360            <UL>
1361            <LI>a collection of Frequently Asked Questions (and answers!) about Alpine
1362            <LI>an overview of the basics for beginning Alpine users
1363            <LI>Technical Notes for systems administrators
1364            <LI>archives (including a searchable index) of the alpine-info 
1365 mailing list, on which matters of interest to systems/email administrators,
1366 developers, trainers, user support personnel, and others involved with Alpine 
1367 messaging on a &quot;technical&quot; level are discussed.
1368 </UL>
1369         The Alpine Information Center can be accessed with a WWW browser at:<P>
1370             <CENTER><A HREF="http://www.washington.edu/alpine/">http://www.washington.edu/alpine/</A></CENTER>  
1371 </UL>
1372 <P><HR WIDTH="75%">
1373 <H1>Requesting help</H1>
1374 If the internal help, the Release Notes, the Alpine Information Center, and your 
1375 local online and print resources do not help you resolve a problem, please
1376 start by contacting your local computer support staff and asking for help.
1378 This is especially true if:
1379 <ul>
1380   <li>You suddenly have trouble sending or receiving mail.
1381   <li>You receive a "disk quota exceeded" message.
1382   <li>You have forgotten your password.
1383   <li>You think your account may have been compromised.
1384   <li>You need help viewing an attachment.
1385   <li>You need to know how to configure your:
1386       <A HREF="h_config_nntp_server">NNTP (news) server</A>, 
1387       <A HREF="h_config_smtp_server">SMTP (sending mail) server</A>, 
1388       <A HREF="h_config_ldap_server">LDAP (directory lookup) server</A>, or
1389       <A HREF="h_config_inbox_path">INBOX (incoming mail) path</A>.
1390   <li>You want to know what alternative editors or spellcheckers you may be able to use.
1391   <li>You want to block email from a particular person.
1392   <li>You're going on vacation and need to autorespond to incoming mail.
1393   <li>You want to automatically file or filter incoming messages.
1394 </ul>
1396 In all of these cases,
1397 you should contact <B>your</B> support staff, because <B>only they</B> 
1398 will be able to assist you effectively. Your support staff may be, depending on who 
1399 provides you with the email account you use Alpine with, for example:<UL>
1400 <LI> the computing help desk of (a department of) your university, school, 
1401 employer, ... ; or
1402 <LI> the customer service center of your Internet Service Provider; or
1403 <LI> the friendly volunteer helpers of your Freenet; or
1404 <LI> the person who setup your computer and internet connection.
1405 </UL>
1407 Due to the large number of Alpine installations worldwide, and because we
1408 receive no funding for it, the Alpine development team <B>cannot provide 
1409 individual support services outside the University of Washington</B>.
1411 If you have no local computing support to turn to, the worldwide <b>comp.mail.pine</b>
1412 newsgroup can be a valuable source of information and assistance for Alpine 
1413 user issues.
1415 For systems/email administrators, developers, trainers, user support
1416 personnel, and others involved with Alpine messaging on a &quot;technical&quot;
1417 level, the mailing list alpine-info is available; for information on
1418 subscribing and posting to it, see
1420 <CENTER><A HREF="http://www.washington.edu/alpine/alpine-info/subscribing.html">http://www.washington.edu/alpine/alpine-info/subscribing.html</A></CENTER>
1423 Regardless of whom you are asking for help with Alpine, remember 
1424 to provide as much detail as you can about the
1425 nature of any problem you are encountering, such as
1426 <UL>
1427 <LI>when it first occurred;
1428 <LI>what, if anything, happened that might have brought it about;
1429 <LI>whether it still persists;
1430 <LI>whether it is reproducible, and if so, how;
1431 <LI>what, if anything, you already tried to solve it.
1432 </UL> 
1433 It may also be helpful if you specify what version of Alpine you are using 
1434 <!--chtml if pinemode="running"-->
1435 -- this is <!--#echo var="ALPINE_VERSION"--> --
1436 <!--chtml endif-->
1437 and on what system, and when the copy of Alpine you are using was created
1438 <!--chtml if pinemode="running"-->
1439 -- for this copy: <!--#echo var=ALPINE_COMPILE_DATE-->
1440 <!--chtml endif-->
1442 <!--chtml if pinemode="running"-->
1443 <P>   
1444 When the Alpine program you are currently using was installed, a support
1445 contact email address may have been set up; in that case, you can simply select
1446 this link now to send a message to it:<BR>
1447 <A HREF="X-Alpine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
1448 <!--chtml endif-->
1449 <!--chtml if [ -r PINE_INFO_PATH ]-->
1450 <HR WIDTH="75%">Local Support Contacts:<P>
1451 <!--#include file="PINE_INFO_PATH"-->
1452 <HR WIDTH="75%">
1453 <!--chtml endif-->
1454 <P> 
1455 &lt;End of help on this topic&gt;
1456 </BODY>
1457 </HTML>
1458 ===== new_user_greeting ======
1459 <HTML>
1460 <HEAD>
1461 <TITLE>NEW USER GREETING</TITLE>
1462 </HEAD>
1463 <BODY>
1464 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1465 <BR>
1466 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
1467 We hope you will explore Alpine's many capabilities. From the MAIN MENU,
1468 select Setup/Config to see many of the options available to you. Also note
1469 that all screens have context-sensitive help text available.<P>
1470 <!--chtml if pinemode="phone_home"-->
1471 SPECIAL REQUEST:
1472 This software is made available as a public service of the
1473 University of Washington in Seattle. We are no longer actively developing
1474 the software, but it is still helpful to us to have an idea of how many
1475 people are using Alpine. Are you willing to be counted as an Alpine user? Pressing 
1476 <A HREF="X-Alpine-Phone-Home:">Return</A>
1477 will send an anonymous (meaning, your real email address will not be revealed) 
1478 message to the Alpine team at the University of Washington for purposes of tallying.
1480 <!--To Exit this screen and continue your Alpine session press "E".-->
1481 <!--chtml else-->
1482 To Exit this screen and continue your Alpine session press "Return".
1483 <!--chtml endif-->
1484 </BODY>
1485 </HTML>
1486 ===== new_alpine_user_greeting ======
1487 <HTML>
1488 <HEAD>
1489 <TITLE>NEW ALPINE USER GREETING</TITLE>
1490 </HEAD>
1491 <BODY>
1492 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1493 <BR>
1494 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
1495 Your Alpine configuration file indicates that you may have used Pine before
1496 but not Alpine.
1497 If you are familiar with the way Pine works, you should be comfortable
1498 using Alpine.
1499 Your Pine configuration file is automatically used for Alpine.
1500 The Release Notes may be viewed by pressing 
1501 &quot;R&quot; now or while in the MAIN MENU.
1503 <!--chtml if pinemode="phone_home"-->
1504 SPECIAL REQUEST:
1505 This software is made available as a public service of the
1506 University of Washington in Seattle. We are no longer actively developing
1507 the software, but it is still helpful to us to have an idea of how many
1508 people are using Alpine. Are you willing to be counted as an Alpine user? Pressing 
1509 <A HREF="X-Alpine-Phone-Home:">Return</A>
1510 will send an anonymous (meaning, your real email address will not be revealed) 
1511 message to the Alpine team at the University of Washington for purposes of tallying.
1513 <!--To Exit this screen and continue your Alpine session press "E".-->
1514 <!--chtml else-->
1515 To Exit this screen and continue your Alpine session press "Return".
1516 <!--chtml endif-->
1517 </BODY>
1518 </HTML>
1519 ===== new_version_greeting ======
1520 <HTML>
1521 <HEAD>
1522 <TITLE>NEW VERSION GREETING</TITLE>
1523 </HEAD>
1524 <BODY>
1525 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1526 <BR>
1527 <H1>Welcome to Alpine version <!--#echo var="ALPINE_VERSION"-->!</H1>
1528 Your Alpine configuration file indicates that you may not have used 
1529 this version of Alpine before.  This version's significant changes are
1530 documented in the Release Notes, which may be viewed by pressing 
1531 &quot;R&quot; now or while in the MAIN MENU.
1533 <!--chtml if pinemode="phone_home"-->
1534 SPECIAL REQUEST:
1535 This software is made available as a public service of the
1536 University of Washington in Seattle. We are no longer actively developing
1537 the software, but it is still helpful to us to have an idea of how many
1538 people are using Alpine. Are you willing to be counted as an Alpine user? Pressing 
1539 <A HREF="X-Alpine-Phone-Home:">Return</A>
1540 will send an anonymous (meaning, your real email address will not be revealed) 
1541 message to the Alpine team at the University of Washington for purposes of tallying.
1543 <!--To Exit this screen and continue your Alpine session press "E".-->
1544 <!--chtml else-->
1545 To Exit this screen and continue your Alpine session press "Return".
1546 <!--chtml endif-->
1547 </BODY>
1548 </HTML>
1550 ===== main_menu_tx ======
1551 <HTML>
1552 <HEAD>
1553 <TITLE>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</TITLE>
1554 </HEAD>
1555 <BODY>
1556 <H1>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</H1>
1557 <DIV ALIGN=CENTER>
1558 Version <!--#echo var="ALPINE_VERSION"-->
1559 <!--chtml if pinemode="running"-->
1560 <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->)
1561 <!--chtml endif-->
1562 </DIV>
1563 <CENTER>Copyright 2013-2014 Eduardo Chappa,
1564 <BR>Copyright 2006-2008 University of Washington.
1565 </CENTER>
1568 When you are viewing a help screen, there may be links to
1569 other topics highlighted (in Reverse video) in the text.
1570 Here is an example.
1571 The word &quot;Introduction&quot; in the TABLE OF CONTENTS below should be
1572 highlighted.
1573 If you type carriage return (or V for View Link, see the commands at the
1574 bottom of the screen) you will be taken to a new help screen to view the
1575 Introduction.
1576 The commands at the bottom of the screen should then include
1577 &quot;P Prev Help&quot;.
1578 If you type &quot;P&quot; you will end up back here.
1579 If you type &quot;E&quot; for Exit, you will be back out of help and returned
1580 to the place you were in Alpine when you entered Help.
1581 In this case, you would go back to the MAIN MENU.
1582 There are also other links that are highlighted in bold (or the color used
1583 by your terminal to display bold).
1584 The items after the Introduction in the TABLE OF CONTENTS are all examples
1585 of such links.
1586 In order to view those links, you first have to make the link you want
1587 to view the current link.
1588 The &quot;NextLink&quot; and &quot;PrevLink&quot; commands
1589 (see bottom of screen) can do that for you.
1592 <H2>TABLE OF CONTENTS</H2>
1593 <OL>
1594   <LI> <A HREF="h_mainhelp_intro">Introduction</A>
1595   <LI> <A HREF="h_mainhelp_pinehelp">Alpine Help</A>
1596 <!--chtml if [ -r PINE_INFO_PATH ]-->
1597   <LI> <A HREF="h_mainhelp_localsupport">Local Support Contacts</A>
1598 <!--chtml endif-->
1599   <LI> <A HREF="h_mainhelp_cmds">Giving Commands in Alpine</A>
1600   <LI> <A HREF="h_mainhelp_config">Alpine Configuration</A>
1601   <LI> <A HREF="h_mainhelp_status">Titlebar Line</A>
1602   <LI> <A HREF="h_mainhelp_mainmenu">Main Menu</A>
1603   <LI> <A HREF="h_mainhelp_index">Index of Messages</A>
1604   <LI> <A HREF="h_mainhelp_reading">Reading Messages</A>
1605   <LI> <A HREF="h_mainhelp_composing">Composing Messages</A>
1606   <LI> <A HREF="h_mainhelp_readingnews">Reading News</A>
1607   <LI> <A HREF="h_mainhelp_abooks">Address Books</A>
1608   <LI> <A HREF="h_mainhelp_ldap">LDAP Directories</A>
1609   <LI> <A HREF="h_mainhelp_folders">Folders</A>
1610   <LI> <A HREF="h_mainhelp_collections">Collection Lists</A>
1611   <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
1612   <LI> <A HREF="h_mainhelp_color">Color Setup</A>
1613   <LI> <A HREF="h_mainhelp_filtering">Filtering</A>
1614   <LI> <A HREF="h_mainhelp_roles">Roles</A>
1615   <LI> <A HREF="h_mainhelp_patterns">Patterns</A>
1616   <LI> <A HREF="h_mainhelp_keywords">Keywords (or Flags, or Labels)</A>
1617   <LI> <A HREF="h_mainhelp_mouse">Using a Mouse</A>
1618   <LI> <A HREF="h_mainhelp_cmdlineopts">Command Line Options</A>
1619   <LI> <A HREF="h_mainhelp_securing">Securing Your Alpine Session</A>
1620   <LI> <A HREF="h_mainhelp_smime">S/MIME</A>
1621   <LI> <A HREF="h_mainhelp_problems">Reporting Problems</A>
1622   <LI> <A HREF="X-Alpine-Config:">Show Supported Options in this Alpine</A>
1623   <LI> <A HREF="h_help_index">Index to Alpine's Online Help</A>
1624 </OL>
1627 &lt;End of help on this topic&gt;
1628 </BODY>
1629 </HTML>
1630 ===== h_mainhelp_intro ======
1631 <HTML>
1632 <HEAD>
1633 <TITLE>Introduction</TITLE>
1634 </HEAD>
1635 <BODY>
1636 <H1>Introduction</H1>
1638 Alpine is an &quot;Alternatively Licensed Program for Internet
1639 News and Email&quot; produced until 2008 by the University of Washington.
1640 It is intended to be an easy-to-use program for
1641 sending, receiving, and filing Internet electronic mail messages and
1642 bulletin board (Netnews/Usenet) messages. Alpine supports the following
1643 Internet protocols and specifications: SMTP (Simple Mail Transport Protocol), 
1644 NNTP (Network News Transport Protocol), MIME (Multipurpose Internet Mail 
1645 Extensions), IMAP (Internet Message Access Protocol), and LDAP (Lightweight
1646 Directory Access Protocol).<p>
1648 Although originally designed for inexperienced email users, Alpine has
1649 evolved to support many advanced features.  There are an ever-growing
1650 number of configuration and personal-preference options, though which of
1651 them are available to you is determined by your local system managers. 
1653 <H2>WHAT ALPINE DOES...</H2>
1655 Alpine is a &quot;mail user agent&quot; (MUA), which is a program that
1656 allows you to
1657 compose and read messages using Internet mail standards.  (Whether you
1658 can correspond with others on the Internet depends on whether or not your
1659 computer is connected to the Internet.)  Alpine also allows reading and
1660 posting messages on the Internet &quot;net news&quot; system, provided
1661 that your site operates a suitable news server.
1663 <H2>WHAT ALPINE DOES NOT DO...</H2>
1665 A &quot;mail user agent&quot; such as Alpine is just one part of a
1666 messaging system. Here are some things that are <B>not</B> done by Alpine,
1667 but require other programs:<P>
1668 <UL>
1669  <LI> Actual relaying of email... which is done by &quot;message transfer 
1670 agents&quot;.
1671  <LI> Vacation messages... automatically responding to incoming messages
1672  <LI> Anything to do with &quot;talk&quot;... which has nothing to do with 
1673 email.
1674  <LI> Anything to do with &quot;irc&quot;... which has nothing to do with email.
1675  <LI> List processing... resending one message to a list of recipients.
1676 </UL>
1679 &lt;End of help on this topic&gt;
1680 </BODY>
1681 </HTML>
1683 ===== h_mainhelp_pinehelp ======
1684 <HTML>
1685 <HEAD>
1686 <TITLE>Alpine Help</TITLE>
1687 </HEAD>
1688 <BODY>
1689 <H1>Alpine Help</H1>
1691 Alpine help is generally context-sensitive. In other words, each Alpine screen you 
1692 use will have its own help text, explaining the choices available for that
1693 screen. This general help section, on the other hand, attempts to give an 
1694 overall picture of what Alpine is capable of doing, as well as pointers to 
1695 additional help sections about specific topics.<p>
1697 Much of the help text contains links to further help topics, similar to
1698 how the World Wide Web works.
1699 You may choose a link to view using the &quot;NextLink&quot; and
1700 &quot;PrevLink&quot; commands to change the link that is highlighted.
1701 The &quot;View Link&quot; command will then show you the highlighted link.
1702 Similar to the Back button in a web browser, the &quot;Prev Help&quot; command
1703 will return you to where you were before viewing the link, and &quot;Exit Help&quot
1704 will return you to the location in Alpine before you asked for help.
1705 For example, if you are reading this text in Alpine you may return to the
1706 help table of contents with the &quot;Prev Help&quot; command or you may view the
1707 Release notes link in the next paragraph and then return here with
1708 &quot;Prev Help&quot;.
1711 In addition to this general help on Alpine, <A HREF="h_news">Release Notes</A>
1712 on the current Alpine version are also available from the MAIN MENU: Press
1713 <!--chtml if pinemode="function_key"-->
1714 &quot;F9&quot;
1715 <!--chtml else-->
1716 &quot;R&quot;
1717 <!--chtml endif-->
1718 to browse the release notes.  These include changes since the last release,
1719 configuration information, the history of the Alpine
1720 project, credits, and legal notices.
1722 Alpine releases are available via the world wide web at
1724 <CENTER><SAMP><A 
1725 HREF="http://patches.freeiz.com/alpine/release/">http://patches.freeiz.com/alpine/release/</A></SAMP
1726 ></CENTER>
1729 If you would like to print <EM>all</EM> of Alpine's internal help text
1730 (not recommended) for a little light bedtime reading, then press
1731 <!--chtml if pinemode="function_key"-->
1732 &quot;F12&quot;
1733 <!--chtml else-->
1734 &quot;Z&quot;
1735 <!--chtml endif-->
1736 now.  (This assumes that the
1737 copy of Alpine you are using has been properly configured for printing
1738 at your site.)
1740 &lt;End of help on this topic&gt;
1741 </BODY>
1742 </HTML>
1743 ===== h_mainhelp_localsupport ======
1744 <HTML>
1745 <HEAD>
1746 <TITLE>Local Support Contacts</TITLE>
1747 </HEAD>
1748 <BODY>
1749 <H1>Local Support Contacts</H1>
1751 <!--chtml if [ -r PINE_INFO_PATH ]-->
1752 <!--#include file="PINE_INFO_PATH"-->
1753 <!--chtml else-->
1754 No Local Support Contacts configured.
1755 <!--chtml endif-->
1758 &lt;End of help on this topic&gt;
1759 </BODY>
1760 </HTML>
1762 ===== h_mainhelp_cmds ======
1763 <HTML>
1764 <HEAD>
1765 <TITLE>Giving Commands in Alpine</TITLE>
1766 </HEAD>
1767 <BODY>
1768 <H1>Giving Commands in Alpine</H1>
1770 Unless configured otherwise
1771 (<A HREF="h_config_blank_keymenu"><!--#echo var="FEAT_disable-keymenu"--></A>)
1772 the bottom two lines of the screen are always used to list the
1773 commands you can give.  You press the keys that are highlighted to give
1774 the command.  The commands for getting help and going back to the main
1775 menu are always present (except when viewing help as you are now).
1776 <!--chtml if pinemode="function_key"-->
1777 <!--chtml else-->
1779 Pressing O (meaning &quot;Other Commands&quot;) changes the keys
1780 you see at the bottom of any screen. In some cases there are 3 or
1781 even 4 different
1782 sets of keys that can be seen by using the O key. <EM>All commands are 
1783 active</EM>, even if they are not currently showing at the bottom of your 
1784 screen. In other words, you <EM>never</EM> need to press the O key, except to 
1785 remind yourself of the proper key to press to perform an operation.
1787 <H2>Control Key Commands</H2>
1788 When composing mail, and in a few other places, in Alpine you
1789 have to use Control keys. This means pressing the Control key (usually labeled 
1790 &quot;Ctrl&quot;) and the
1791 letter indicated at the same time.  Usually, this is shown with a
1792 &quot;^&quot; in front of the letter.  On some systems, certain control
1793 characters are intercepted before they get to Alpine.  As a work-around,
1794 you can press the ESCAPE key twice followed by the desired key.  For
1795 example, if Ctrl-O (^O) does not work on your system, try typing
1796 &quot;ESC ESC O&quot;.
1797 <!--chtml endif-->
1798 <H2>Paging Up and Down</H2>
1799 The &quot;+&quot; and &quot;-&quot; keys are used for
1800 moving to the next or previous page.  The space bar is a synonym for
1801 &quot;+&quot;.  You may also use Ctrl-V to page down and Ctrl-Y to page
1802 up as you do in the message composer.  On screens with a WhereIs (search)
1803 command, W or Ctrl-W followed by Ctrl-V will move to the bottom of the
1804 message or list, and W or Ctrl-W followed by Ctrl-Y will move to the top
1805 of the message or list.
1807 <H2>Return Key</H2>
1808 The return key is usually a synonym for a frequently used
1809 command.  When viewing a message, there is currently not a default
1810 command, so RETURN does nothing; when in the index, it is synonymous with
1811 &quot;view msg&quot;. In the key menu at the bottom of the screen, whatever is
1812 enclosed in square brackets [] is the same as the return key.
1814 <H2>Control Keys Not Used By Alpine</H2>
1815 Most commands in Alpine are single letters, with -- we hope -- some mnemonic 
1816 value, but in places where Alpine is expecting text input, e.g. in the composer or 
1817 at prompts for file/folder names, control keys must be used for editing and 
1818 navigation functions.
1821 Alpine has used nearly all the control keys available.  There are, however,
1822 certain control keys that are reserved by other programs or for technical
1823 reasons.  Alpine does not use any of these keys:
1824 <DL>
1825  <DT>Ctrl-S</DT> <DD>Used by Unix as &quot;stop output&quot;</DD>
1826  <DT>Ctrl-Q</DT> <DD>Used by Unix as &quot;resume output&quot;</DD>
1827  <DT>Ctrl-]</DT> <DD>Often used by Telnet as escape key</DD>
1828 </DL>
1830 Note: Ctrl-S and Ctrl-Q can be subject to 
1831 <A HREF="h_special_xon_xoff">special handling</A>.
1833 In addition, while the ESC key alone is not used for command input,
1834 Alpine will recognize two consecutive ESC key presses followed by a letter 
1835 key as a substitute for control key input.  For example, the control key
1836 <SAMP>Ctrl-X</SAMP> can alternatively be entered using the
1837 three keystrokes: <SAMP>ESC&nbsp;ESC&nbsp;x</SAMP>.
1838 This is useful if the communication program you are using
1839 (e.g. Telnet) has its own, conflicting, idea of what certain control
1840 characters mean.
1843 <H2>Repainting the Screen</H2>
1844 Sometimes what is displayed on the screen will be
1845 incorrect due to noise on the phone line or other causes and you will want
1846 to repaint the whole screen to make it correct.  You can use the Ctrl-L
1847 command to do this.  It never hurts to do it when in doubt.
1850 &lt;End of help on this topic&gt;
1851 </BODY>
1852 </HTML>
1853 ===== h_mainhelp_status ======
1854 <HTML>
1855 <HEAD>
1856 <TITLE>Titlebar Line</TITLE>
1857 </HEAD>
1858 <BODY>
1859 <H1>Titlebar Line</H1>
1861 The top line of the screen is Alpine's titlebar line.  It will always display
1862 the current version of Alpine and will also convey information about the
1863 status of the program.  This is where you look to find out what
1864 collection, folder and message number is active and where you are in Alpine.
1867 If the titlebar line says &quot;READONLY&quot; it means that the open folder
1868 (typically your INBOX) is &quot;locked&quot; by another mail session --
1869 most likely a more recent session of Alpine has taken the INBOX lock.
1872 If the titlebar line says &quot;CLOSED&quot; it means that you are trying to
1873 access a
1874 folder on a remote mail server, and for some reason, communication with
1875 the mail server has either been lost, or never successfully established.
1876 This can be a result of trying to open a non-existent folder, or one
1877 stored on an invalid or non-operational server, or it can mean that Alpine
1878 has been suspended for more that 30 minutes while accessing a remote mail
1879 server.
1882 &lt;End of help on this topic&gt;
1883 </BODY>
1884 </HTML>
1885 ===== h_mainhelp_mainmenu ======
1886 <HTML>
1887 <HEAD>
1888 <TITLE>Main Menu</TITLE>
1889 </HEAD>
1890 <BODY>
1891 <H1>Main Menu</H1>
1893 The Main Menu lists Alpine's main options.
1894 The key or keys you must type to enter your
1895 choice are to the left of each option or command name.
1896 You can type either uppercase or lowercase letters,
1897 and you should not press &lt;Return&gt; after typing the
1898 letter (unless you are specifically asking for the default,
1899 highlighted command).
1902 From the Main Menu you can choose to read online help, write (compose) and 
1903 send a message, look at an index of your mail messages, open or maintain
1904 your mail folders, update your address book, configure Alpine, and quit Alpine.
1905 There are additional options listed at
1906 the bottom of the screen as well.
1909 The Help command usually returns context-sensitive help information.
1910 However, in the Main Menu you get the most general help, which includes
1911 a Table of Contents.
1912 The last entry in the Table of Contents is an Index of help topics,
1913 so this is a good place to go if you are having trouble finding how
1914 to do something.
1916 <H2>Main Menu Commands</H2>
1917 The Alpine main menu lists the most common Alpine functions. A <a
1918 href="h_main_menu_commands">full list of these
1919 commands</a> and what they do is available.
1921 &lt;End of help on this topic&gt;
1922 </BODY>
1923 </HTML>
1924 ===== h_mainhelp_abooks ======
1925 <HTML>
1926 <HEAD>
1927 <TITLE>Address Books</TITLE>
1928 </HEAD>
1929 <BODY>
1930 <H1>Address Books</H1>
1933 As you use email, you can build a list of your regular email correspondents 
1934 in your Alpine
1935 Address Book. At the Alpine MAIN MENU, press A to see the Address Book List 
1936 screen. Your
1937 personal address book will be highlighted. Press &lt;Return&gt; to view it.
1938 You can use the address book to store email addresses for individuals or
1939 groups, to create easily
1940 remembered &quot;nicknames&quot; for these addresses, and to quickly retrieve an email 
1941 address when you are composing a message.
1943 There are two ways to add addresses to your address book: you can add them 
1944 manually or take them from messages (by pressing T to access the Take command). 
1945 With either method, you specify nicknames for your correspondents. A single 
1946 address book entry (or nickname) can point to just one email address, or, it can
1947 point to more than one. When it points to more than one, it is called a 
1948 distribution list. Each distribution list has a nickname, a full name, and a 
1949 list of addresses. These
1950 addresses may be actual addresses, other nicknames in your address book, or 
1951 other
1952 distribution lists.
1955 Additional information is available in Alpine's online help:
1956 <ul>
1957   <li><a href="h_abook_opened">The Alpine Address Book</a></li>
1958 </ul>
1960 &lt;End of help on this topic&gt;
1961 </BODY>
1962 </HTML>
1963 ===== h_mainhelp_ldap ======
1964 <HTML>
1965 <HEAD>
1966 <TITLE>LDAP</TITLE>
1967 </HEAD>
1968 <BODY>
1969 <H1>LDAP</H1>
1971 LDAP (Lightweight Directory Access Protocol) is a standard means of accessing 
1972 an organization's shared
1973 directories. Essentially, using LDAP, Alpine is able to find email addresses in 
1974 large address
1975 books, rather like the White Pages provided by the phone company. As an Alpine 
1976 user, it is not
1977 necessary to know much about how this works, only how to use it and how to 
1978 configure
1981 More information on configuring LDAP is available in Alpine's online help:
1982 <ul>
1983   <li><a href="h_direct_config">Setup LDAP Directory Servers</a></li>
1984 </ul>
1986 Additional help on using LDAP in Alpine is also available:
1987 <ul>
1988   <li><a href="h_ldap_view">LDAP Response View Explained</a></li>
1989 </ul>
1991 &lt;End of help on this topic&gt;
1992 </BODY>
1993 </HTML>
1994 ===== h_mainhelp_index ======
1995 <HTML>
1996 <HEAD>
1997 <TITLE>Index of Messages</TITLE>
1998 </HEAD>
1999 <BODY>
2000 <H1>Index of Messages</H1>
2002 In Alpine's message index, the selected message is highlighted. The first 
2003 column on the left is blank, shows a &quot;+&quot; if the message was
2004 sent directly to you (i.e., it is not a
2005 copy or from a list), or a &quot;-&quot; if you were explicitly Cc'd.
2007 The second column may be blank, or it may contain:
2008 <ul>
2009   <li>"N" if the message is new (unread), </li>
2010   <li>"A" if you have answered the message (using the Reply command), </li>
2011   <li>"D" if you have marked the message for deletion.</li>
2012 </ul>
2015 Note: If you answer a message as well as mark it deleted (in either order), 
2016 you will only see the &quot;D&quot;.
2019 The rest of the columns in the message line show you the message
2020 number, date sent, sender, size, and subject. For details, press ? (Help).  
2021 The behavior and appearance of the Index screen is highly configurable.
2022 In the Setup/Config screen search (with the WhereIs command) for options
2023 that contain the words &quot;index&quot; or &quot;thread&quot; to see
2024 many of the configuration possibilities.
2025 In particular, the
2026 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
2027 option may be used to configure the look of the standard MESSAGE INDEX lines
2028 in many different ways.
2029 Find <!--#echo var="VAR_index-format"--> in the Setup/Config screen and
2030 read the help text there for more information.
2032 Most of the commands you need to handle your messages are visible at the
2033 bottom of the screen, and you can press O (OTHER CMDS) to see additional
2034 commands that are available.
2035 You do not need to see these &quot;other commands&quot;
2036 on the screen to use them. That is, you never need to press O as a prefix
2037 for any other command.
2040 Additional information is available in Alpine's online help:
2041 <ul>
2042   <li><a href="h_mail_index">Message Index Commands</a></li>
2043 </ul>
2045 &lt;End of help on this topic&gt;
2046 </BODY>
2047 </HTML>
2048 ===== h_mainhelp_reading ======
2049 <HTML>
2050 <HEAD>
2051 <TITLE>Reading Messages</TITLE>
2052 </HEAD>
2053 <BODY>
2054 <H1>Reading Messages</H1>
2056 The message text screen shows you the text of the message along with
2057 its header. If a message has attachments, those will be listed (but not
2058 displayed) also.  The titlebar line displays information about the currently
2059 open message, folder and collection.  You see the name of the collection
2060 (if there is one) in angle brackets, then the name of the folder, then the
2061 message number and finally the position within the current message (in
2062 percent). If the message is marked for deletion
2063 &quot;DEL&quot; will appear in the
2064 upper right as well.
2067 As with every Alpine screen, the bottom two lines show you the commands 
2068 available.
2070 <P>Additional information is available in Alpine's online help:
2071 <ul>
2072   <li><a href="h_mail_view">Message Text Screen</a></li>
2073   <li><a href="h_attachment_screen">Attachment Index Screen Explained</a></li>
2074   <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a></li>
2075 </ul>
2077 &lt;End of help on this topic&gt;
2078 </BODY>
2079 </HTML>
2080 ===== h_mainhelp_composing ======
2081 <HTML>
2082 <HEAD>
2083 <TITLE>Composing Messages</TITLE>
2084 </HEAD>
2085 <BODY>
2086 <H1>Composing Messages</H1>
2088 To write a message, press C (Compose). You see the Compose Message
2089 screen, which is divided into two parts: the header area and the message
2090 text area. The header area is where information on the recipient (the To:
2091 field) and the subject line go, while the message text area contains the
2092 actual text of the email message. Different commands are available to you
2093 when your cursor is in different areas on this screen. To see additional
2094 help on commands in either the message text or header area, type
2095 <Control>G (Get help).
2098 To move around, use the arrow keys or Ctrl-N (Next line) and Ctrl-P 
2099 (Previous line); to correct typing errors, use &lt;Backspace&gt; or &lt;Delete&gt;.
2101 <P>The following information from Alpine's online help may prove useful:
2102 <ul>
2103   <li><a href="h_composer_to">Message Header Commands</a></li>
2104   <li><a href="h_compose_richhdr">Rich Header Command</a></li>
2105   <li><a href="h_composer">Composer Commands</a></li>
2106   <li><a href="h_edit_nav_cmds">Composer Editing Commands</a></li>
2107   <li><a href="h_config_change_your_from">Changing your From Address</a></li>
2108   <li><a href="h_compose_send">Send Command</a></li>
2109   <li><a href="h_compose_spell">Spell Check Command</a></li>
2110 </ul>
2112 &lt;End of help on this topic&gt;
2113 </BODY>
2114 </HTML>
2115 ===== h_mainhelp_collections ======
2116 <HTML>
2117 <HEAD>
2118 <TITLE>Collection Lists</TITLE>
2119 </HEAD>
2120 <BODY>
2121 <H1>Collection Lists</H1>
2123 Collection lists are Alpine's way of organizing groups of folders. Each
2124 "collection" can reside on a different server, for example, and contain a
2125 different group of mail folders.
2128 For more information on this, see:
2129 <ul>
2130   <li><a href="h_what_are_collections">Folder Collections Explained</a></li>
2131 </ul>
2133 Additional information relating to collection lists is also available in 
2134 Alpine's online
2135 help:
2136 <ul>
2137   <li><a href="h_collection_maint">Setup Collection List Screen</a></li>
2138   <li><a href="h_collection_screen">Collection List Screen</a></li>
2139 </ul>
2141 &lt;End of help on this topic&gt;
2142 </BODY>
2143 </HTML>
2144 ===== h_mainhelp_folders ======
2145 <HTML>
2146 <HEAD>
2147 <TITLE>Folders</TITLE>
2148 </HEAD>
2149 <BODY>
2150 <H1>Folders</H1>
2152 Messages can quickly accumulate in your INBOX folder. If you use email
2153 often, you soon could have hundreds. You need to delete messages you do
2154 not want, and you can use folders to organize messages you wish to save. A
2155 folder is a collection of one or more messages that are stored (just like
2156 the messages in your INBOX) so you can access and manage them.
2159 You can organize your email messages into different folders by topic,
2160 correspondent, date, or any other category that is meaningful to you. You
2161 can create your own folders, and Alpine automatically provides three:
2162 <ul>
2163   <li>The INBOX folder: messages sent to you are listed in this folder.
2164       When you first start Alpine and go to the Message Index screen, you are
2165 looking at the list of messages in your INBOX folder. Every incoming
2166 message remains in your INBOX until you delete it or save it in another
2167 folder. </li>
2168   <li>The sent-mail folder: copies of messages you send are stored in this 
2169 folder. This is
2170 convenient if you cannot remember whether you actually sent a message and want 
2171 to check, or
2172 if you want to send a message again.</li>
2173   <li>The saved-messages folder: copies of messages you save are stored in this 
2174 folder
2175 unless you choose to save them to other folders you create yourself.</li>
2176 </ul>
2179 More information about folders is available in Alpine's online help:
2180 <ul>
2181   <li><a href="h_folder_open">Explanation of Folder Selection</a></li>
2182   <li><a href="h_folder_maint">Help for Folder List</a></li>
2183   <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a></li>
2184   <li><a href="h_folder_fcc">Folder Select for Fcc ("sent-mail") 
2185 Explained</a></li>
2186   <li><a href="h_folder_save">Folder Select for Save Explained</a></li>
2187 </ul>
2189 &lt;End of help on this topic&gt;
2190 </BODY>
2191 </HTML>
2192 ===== h_mainhelp_color ======
2193 <HTML>
2194 <HEAD>
2195 <TITLE>Color</TITLE>
2196 </HEAD>
2197 <BODY>
2198 <H1>Color</H1>
2200 If the terminal emulator you are using is capable of displaying color or if
2201 you are using PC-Alpine, then it is possible to set up Alpine so that various
2202 parts of the display will be shown in colors you configure. This is done
2203 using the Setup Color screen, available from the MAIN MENU by selecting
2204 the Setup command followed by &quot;K&quot; for Kolor (because &quot;C&quot;
2205 stands for Config in this context).
2208 For example, you may color things like the titlebar, the current item,
2209 the keymenu, and the status messages.
2210 You may also color lines in the index, and headers and quoted text in the
2211 MESSAGE TEXT screen.
2212 You use the Color Setup screen for configuring most of this, but you must
2213 use the IndexColor setup for coloring whole index lines.
2214 These are available from the MAIN MENU under Setup/Kolor and Setup/Rules/IndexColor.
2217 The following entries in Alpine's online help provide additional information 
2218 about how to use color:
2219 <UL>
2220   <LI> <A HREF="h_color_setup">Color Setup screen</A>
2221   <LI> <A HREF="h_rules_incols">Index Line Color</A>
2222   <LI> <A HREF="h_config_quote_color">quoted text</A> in message view
2223   <LI> <A HREF="h_config_customhdr_pattern">text associated with user-defined headers</A> in message view
2224 </UL>
2226 &lt;End of help on this topic&gt;
2227 </BODY>
2228 </HTML>
2229 ===== h_mainhelp_mouse ======
2230 <HTML>
2231 <HEAD>
2232 <TITLE>Using a Mouse</TITLE>
2233 </HEAD>
2234 <BODY>
2235 <H1>Using a Mouse</H1>
2237 If you are using PC-Alpine mouse support is turned on automatically.
2238 If you are using UNIX Alpine within an X terminal window or within
2239 a terminal emulator that supports an xterm-style mouse, then you may
2240 turn on support for the mouse with the feature
2241 <A HREF="h_config_enable_mouse"><!--#echo var="FEAT_enable-mouse-in-xterm"--></A>.
2242 For UNIX Alpine you will also need to set the $DISPLAY environment variable.
2244 PC-Alpine offers considerable mouse support.  You can view what is
2245 &quot;clickable&quot; by dragging your mouse over any screen; when the
2246 arrow cursor changes into a hand, you found something. Mouse-click
2247 possibilities include navigating between screens and folders and
2248 double-clicking on hyperlinks to open your Web browser.
2249 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
2250 screen.  Examples of right-click options include &quot;copy&quot; after
2251 selecting text to copy and &quot;View in New Window&quot; when you click
2252 on a particular message in the Message Index. The menu choices available
2253 to you will vary based upon what screen is open, where on the screen your
2254 cursor is located, and even what action you have already taken.
2255 Within a folder, you may set the &quot;Important&quot; flag on any
2256 message.
2258 X terminal mouse support is more limited but still quite powerful.
2259 As with PC-Alpine, clicking on any of the commands in the keymenu at
2260 the bottom of the screen will execute that command as if you typed it.
2261 Double-clicking on a link, for example the link to the
2262 <!--#echo var="FEAT_enable-mouse-in-xterm"--> feature in the paragraph above,
2263 will take you to that link.
2264 Double-clicking on an index line will view the message, and so on.
2266 &lt;End of help on this topic&gt;
2267 </BODY>
2268 </HTML>
2269 ===== h_mainhelp_keywords ======
2270 <HTML>
2271 <HEAD>
2272 <TITLE>Keywords</TITLE>
2273 </HEAD>
2274 <BODY>
2275 <H1>Keywords</H1>
2277 Within a folder, you may set the &quot;Important&quot; flag on any
2278 message.
2279 This doesn't have any system-defined meaning and is only called
2280 the Important flag because many users use it to signify that a message
2281 is important to them in some way.
2283 You may also define your own set of keywords.
2284 You might know these as user defined flags or as labels.
2285 These are similar to the Important flag but you choose the names for yourself.
2287 Alpine will only display keywords that
2288 have been added by you in the Flag Details screen or
2289 that have been configured by you using the Setup/Config option
2290 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
2291 Keywords set by other means (for example, by another email client) will not
2292 show up in Alpine unless you configure Alpine to know about them.
2293 They will show up in the Flag Details screen, but will not show up, for example,
2294 in the index line.
2297 The following entries in Alpine's online help provide additional information 
2298 about how to use keywords:
2299 <ul>
2300   <li><A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--> config option</A></li>
2301   <li><A HREF="h_common_flag">Flag command to set keywords</A></li>
2302 </ul>
2304 &lt;End of help on this topic&gt;
2305 </BODY>
2306 </HTML>
2307 ===== h_mainhelp_roles ======
2308 <HTML>
2309 <HEAD>
2310 <TITLE>Roles</TITLE>
2311 </HEAD>
2312 <BODY>
2313 <H1>Roles</H1>
2315 You may play different roles depending on who you are replying to. For
2316 example, if you are replying to a message addressed to help-desk you may
2317 be acting as a Help Desk Worker. That role may require that you use a
2318 different return address and/or a different signature.
2321 To configure roles, go to the MAIN MENU and use the Setup command
2322 followed by &quot;Rules&quot; and then &quot;Roles&quot;.
2323 The following entries in Alpine's online help provide additional information 
2324 about how to
2325 use roles:
2326 <ul>
2327   <li><a href="h_rules_roles">Setup Roles Screen</a></li>
2328   <li><a href="h_role_select">Roles Screen</a></li>
2329 </ul>
2331 &lt;End of help on this topic&gt;
2332 </BODY>
2333 </HTML>
2334 ===== h_mainhelp_filtering ======
2335 <HTML>
2336 <HEAD>
2337 <TITLE>Filtering</TITLE>
2338 </HEAD>
2339 <BODY>
2340 <H1>Filtering</H1>
2342 The software that actually delivers mail (the stuff that happens
2343 before Alpine is involved) for you is in a better position to do mail filtering
2344 than Alpine itself.
2345 If possible, you may want to look into using that sort of mail filtering to
2346 deliver mail to different folders, delete it, or forward it.
2347 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
2350 Filtering is a way to automatically move certain messages from one folder
2351 to another or to automatically delete messages.
2352 You may also automatically set the state (Important, New, Deleted, Answered) of messages
2353 and set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
2354 Alpine doesn't have the ability to forward mail to another address or
2355 to deliver vacation messages.
2358 To configure filtering, go to the MAIN MENU and use the Setup command
2359 followed by &quot;Rules&quot; and then &quot;Filters&quot;.
2360 The following entries in Alpine's online help provide additional information 
2361 about how to use filtering:
2362 <UL>
2363   <LI> <A HREF="h_rules_filter">Filtering Setup screen</A>
2364 </UL>
2366 &lt;End of help on this topic&gt;
2367 </BODY>
2368 </HTML>
2369 ===== h_mainhelp_patterns ======
2370 <HTML>
2371 <HEAD>
2372 <TITLE>Patterns</TITLE>
2373 </HEAD>
2374 <BODY>
2375 <H1>Patterns</H1>
2377 Patterns are used with Roles, Filtering, Index Coloring,
2378 Scoring, Other Rules, and Search Rules, so it may help you to understand exactly how Patterns work.
2379 The following entries in Alpine's online help provide information 
2380 about using Patterns:
2381 <UL>
2382   <LI> <A HREF="h_rule_patterns">Patterns</A>
2383 </UL>
2385 &lt;End of help on this topic&gt;
2386 </BODY>
2387 </HTML>
2388 ===== h_mainhelp_cmdlineopts ======
2389 <HTML>
2390 <HEAD>
2391 <TITLE>Command Line Options</TITLE>
2392 </HEAD>
2393 <BODY>
2394 <H1>Command Line Options</H1>
2396 Alpine accepts a number of command line arguments, allowing you, for
2397 example, to start Alpine and immediately access a particular folder.
2398 Many of these arguments overlap with options in the Alpine configuration file.
2399 If there is a difference, then an option set on the command line takes
2400 precedence.
2401 Alpine expects command line arguments (other than addresses) to be
2402 preceded by a &quot;-&quot; (dash) as normally used by UNIX programs.
2403 A <a href="h_command_line_options">full list</a> of command line
2404 possibilities is available.
2406 &lt;End of help on this topic&gt;
2407 </BODY>
2408 </HTML>
2409 ===== h_mainhelp_config ======
2410 <HTML>
2411 <HEAD>
2412 <TITLE>Alpine Configuration</TITLE>
2413 </HEAD>
2414 <BODY>
2415 <H1>Alpine Configuration</H1>
2417 Unless it has been administratively disabled, the Setup command on the
2418 MAIN MENU has several subcommands that allow you to modify Alpine's behavior.
2419 The possible subcommands are for general Configuration settings,
2420 Printer settings, Changing your Password, Signature setup,
2421 AddressBook setup, Collection Lists setup, Rules (including Roles, Filters,
2422 Scores, Search, Indexcolor, and Other rules), LDAP Directory setup,
2423 and Color configuration.
2424 In particular, the &quot;Config&quot; subcommand has many features you may
2425 set or unset and many other configuration variables that may be set to change
2426 the way Alpine works.
2427 Every one of the hundreds of options available in that configuration settings
2428 screen has help text associated with it.
2429 You may read that text by moving the cursor to highlight the option and then
2430 typing the Help command.
2432 These settings are stored in your personal
2433 &quot;pinerc&quot; configuration file (or, optionally, they may be stored
2434 <A HREF="h_config_remote_config">remotely</A>),
2435 but on shared systems these settings
2436 may be over-ridden by a system-wide control file (due to local site
2437 security or support policies).  A global pine configuration file can also
2438 be used to set default values for all Alpine users on a particular system.
2439 Power users may be interested in splitting their personal configuration
2440 data into two pieces, a generic piece and
2441 <A HREF="h_config_exceptions">exceptions</A> which apply to
2442 a particular platform.
2443 They may also be interested in <A HREF="h_config_inheritance">configuration inheritance</A>.
2444 General Alpine configuration information can be found
2445 <A HREF="h_news_config">here</A>.
2447 &lt;End of help on this topic&gt;
2448 </BODY>
2449 </HTML>
2450 ===== h_mainhelp_aggops ======
2451 <HTML>
2452 <HEAD>
2453 <TITLE>Aggregate Operations</TITLE>
2454 </HEAD>
2455 <BODY>
2456 <H1>Aggregate Operations</H1>
2458 When you are in the MESSAGE INDEX, the available commands
2459 (for example, Delete, Undelete, Save, Reply, and so on)
2460 normally act on a single message.
2461 So, for example, if you press the Delete command, the currently highlighted
2462 message is marked Deleted.
2463 These commands that normally act on a single message may be applied to
2464 several messages at once instead.
2466 By default this feature is turned on, but it could be administratively turned
2467 off to reduce complexity.
2468 The feature
2469 <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>
2470 in the Setup/Config screen is used to turn it off or on.
2471 When this feature is turned on, the four commands &quot;Select&quot;,
2472 &quot;SelectCur&quot;, &quot;ZoomMode&quot;, and &quot;Apply&quot;
2473 are available.
2474 The two selection commands allow you to mark a set of
2475 messages as being &quot;selected&quot;.
2476 The &quot;ZoomMode&quot; command will toggle between
2477 displaying only the selected messages and displaying all the messages.
2478 The &quot;Apply&quot; command allows you to
2479 apply one of the regular MESSAGE INDEX commands to all of the selected
2480 messages instead of to only the highlighted message.
2482 An example aggregate operation would be to catch up when reading
2483 a news group.
2484 That is, get rid of all the messages in the news group so that you can
2485 start fresh.
2486 The easiest way to do this in Alpine is to use aggregate operations.
2487 You want to Delete all of the messages in the group.
2488 You could start at the top and type &quot;D&quot; once for every message.
2489 A much faster method is to first Select all of the messages in the group,
2490 and then Delete all of them.
2491 This would take four keystrokes:
2493 <CENTER><SAMP>; a (to select all messages)</SAMP></CENTER>
2494 <BR>
2495 <CENTER><SAMP>a d (to delete all selected messages)</SAMP></CENTER>
2497 Another use of Select is to use it for searching for a particular message
2498 or set of messages in a large folder.
2499 You may know that the message was From a certain user.
2500 You could select all messages from that user to start, and use Zoom to
2501 look at only those messages.
2502 If there were still too many messages to look at you could Narrow the
2503 set of messages further by selecting from all of those messages only
2504 the ones that were after a certain date, or contained a particular phrase
2505 in the Subject, or were too a particular address, and so on.
2506 That may be the end of what you are doing, or you may want to use Apply to
2507 Save or Forward or Print all of the selected messages.
2509 Some related help topics are
2510 <UL>
2511 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
2512 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
2513 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
2514 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
2515 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
2516 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
2517 </UL>
2519 &lt;End of help on this topic&gt;
2520 </BODY>
2521 </HTML>
2522 ===== h_mainhelp_readingnews ======
2523 <HTML>
2524 <HEAD>
2525 <TITLE>Reading News</TITLE>
2526 </HEAD>
2527 <BODY>
2528 <H1>Reading News</H1>
2530 <H2>Background</H2>
2531 Alpine can read and post to Internet (or USENET) newsgroups, using the same 
2532 commands as for mail. Similar to mailing lists but existing on a larger scale, 
2533 Usenet newsgroups allow groups of people with common interests to discuss 
2534 particular topics. You might find newsgroups related to your career, or you 
2535 might wish to check out the online discussion among the fans of your favorite 
2536 television show. 
2538 <H2>Configuring Alpine for Reading News</H2>
2539 Alpine often arrives
2540 pre-configured by your system administrator to automatically access the
2541 newsgroups offered by your organization, Internet Service Provider, or
2542 school. PC-Alpine users, and those attempting to customize Unix Alpine, will
2543 need additional details on <a href="h_configuring_news">how to
2544 configure Alpine to read news</a>.
2546 <H2>Accessing Newsgroups</H2>
2547 The first step in reading news is to access the newsgroups collections
2548 screen from Alpine. If everything is configured properly, you should be able
2549 to do this by first typing L (folder List), then selecting the folder
2550 collection listed as "News." The actual name of this collection may differ
2551 from system to system.
2553 <H2>Subscribing to Newsgroups</H2>
2555 Once you have accessed the news collection, you need to subscribe to a
2556 newsgroup that interests you. Subscribing to a newsgroup means that Alpine
2557 will keep a record of the newsgroups in which you are interested and which
2558 articles in those newsgroups have been read.
2560 <H2>Using Newsgroups</H2> 
2561 Alpine uses the similar commands to read news as to read mail. For example,
2562 the D command marks messages as Deleted (or "Dismissed," if you prefer),
2563 and the R command Replies to a news posting. Basically, Alpine allows you to
2564 read news as if it were mail, so you don't need to change the way you
2565 interact with Alpine.
2567 There is also additional Alpine help available on 
2568 <A HREF="h_reading_news">how to use Alpine to read news</A>.
2570 &lt;End of help on this topic&gt;
2571 </BODY>
2572 </HTML>
2573 ===== h_mainhelp_securing ======
2574 <HTML>
2575 <HEAD>
2576 <TITLE>Securing your Alpine Session</TITLE>
2577 </HEAD>
2578 <BODY>
2579 <H1>Securing your Alpine Session</H1>
2581 By default, Alpine will attempt to connect to an IMAP server on the normal
2582 IMAP service port (143).
2583 If the Alpine you are using has been built to
2584 support &quot;Transport Layer Security&quot; (TLS)
2585 and &quot;Secure Sockets Layer&quot; (SSL) 
2586 (check by clicking <A HREF="X-Alpine-Config:">here</A>),
2587 and the server offers the STARTTLS capability, then a secure (encrypted)
2588 session will be established.
2590 When you are connected to a remote folder the titlebar will contain a plus sign
2591 in the far right column if the connection is encrypted using TLS or SSL.
2592 Similarly, when you are being prompted for a password a plus sign will appear in the prompt
2593 if the connection is encrypted.
2595 <H2>More Information on Alpine with SSL and TLS</H2>
2596 <UL>
2597 <LI> <A HREF="h_release_tlscerts">TLS and SSL Usage Note</A> </LI>
2598 <LI> <A HREF="h_folder_server_syntax">/SSL</A> option for older servers which support port 993 SSL but not TLS </LI>
2599 <LI> <A HREF="h_config_alt_auth"><!--#echo var="FEAT_try-alternative-authentication-driver-first"--></A> feature </LI>
2600 <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>
2601 </UL>
2602 <H2>Here are some other security-related features and options</H2>
2604 <UL>
2605 <LI> <A HREF="h_config_disable_password_caching"><!--#echo var="FEAT_disable-password-caching"--></A> feature to disable password caching </LI>
2606 <LI> <A HREF="h_config_mailcap_params"><!--#echo var="FEAT_enable-mailcap-param-substitution"--></A> feature </LI>
2607 <LI> <A HREF="h_config_disable_auths"><!--#echo var="VAR_disable-these-authenticators"--></A> option </LI>
2608 </UL>
2610 &lt;End of help on this topic&gt;
2611 </BODY>
2612 </HTML>
2613 ===== h_mainhelp_problems ======
2614 <HTML>
2615 <HEAD>
2616 <TITLE>Reporting Problems</TITLE>
2617 </HEAD>
2618 <BODY>
2619 <H1>Reporting Problems</H1>
2621 We ask that you first read the relevant help screens and then seek
2622 assistance from your own local support staff.  Once you are sure that your
2623 difficulty is not a local configuration problem, you might look at the
2624 help section explaining where to look for
2625 <A HREF="h_finding_help">more information</A> and where to 
2626 get assistance.
2629 <ADDRESS>
2630    Eduardo Chappa &lt;chappa@gmx.com&gt;
2631 </ADDRESS>
2634 &lt;End of help on this topic&gt;
2635 </BODY>
2636 </HTML>
2637 ===== h_main_menu_commands ======
2638 <HTML>
2639 <HEAD>
2640 <TITLE>MAIN MENU COMMANDS</TITLE>
2641 </HEAD>
2642 <BODY>
2643 <H1>MAIN MENU COMMANDS</H1>
2645 <!--chtml if pinemode="function_key"-->
2646 &nbsp;Available&nbsp;Commands&nbsp;--
2647 &nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
2648 &nbsp;------------------------------
2649 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------
2650 ----------<BR>
2651 &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>
2652 &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>
2653 &nbsp;F3&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
2654 &nbsp;F4&nbsp;&nbsp;Execute&nbsp;current&nbsp;MAIN&nbsp;MENU&nbsp;command&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A 
2655 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
2656 &nbsp;F5&nbsp;&nbsp;Select&nbsp;previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu&nbsp;&nbsp;F5&nbsp;&nbsp;<A 
2657 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen<BR>
2658 &nbsp;F6&nbsp;&nbsp;Select&nbsp;next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A 
2659 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
2660 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2661 &nbsp;F7&nbsp;&nbsp;<A 
2662 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen<BR>
2663 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2664 &nbsp;F8&nbsp;&nbsp;<A 
2665 HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
2666 &nbsp;F9&nbsp;&nbsp;Display&nbsp;<A 
2667 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 
2668 HREF="h_main_setup">SETUP</A>&nbsp;menus<BR>
2669 &nbsp;F10&nbsp;<A 
2670 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 
2671 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen<BR>
2672 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2673 &nbsp;F11&nbsp;<A 
2674 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
2675 <!--chtml else-->
2676 &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>
2677 &nbsp;---------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------------<BR>
2678 &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>
2679 &nbsp;C&nbsp;&nbsp;<A 
2680 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>
2681 &nbsp;I&nbsp;&nbsp;<A 
2682 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>
2683 &nbsp;L&nbsp;&nbsp;<A 
2684 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>
2685 &nbsp;A&nbsp;&nbsp;<A 
2686 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;<A 
2687 HREF="h_main_kblock">Lock&nbsp;Keyboard</A><BR>
2688 &nbsp;S&nbsp;&nbsp;<A 
2689 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 
2690 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
2691 &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>
2692 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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 
2693 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
2694 <!--chtml endif-->
2697 NOTE:
2698 <OL>
2699  <LI>For help on a particular command, highlight the bold text associated
2700 with it above and hit Return.
2701  <LI> The availability of certain commands (e.g. some of the options under
2702 SETUP) is determined by Alpine configuration files and system capabilities.
2703 At some sites, certain commands may not be available due to security or
2704 support concerns.
2705 </OL>
2707 &lt;End of help on this topic&gt;
2708 </BODY>
2709 </HTML>
2711 ===== h_command_line_options ======
2712 <HTML>
2713 <HEAD>
2714 <TITLE>COMMAND LINE OPTIONS</TITLE>
2715 </HEAD>
2716 <BODY>
2717 <H1>COMMAND LINE OPTIONS</H1>
2718 Possible starting arguments for Alpine:
2720 <DL COMPACT>
2722 <DT> <EM>[addresses]</EM>
2724 <DD> Send-to:  If you give <EM>Alpine</EM> an argument or arguments which
2725 do not begin with a dash, <EM>Alpine</EM> treats them as email addresses.
2726 <EM>Alpine</EM> will startup in
2727 the composer with a message started to the addresses specified.
2728 Once the message is sent, the <EM>Alpine</EM> session closes.
2729 Standard input redirection is allowed.
2730 Separate multiple addresses with a space between them.
2731 Addresses are placed in the &quot;To&quot; field only.
2734 <DT> &lt; <EM>file</EM>
2736 <DD> <EM>Alpine</EM> will startup in the composer with <EM>file</EM> read
2737 into the body of the message.
2738 Once the message is sent, the <EM>Alpine</EM> session closes. 
2741 <DT> -attach <EM>file</EM>
2743 <DD> Go directly into composer with given file attached.
2746 <DT> -attachlist <EM>file-list</EM>
2748 <DD> Go directly into composer with given files attached.
2749 This must be the last option on the command line.
2752 <DT> -attach_and_delete <EM>file</EM>
2754 <DD> Go directly into composer with given file attached, delete when finished.
2757 <DT> -aux <EM>local_directory</EM>
2759 <DD> <EM>PC-Alpine</EM> only.
2760 This tells <EM>PC-Alpine</EM> the local directory to use for storing auxiliary
2761 files, like debug files, address books, and signature files.  The pinerc may 
2762 be local or remote.
2765 <DT> -bail
2767 <DD> If the personal configuration file doesn't already exist, exit.
2768 This might be useful if the configuration file is accessed using some
2769 remote filesystem protocol. If the remote mount is missing this will cause
2770 <EM>Alpine</EM> to quit instead of creating a new pinerc.
2773 <DT> -c <EM>n</EM>
2775 <DD> When used with the <CODE>-f</CODE> option, apply the <EM>n</EM>th context.
2776 This is used when there are multiple folder collections (contexts) and you 
2777 want to open a folder not in the primary collection.
2780 <DT> -conf
2782 <DD> Configuration: Prints a sample system configuration file to the
2783 screen or standard output. To generate an initial system configuration 
2784 file, execute
2786 <PRE><CODE>
2787                 pine -conf > <!--#echo var="PINE_CONF_PATH"-->
2788 </CODE></PRE>
2791 To generate a system configuration file using settings from an old
2792 system configuration file, execute
2794 <PRE><CODE>
2795                 pine -P old-pine.conf -conf > <!--#echo var="PINE_CONF_PATH"-->
2796 </CODE></PRE>
2798 A system configuration file is not required.
2801 <DT> -copy_abook &lt;<EM>local_abook_file</EM>&gt; &lt;<EM>remote_abook_folder</EM>&gt;
2803 <DD> Copy an address book file to a remote address book folder.
2804 If the remote folder doesn't exist, it will be created.
2805 If it exists but the first message in the folder isn't a remote address
2806 book header message, the copy will be aborted.
2807 This flag will not usually be used by a user.
2808 Instead, the user will create a remote address book from within <EM>Alpine</EM>
2809 and copy entries from the local address book by using aggregate Save in
2810 the address book screen.
2813 <DT> -copy_pinerc &lt;<EM>local_pinerc_file</EM>&gt; &lt;<EM>remote_pinerc_folder</EM>&gt;
2815 <DD> Copy a pinerc configuration file to a remote pinerc folder.
2816 If the remote folder doesn't exist, it will be created.
2817 If it exists but the first message in the folder isn't a remote pinerc
2818 header message, the copy will be aborted.
2819 This flag may be useful to users who already have a local pinerc file and
2820 would like to convert it to a remote pinerc folder and use that instead.
2821 This gives a way to bootstrap that conversion without having to manually
2822 reset all of the variables in the remote pinerc folder.
2825 <DT> -d <EM>debug-level</EM>
2827 <DD> Debug Level:  Sets the level of debugging information written by
2828 <EM>Alpine</EM>.
2829 <EM>debug-level</EM> can be set to any integer 0-9.
2830 A debug level of 0 turns off debugging for the session.
2831 (Actually there are some levels higher than 9, but you probably don't
2832 want to see them.)
2835 <DT> -d <EM>keywords</EM>
2837 <DD> You may use a more detailed version of the debugging flag to set
2838 the debug level in separate parts of <EM>Alpine</EM>.
2839 The possibilities are flush, timestamp, imap=0..4, tcp, numfiles=0..31, and
2840 verbose=0..9.
2841 <EM>Flush</EM> causes debugging information to be flushed immediately to
2842 the debug file as it is written.
2843 <EM>Verbose</EM> is the general debugging verbosity level.
2844 <EM>Timestamp</EM> causes timestamps to be added to the debug file, which
2845 is useful when you are trying to figure out what is responsible for delays.
2846 <EM>Numfiles</EM> sets the number of debug files saved.
2847 <EM>Imap</EM> sets the debug level for the debugging statements related
2848 to the conversation with the IMAP server, and more generally, for the
2849 debugging related to <EM>Alpine</EM>'s interaction with the C-Client library.
2850 <EM>Tcp</EM> turns on some TCP/IP debugging.
2853 <DT> -f <EM>folder</EM>
2855 <DD> Startup folder:  <EM>Alpine</EM> will open this folder in place
2856 of the standard INBOX.
2859 <DT> -F <EM>file</EM>
2861 <DD> Open named text file for viewing and forwarding.
2864 <DT> -h
2866 <DD> Help:  Prints the list of available command-line arguments to the
2867 screen.
2870 <DT> -i
2872 <DD> <EM>Alpine</EM> will start up in the FOLDER INDEX
2873 screen instead of the MAIN MENU.
2876 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"-->=i</EM>.
2879 <DT> -I <EM>a,b,c,...</EM>
2881 <DD> Initial Keystrokes:  <EM>Alpine</EM> will execute this comma-separated
2882 sequence of commands upon startup.
2883 This allows users to get <EM>Alpine</EM> to start in any
2884 of its menus/screens.
2885 You cannot include any input to the composer in the initial keystrokes.
2886 The key &lt;Return&gt; is represented by a ``CR'' in
2887 the keystroke list; the spacebar is designated by the letters ``SPACE''.
2888 Control keys are two character sequences beginning with ``^'', such as
2889 ``^I''.
2890 A tab character is ``TAB''.
2891 Function keys are ``F1'' - ``F12'' and the arrow keys are ``UP'',
2892 ``DOWN'', ``LEFT'', and ``RIGHT''.
2893 A restriction is that you can't mix function keys and character keys in this
2894 list even though you can, in some cases, mix them when running <EM>Alpine</EM>.
2895 A user can always use only <EM>character</EM> keys in the startup list even
2896 if he or she is using <EM>function</EM> keys normally, or vice versa.
2897 If an element in this list is a string of characters surrounded by double
2898 quotes (&quot;) then it will be expanded into the individual characters in
2899 the string, excluding the double quotes.
2902 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"--></EM>
2905 <DT> -install
2907 <DD> For <EM>PC-Alpine</EM> only, this option prompts the user for
2908 some basic information to help with getting properly set up.
2911 <DT> -k
2913 <DD> Function-Key Mode:  When invoked in this way, <EM>Alpine</EM> expects
2914 the input of commands to be function-keys.
2915 Otherwise, commands are linked to the regular character keys.
2918 Configuration equivalent:  <EM><!--#echo var="FEAT_use-function-keys"--></EM> included in
2919 <EM>Feature-List</EM>.
2922 <DT> -n <EM>n</EM>
2924 <DD> Message-Number:  When specified, <EM>Alpine</EM> starts up in the
2925 FOLDER INDEX screen with the current message being the specified
2926 message number.
2929 <DT> -nosplash
2931 <DD> <EM>PC-Alpine</EM> only.
2932 This tells <EM>PC-Alpine</EM> not to display the splash screen upon startup.
2933 This may be helpful for certain troubleshooting or terminal server scenarios.
2936 <DT> -o <EM>folder</EM>
2938 <DD> Opens the INBOX (or a folder specified via the -f argument) ReadOnly. 
2941 <DT> -p <EM>pinerc</EM>
2943 <DD> Uses the named file as the personal configuration file instead of
2944 <EM>~/.pinerc</EM> or the default PINERC search sequence <EM>PC-Alpine</EM> uses.
2945 Alpinerc may be either a local file or a remote configuration folder.
2948 <DT> -P <EM>pinerc</EM>
2950 <DD> Uses the named file as the system wide configuration file instead of
2951 <EM><!--#echo var="PINE_CONF_PATH"--></EM> on UNIX, or nothing on <EM>PC-Alpine</EM>.
2952 Alpinerc may be either a local file or a remote configuration folder.
2955 <DT> -passfile <EM>passfile</EM>
2957 <DD> This tells <EM>Alpine</EM> what file should be used as the password file.
2958 This should be a fully-qualified filename.
2961 <DT> -pinerc <EM>file</EM>
2963 <DD> Output fresh pinerc configuration to <EM>file</EM>, preserving the
2964 settings of variables that the user has made.
2965 Use <EM>file</EM> set to ``-'' to make output go to standard out.
2968 <DT> -r
2970 <DD> Restricted Mode:  For UNIX <EM>Alpine</EM> only.
2971 <EM>Alpine</EM> in restricted mode can only send email to itself.
2972 Save and export are limited.
2975 <DT> -registry <EM>cmd</EM>
2977 <DD> For <EM>PC-Alpine</EM> only, this option affects the values of 
2978 <EM>Alpine</EM>'s registry entries.
2979 Possible values for <EM>cmd</EM> are set, clear, and dump.
2980 <EM>Set</EM> will always reset <EM>Alpine</EM>'s registry 
2981 entries according to its current settings.
2982 <EM>Clear</EM> will clear the registry values.
2983 <EM>Clearsilent</EM> will clear the registry values without any dialogs.
2984 <EM>Dump</EM> will display the values of current registry settings.
2985 Note that the dump command is currently disabled.
2986 Without the -registry option, <EM>PC-Alpine</EM> will write values into
2987 the registry only if there currently aren't any values set.
2990 <DT> -sort <EM>key</EM>
2992 <DD> Sort-Key:  Specifies the order messages will be displayed in for the
2993 FOLDER INDEX screen.
2994 <EM>Key</EM> can have the following values: 
2995 arrival, date, subject, orderedsubj, thread, from, size, score, to, cc,
2996 arrival/reverse, date/reverse, subject/reverse, orderedsubj/reverse, thread/reverse,
2997 from/reverse, size/reverse, score/reverse, to/reverse, and cc/reverse.
2998 The default value is &quot;arrival&quot;.
2999 The <EM>key</EM> value reverse is equivalent to arrival/reverse.
3002 Configuration equivalent:  <EM><!--#echo var="VAR_sort-key"--></EM>.
3005 <DT> -uninstall
3007 <DD> For <EM>PC-Alpine</EM> only, this option removes references to Alpine
3008 in Windows settings.  The registry settings are removed and
3009 the password cache is cleared.
3012 <DT> -url <EM>url</EM>
3014 <DD> Open the given URL.
3017 <DT> -v
3019 <DD> Version:  Print version information to the screen.
3022 <DT> -x <EM>exceptions_config</EM>
3024 <DD> Configuration settings in the exceptions configuration override your normal
3025 default settings.
3026 <EM>Exceptions_config</EM> may be either a local file or a remote Alpine configuration folder.
3029 <DT> -z
3031 <DD> Enable Suspend:  When run with this flag, the key sequence ctrl-z
3032 will suspend the <EM>Alpine</EM> session.
3035 Configuration equivalent:  <EM><!--#echo var="FEAT_enable-suspend"--></EM> included in
3036 <EM>Feature-List</EM>.
3039 <DT> -<EM>option</EM>=<EM>value</EM>
3041 <DD> Assign <EM>value</EM> to the config option <EM>option</EM>.
3042 For example, <EM>-signature-file=sig1</EM> or
3043 <EM>-Feature-List=signature-at-bottom</EM>.
3044 Note:  Feature-List values are
3045 additive and features may be preceded with no- to turn them off.
3046 Also, as a special case, the &quot;Feature-List=&quot; part of that may be
3047 omitted. For example, <EM>-signature-at-bottom</EM> is equivalent to
3048 <EM>-Feature-List=signature-at-bottom</EM>.
3051 </DL>
3053 &lt;End of help on this topic&gt;
3054 </BODY>
3055 </HTML>
3056 ===== h_configuring_news ======
3057 <HTML>
3058 <HEAD>
3059 <TITLE>CONFIGURING NEWS</TITLE>
3060 </HEAD>
3061 <BODY>
3062 <H1>CONFIGURING NEWS</H1>
3063 Alpine can access news folders in any one of three different ways:
3064 <DL>
3065 <DT>REMOTE NNTP</DT>
3066 <DD>Using the Network News Transport Protocol (NNTP) to
3067 access news on a remote news server.  In this case the newsrc file is
3068 stored on the machine where Alpine is running.
3071 To specify a remote news-collection accessed via NNTP use the
3072 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3073 Server: value to the NNTP server's hostname appended with the
3074 communication method &quot;/service=NNTP&quot;, and set the Path:
3075 value to the &quot;#news.&quot; namespace (without the quotes).  See
3076 the &quot;<A HREF="h_composer_cntxt_server">Server:</A>&quot; field's
3077 help text for a more complete explanation of access method, and the
3078 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3079 text for a more complete explanation of &quot;namespace&quot;.
3081 Instead of specifying a news-collection, you may simply set the
3082 <A HREF="h_config_nntp_server">NNTP Server</A>
3083 option, which will cause Alpine to create a default news-collection for you.
3084 Another NNTP option that may be of interest is
3085 <A HREF="h_config_nntprange"><!--#echo var="VAR_nntp-range"--></A>.
3087 <DT>REMOTE IMAP</DT>
3088 <DD>Using the Internet Message Access Protocol (IMAP) to
3089 access news on a remote news server.  In this case, your newsrc file is
3090 stored on the news server, in your home directory, so you must have an
3091 account on the news server, but you would be running Alpine on a different
3092 machine.  The news server must be running an IMAPd server process. 
3095 To specify a remote news-collection accessed via IMAP use the
3096 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3097 Server: value to the IMAP server's hostname, and set the Path: value
3098 to the &quot;#news.&quot; namespace (without the quotes).  See the
3099 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3100 text for a more complete explanation of &quot;namespace&quot;.
3102 </DD>
3104 <DT>LOCAL</DT>
3105 <DD>Using local file access to the news database.  In this
3106 case, your newsrc file is stored on the news server, in your home
3107 directory, so you must have an account on the news server, and you would
3108 be running Alpine on the same machine.
3111 To specify a local news-collection use the SETUP/collectionList
3112 screen's &quot;Add&quot; command.  Leave the Server: value blank, and
3113 set the Path: value to the &quot;#news.&quot; namespace (without the
3114 quotes).  See the &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot;
3115 field's help text for a more complete explanation of &quot;namespace&quot;.
3117 </DD>
3118 </DL>
3122 NOTE: Should no news-collection be defined as above, Alpine will
3123 automatically create one using the Setup/Config screen's
3124 &quot;<!--#echo var="VAR_nntp-server"-->&quot; variable's value if defined.  The collection
3125 will be created as a &quot;Remote NNTP&quot; as described above.
3129 If you are a PC-Alpine user, either option 1 (NNTP) or option 2 (IMAP) is
3130 possible.  If you don't have an account on the news server, or if the news
3131 server is not running an IMAP daemon, then you must use NNTP.  (If you are not
3132 sure, ask your service provider, university, or company for help.)  In
3133 this case, your Unix .newsrc file can be transferred to your PC.  A good
3134 place to put it would be in the same directory as your PINERC file, under
3135 the name NEWSRC, but you can 
3136 <A HREF="h_config_newsrc_path">specify a different location</A>
3137 via Alpine's Setup/Config screen.
3140 Other configuration features related to news are
3141 <A HREF="h_config_8bit_nntp"><!--#echo var="FEAT_enable-8bit-nntp-posting"--></A>.
3142 <A HREF="h_config_compose_news_wo_conf"><!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></A>,
3143 <A HREF="h_config_news_uses_recent"><!--#echo var="FEAT_news-approximates-new-status"--></A>,
3144 <A HREF="h_config_news_cross_deletes"><!--#echo var="FEAT_news-deletes-across-groups"--></A>,
3145 <A HREF="h_config_news_catchup"><!--#echo var="FEAT_news-offers-catchup-on-close"--></A>,
3146 <A HREF="h_config_post_wo_validation"><!--#echo var="FEAT_news-post-without-validation"--></A>,
3147 <A HREF="h_config_read_in_newsrc_order"><!--#echo var="FEAT_news-read-in-newsrc-order"--></A>, and
3148 <A HREF="h_config_quell_post_prompt"><!--#echo var="FEAT_quell-extra-post-prompt"--></A>.
3151 &lt;End of help on this topic&gt;
3152 </BODY>
3153 </HTML>
3154 ===== h_reading_news ======
3155 <HTML>
3156 <HEAD>
3157 <TITLE>READING NEWS</TITLE>
3158 </HEAD>
3159 <BODY>
3160 <H1>READING NEWS</H1>
3162 Alpine uses almost the same commands for manipulating news folders as for
3163 mail folders.  This means, for example, that when you are done with a
3164 message, you would use &quot;D&quot; to mark it as Deleted (or Dismissed,
3165 if you prefer.)  This &quot;mail-like&quot; behavior differs from that of
3166 most newsreaders, wherein a message is implicitly dismissed after you have
3167 looked at it once. We strongly believe that Alpine should offer as much
3168 consistency as possible between mail and news, so the mail paradigm --
3169 wherein a message does not magically disappear without explicit action by
3170 the user -- is used for news as well. <P>
3172 If you answer a message in a news folder, the index view will show the
3173 &quot;A&quot; flag as usual; but the industry standard file Alpine uses to
3174 keep track of what news as been read has no way of storing this flag, so
3175 it will not be preserved across sessions.  The Deleted flag is the only
3176 one that is preserved when you leave and then return to a newsgroup.  As an
3177 additional note on replies, when you Reply to a newsgroup message and say
3178 you want to reply to all recipients, Alpine will ask if you want to post the
3179 message to all the newsgroups listed in the original message. <P>
3181 If you would like Alpine to mark more-or-less recent news messages as
3182 &quot;New&quot;, then set the
3183 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
3184 feature (which is set by default).  This will cause messages after the last one you have marked as
3185 Deleted to appear with &quot;N&quot; status in the MESSAGE INDEX.  The
3186 &quot;N&quot; status often makes it easier to distinguish later news
3187 articles from those you've previously seen, but not yet disposed of via
3188 the &quot;D&quot; key.  Note that this is an approximation, not an exact
3189 record of which messages you have not seen.
3192 A frequent operation in news-reading is &quot;catching up&quot; -- that
3193 is, getting rid of all the messages in the newsgroup so that you can
3194 &quot;start fresh.&quot;  The easiest way to do this in Alpine is via the
3195 Select command.  You would enter the following four keystrokes:
3196 <tt>;aad</tt> to select all messaged, and then apply the delete (or
3197 dismiss) command to all of them.
3200 There are also additional details on 
3201 <A HREF="h_configuring_news">configuring news</a>.
3204 &lt;End of help on this topic&gt;
3205 </BODY>
3206 </HTML>
3207 ====== h_help_index ======
3208 <HTML>
3209 <HEAD>
3210 <TITLE>Help Index</TITLE>
3211 </HEAD>
3212 <BODY>
3213 <H1>Help Index</H1>
3214 <ul>
3215 <li><a href="h_mainhelp_abooks">Address Books</a></li>
3216 <li><a href="h_abook_top">ADDRESS BOOK LIST COMMANDS</a>
3217 <li><a href="h_main_addrbook">Address Book Command</a>
3218 <li><a href="h_abook_view">Address Book View Explained</a>
3219 <li><a href="h_compose_addrcomplete">Address Completion</a>
3220 <li><a href="h_abook_select_listmode">Address Listmode Selection from Composer Explained</a>
3221 <li><a href="h_abook_select_checks">Address Selection from Composer Explained</a>
3222 <li><a href="h_composer_abook_comment">Addressbook Comment Explained</a>
3223 <li><a href="h_composer_abook_fcc">Addressbook Fcc Explained</a>
3224 <li><a href="h_composer_abook_add_folder">Addressbook Folder Name Field Explained</a>
3225 <li><a href="h_composer_abook_full">Addressbook Fullname Explained</a>
3226 <li><a href="h_composer_abook_add_nick">Addressbook NickName Field Explained</a>
3227 <li><a href="h_composer_abook_nick">Addressbook Nickname Explained</a>
3228 <li><a href="h_abook_select_addr">Addressbook Selection Explained</a>
3229 <li><a href="h_abook_select_top">Addressbook Selection Navigation Explained</a>
3230 <li><a href="h_composer_abook_add_server">Addressbook Server Name Field Explained</a>
3231 <li><a href="h_mainhelp_aggops">Aggregate Operations</a>
3232 <li><a href="h_mainhelp_config">Alpine Configuration</a>
3233 <li><a href="h_mainhelp_pinehelp">Alpine Help</a>
3234 <li><a href="h_news_legal">Alpine Legal Notices</a>
3235 <li><a href="h_compose_alted">Alt Editor Command</a>
3236 <li><a href="h_index_cmd_apply">Apply Command</a>
3237 <li><a href="h_attachment_screen">Attachment Index Screen Explained</a>
3238 <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a>
3239 <li><a href="h_mainhelp_filtering">Blocking Messages</a>
3240 <li><a href="h_composer_browse">BROWSER</a>
3241 <li><a href="h_common_bounce">Bounce Command</a>
3242 <li><a href="h_compose_cancel">Cancel Command</a>
3243 <li><a href="h_config_change_your_from">Changing your From Address</a>
3244 <li><a href="h_collection_screen">COLLECTION LIST screen</a>
3245 <li><a href="h_mainhelp_color">Color</a>
3246 <li><a href="h_composer_ctrl_j">COMPOSER ATTACH</a>
3247 <li><a href="h_composer">COMPOSER COMMANDS</a>
3248 <li><a href="h_mainhelp_composing">Composing Messages</a>
3249 <li><a href="h_mainhelp_collections">Collection Lists</a>
3250 <li><a href="h_composer_cntxt_nick">Collection Nickname Explained</a>
3251 <li><a href="h_composer_cntxt_path">Collection Path: Explained</a>
3252 <li><a href="h_composer_cntxt_server">Collection Server: Explained</a>
3253 <li><a href="h_composer_cntxt_view">Collection View: Explained</a>
3254 <li><a href="h_mainhelp_cmdlineopts">Command Line Options</a>
3255 <li><a href="h_common_compose">Compose Command</a>
3256 <li><a href="h_edit_nav_cmds">Composer Editing Commands Explained</a>
3257 <li><a href="h_common_conditional_cmds">Conditional Commands</a>
3258 <li><a href="h_reply_token_conditionals">Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</a>
3259 <li><a href="h_mainhelp_config">Configuration</a>
3260 <li><a href="h_composer_custom_free">CUSTOMIZED HEADER FIELD</a>
3261 <li><a href="h_config_dflt_color">Default Color</a>
3262 <li><a href="h_common_delete">Delete and Undelete Commands</a>
3263 <li><a href="h_composer_qserv_cn">Directory Query Form Explained</a>
3264 <li><a href="h_special_list_commands">Email List Commands Explained</a>
3265 <li><a href="h_composer_search">Explanation of Composer Whereis Command </a>
3266 <li><a href="h_folder_open">Explanation of Folder Selection</a>
3267 <li><a href="h_special_xon_xoff">Explanation of Alpine's XOFF/XON Handling</a>
3268 <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a>
3269 <li><a href="h_ge_export">Export File Selection</a>
3270 <li><a href="h_ge_allparts">Export Message File Selection</a>
3271 <li><a href="h_index_cmd_expunge">Expunge/Exclude Command</a>
3272 <li><a href="h_info_on_locking">FAQs on Alpine Locking</a>
3273 <li><a href="h_config_allow_chg_from">FEATURE: <!--#echo var="FEAT_allow-changing-from"--></a>
3274 <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a>
3275 <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a>
3276 <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a>
3277 <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a>
3278 <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a>
3279 <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a>
3280 <li><a href="h_config_auto_unselect">FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></a>
3281 <li><a href="h_config_auto_unzoom">FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></a>
3282 <li><a href="h_config_auto_zoom">FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></a>
3283 <li><a href="h_config_use_boring_spinner">FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></a>
3284 <li><a href="h_config_check_mail_onquit">FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></a>
3285 <li><a href="h_config_combined_abook_display">FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></a>
3286 <li><a href="h_config_combined_folder_display">FEATURE: <!--#echo var="FEAT_combined-folder-display"--></a>
3287 <li><a href="h_config_combined_subdir_display">FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></a>
3288 <li><a href="h_config_cancel_confirm">FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></a>
3289 <li><a href="h_config_lame_list_mode">FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></a>
3290 <li><a href="h_config_compose_rejects_unqual">FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></a>
3291 <li><a href="h_config_send_filter_dflt">FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></a>
3292 <li><a href="h_config_compose_news_wo_conf">FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></a>
3293 <li><a href="h_config_del_from_dot">FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></a>
3294 <li><a href="h_config_compose_maps_del">FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></a>
3295 <li><a href="h_config_confirm_role">FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></a>
3296 <li><a href="h_config_tab_no_prompt">FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></a>
3297 <li><a href="h_config_dates_to_local">FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></a>
3298 <li><a href="h_config_copy_to_to_from">FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></a>
3299 <li><a href="h_config_del_skips_del">FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></a>
3300 <li><a href="h_config_disable_config_cmd">FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></a>
3301 <li><a href="h_config_disable_index_locale_dates">FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></a>
3302 <li><a href="h_config_disable_kb_lock">FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></a>
3303 <li><a href="h_config_blank_keymenu">FEATURE: <!--#echo var="FEAT_disable-keymenu"--></a>
3304 <li><a href="h_config_disable_password_caching">FEATURE: <!--#echo var="FEAT_disable-password-caching"--></a>
3305 <li><a href="h_config_disable_password_cmd">FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></a>
3306 <li><a href="h_config_disable_pipes_in_sigs">FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></a>
3307 <li><a href="h_config_disable_pipes_in_templates">FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></a>
3308 <li><a href="h_config_disable_regex">FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
3309 <li><a href="h_config_disable_roles_setup">FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></a>
3310 <li><a href="h_config_disable_roles_sigedit">FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></a>
3311 <li><a href="h_config_disable_roles_templateedit">FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></a>
3312 <li><a href="h_config_input_history">FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></a>
3313 <li><a href="h_config_disable_collate">FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></a>
3314 <li><a href="h_config_disable_shared">FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></a>
3315 <li><a href="h_config_disable_signature_edit">FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></a>
3316 <li><a href="h_config_take_fullname">FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></a>
3317 <li><a href="h_config_take_lastfirst">FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></a>
3318 <li><a href="h_config_disable_reset_disp">FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></a>
3319 <li><a href="h_config_disable_sender">FEATURE: <!--#echo var="FEAT_disable-sender"--></a>
3320 <li><a href="h_config_quell_dead_letter">FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></a>
3321 <li><a href="h_config_quell_flowed_text">FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></a>
3322 <li><a href="h_downgrade_multipart_to_text">FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></a>
3323 <li><a href="h_config_8bit_smtp">FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></a>
3324 <li><a href="h_config_8bit_nntp">FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></a>
3325 <li><a href="h_config_enable_agg_ops">FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></a>
3326 <li><a href="h_config_enable_alt_ed">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></a>
3327 <li><a href="h_config_alt_ed_now">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></a>
3328 <li><a href="h_config_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></a>
3329 <li><a href="h_config_relaxed_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></a>
3330 <li><a href="h_config_compose_bg_post">FEATURE: <!--#echo var="FEAT_enable-background-sending"--></a>
3331 <li><a href="h_config_enable_bounce">FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></a>
3332 <li><a href="h_config_cruise_mode">FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></a>
3333 <li><a href="h_config_cruise_mode_delete">FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></a>
3334 <li><a href="h_config_compose_dsn">FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></a>
3335 <li><a href="h_config_enable_dot_files">FEATURE: <!--#echo var="FEAT_enable-dot-files"--></a>
3336 <li><a href="h_config_enable_lessthan_exit">FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></a>
3337 <li><a href="h_config_fast_recent">FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></a>
3338 <li><a href="h_config_enable_flag">FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></a>
3339 <li><a href="h_config_flag_screen_default">FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></a>
3340 <li><a href="h_config_flag_screen_kw_shortcut">FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></a>
3341 <li><a href="h_config_enable_full_hdr_and_text">FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></a>
3342 <li><a href="h_config_enable_full_hdr">FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></a>
3343 <li><a href="h_config_allow_goto">FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></a>
3344 <li><a href="h_config_enable_dot_folders">FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></a>
3345 <li><a href="h_config_enable_incoming">FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></a>
3346 <li><a href="h_config_enable_incoming_checking">FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></a>
3347 <li><a href="h_config_enable_jump">FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></a>
3348 <li><a href="h_config_show_delay_cue">FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></a>
3349 <li><a href="h_config_mailcap_params">FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></a>
3350 <li><a href="h_config_enable_mouse">FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></a>
3351 <li><a href="h_config_enable_view_addresses">FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></a>
3352 <li><a href="h_config_enable_view_attach">FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></a>
3353 <li><a href="h_config_enable_view_arrows">FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></a>
3354 <li><a href="h_config_enable_view_url">FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></a>
3355 <li><a href="h_config_enable_view_web_host">FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></a>
3356 <li><a href="h_config_enable_mulnewsrcs">FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></a>
3357 <li><a href="h_config_enable_xterm_newmail">FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></a>
3358 <li><a href="h_config_enable_newmail_short_text">FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>
3359 <li><a href="h_config_sub_lists">FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></a>
3360 <li><a href="h_config_enable_y_print">FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></a>
3361 <li><a href="h_config_prefix_editing">FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></a>
3362 <li><a href="h_config_enable_search_and_repl">FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></a>
3363 <li><a href="h_config_sigdashes">FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></a>
3364 <li><a href="h_config_new_thread_blank_subject">FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></a>
3365 <li><a href="h_config_can_suspend">FEATURE: <!--#echo var="FEAT_enable-suspend"--></a>
3366 <li><a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
3367 <li><a href="h_config_enable_take_export">FEATURE: <!--#echo var="FEAT_enable-take-export"--></a>
3368 <li><a href="h_config_enable_role_take">FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></a>
3369 <li><a href="h_config_tray_icon">FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></a>
3370 <li><a href="h_config_enable_pipe">FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></a>
3371 <li><a href="h_config_verbose_post">FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></a>
3372 <li><a href="h_config_expanded_addrbooks">FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></a>
3373 <li><a href="h_config_expanded_distlists">FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></a>
3374 <li><a href="h_config_expanded_folders">FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></a>
3375 <li><a href="h_config_expose_hidden_config">FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></a>
3376 <li><a href="h_config_expunge_manually">FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></a>
3377 <li><a href="h_config_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></a>
3378 <li><a href="h_config_full_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></a>
3379 <li><a href="h_config_no_fcc_attach">FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></a>
3380 <li><a href="h_config_force_arrow">FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></a>
3381 <li><a href="h_config_forward_as_attachment">FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></a>
3382 <li><a href="h_config_preserve_field">FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></a>
3383 <li><a href="h_config_quell_empty_dirs">FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></a>
3384 <li><a href="h_config_hide_nntp_path">FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></a>
3385 <li><a href="h_config_attach_in_reply">FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></a>
3386 <li><a href="h_config_fcc_on_bounce">FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></a>
3387 <li><a href="h_config_include_header">FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></a>
3388 <li><a href="h_config_auto_include_reply">FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></a>
3389 <li><a href="h_config_incoming_checking_total">FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></a>
3390 <li><a href="h_config_incoming_checking_recent">FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></a>
3391 <li><a href="h_config_add_ldap">FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></a>
3392 <li><a href="h_config_maildrops_preserve_state">FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></a>
3393 <li><a href="h_config_mark_fcc_seen">FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></a>
3394 <li><a href="h_config_mark_for_cc">FEATURE: <!--#echo var="FEAT_mark-for-cc"--></a>
3395 <li><a href="h_config_mulnews_as_typed">FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></a>
3396 <li><a href="h_config_news_uses_recent">FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></a>
3397 <li><a href="h_config_news_cross_deletes">FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></a>
3398 <li><a href="h_config_news_catchup">FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></a>
3399 <li><a href="h_config_post_wo_validation">FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></a>
3400 <li><a href="h_config_read_in_newsrc_order">FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></a>
3401 <li><a href="h_config_nntp_search_uses_overview">FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></a>
3402 <li><a href="h_config_thread_sorts_by_arrival">FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></a>
3403 <li><a href="h_config_expunge_inbox">FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></a>
3404 <li><a href="h_config_expunge_stayopens">FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></a>
3405 <li><a href="h_config_pass_c1_control">FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></a>
3406 <li><a href="h_config_pass_control">FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></a>
3407 <li><a href="h_config_predict_nntp_server">FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></a>
3408 <li><a href="h_config_prefer_plain_text">FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></a>
3409 <li><a href="h_config_preopen_stayopens">FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></a>
3410 <li><a href="h_config_preserve_start_stop">FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></a>
3411 <li><a href="h_config_quell_folder_internal_msg">FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></a>
3412 <li><a href="h_config_quell_checks_comp">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></a>
3413 <li><a href="h_config_quell_checks_comp_inbox">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></a>
3414 <li><a href="h_config_quell_partial">FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></a>
3415 <li><a href="h_config_quell_local_lookup">FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></a>
3416 <li><a href="h_config_ff_between_msgs">FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></a>
3417 <li><a href="h_config_print_from">FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></a>
3418 <li><a href="h_config_print_index">FEATURE: <!--#echo var="FEAT_print-index-enabled"--></a>
3419 <li><a href="h_config_custom_print">FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></a>
3420 <li><a href="h_config_prune_uses_iso">FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></a>
3421 <li><a href="h_config_quell_personal_name_prompt">FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></a>
3422 <li><a href="h_config_quell_ssl_largeblocks">FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></a>
3423 <li><a href="h_config_quell_user_id_prompt">FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></a>
3424 <li><a href="h_config_quit_wo_confirm">FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></a>
3425 <li><a href="h_config_quote_replace_noflow">FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></a>
3426 <li><a href="h_config_next_thrd_wo_confirm">FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></a>
3427 <li><a href="h_config_auto_reply_to">FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></a>
3428 <li><a href="h_config_inbox_no_confirm">FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></a>
3429 <li><a href="h_config_save_aggregates">FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></a>
3430 <li><a href="h_config_save_part_wo_confirm">FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></a>
3431 <li><a href="h_config_save_advances">FEATURE: <!--#echo var="FEAT_save-will-advance"--></a>
3432 <li><a href="h_config_save_wont_delete">FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></a>
3433 <li><a href="h_config_quote_all_froms">FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></a>
3434 <li><a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
3435 <li><a href="h_config_select_wo_confirm">FEATURE: <!--#echo var="FEAT_select-without-confirm"--></a>
3436 <li><a href="h_config_auto_fcc_only">FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></a>
3437 <li><a href="h_config_send_wo_confirm">FEATURE: <!--#echo var="FEAT_send-without-confirm"--></a>
3438 <li><a href="h_config_separate_fold_dir_view">FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></a>
3439 <li><a href="h_config_show_cursor">FEATURE: <!--#echo var="FEAT_show-cursor"--></a>
3440 <li><a href="h_config_textplain_int">FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></a>
3441 <li><a href="h_config_select_in_bold">FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></a>
3442 <li><a href="h_config_show_sort">FEATURE: <!--#echo var="FEAT_show-sort"--></a>
3443 <li><a href="h_config_single_list">FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></a>
3444 <li><a href="h_config_sig_at_bottom">FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></a>
3445 <li><a href="h_config_slash_coll_entire">FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></a>
3446 <li><a href="h_config_sort_fcc_alpha">FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></a>
3447 <li><a href="h_config_sort_save_alpha">FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></a>
3448 <li><a href="h_config_always_spell_check">FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></a>
3449 <li><a href="h_config_winpos_in_config">FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></a>
3450 <li><a href="h_config_strip_sigdashes">FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>
3451 <li><a href="h_config_strip_ws_before_send">FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></a>
3452 <li><a href="h_config_quells_asterisks">FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></a>
3453 <li><a href="h_config_quell_attach_ext_warn">FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></a>
3454 <li><a href="h_config_quell_attach_extra_prompt">FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></a>
3455 <li><a href="h_config_no_bezerk_zone">FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></a>
3456 <li><a href="h_config_quell_charset_warning">FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></a>
3457 <li><a href="h_config_quell_content_id">FEATURE: <!--#echo var="FEAT_quell-content-id"--></a>
3458 <li><a href="h_config_quell_post_prompt">FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></a>
3459 <li><a href="h_config_quell_filtering_done_message">FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></a>
3460 <li><a href="h_config_quell_filtering_messages">FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></a>
3461 <li><a href="h_config_quell_full_hdr_reset">FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></a>
3462 <li><a href="h_config_quell_imap_env">FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></a>
3463 <li><a href="h_config_quell_lock_failure_warnings">FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></a>
3464 <li><a href="h_config_quell_domain_warn">FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></a>
3465 <li><a href="h_config_quell_news_env">FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></a>
3466 <li><a href="h_config_quell_host_after_url">FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></a>
3467 <li><a href="h_config_quell_beeps">FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></a>
3468 <li><a href="h_config_quell_tz_comment">FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></a>
3469 <li><a href="h_config_suppress_user_agent">FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></a>
3470 <li><a href="h_config_tab_checks_recent">FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></a>
3471 <li><a href="h_config_tab_uses_unseen">FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></a>
3472 <li><a href="h_config_tab_new_only">FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></a>
3473 <li><a href="h_config_termcap_wins">FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></a>
3474 <li><a href="h_config_color_thrd_import">FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></a>
3475 <li><a href="h_config_alt_auth">FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></a>
3476 <li><a href="h_config_unsel_wont_advance">FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></a>
3477 <li><a href="h_config_use_current_dir">FEATURE: <!--#echo var="FEAT_use-current-dir"--></a>
3478 <li><a href="h_config_use_fk">FEATURE: <!--#echo var="FEAT_use-function-keys"--></a>
3479 <li><a href="h_config_use_reg_start_for_stayopen">FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></a>
3480 <li><a href="h_config_use_resentto">FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></a>
3481 <li><a href="h_config_use_sender_not_x">FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></a>
3482 <li><a href="h_config_suspend_spawns">FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></a>
3483 <li><a href="h_config_use_system_translation">FEATURE: Use System Translation</a>
3484 <li><a href="h_config_vertical_list">FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></a>
3485 <li><a href="h_config_warn_if_fcc_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></a>
3486 <li><a href="h_config_warn_if_subj_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></a>
3487 <li><a href="h_config_warn_if_no_to_or_cc">FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></a>
3488 <li><a href="h_mainhelp_filtering">Filtering</a>
3489 <li><a href="h_finding_help">Finding more information and requesting help</a>
3490 <li><a href="h_common_flag">Flag Command</a>
3491 <li><a href="h_config_quell_flowed_text">Flowed Text</a>
3492 <li><a href="h_mainhelp_folders">Folders</a>
3493 <li><a href="h_what_are_collections">Folder Collections Explained</a>
3494 <li><a href="h_common_folders">Folder List Command</a>
3495 <li><a href="h_folder_fcc">Folder Select for Fcc Explained</a>
3496 <li><a href="h_folder_save">Folder Select for Save Explained</a>
3497 <li><a href="h_folder_server_syntax">Folder Server Name Syntax</a>
3498 <li><a href="h_config_change_your_from">From Address, Changing</a>
3499 <li><a href="main_menu_tx">GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</a>
3500 <li><a href="h_pine_for_windows">GETTING HELP IN ALPINE</a>
3501 <li><a href="h_common_goto">Goto Command</a>
3502 <li><a href="h_common_hdrmode">HdrMode Command</a>
3503 <li><a href="h_mainhelp_pinehelp">Help</a>
3504 <li><a href="h_special_help_nav">Help Text Navigation Explained</a>
3505 <li><a href="h_folder_maint">Help for Folder List</a>
3506 <li><a href="h_valid_folder_names">IMAP</a>
3507 <li><a href="h_ge_import">Import File Selection</a>
3508 <li><a href="h_mainhelp_index">Index of Messages</a>
3509 <li><a href="h_composer_ins_m">INSERT MESSAGE</a>
3510 <li><a href="h_composer_ins">INSERT TEXT FILE</a>
3511 <li><a href="h_address_format">INTERNET EMAIL ADDRESS FORMAT</a>
3512 <li><a href="h_info_on_mbox">Information on mbox driver</a>
3513 <li><a href="h_mainhelp_intro">Introduction</a>
3514 <li><a href="h_main_journal">Journal Command</a>
3515 <li><a href="h_common_jump">Jump Command</a>
3516 <li><a href="h_compose_justify">Justify Command</a>
3517 <li><a href="h_main_kblock">Keyboard Lock Command</a>
3518 <li><a href="h_mainhelp_keywords">Keywords (or Flags, or Labels)</a>
3519 <li><a href="h_mainhelp_ldap">LDAP</a>
3520 <li><a href="h_config_ldap_opts_tls">LDAP FEATURE: Attempt-TLS-On-Connection</a>
3521 <li><a href="h_config_ldap_opts_nosub">LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</a>
3522 <li><a href="h_config_ldap_opts_rhs">LDAP FEATURE: Lookup-Addrbook-Contents</a>
3523 <li><a href="h_config_ldap_opts_tlsmust">LDAP FEATURE: Require-TLS-On-Connection</a>
3524 <li><a href="h_config_ldap_opts_ref">LDAP FEATURE: Save-Search-Criteria-Not-Result</a>
3525 <li><a href="h_config_ldap_opts_impl">LDAP FEATURE: Use-Implicitly-From-Composer</a>
3526 <li><a href="h_config_ldap_binddn">LDAP OPTION: Bind-DN</a>
3527 <li><a href="h_config_ldap_cust">LDAP OPTION: Custom-Search-Filter</a>
3528 <li><a href="h_config_ldap_email_attr">LDAP OPTION: EmailAttribute</a>
3529 <li><a href="h_config_ldap_gn_attr">LDAP OPTION: GivennameAttribute</a>
3530 <li><a href="h_config_ldap_server">LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></a>
3531 <li><a href="h_config_ldap_cn_attr">LDAP OPTION: NameAttribute</a>
3532 <li><a href="h_config_ldap_nick">LDAP OPTION: Nickname</a>
3533 <li><a href="h_config_ldap_port">LDAP OPTION: Port</a>
3534 <li><a href="h_config_ldap_base">LDAP OPTION: Search-Base</a>
3535 <li><a href="h_config_ldap_searchrules">LDAP OPTION: Search-Rule</a>
3536 <li><a href="h_config_ldap_searchtypes">LDAP OPTION: Search-Type</a>
3537 <li><a href="h_config_ldap_size">LDAP OPTION: Sizelimit</a>
3538 <li><a href="h_config_ldap_sn_attr">LDAP OPTION: SurnameAttribute</a>
3539 <li><a href="h_config_ldap_time">LDAP OPTION: Timelimit</a>
3540 <li><a href="h_ldap_view">LDAP Response View Explained</a>
3541 <li><a href="h_maildrop">Mail Drop: What is it?</a>
3542 <li><a href="h_mainhelp_mainmenu">MAIN MENU</a>
3543 <li><a href="h_mail_index">MESSAGE INDEX COMMANDS</a>
3544 <li><a href="h_mail_view">MESSAGE TEXT SCREEN</a>
3545 <li><a href="h_compose_markcutpaste">Mark, Cut and Paste Commands</a>
3546 <li><a href="h_common_index">Message Index Command</a>
3547 <li><a href="h_mainhelp_mouse">Mouse</a>
3548 <li><a href="h_mainhelp_aggops">Multiple Message Operations</a>
3549 <li><a href="new_user_greeting">NEW USER GREETING</a>
3550 <li><a href="new_version_greeting">NEW VERSION GREETING</a>
3551 <li><a href="h_mainhelp_readingnews">News Reading</a>
3552 <li><a href="h_folder_subscribe">Newsgroup Subcribe Screen explained</a>
3553 <li><a href="h_folder_postnews">Newsgroup selecting for Posting explained</a>
3554 <li><a href="h_common_nextnew">NextNew Command</a>
3555 <li><a href="h_abook_select_nick">Nickname Selection Explained</a>
3556 <li><a href="h_mainhelp_readingnews">NNTP</a>
3557 <li><a href="h_config_address_book">OPTION: <!--#echo var="VAR_address-book"--></a>
3558 <li><a href="h_config_abook_formats">OPTION: <!--#echo var="VAR_addressbook-formats"--></a>
3559 <li><a href="h_config_ab_sort_rule">OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></a>
3560 <li><a href="h_config_alt_addresses">OPTION: <!--#echo var="VAR_alt-addresses"--></a>
3561 <li><a href="h_config_active_msg_interval">OPTION: <!--#echo var="VAR_busy-cue-rate"--></a>
3562 <li><a href="h_config_color_style">OPTION: Color Style</a>
3563 <li><a href="h_config_wordseps">OPTION: <!--#echo var="VAR_composer-word-separators"--></a>
3564 <li><a href="h_config_composer_wrap_column">OPTION: <!--#echo var="VAR_composer-wrap-column"--></a>
3565 <li><a href="h_config_index_color_style">OPTION: <!--#echo var="VAR_current-indexline-style"--></a>
3566 <li><a href="h_config_cursor_style">OPTION: Cursor Style</a>
3567 <li><a href="h_config_custom_hdrs">OPTION: <!--#echo var="VAR_customized-hdrs"--></a>
3568 <li><a href="h_config_deadlets">OPTION: <!--#echo var="VAR_dead-letter-files"--></a>
3569 <li><a href="h_config_comp_hdrs">OPTION: <!--#echo var="VAR_default-composer-hdrs"--></a>
3570 <li><a href="h_config_default_fcc">OPTION: <!--#echo var="VAR_default-fcc"--></a>
3571 <li><a href="h_config_def_save_folder">OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></a>
3572 <li><a href="h_config_disable_auths">OPTION: <!--#echo var="VAR_disable-these-authenticators"--></a>
3573 <li><a href="h_config_disable_drivers">OPTION: <!--#echo var="VAR_disable-these-drivers"--></a>
3574 <li><a href="h_config_char_set">OPTION: Display Character Set</a>
3575 <li><a href="h_config_display_filters">OPTION: <!--#echo var="VAR_display-filters"--></a>
3576 <li><a href="h_config_download_cmd">OPTION: <!--#echo var="VAR_download-command"--></a>
3577 <li><a href="h_config_download_prefix">OPTION: <!--#echo var="VAR_download-command-prefix"--></a>
3578 <li><a href="h_config_editor">OPTION: <!--#echo var="VAR_editor"--></a>
3579 <li><a href="h_config_empty_hdr_msg">OPTION: <!--#echo var="VAR_empty-header-message"--></a>
3580 <li><a href="h_config_fcc_rule">OPTION: <!--#echo var="VAR_fcc-name-rule"--></a>
3581 <li><a href="h_config_file_dir">OPTION: File Directory</a>
3582 <li><a href="h_config_folder_spec">OPTION: <!--#echo var="VAR_folder-collections"--></a>
3583 <li><a href="h_config_reopen_rule">OPTION: <!--#echo var="VAR_folder-reopen-rule"--></a>
3584 <li><a href="h_config_fld_sort_rule">OPTION: <!--#echo var="VAR_folder-sort-rule"--></a>
3585 <li><a href="h_config_font_char_set">OPTION: Font Character Set</a>
3586 <li><a href="h_config_font_name">OPTION: Font Name</a>
3587 <li><a href="h_config_font_size">OPTION: Font Size</a>
3588 <li><a href="h_config_font_style">OPTION: Font Style</a>
3589 <li><a href="h_config_form_folder">OPTION: <!--#echo var="VAR_form-letter-folder"--></a>
3590 <li><a href="h_config_glob_addrbook">OPTION: <!--#echo var="VAR_global-address-book"--></a>
3591 <li><a href="h_config_goto_default">OPTION: <!--#echo var="VAR_goto-default-rule"--></a>
3592 <li><a href="h_config_header_general_color">OPTION: Header General Color</a>
3593 <li><a href="h_config_image_viewer">OPTION: <!--#echo var="VAR_image-viewer"--></a>
3594 <li><a href="h_config_inbox_path">OPTION: <!--#echo var="VAR_inbox-path"--></a>
3595 <li><a href="h_config_archived_folders">OPTION: <!--#echo var="VAR_incoming-archive-folders"--></a>
3596 <li><a href="h_config_psleep">OPTION: <!--#echo var="VAR_mailcap-check-interval"--></a>
3597 <li><a href="h_config_incoming_interv">OPTION: <!--#echo var="VAR_incoming-check-interval"--></a>
3598 <li><a href="h_config_incoming_second_interv">OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></a>
3599 <li><a href="h_config_incoming_list">OPTION: <!--#echo var="VAR_incoming-check-list"--></a>
3600 <li><a href="h_config_incoming_timeo">OPTION: <!--#echo var="VAR_incoming-check-timeout"--></a>
3601 <li><a href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
3602 <li><a href="h_config_inc_startup">OPTION: <!--#echo var="VAR_incoming-startup-rule"--></a>
3603 <li><a href="h_config_incunseen_color">OPTION: Incoming Unseen Color</a>
3604 <li><a href="h_config_index_arrow_color">OPTION: Index Arrow Color</a>
3605 <li><a href="h_config_index_color">OPTION: Index Colors</a>
3606 <li><a href="h_config_index_format">OPTION: <!--#echo var="VAR_index-format"--></a>
3607 <li><a href="h_config_index_from_color">OPTION: Index From Color</a>
3608 <li><a href="h_config_index_opening_color">OPTION: Index Opening Color</a>
3609 <li><a href="h_config_index_pri_color">OPTION: Index Priority Symbol Colors</a>
3610 <li><a href="h_config_index_subject_color">OPTION: Index Subject Color</a>
3611 <li><a href="h_config_init_cmd_list">OPTION: <!--#echo var="VAR_initial-keystroke-list"--></a>
3612 <li><a href="h_config_key_char_set">OPTION: Keyboard Character Set</a>
3613 <li><a href="h_config_keylabel_color">OPTION: KeyLabel Color</a>
3614 <li><a href="h_config_keyname_color">OPTION: KeyName Color</a>
3615 <li><a href="h_config_keywords">OPTION: <!--#echo var="VAR_keywords"--></a>
3616 <li><a href="h_config_kw_color">OPTION: Keyword Colors</a>
3617 <li><a href="h_config_kw_braces">OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></a>
3618 <li><a href="h_config_prune_date">OPTION: <!--#echo var="VAR_last-time-prune-questioned"--></a>
3619 <li><a href="h_config_last_vers">OPTION: <!--#echo var="VAR_last-version-used"--></a>
3620 <li><a href="h_config_literal_sig">OPTION: <!--#echo var="VAR_literal-signature"--></a>
3621 <li><a href="h_config_mailcheck">OPTION: <!--#echo var="VAR_mail-check-interval"--></a>
3622 <li><a href="h_config_mailchecknoncurr">OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></a>
3623 <li><a href="h_config_mailcap_path">OPTION: <!--#echo var="VAR_mailcap-search-path"--></a>
3624 <li><a href="h_config_maildropcheck">OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></a>
3625 <li><a href="h_config_maxremstream">OPTION: <!--#echo var="VAR_max-remote-connections"--></a>
3626 <li><a href="h_config_metamsg_color">OPTION: Meta-Message Color</a>
3627 <li><a href="h_config_mimetype_path">OPTION: <!--#echo var="VAR_mimetype-search-path"--></a>
3628 <li><a href="h_config_new_ver_quell">OPTION: <!--#echo var="VAR_new-version-threshold"--></a>
3629 <li><a href="h_config_fifopath">OPTION: NewMail FIFO Path</a>
3630 <li><a href="h_config_newmailwidth">OPTION: <!--#echo var="VAR_newmail-window-width"--></a>
3631 <li><a href="h_config_news_active">OPTION: <!--#echo var="VAR_news-active-file-path"--></a>
3632 <li><a href="h_config_news_spec">OPTION: <!--#echo var="VAR_news-collections"--></a>
3633 <li><a href="h_config_news_spool">OPTION: <!--#echo var="VAR_news-spool-directory"--></a>
3634 <li><a href="h_config_newsrc_path">OPTION: <!--#echo var="VAR_newsrc-path"--></a>
3635 <li><a href="h_config_nntprange">OPTION: <!--#echo var="VAR_nntp-range"--></a>
3636 <li><a href="h_config_nntp_server">OPTION: <!--#echo var="VAR_nntp-server"--></HEAD></a>
3637 <li><a href="h_config_normal_color">OPTION: Normal Color</a>
3638 <li><a href="h_config_opening_sep">OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></a>
3639 <li><a href="h_config_oper_dir">OPTION: <!--#echo var="VAR_operating-dir"--></a>
3640 <li><a href="h_config_pat_old">OPTION: Patterns</a>
3641 <li><a href="h_config_pat_filts">OPTION: <!--#echo var="VAR_patterns-filters2"--></a>
3642 <li><a href="h_config_pat_other">OPTION: <!--#echo var="VAR_patterns-other"--></a>
3643 <li><a href="h_config_pat_roles">OPTION: <!--#echo var="VAR_patterns-roles"--></a>
3644 <li><a href="h_config_pat_scores">OPTION: <!--#echo var="VAR_patterns-scores2"--></a>
3645 <li><a href="h_config_pers_name">OPTION: <!--#echo var="VAR_personal-name"--></a>
3646 <li><a href="h_config_print_cat">OPTION: <!--#echo var="VAR_personal-print-category"--></a>
3647 <li><a href="h_config_print_command">OPTION: <!--#echo var="VAR_personal-print-command"--></a>
3648 <li><a href="h_config_post_char_set">OPTION: <!--#echo var="VAR_posting-character-set"--></a>
3649 <li><a href="h_config_postponed_folder">OPTION: <!--#echo var="VAR_postponed-folder"--></a>
3650 <li><a href="h_config_print_font_char_set">OPTION: Print-Font-Char-Set</a>
3651 <li><a href="h_config_print_font_name">OPTION: Print-Font-Name</a>
3652 <li><a href="h_config_print_font_size">OPTION: Print-Font-Size</a>
3653 <li><a href="h_config_print_font_style">OPTION: Print-Font-Style</a>
3654 <li><a href="h_config_printer">OPTION: Printer</a>
3655 <li><a href="h_config_prompt_color">OPTION: Prompt Color</a>
3656 <li><a href="h_config_pruned_folders">OPTION: <!--#echo var="VAR_pruned-folders"--></a>
3657 <li><a href="h_config_pruning_rule">OPTION: <!--#echo var="VAR_pruning-rule"--></a>
3658 <li><a href="h_config_quote_color">OPTION: Quote Colors</a>
3659 <li><a href="h_config_quote_replace_string">OPTION: <!--#echo var="VAR_quote-replace-string"--></a>
3660 <li><a href="h_config_quote_suppression">OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></a>
3661 <li><a href="h_config_read_message_folder">OPTION: <!--#echo var="VAR_read-message-folder"--></a>
3662 <li><a href="h_config_remote_abook_history">OPTION: <!--#echo var="VAR_remote-abook-history"--></a>
3663 <li><a href="h_config_abook_metafile">OPTION: <!--#echo var="VAR_remote-abook-metafile"--></a>
3664 <li><a href="h_config_remote_abook_validity">OPTION: <!--#echo var="VAR_remote-abook-validity"--></a>
3665 <li><a href="h_config_reply_indent_string">OPTION: <!--#echo var="VAR_reply-indent-string"--></a>
3666 <li><a href="h_config_reply_intro">OPTION: <!--#echo var="VAR_reply-leadin"--></a>
3667 <li><a href="h_config_reverse_color">OPTION: Reverse Color</a>
3668 <li><a href="h_config_rshcmd">OPTION: <!--#echo var="VAR_rsh-command"--></a>
3669 <li><a href="h_config_rsh_open_timeo">OPTION: <!--#echo var="VAR_rsh-open-timeout"--></a>
3670 <li><a href="h_config_rshpath">OPTION: <!--#echo var="VAR_rsh-path"--></a>
3671 <li><a href="h_config_saved_msg_name_rule">OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></a>
3672 <li><a href="h_config_scroll_margin">OPTION: <!--#echo var="VAR_scroll-margin"--></a>
3673 <li><a href="h_config_slctbl_color">OPTION: Selectable Item Color</a>
3674 <li><a href="h_config_sending_filter">OPTION: <!--#echo var="VAR_sending-filters"--></a>
3675 <li><a href="h_config_sendmail_path">OPTION: <!--#echo var="VAR_sendmail-path"--></a>
3676 <li><a href="h_config_signature_color">OPTION: Signature Color</a>
3677 <li><a href="h_config_signature_file">OPTION: <!--#echo var="VAR_signature-file"--></a>
3678 <li><a href="h_config_smtp_server">OPTION: <!--#echo var="VAR_smtp-server"--></a>
3679 <li><a href="h_config_sort_key">OPTION: <!--#echo var="VAR_sort-key"--></a>
3680 <li><a href="h_config_speller">OPTION: <!--#echo var="VAR_speller"--></a>
3681 <li><a href="h_config_sshcmd">OPTION: <!--#echo var="VAR_ssh-command"--></a>
3682 <li><a href="h_config_ssh_open_timeo">OPTION: <!--#echo var="VAR_ssh-open-timeout"--></a>
3683 <li><a href="h_config_sshpath">OPTION: <!--#echo var="VAR_ssh-path"--></a>
3684 <li><a href="h_config_status_color">OPTION: Status Color</a>
3685 <li><a href="h_config_status_msg_delay">OPTION: <!--#echo var="VAR_status-message-delay"--></a>
3686 <li><a href="h_config_permlocked">OPTION: <!--#echo var="VAR_stay-open-folders"--></a>
3687 <li><a href="h_config_tcp_open_timeo">OPTION: <!--#echo var="VAR_tcp-open-timeout"--></a>
3688 <li><a href="h_config_tcp_query_timeo">OPTION: <!--#echo var="VAR_tcp-query-timeout"--></a>
3689 <li><a href="h_config_tcp_readwarn_timeo">OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></a>
3690 <li><a href="h_config_tcp_writewarn_timeo">OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></a>
3691 <li><a href="h_config_thread_disp_style">OPTION: <!--#echo var="VAR_threading-display-style"--></a>
3692 <li><a href="h_config_thread_exp_char">OPTION: <!--#echo var="VAR_threading-expanded-character"--></a>
3693 <li><a href="h_config_thread_index_style">OPTION: <!--#echo var="VAR_threading-index-style"--></a>
3694 <li><a href="h_config_thread_indicator_char">OPTION: <!--#echo var="VAR_threading-indicator-character"--></a>
3695 <li><a href="h_config_thread_lastreply_char">OPTION: <!--#echo var="VAR_threading-lastreply-character"--></a>
3696 <li><a href="h_config_title_color">OPTION: Title Color</a>
3697 <li><a href="h_config_titleclosed_color">OPTION: Title Closed Color</a>
3698 <li><a href="h_config_titlebar_color_style">OPTION: <!--#echo var="VAR_titlebar-color-style"--></a>
3699 <li><a href="h_config_unk_char_set">OPTION: <!--#echo var="VAR_unknown-character-set"--></a>
3700 <li><a href="h_config_upload_cmd">OPTION: <!--#echo var="VAR_upload-command"--></a>
3701 <li><a href="h_config_upload_prefix">OPTION: <!--#echo var="VAR_upload-command-prefix"--></a>
3702 <li><a href="h_config_browser">OPTION: <!--#echo var="VAR_url-viewers"--></a>
3703 <li><a href="h_config_domain_name">OPTION: <!--#echo var="VAR_use-only-domain-name"--></a>
3704 <li><a href="h_config_user_dom">OPTION: <!--#echo var="VAR_user-domain"--></a>
3705 <li><a href="h_config_user_id">OPTION: <!--#echo var="VAR_user-id"--></a>
3706 <li><a href="h_config_user_input_timeo">OPTION: <!--#echo var="VAR_user-input-timeout"--></a>
3707 <li><a href="h_config_viewer_headers">OPTION: <!--#echo var="VAR_viewer-hdrs"--></a>
3708 <li><a href="h_config_customhdr_pattern">OPTION: Viewer Header Color Pattern</a>
3709 <li><a href="h_config_customhdr_color">OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></a>
3710 <li><a href="h_config_viewer_margin_left">OPTION: <!--#echo var="VAR_viewer-margin-left"--></a>
3711 <li><a href="h_config_viewer_margin_right">OPTION: <!--#echo var="VAR_viewer-margin-right"--></a>
3712 <li><a href="h_config_viewer_overlap">OPTION: <!--#echo var="VAR_viewer-overlap"--></a>
3713 <li><a href="h_config_window_position">OPTION: Window-Position</a>
3714 <li><a href="h_mainhelp_patterns">Patterns</a>
3715 <li><a href="h_config_role_abookfrom">PATTERNS: Address in Address Book</a>
3716 <li><a href="h_config_role_age">PATTERNS: Age Interval</a>
3717 <li><a href="h_config_role_alltextpat">PATTERNS: AllText Pattern</a>
3718 <li><a href="h_config_role_bom">PATTERNS: Beginning of Month</a>
3719 <li><a href="h_config_role_boy">PATTERNS: Beginning of Year</a>
3720 <li><a href="h_config_role_bodytextpat">PATTERNS: BodyText Pattern</a>
3721 <li><a href="h_config_role_cat_cmd">PATTERNS: Categorizer Command</a>
3722 <li><a href="h_config_role_cat_cmd_example">PATTERNS: Categorizer Command Example</a>
3723 <li><a href="h_config_role_ccpat">PATTERNS: Cc Pattern</a>
3724 <li><a href="h_config_role_cat_limit">PATTERNS: Character Limit</a>
3725 <li><a href="h_config_role_charsetpat">PATTERNS: Character Set Pattern</a>
3726 <li><a href="h_config_role_comment">PATTERNS: Comment</a>
3727 <li><a href="h_config_role_fldr_type">PATTERNS: Current Folder Type</a>
3728 <li><a href="h_config_role_cat_status">PATTERNS: Exit Status Interval</a>
3729 <li><a href="h_config_role_arbpat">PATTERNS: Extra Headers Pattern</a>
3730 <li><a href="h_config_role_frompat">PATTERNS: From Pattern</a>
3731 <li><a href="h_config_role_keywordpat">PATTERNS: Keyword Pattern</a>
3732 <li><a href="h_config_role_stat_ans">PATTERNS: Message Answered Status</a>
3733 <li><a href="h_config_role_stat_del">PATTERNS: Message Deleted Status</a>
3734 <li><a href="h_config_role_stat_imp">PATTERNS: Message Important Status</a>
3735 <li><a href="h_config_role_stat_new">PATTERNS: Message New Status</a>
3736 <li><a href="h_config_role_stat_recent">PATTERNS: Message Recent Status</a>
3737 <li><a href="h_config_role_newspat">PATTERNS: News Pattern</a>
3738 <li><a href="h_config_role_nick">PATTERNS: Nickname</a>
3739 <li><a href="h_config_role_particpat">PATTERNS: Participant Pattern</a>
3740 <li><a href="h_config_role_stat_8bitsubj">PATTERNS: Raw 8-bit in Subject</a>
3741 <li><a href="h_config_role_recippat">PATTERNS: Recipient Pattern</a>
3742 <li><a href="h_config_role_scorei">PATTERNS: Score Interval</a>
3743 <li><a href="h_config_role_senderpat">PATTERNS: Sender Pattern</a>
3744 <li><a href="h_config_role_size">PATTERNS: Size Interval</a>
3745 <li><a href="h_config_role_subjpat">PATTERNS: Subject Pattern</a>
3746 <li><a href="h_config_role_topat">PATTERNS: To Pattern</a>
3747 <li><a href="h_config_filt_opts_nonterm">PATTERNS FEATURE: Dont-Stop-Even-if-Rule-Matches</a>
3748 <li><a href="h_config_filt_opts_notdel">PATTERNS FEATURE: Move-Only-if-Not-Deleted</a>
3749 <li><a href="h_config_filt_opts_sentdate">PATTERNS FEATURE: Use-Date-Header-For-Age</a>
3750 <li><a href="h_config_filt_rule_type">PATTERNS FILTER ACTION: Filter Action</a>
3751 <li><a href="h_config_filter_kw_clr">PATTERNS FILTER ACTION: Clear These Keywords</a>
3752 <li><a href="h_config_filt_stat_ans">PATTERNS FILTER ACTION: Set Answered Status</a>
3753 <li><a href="h_config_filt_stat_del">PATTERNS FILTER ACTION: Set Deleted Status</a>
3754 <li><a href="h_config_filt_stat_imp">PATTERNS FILTER ACTION: Set Important Status</a>
3755 <li><a href="h_config_filt_stat_new">PATTERNS FILTER ACTION: Set New Status</a>
3756 <li><a href="h_config_filter_kw_set">PATTERNS FILTER ACTION: Set These Keywords</a>
3757 <li><a href="h_config_incol">PATTERNS INDEXCOLOR ACTION: Index Line Color</a>
3758 <li><a href="h_config_set_index_format">PATTERNS OTHER ACTION: Set Index Format</a>
3759 <li><a href="h_config_perfolder_sort">PATTERNS OTHER ACTION: Set Sort Order</a>
3760 <li><a href="h_config_other_startup">PATTERNS OTHER ACTION: Set Startup Rule</a>
3761 <li><a href="h_config_role_inick">PATTERNS ROLE ACTION: Initialize Values From Role</a>
3762 <li><a href="h_config_role_setfcc">PATTERNS ROLE ACTION: Set Fcc</a>
3763 <li><a href="h_config_role_setfrom">PATTERNS ROLE ACTION: Set From</a>
3764 <li><a href="h_config_role_setlitsig">PATTERNS ROLE ACTION: Set Literal Signature</a>
3765 <li><a href="h_config_role_setotherhdr">PATTERNS ROLE ACTION: Set Other Headers</a>
3766 <li><a href="h_config_role_setreplyto">PATTERNS ROLE ACTION: Set Reply-To</a>
3767 <li><a href="h_config_role_setsig">PATTERNS ROLE ACTION: Set Signature</a>
3768 <li><a href="h_config_role_settempl">PATTERNS ROLE ACTION: Set Template</a>
3769 <li><a href="h_config_role_usenntp">PATTERNS ROLE ACTION: Use NNTP Server</a>
3770 <li><a href="h_config_role_usesmtp">PATTERNS ROLE ACTION: Use SMTP Server</a>
3771 <li><a href="h_config_role_scoreval">PATTERNS SCORE ACTION: Score Value</a>
3772 <li><a href="h_config_role_scorehdrtok">PATTERNS SCORE ACTION: Score Value From Header</a>
3773 <li><a href="h_config_role_composeuse">PATTERNS USE: Compose Use</a>
3774 <li><a href="h_config_role_forwarduse">PATTERNS USE: Forward Use</a>
3775 <li><a href="h_config_role_replyuse">PATTERNS USE: Reply Use</a>
3776 <li><a href="h_pipe_command">Pipe Command SubOptions</a>
3777 <li><a href="h_common_pipe">Pipe Command</a>
3778 <li><a href="h_valid_folder_names">POP</a>
3779 <li><a href="h_common_postpone">Postpone Command</a>
3780 <li><a href="h_common_print">Print Command</a>
3781 <li><a href="h_mainhelp_readingnews">Reading News</a>
3782 <li><a href="h_news">RELEASE NOTES for Alpine</a>
3783 <li><a href="h_mainhelp_roles">Roles</a>
3784 <li><a href="h_role_select">ROLES SCREEN</a>
3785 <li><a href="h_compose_readfile">Read File Command</a>
3786 <li><a href="h_mainhelp_reading">Reading Messages</a>
3787 <li><a href="h_main_release_notes">Release Notes Command</a>
3788 <li><a href="h_common_reply">Reply and Forward Commands</a>
3789 <li><a href="h_compose_richhdr">Rich Header Command</a>
3790 <li><a href="h_common_role">Role Command</a>
3791 <li><a href="h_mainhelp_smime">S/MIME</a>
3792 <li><a href="h_index_cmd_select">Searching for Messages</a>
3793 <li><a href="h_address_display">SEARCH RESULTS INDEX</a>
3794 <li><a href="h_address_select">SEARCH RESULTS INDEX</a>
3795 <li><a href="h_simple_index">SELECT POSTPONED MESSAGE</a>
3796 <li><a href="h_abook_config">SETUP ADDRESS BOOKS SCREEN</a>
3797 <li><a href="h_collection_maint">SETUP COLLECTION LIST screen</a>
3798 <li><a href="h_color_setup">SETUP COLOR COMMANDS</a>
3799 <li><a href="h_direct_config">SETUP LDAP DIRECTORY SERVERS SCREEN</a>
3800 <li><a href="h_rules_roles">SETUP ROLES SCREEN</a>
3801 <li><a href="h_rules_incols">SETUP INDEX COLORS SCREEN</a>
3802 <li><a href="h_rules_filter">SETUP FILTERING SCREEN</a>
3803 <li><a href="h_rules_score">SETUP SCORING SCREEN</a>
3804 <li><a href="h_common_save">Save and Export Commands</a>
3805 <li><a href="h_mainhelp_securing">Securing Your Alpine Session</a>
3806 <li><a href="h_index_cmd_select">Selecting: Select and WhereIs/Select</a>
3807 <li><a href="h_compose_send">Send Command</a>
3808 <li><a href="h_folder_server_syntax">Server Name Syntax</a>
3809 <li><a href="h_main_setup">Setup Command</a>
3810 <li><a href="X-Alpine-Config:">Show Supported Options in this Alpine</a>
3811 <li><a href="h_composer_sigedit">Signature Editor Commands Explained</a>
3812 <li><a href="h_simple_text_view">Simple Text View Screen Explained</a>
3813 <li><a href="h_mainhelp_smime">S/MIME</a>
3814 <li><a href="h_config_smime_dont_do_smime">S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></a>
3815 <li><a href="h_config_smime_encrypt_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></a>
3816 <li><a href="h_config_smime_remember_passphrase">S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></a>
3817 <li><a href="h_config_smime_sign_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></a>
3818 <li><a href="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></a>
3819 <li><a href="h_config_smime_cacertcon">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></a>
3820 <li><a href="h_config_smime_cacertdir">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></a>
3821 <li><a href="h_config_smime_privkeycon">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-container"--></a>
3822 <li><a href="h_config_smime_privkeydir">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-directory"--></a>
3823 <li><a href="h_config_smime_pubcertcon">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-container"--></a>
3824 <li><a href="h_config_smime_pubcertdir">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></a>
3825 <li><a href="h_config_smime_transfer_cacert_to_con">S/MIME: Transfer CA Certs to Container</a>
3826 <li><a href="h_config_smime_transfer_cacert_to_dir">S/MIME: Transfer CA Certs to Directory</a>
3827 <li><a href="h_config_smime_transfer_priv_to_con">S/MIME: Transfer Private Keys to Container</a>
3828 <li><a href="h_config_smime_transfer_priv_to_dir">S/MIME: Transfer Private Keys to Directory</a>
3829 <li><a href="h_config_smime_transfer_pub_to_con">S/MIME: Transfer Public Certs to Container</a>
3830 <li><a href="h_config_smime_transfer_pub_to_dir">S/MIME: Transfer Public Certs to Directory</a>
3831 <li><a href="h_index_cmd_sort">Sort Command</a>
3832 <li><a href="h_compose_spell">Spell Check Command</a>
3833 <li><a href="h_common_suspend">Suspend Command</a>
3834 <li><a href="h_compose_addrcomplete">THE MESSAGE COMPOSER'S ADDRESS COMPLETION</a>
3835 <li><a href="h_composer_attachment">THE MESSAGE COMPOSER'S ATTCHMNT FIELD</a>
3836 <li><a href="h_composer_bcc">THE MESSAGE COMPOSER'S BCC FIELD</a>
3837 <li><a href="h_composer_cc">THE MESSAGE COMPOSER'S CC FIELD</a>
3838 <li><a href="h_composer_from">THE MESSAGE COMPOSER'S FROM FIELD</a>
3839 <li><a href="h_composer_lcc">THE MESSAGE COMPOSER'S LCC FIELD</a>
3840 <li><a href="h_composer_news">THE MESSAGE COMPOSER'S NEWSGRPS LINE</a>
3841 <li><a href="h_composer_reply_to">THE MESSAGE COMPOSER'S REPLY-TO FIELD</a>
3842 <li><a href="h_composer_to">THE MESSAGE COMPOSER'S TO FIELD</a>
3843 <li><a href="h_abook_opened">THE ALPINE ADDRESS BOOK</a>
3844 <li><a href="h_abook_select_nicks_take">Take Address Nickname Selection Explained</a>
3845 <li><a href="h_takeaddr_screen">Take Address Screen Explained</a>
3846 <li><a href="h_common_take">TakeAddr Command</a>
3847 <li><a href="h_mainhelp_status">Titlebar Line</a>
3848 <li><a href="h_index_tokens">Tokens for Index and Replying</a>
3849 <li><a href="h_config_usenone_color">Use None Color</a>
3850 <li><a href="h_config_usenormal_color">Use Normal Color</a>
3851 <li><a href="h_config_usetransparent_color">Use Transparent Color</a>
3852 <li><a href="h_whatis_vcard">VCARD EXPLAINED</a>
3853 <li><a href="h_view_cmd_hilite">View Hilite and Next item/Previous item</a>
3854 <li><a href="h_view_cmd_viewattch">ViewAttch Command</a>
3855 <li><a href="h_index_cmd_whereis">WhereIs Command</a>
3856 <li><a href="h_view_cmd_whereis">WhereIs Command</a>
3857 <li><a href="h_index_cmd_zoom">ZoomMode Command</a>
3858 <li><a href="h_config_browser_xterm"><!--#echo var="VAR_url-viewers"--> and X windows applications</a>
3859 </UL>
3862 &lt;End of Help Index&gt;
3863 </BODY>
3864 </HTML>
3867 ============== h_config_remote_config =============
3868 <HTML>
3869 <HEAD>
3870 <TITLE>Remote Configuration</TITLE>
3871 </HEAD>
3872 <BODY>
3873 <H1>Remote Configuration</H1>
3875 You may use the command line argument &quot;-p pinerc&quot; to tell
3876 Alpine to use a non-default configuration file.
3877 There are two types of storage for configuration information.
3878 <EM>Local</EM> configuration files are used by default.
3879 These are just regular files on the UNIX system or on the PC.
3880 The file &quot;<CODE>.pinerc</CODE>&quot; is the default for Unix Alpine and the
3881 file &quot;<CODE>PINERC</CODE>&quot; is the default for PC-Alpine.
3882 <EM>Remote</EM> configuration folders are stored on an IMAP server.
3883 The advantage of using a remote configuration is that the same information
3884 may be accessed from multiple platforms.
3885 For example, if you use one computer at work and another at home, the same
3886 configuration could be used from both places.
3887 A configuration change from one place would be seen in both places.
3888 To use a remote configuration you simply give a
3889 <A HREF="h_valid_folder_names">remote folder name</A>
3890 as the argument to the &quot;-p&quot; command line option.
3891 The command line might look something like:
3893 <CENTER><SAMP>pine -p {my.imap.server}remote_pinerc</SAMP></CENTER>
3895 If there are special characters in the command shell you use, you may need to
3896 quote the last argument (to protect the curly braces from the shell).
3897 The command might look like:
3899 <CENTER><SAMP>pine -p &quot;{my.imap.server}remote_pinerc&quot;</SAMP></CENTER>
3901 You should choose a folder name for a folder that does not yet exist.
3902 It will be created containing an empty configuration.
3903 Do not use a folder that you wish to store regular mail messages in.
3905 The Setup/RemoteConfigSetup command will help you convert from a local
3906 configuration to a remote configuration.
3907 It will create a remote configuration for you and copy your current local
3908 configuration to it.
3909 It will also help you convert local address books into remote address books
3910 and local signature files into literal signatures contained in the
3911 remote configuration file.
3913 If the Setup/RemoteConfigSetup command doesn't do what you want, you
3914 may copy a local pinerc file to a remote configuration folder by hand
3915 by using the command line option &quot;-copy_pinerc&quot;.
3917 Another command line option, which is somewhat related to remote
3918 configuration, is the option &quot;-x exceptions_config&quot;.
3919 The configuration settings in the exceptions configuration override
3920 your default settings.
3921 It may be useful to store the default configuration (the -p argument) remotely
3922 and to have the exceptions configuration stored in a local file.
3923 You might put generic configuration information in the remote configuration
3924 and platform-specific configuration on each platform in the exceptions
3925 configuration.
3926 The arguments to the &quot;-p&quot; and &quot;-x&quot; options
3927 can be either remote folders or local files.
3929 There is another command line argument that works only with PC-Alpine and
3930 which may prove useful when using a remote configuration.
3931 The option &quot;-aux local_directory&quot; allows you to tell PC-Alpine where
3932 to store your local auxiliary files.
3933 This only has an effect if your configuration file is remote.
3934 Some examples of auxiliary files are debug files, address book files, and
3935 signature files.
3937 &lt;End of help on this topic&gt;
3938 </BODY>
3939 </HTML>
3940 ============== h_config_exceptions =============
3941 <HTML>
3942 <HEAD>
3943 <TITLE>Generic and Exceptional Configuration</TITLE>
3944 </HEAD>
3945 <BODY>
3946 <H1>Generic and Exceptional Configuration</H1>
3948 If you use Alpine from more than one platform it may be convenient
3949 to split your configuration information into two pieces, a generic piece
3950 and exceptions that apply to a particular platform.
3951 For example, suppose you use Alpine from home and from work.
3952 Most of your configuration settings are probably the
3953 same in both locations, so those settings belong in the generic settings
3954 configuration.
3955 However, you may use a different SMTP server and INBOX
3956 from home than you do from work.
3958 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
3960 <A HREF="h_config_inbox_path">&quot;<!--#echo var="VAR_inbox-path"-->&quot;</A>
3961 options could be
3962 part of your exceptional configuration so that they could be different in the
3963 two places.
3965 The command line option &quot;-x exceptions_config&quot;
3966 may be used to split your configuration into generic and exceptional pieces.
3967 &quot;Exceptions_config&quot; may be either local or remote.
3968 The regular Alpine configuration file will contain the generic data, and
3969 &quot;exceptions_config&quot; will contain the exceptional data.
3971 For Unix Alpine, if you don't have a &quot;-x&quot; command line option,
3972 Alpine will look for the file &quot;<CODE>.pinercex</CODE>&quot;
3973 in the same local directory that the regular config file is located in (usually
3974 the Unix home directory).
3975 If the regular config file is remote (because the command line option
3976 &quot;-p remote_config&quot; was used) then Unix Alpine looks in the Unix home
3977 directory for &quot;<CODE>.pinercex</CODE>&quot;.
3978 If the file does not already exist then no exceptions will be used.
3979 You can force exceptions to be used by using the &quot;-x&quot; option or
3980 by creating an empty &quot;<CODE>.pinercex</CODE>&quot; file.
3982 For PC-Alpine, if you don't have a &quot;-x&quot; command line option,
3983 PC-Alpine will use the value of the
3984 environment variable <CODE>$PINERCEX</CODE>.
3985 If that is not set, PC-Alpine will look for
3986 the local file &quot;<CODE>PINERCEX</CODE>&quot;
3987 in the same local directory that the regular config file is located in.
3988 If the regular config file is remote (because the command line option
3989 &quot;-p remote_config&quot; was used) then PC-Alpine looks in the
3990 local directory specified by the &quot;-aux local_directory&quot; command
3991 line argument, or the directory <CODE>$HOME&#92;PINE</CODE>, or
3992 in the <CODE>&lt;PINE.EXE </CODE>directory<CODE>&gt;</CODE>.
3994 When you have an exception configuration there is a new command
3995 in the Alpine Setup screen, Setup/eXceptions.
3996 It toggles between exceptions and the regular configuration.
3997 This is the usual way to make changes in your exceptional configuration data.
3998 For example, you would type &quot;S&quot; for Setup, &quot;X&quot; for
3999 eXception, then follow that with one of the Setup commands, like &quot;C&quot;
4000 for Config or &quot;K&quot; for Kolor.
4002 For most people, splitting the configuration information into two pieces is
4003 going to be most useful if the generic information is accessed
4004 <A HREF="h_config_remote_config">remotely</A>).
4005 That data will be the same no matter where you access it from and if you
4006 change it that change will show up everywhere.
4007 The exceptional data will most commonly be in a local file, so that the
4008 contents may easily be different on each computing platform used.
4010 If you already have a local configuration file with settings you like
4011 you may find that the command Setup/RemoteConfigSetup is useful
4012 in helping you convert to a remote configuration.
4013 The command line flag &quot;-copy_pinerc&quot;
4014 may also be useful.
4016 &lt;End of help on this topic&gt;
4017 </BODY>
4018 </HTML>
4019 ============== h_config_inheritance =============
4020 <HTML>
4021 <HEAD>
4022 <TITLE>Configuration Inheritance</TITLE>
4023 </HEAD>
4024 <BODY>
4025 <H1>Configuration Inheritance</H1>
4027 Configuration inheritance is a power user feature.
4028 It is confusing and not completely supported by the configuration
4029 user interface.
4030 We start with an explanation of how configuration works in hopes of making
4031 it easier to describe how inheritance works.
4033 Alpine uses a hierarchy of configuration values from different locations.
4034 There are five ways in which each configuration option (configuration
4035 variable) can be set.
4036 In increasing order of precedence they are:
4038 <OL>
4039 <LI> the system-wide configuration file.
4041 <LI> the personal configuration file
4043 <LI> the personal exceptions file
4045 <LI> a command line argument
4047 <LI> the system-wide <EM>fixed</EM> configuration file (Unix Alpine only)
4048 </OL>
4050 The fixed configuration file is normally
4051 <CODE><!--#echo var="PINE_CONF_FIXED_PATH"--></CODE>.
4053 The system-wide configuration file is normally
4054 <CODE><!--#echo var="PINE_CONF_PATH"--></CODE> for Unix Alpine and is normally not
4055 set for PC-Alpine.
4056 For PC-Alpine, if the environment variable <EM>$PINECONF</EM> is set, that
4057 is used for the system-wide configuration.
4058 This location can be set or changed on the command line with the -P flag.
4059 The system-wide configuration file can be either a local file or a
4060 remote configuration folder.
4062 For Unix Alpine, the personal configuration file is normally the file
4063 <CODE>.pinerc</CODE> in the user's home directory.
4064 This can be changed with the -p command line flag.
4065 For PC-Alpine, the personal configuration file is in
4066 <CODE>$PINERC</CODE> or <CODE>&lt;AlpineRC registry value&gt;</CODE> or 
4067 <CODE>$HOME&#92;PINE&#92;PINERC</CODE> or
4068 <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;&#92;PINERC</CODE>.
4069 This can be changed with the -p command line flag.
4070 If -p is used, the configuration data may be in a local file or a remote config
4071 folder.
4073 For Unix Alpine, the personal exceptions configuration file is named
4074 <CODE>.pinercex</CODE> and is in the same directory as the personal
4075 configuration file, if that configuration file is not remote, and is in
4076 the home directory if the personal configuration file is remote.
4077 If the file exists, then exceptions are turned on.
4078 If it doesn't, then you are not using exceptions.
4079 Alternatively, you may change the location of the exceptions configuration
4080 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4081 Like the personal configuration data, exceptions_config may be
4082 either local or remote.
4084 For PC-Alpine, the personal exceptions configuration file is named
4085 <CODE>PINERCEX</CODE> and is in the same directory as the personal
4086 configuration file unless the personal configuration file is remote.
4087 In that case, it is in the local directory specfied by the
4088 &quot;-aux local_directory&quot; command line argument.
4089 (In the case that the personal configuration is remote and there is no
4090 &quot;-aux&quot; command line argument, Alpine searches for
4091 a PINERCEX file in the directory <CODE>$HOME&#92;PINE</CODE> and
4092 the directory <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;</CODE>.)
4093 If the file exists, then exceptions are turned on.
4094 If it doesn't, then you are not using exceptions.
4095 You may change the location of the exceptions configuration
4096 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4097 or with the
4098 environment variable <CODE>$PINERCEX</CODE> (if there is no &quot;-x&quot;
4099 option).
4101 To reiterate, the value of a configuration option is taken from the
4102 last location in the list above in which it is set.
4103 Or, thinking about it slightly differently, a default value for an option
4104 is established in the system-wide configuration file (or internally by Alpine
4105 if there is no value in the system-wide file).
4106 That default remains in effect until and unless it is overridden by a value in a
4107 location further down the list, in which case a new &quot;default&quot;
4108 value is established.
4109 As we continue down the list of locations we either retain the
4110 value at each step or establish a new value.
4111 The value that is still set after going through the whole list of
4112 configuration locations is the one that is used.
4114 So, for example, if an option is set in the system-wide configuration
4115 file and in the personal configuration file, but is not set in the
4116 exceptions, on the command line, or in the fixed file; then the value
4117 from the personal configuration file is the one that is used.
4118 Or, if it is set in the system-wide config, in the personal config, not
4119 in the exceptions, but is set on the command line; then the value
4120 on the command line is used.
4122 Finally we get to inheritance.
4123 For configuration options that are lists, like &quot;<!--#echo var="VAR_smtp-server"-->&quot; or
4124 &quot;<!--#echo var="VAR_incoming-folders"-->&quot;,
4125 the inheritance mechanism makes it possible to <EM>combine</EM>
4126 the values from different locations instead of <EM>replacing</EM> the value.
4127 This is true of all configuration lists other than the &quot;Feature-List&quot;,
4128 for which you may already set whatever you want at
4129 any configuration location (by using the &quot;no-&quot; prefix if
4130 necessary).
4132 To use inheritance, set the first item in a configuration list to the
4133 token &quot;INHERIT&quot;, without the quotes.
4134 If the first item is &quot;INHERIT&quot;,
4135 then instead of replacing the default value established so far, the rest of
4136 the list is appended to the default value established so far and that is
4137 the new value.
4139 Here is an example which may make it clearer. Suppose we have:
4141 <PRE>
4142  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4143  Personal config    :   smtp-server = INHERIT, mysmtp.home
4144  Exceptions config  :   smtp-server = &lt;No Value Set&gt;
4145  Command line       :   smtp-server = &lt;No Value Set&gt;
4146  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4147 </PRE>
4150 This would result in an effective smtp-server option of
4152 <PRE>
4153  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home
4154 </PRE>
4156 The &quot;INHERIT&quot; token can be used in any of the configuration files
4157 and the effect cascades.
4158 For example, if we change the above example to:
4160 <PRE>
4161  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4162  Personal config    :   smtp-server = INHERIT, mysmtp.home
4163  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4164  Command line       :   smtp-server = &lt;No Value Set&gt;
4165  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4166 </PRE>
4169 This would result in:
4171 <PRE>
4172  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home, yoursmtp.org
4173 </PRE>
4175 Unset variables are skipped over (the default value is carried forward) so
4176 that, for example:
4178 <PRE>
4179  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4180  Personal config    :   smtp-server = &lt;No Value Set&gt;
4181  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4182  Command line       :   smtp-server = &lt;No Value Set&gt;
4183  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4184 </PRE>
4187 produces:
4189 <PRE>
4190  smtp-server = smtp1.corp.com, smtp2.corp.com, yoursmtp.org
4191 </PRE>
4194 If any later configuration location has a value set (for a particular list
4195 option) which does <EM>not</EM> begin with &quot;INHERIT&quot;,
4196 then that value replaces whatever value has been defined up to that point.
4197 In other words, that cancels out any previous inheritance.
4199 <PRE>
4200  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4201  Personal config    :   smtp-server = INHERIT, mysmtp.org
4202  Exceptions config  :   smtp-server = yoursmtp.org
4203  Command line       :   smtp-server = &lt;No Value Set&gt;
4204  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4205 </PRE>
4208 results in:
4210 <PRE>
4211  smtp-server = yoursmtp.org
4212 </PRE>
4215 For some configuration options, like &quot;<!--#echo var="VAR_viewer-hdr-colors"-->&quot; or
4216 &quot;<!--#echo var="VAR_patterns-roles"-->&quot;, it is
4217 difficult to insert the value &quot;INHERIT&quot; into the list of values
4218 for the option using the normal Setup tools.
4219 In other words, the color setting screen (for example) does not
4220 provide a way to input the text &quot;INHERIT&quot; as the first
4221 item in the <!--#echo var="VAR_viewer-hdr-colors"--> option.
4222 The way to do this is to either edit the pinerc file directly and manually
4223 insert it, or turn
4224 on the <A HREF="h_config_expose_hidden_config"><!--#echo var="FEAT_expose-hidden-config"--></A>
4225 feature and insert it using the Setup/Config screen.
4227 &lt;End of help on this topic&gt;
4228 </BODY>
4229 </HTML>
4230 ============== h_special_xon_xoff =============
4231 <HTML>
4232 <HEAD>
4233 <TITLE>Explanation of Alpine's XOFF/XON Handling</TITLE>
4234 </HEAD>
4235 <BODY>
4236 <H1>XOFF/XON Handling within Alpine</H1>
4238 By default, Alpine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
4239 and XON) as normal characters, even though Alpine does not use them.
4240 However, the printer, modem, or communication software you are using may
4241 be configured for &quot;software flow control,&quot; which means that
4242 XON/XOFF must be treated as special characters by the operating system.
4243 If you see messages such as &quot;^S not defined for this screen&quot;,
4244 then your system is probably using software flow control. In this case
4245 you will need to set the
4246 <A HREF="h_config_preserve_start_stop">&quot;<!--#echo var="FEAT_preserve-start-stop-characters"-->&quot;</A>
4247 feature.
4249 If you <EM>do</EM> set this
4250 feature, be advised that if you accidentally hit a Ctrl-S, Alpine will
4251 mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
4252 and see if that puts things right.  Printing via the
4253 &quot;attached-to-ansi&quot; or 
4254 &quot;attached-to-wyse&quot;
4255 option will automatically enable software
4256 flow-control handling for the duration of the printing.
4258 &lt;End of help on this topic&gt;
4259 </BODY>
4260 </HTML>
4261 ============= h_special_help_nav =============
4262 <HTML>
4263 <HEAD>
4264 <TITLE>Help Text Navigation Explained</TITLE>
4265 </HEAD>
4266 <BODY>
4267 <H1>Help Text Navigation Explained</H1>
4269 Alpine contains extensive context-sensitive help text.   At any point, 
4270 pressing the &quot;?&quot; key will bring up a page of help text
4271 explaining the options available to you.  You can leave the help
4272 text screen and return to normal Alpine operation by pressing
4274 <!--chtml if pinemode="function_key"-->
4275 F3 function
4276 <!--chtml else-->
4277 &quot;E&quot;
4278 <!--chtml endif-->
4279 key to Exit Help at any time.
4282 Within the help screen you might find a word or phrase displayed in 
4283 inverse text and others displayed in bold typeface.  Such words and
4284 phrases are used to tell you Alpine has more information available on
4285 the topic they describe.
4286 The inverted text is the &quot;selected&quot; topic.  
4287 Use the arrow keys, Ctrl-F, and Ctrl-B to change which of the phrases
4288 displayed in bold type
4289 is &quot;selected&quot;.
4290 Hit the Return key to display the information Alpine has available on that
4291 topic.  While viewing such additional information, the 
4292 <!--chtml if pinemode="function_key"-->
4293 F3 function
4294 <!--chtml else-->
4295 &quot;P&quot;
4296 <!--chtml endif-->
4297 key will return you to the previous help screen, and the
4298 <!--chtml if pinemode="function_key"-->
4299 F2 function
4300 <!--chtml else-->
4301 &quot;E&quot;
4302 <!--chtml endif-->
4303 key will Exit the Help system altogether.
4306 The "N" command will tell you the internal name of the help text you are 
4307 reading each time, so that you can send this name in the text of a message 
4308 and create a direct link to that internal help using the x-pine-help URL 
4309 scheme. For example, the direct link to this item is 
4310 x-pine-help:h_special_help_nav. If you add this text to a message, then
4311 a person using Pine to read such message would have a direct link to this
4312 help text.
4315 When you are finished reading this help text, you can press the
4316 <!--chtml if pinemode="function_key"-->
4317 F3 function
4318 <!--chtml else-->
4319 &quot;P&quot;
4320 <!--chtml endif-->
4321 key to return to the previously displayed help text.
4324 &lt;End of help on this topic&gt;
4325 </BODY>
4326 </HTML>
4327 ============= h_special_list_commands =============
4328 <HTML>
4329 <HEAD>
4330 <TITLE>Email List Commands Explained</TITLE>
4331 </HEAD>
4332 <BODY>
4333 <H1>Email List Commands Explained</H1>
4335 Electonic mail lists provide a way for like-minded users to join in
4336 discussions on topics of interest.  The email list itself is 
4337 represented by a
4338 single address that participants send messages to when they have
4339 something of interest to share with other members of the list.  The
4340 receiving computer then, either automatically or after review by the
4341 list's owner (or moderator), sends a copy of that message to each
4342 member of the list.
4345 Usually, subscribing and unsubscribing is done by sending requests in
4346 an email message to a special address setup to handle managing list
4347 membership.  Often this is the name of the list followed by
4348 <I>-request</I>.  This address is almost <EM>never</EM> the same as
4349 the address used to send messages to the list.
4352 Unfortunately, email list participation commands are more a matter
4353 of convention than standard, and thus may vary from list to list.
4354 Increasingly, list management software is adding information to
4355 the copy of the postings as they're copied to the list members that
4356 explains how to do the various list management functions.
4359 Alpine will recognize this information and offer the management commands
4360 they represent in a simple display. One or more of the following
4361 operations will be made available:
4363 <DL>
4364 <DT>Help</DT>
4365 <DD>
4366 A method to get help on subscribing, unsubscribing, 
4367 an explanation of what the list is about, or special instructions
4368 for participation.  This may be in the form of a reply in response
4369 to an email message, or instructions on how to connect to a Web site.
4370 </DD>
4372 <DT>Unsubscribe</DT>
4373 <DD>
4374 A method to get your email addressed removed from the list of
4375 recipients of the email list.
4376 </DD>
4378 <DT>Subscribe</DT>
4379 <DD>
4380 A method to get your email address added to the list of recipients
4381 of the email list.  It may be in the form of a message sent to 
4382 a special address or you may be connected to a web site.
4383 <DD>
4384 </DD>
4386 <DT>Post</DT>
4387 <DD>
4388 A method used to post to the email list.  However, it might also 
4389 indicate that no posting is allowed directly to the list.
4390 </DD>
4392 <DT>Owner</DT>
4393 <DD>
4394 A method to contact the list owner for special questions you might
4395 have regarding the list.
4396 </DD>
4398 <DT>Archive</DT>
4399 <DD>
4400 A method to view an archive of previous messages posted to the list.
4401 This may be in the form of a mail folder on a remote computer, an
4402 IMAP mailbox or even a Web site.
4403 </DD>
4404 </DL>
4407 &lt;End of help on this topic&gt;
4408 </BODY>
4409 </HTML>
4410 ============= h_quota_command =============
4411 <HTML>
4412 <HEAD>
4413 <TITLE>Quota Screen Explained</TITLE>
4414 </HEAD>
4415 <BODY>
4416 <H1>Quota Screen Explained</H1>
4418 <P> This screen summarizes the quota report for this mailbox in the
4419 IMAP server. For each resource that you have a quota, this reports summarizes
4420 its use and limit.
4422 <P> Your IMAP server administrator may have set a quota based either on 
4423 the total size of your mailbox (STORAGE), or the number of messages in 
4424 your mailbox (MESSAGES), or some other criteria. This will be reported
4425 to you indicating the type of quota, its total use and its limit.
4427 <P> The report for STORAGE is reported in kibibytes (KiB). One kibibyte is 
4428 1024 bytes. Each of the characters that you see in this help text is one 
4429 byte, and this help text is about 1 kibibyte in size. Small messages sent 
4430 by Alpine are normally less than 4 kibibytes in size (which includes 
4431 headers and text). Other email programs may send messages with bigger 
4432 sizes when they send messages, since they send plain text and an 
4433 alternative part in HTML.
4435 <P> A convenient way to save space for the STORAGE type of quota is by 
4436 deleting attachments. This is done on each individual message by pressing 
4437 the &quot;V&quot; command while reading the message text, then moving the cursor 
4438 to the position of the attachment that is to be deleted, then pressing
4439 &quot;D&quot; to delete such attachment, going back to reading the 
4440 message with the &quot;&lt;&quot; command and pressing &quot;S&quot; to 
4441 save the message in the same folder you are reading from. The saved 
4442 message will not have the attachment that was marked deleted. Now you
4443 can delete and expunge the message with the unwanted attachment.
4446 &lt;End of help on this topic&gt;
4447 </BODY>
4448 </HTML>
4449 ============= h_mail_thread_index =============
4450 <HTML>
4451 <HEAD>
4452 <TITLE>THREAD INDEX COMMANDS</TITLE>
4453 </HEAD>
4454 <BODY>                 
4455 <H1>THREAD INDEX COMMANDS</H1>
4456 <!--chtml if pinemode="function_key"-->
4457 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>
4458 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
4459 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>
4460 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>
4461 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>
4462 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>
4463 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>
4464 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>
4465 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>
4466 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>
4467 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>
4468 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>
4469 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>
4470 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>
4471 <BR>
4472 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
4473 -----------------------------<BR>
4474 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>
4475 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>
4476 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>
4477 <BR>
4478 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
4479 -----------------------------<BR>
4480 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
4481 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
4482 <BR>
4483 <!--chtml else-->
4484 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>
4485 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
4486 &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>
4487 &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>
4488 &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>
4489 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>
4490 &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>
4491 &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>
4492 &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>
4493 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>
4494 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
4495 <BR>
4496 Miscellaneous&nbsp;Operations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
4497 ------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
4498 &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>
4499 &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>
4500 &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>
4501 &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>
4502 &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>
4503 &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>
4504 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Messages&nbsp;in&nbsp;Current&nbsp;Thread<BR>
4505 <!--chtml endif-->
4508 NOTE:
4509 <OL>
4510  <LI>For help on a particular command, highlight the bold text associated
4511 with it above and hit Return.
4512  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
4513 </OL>
4515 <H2>Description of the THREAD INDEX Screen</H2>
4517 The THREAD INDEX displays summary information from each
4518 thread (conversation) in the current folder.
4519 This is useful if you want to quickly
4520 scan new threads, or find a particular thread without having to go
4521 through the text of each message, or to quickly get rid of junk
4522 threads, etc.
4523 The current thread is always highlighted.
4524 Each line of the THREAD INDEX contains the following columns: <P>
4525 <DL>
4526  <DT>STATUS:</DT>
4527  <DD> The markings on the left side of the thread tell you about its
4528 status.  You may see one or more of the following codes on any given
4529 thread:
4530 <UL>
4531   <LI> &quot;D&quot; for Deleted. All of the messages in this thread are marked for deletion but not yet eXpunged from the folder.
4532   <LI> &quot;A&quot; for Answered. All of the messages in this thread are marked answered.
4533   <LI> &quot;N&quot; for New. At least one message in the thread is New (you haven't looked at it yet).
4534   <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.
4535   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
4536         message in the thread was sent to you as a cc:. This symbol will only show up if
4537         the feature
4538         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
4539   <LI> &quot;X&quot; for selected.  You have selected at least one message in the thread by using the
4540         &quot;select&quot; command.  (Some systems may optionally allow selected
4541         messages to be denoted by the index line being displayed in bold
4542         type instead.)
4543   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
4544       to mark at least one message in this thread as &quot;important&quot;.
4545 </UL></DD><P>
4547  <DT>THREAD NUMBER:</DT>
4548  <DD>Threads in a folder are numbered, from one through the number
4549 of threads in the folder, to help you know where you are in the folder.
4550 </DD><P>
4552  <DT>DATE STARTED:</DT>
4553  <DD>The date the thread was started. This is actually from the Date header
4554 of the first message in the thread. It doesn't take different time zones
4555 into account.</DD><P>
4557  <DT>WHO STARTED THE THREAD:</DT>
4558  <DD>This is usually the name of the sender of the first message in the thread, taken from
4559 the From header of the message.
4560 If there is no personal name given in that
4561 address, then the email address is used instead.
4562 If the message is from you (or from one of your
4563 <A HREF="h_config_alt_addresses">alternate addresses</A>),
4564 then the recipient's name is shown here instead, with the characters
4565 &quot;To: &quot; inserted before the name.
4566 (The idea of this is that if you started the thread you would rather see who
4567 the mail was sent to instead of that the mail was from you.)
4568 In Newsgroups, if you are
4569 the sender and there are no email recipients, the newsgroup name will be
4570 listed after the &quot;To: &quot;.
4571 </DD><P>
4573  <DT>SIZE:</DT>
4574  <DD>The number in parentheses is the number of messages in the thread.</DD><P>
4576  <DT>SUBJECT:</DT>
4577  <DD>As much of the thread's subject line as will fit on the screen.
4578 This is the subject of the first message in the thread.</DD>
4579 </DL>
4581 <P><UL>
4582 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
4583 </UL>
4585 &lt;End of help on this topic&gt;
4586 </BODY>
4587 </HTML>
4588 ============= h_mail_index =============
4589 <HTML>
4590 <HEAD>
4591 <TITLE>MESSAGE INDEX COMMANDS</TITLE>
4592 </HEAD>
4593 <BODY>                 
4594 <H1>MESSAGE INDEX COMMANDS</H1>
4595 <!--chtml if pinemode="function_key"-->
4596 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>
4597 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
4598 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>
4599 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>
4600 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>
4601 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>
4602 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>
4603 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>
4604 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>
4605 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>
4606 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>
4607 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>
4608 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>
4609 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>
4610 <BR>
4611 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
4612 -----------------------------<BR>
4613 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>
4614 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>
4615 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>
4616 <BR>
4617 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
4618 -----------------------------<BR>
4619 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
4620 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>
4621 <BR>
4622 <!--chtml else-->
4623 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>
4624 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
4625 &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>
4626 &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>
4627 &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>
4628 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>
4629 &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>
4630 &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>
4631 &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>
4632 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>
4633 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
4634 Miscellaneous&nbsp;Operations<BR>
4635 ------------------------<BR>
4636 &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>
4637 &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>
4638 &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>
4639 &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>
4640 &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>
4641 &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>
4642 &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>
4643 &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>
4644 <!--chtml endif-->
4647 NOTE:
4648 <OL>
4649  <LI>For help on a particular command, highlight the bold text associated
4650 with it above and hit Return.
4651  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
4652 </OL>
4654 <H2>Description of the MESSAGE INDEX Screen</H2>
4656 The MESSAGE INDEX displays summary information from each
4657 message in the current folder.
4658 This is useful if you want to quickly
4659 scan new messages, or find a particular message without having to go
4660 through the text of each message, or to quickly get rid of junk
4661 messages, etc.
4663 The current message is always highlighted
4664 and many commands operate on the current message.
4665 For example, the Delete command will delete the current message.
4666 If the folder is sorted by either Threads or OrderedSubject, then, depending
4667 on some of your configuration settings, a single line in the index may
4668 refer to an entire thread or to a subthread.
4669 If that is the case, then the commands that normally operate on the current
4670 message will operate on the thread or subthread instead.
4671 For example, the Delete command will delete the whole collapsed thread
4672 instead of just a single message.
4674 Each line of the MESSAGE INDEX contains the following columns (by default -- 
4675 you can change this with the 
4676 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
4677 in the SETUP CONFIGURATION screen): <P>
4678 <DL>
4679  <DT>STATUS:</DT>
4680  <DD> The markings on the left side of the message tell you about its
4681 status.  You may see one or more of the following codes on any given
4682 message:
4683 <UL>
4684   <LI> &quot;D&quot; for Deleted.  You have marked this message for deletion but not
4685          yet eXpunged the folder.
4686   <LI> &quot;N&quot; for New.  You have not looked at the text of the message yet.
4687   <LI> &quot;A&quot; for Answered.  Any time you reply to a message it is considered
4688          to be answered.
4689   <LI> &quot;F&quot; for Forwarded.  Similar to Answered, this is set whenever you
4690          forward a message.
4691   <LI> &quot;+&quot; for direct-to-you.  The &quot;+&quot; indicates that a message was sent
4692         directly to your account, your copy is not part of a cc: or a
4693         mailing list.
4694   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
4695         message was sent to you as a cc:. This symbol will only show up if
4696         the feature
4697         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
4698   <LI> &quot;X&quot; for selected.  You have selected the message by using the
4699         &quot;select&quot; command.  (Some systems may optionally allow selected
4700         messages to be denoted by the index line being displayed in bold
4701         type.)
4702   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
4703       to mark this message as &quot;important&quot;.
4704 </UL></DD><P>
4706  <DT>MESSAGE NUMBER:</DT>
4707  <DD>Messages in a folder are numbered, from one through the number
4708 of messages in the folder, to help you know where you are in the folder.
4709 These numbers are always in increasing order, even if you sort the folder
4710 in a different way.</DD><P>
4712  <DT>DATE SENT:</DT>
4713  <DD>The date the message was sent.  By default, messages are
4714 ordered by arrival time, not by date sent.  Most of the time, arrival time
4715 and date sent (effectively departure time) are similar.  Sometimes,
4716 however, the index will appear to be out of order because a message took a
4717 long time in delivery or because the sender is in a different time
4718 zone than you are. This date is just the date from the Date header
4719 field in the message.</DD><P>
4721  <DT>WHO SENT THE MESSAGE:</DT>
4722  <DD>This is usually the name of the sender of the message, taken from
4723 the From header of the message.
4724 If there is no personal name given in that
4725 address, then the email address is used instead.
4726 If the message is from you (or from one of your
4727 <A HREF="h_config_alt_addresses">alternate addresses</A>),
4728 then the recipient's name is shown here instead, with the characters
4729 &quot;To: &quot; inserted before the name.
4730 (The idea of this is that if you sent the mail you would rather see who
4731 the mail was sent to instead of that the mail was from you.
4732 This behavior may be changed by modifying the <!--#echo var="VAR_index-format"--> option mentioned
4733 above.
4734 In particular, use the FROM token or the FROMORTONOTNEWS token
4735 in place of the FROMORTO token.)
4736 In Newsgroups, if you are
4737 the sender and there are no email recipients, the newsgroup name will be
4738 listed after the &quot;To: &quot;. </DD><P>
4740  <DT>SIZE:</DT>
4741  <DD>The number in parentheses is the number of characters in the message.
4742 It may have a suffix of K, M, or G which means the number should be
4743 multiplied by one thousand, one million, or one billion to get the
4744 size of the message.</DD><P>
4746  <DT>SUBJECT:</DT>
4747  <DD>As much of the message's subject line as will fit on the screen.</DD>
4748 </DL>
4750 <P><UL>
4751 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
4752 </UL>
4754 &lt;End of help on this topic&gt;
4755 </BODY>
4756 </HTML>
4757 ============= h_mail_view ========================
4758 <HTML>
4759 <HEAD>
4760 <TITLE>MESSAGE TEXT SCREEN</TITLE>
4761 </HEAD>
4762 <BODY>
4763 <H1>MESSAGE TEXT SCREEN</H1>
4764 <!--chtml if pinemode="function_key"-->
4765 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>
4766 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;------------------------------<BR>
4767 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>
4768 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>
4769 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>
4770 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>
4771 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>
4772 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>
4773 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>
4774 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>
4775 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>
4776 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>
4777 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>
4778 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>
4779 <BR>
4780 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
4781 ------------------------------<BR>
4782 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
4783 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
4784 F3&nbsp;&nbsp;<A HREF="h_view_cmd_hilite">View&nbsp;hilited</A><BR>
4785 F4&nbsp;&nbsp;Select&nbsp;current&nbsp;message<BR>
4786 F5&nbsp;&nbsp;Previous&nbsp;selectable&nbsp;item<BR>
4787 F6&nbsp;&nbsp;Next&nbsp;selectable&nbsp;item<BR>
4788 F7&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;number<BR>
4789 F8&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
4790 F9&nbsp;&nbsp;<A HREF="h_common_hdrmode">Display&nbsp;full&nbsp;headers</A><BR>
4791 F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;message<BR>
4792 F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
4793 F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
4794 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
4795 F5&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
4796 <!--chtml else-->
4797 Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
4798 ---------------------------------<BR>
4799 <BR>
4800 &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>
4801 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>
4802 &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>
4803 &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>
4804 &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>
4805 &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>
4806 &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>
4807 &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>
4808 &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>
4809 <BR>
4810 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other&nbsp;Commands<BR>
4811 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----------------------------<BR>
4812 &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>
4813 &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>
4814 &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>
4815 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>
4816 <BR>
4817 General&nbsp;Alpine&nbsp;Commands<BR>
4818 ---------------------<BR>
4819 &nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
4820 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
4821 &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>
4822 &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>
4823 &nbsp;&nbsp;&nbsp;&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>
4824 <!--chtml endif-->
4827 NOTE:
4828 <OL>
4829  <LI>For help on a particular command, highlight the bold text associated
4830 with it above and hit Return.
4831  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
4832 </OL>
4834 <H2>Description of the MESSAGE TEXT Screen</H2>
4836 The top line of the view message screen displays status
4837 information about the currently open collection and folder and about the
4838 current message.  It shows the name of the collection in angle brackets
4839 and then the name of the folder.  The line also displays the number
4840 of messages in the folder, the number of the current message and the
4841 percentage of the current message that has been displayed on the screen.
4842 If the message is marked for deletion &quot;DEL&quot; will appear in the upper
4843 right corner.
4844 If the message has been answered (but not deleted) &quot;ANS&quot; will show
4845 in the corner.
4848 NOTE: to rapidly move to the end of a message, hit the
4849 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
4850 (or Ctrl-W) key followed
4851 by Ctrl-V.  Similarly,
4852 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
4853 followed by Ctrl-Y will take you to the beginning of
4854 a message.
4856 <H2>Explanation of Alternate Character Sets</H2>
4858 Alpine attempts to stay out of the way so that it won't prevent you from
4859 viewing mail in any character set.  It will simply send the message to
4860 your display device.  If the device is capable of displaying the
4861 message as it was written it will do so.  If not, the display may be
4862 partially or totally incorrect.
4863 If the message contains characters that are not representable in your 
4864 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
4865 variable in your configuration, then a warning message will be printed
4866 to your screen at the beginning of the message display.
4867 It is probably best to use UNIX Alpine in a terminal emulator
4868 capable of displaying UTF-8 characters.
4869 See <A HREF="h_config_char_set">Display Character Set</A> for a little
4870 more information about character set settings.
4872 <P><UL>
4873 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
4874 </UL>
4876 &lt;End of help on this topic&gt;
4877 </BODY>
4878 </HTML>
4879 ======= h_index_cmd_select =======
4880 <HTML>
4881 <HEAD>
4882 <TITLE>Selecting: Select and WhereIs/Select</TITLE>
4883 </HEAD>
4884 <BODY>
4885 <H1>Selecting: Select and WhereIs/Select</H1>
4887 Aggregate operations give you the ability to process a group of messages
4888 at once.  Acting on multiple messages requires two steps: (1) selecting a
4889 set of messages and then; (2) applying a command to that set. The first
4890 part is handled by the select command.  Select allows you to
4891 select messages based on their status (read, answered, etc.), contents,
4892 date, size, or keywords.
4893 You may also select based on one of your Rules or based on threads,
4894 and there are quick options to select a specific message or range of messages,
4895 to select the current message, or to select all messages.
4898 We describe the various selection criteria briefly:
4901 <DL>
4902 <DT>select All</DT>
4903 <DD> Marks all the messages in the folder as selected.
4904 </DD>
4906 <DT>select Cur</DT>
4907 <DD> Selects the currently highlighted message or currently highlighted
4908 set of messages if in a threaded view.
4909 </DD>
4911 <DT>select by Number</DT>
4912 <DD> Select by message number. This may be a comma-separated list instead or
4913 a single entry.
4914 Each element in the list may be either a single message number or a range
4915 of numbers with a dash between the lowest and highest member of the range.
4916 Some examples are 7 to select only message number 7; 2-5 to select messages
4917 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11.
4918 The word &quot;end&quot; may be used as a substitute for the highest numbered
4919 message in the folder.
4920 If in a separate thread index where the numbers refer to threads instead of
4921 to messages, then you will be selecting all of the messages in the
4922 referenced threads instead of selecting by message number.
4923 </DD>
4925 <DT>select by Date</DT>
4926 <DD> Select by either the date stored in the Date headers of each message,
4927 or by the date when the messages arrived.
4928 This does not adjust for different time zones, but just checks to see what
4929 day the message was sent on.
4930 You may type in a date. If you do, the date should be in the form
4931 <P><SAMP><CENTER>DD-Mon-YYYY</CENTER></SAMP><P>
4932 For example,
4933 <P><SAMP><CENTER>24-Nov-2004</CENTER></SAMP><P>
4935 <P><SAMP><CENTER>09-Nov-2004</CENTER></SAMP><P>
4936 If the date you want is close to the current date, it is probably
4937 easier to use the &quot;^P&nbsp;Prev Day&quot; or &quot;^N&nbsp;Next Day&quot; commands to change the default date that
4938 is displayed, instead of typing in the date yourself.
4939 Or, the &quot;^X&nbsp;Cur Msg&quot; command may be used to fill in
4940 the date of the currently highlighted message. 
4942 There are six possible settings that are selected using the
4943 &quot;^W&nbsp;Toggle When&quot; command.
4944 Three of them select messages based on the Date headers.
4945 They are &quot;SENT SINCE&quot;, &quot;SENT BEFORE&quot;,
4946 and &quot;SENT ON&quot;.
4947 SINCE is all messages with the selected date or later.
4948 BEFORE is all messages earlier than the selected date (not including the day
4949 itself).
4950 ON is all messages sent on the selected date.
4951 The other three select messages in the same way but they use the arrival
4952 times of the messages instead of the Date headers included in the messages.
4953 Those three are &quot;ARRIVED SINCE&quot;, &quot;ARRIVED BEFORE&quot;,
4954 and &quot;ARRIVED ON&quot;.
4955 When you save a message from one folder to another the arrival time is
4956 preserved.
4957 </DD>
4959 <DT>select by Text</DT>
4960 <DD> Selects messages based on the message contents.
4961 This allows you to select a set of messages based on whether or not the
4962 message headers or message body contain specified text.
4963 You may look for text in the Subject, the From header,
4964 the To header, or the Cc header.
4965 You may also choose Recipient, which searches for the text in
4966 either the To or the Cc header;
4967 or Participant, which means To or Cc or From.
4968 Besides those specific header searches, you may also search the entire
4969 header and text of the message with &quot;All Text&quot;, or just the
4970 body of the message.
4972 To search for the absence of text, first type the &quot;! Not&quot; command
4973 before typing the specific type of text search.
4974 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
4975 search for all messages that do not contain a particular word in their
4976 Subjects.
4978 If you choose a Subject search, you may use the subject from the current
4979 message by typing the &quot;^X Cur Subject&quot; command.
4980 You may then edit it further if you wish.
4981 For example, you might select the subject of a reply and edit the
4982 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
4983 the original message being replied to.
4984 All of the other header searches allow you to use addresses from the
4985 headers of the current message if you want to.
4986 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
4987 &quot;^W Cur Cc&quot;.
4988 In each case, if there is more than one address, only the first is offered.
4989 </DD>
4991 <DT>select by Status</DT>
4992 <DD> Selects messages based on their status.
4993 You may select all New, Important, Deleted, Answered, Recent, or Unseen
4994 messages.
4995 Or, if you first type the &quot;! Not&quot; command, you get not New,
4996 or not Important, and so on.
4997 If you select Deleted messages, you will get all messages with their
4998 Deleted flag set.
4999 Likewise for Important messages, all messages that you have flagged as
5000 being Important with the
5001 <A HREF="h_common_flag">Flag</A> command.
5002 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5003 because they try to match what you see on the screen by default.
5004 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5005 and Unanswered.
5006 If you have looked at the message, or deleted it, or answered it; then it
5007 is not considered &quot;New &quot;.
5008 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5010 &quot;Answered&quot; is another one that is a little different.
5011 It means that the message has been Answered <EM>and</EM> is not deleted.
5012 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5013 the opposite of &quot;Answered&quot;!
5014 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5015 both Unanswered <EM>and</EM> not deleted.
5017 The other two types were added later because the special nature of the
5018 New flag was not what was wanted by all users.
5019 New does match what you see in the index by default, but if you use
5020 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5021 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5022 be exactly what you want.
5023 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5024 they are deleted or answered, and
5025 &quot;Recent&quot; selects all of the messages that have been added to
5026 the folder since you started this Alpine session.
5027 (That's not technically quite true. If there are multiple mail clients
5028 reading an IMAP mailbox, each message will be marked as Recent in only
5029 one of the client's sessions.)
5030 </DD>
5032 <DT>select by siZe</DT>
5033 <DD> Selects messages based on their size being smaller than or larger
5034 than the size you specify.
5035 The size is the number of bytes.
5036 You may use the suffix &quot;K&quot; or &quot;k&quot; to mean 1,000 times
5037 the number.
5038 For example, 7K is the same as 7000.
5039 The suffix &quot;M&quot; or &quot;m&quot; means 1,000,000 times the number,
5040 and the suffix &quot;G&quot; or &quot;g&quot; means 1,000,000,000 times.
5041 Use the &quot;^W&quot; command to toggle back and forth between Smaller
5042 and Larger.
5043 </DD>
5045 <DT>select by Keyword</DT>
5046 <DD> Selects messages that either have or do not have
5047 (using the &quot;!&nbsp;Not&quot; command)
5048 a particular <A HREF="h_config_keywords">Keyword</A> set.
5049 One way to select a keyword is to use the &quot;^T&nbsp;To&nbsp;List&quot;
5050 command to select one from your list of keywords.
5052 <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.
5053 </DD>
5055 <DT>select by Rule</DT>
5056 <DD> Selects messages that either match or don't match
5057 (using the &quot;!&nbsp;Not&quot; command)
5058 one of the Rules you have defined.
5059 The most likely method of filling in the Rule is to use the
5060 &quot;^T&nbsp;To&nbsp;List&quot;
5061 command to select one of your Rules.
5062 All of the Rules you have defined will be in the list, including
5063 Rules for Searching, Indexcolors, Filtering, Roles, Score setting, and Other.
5064 They may not all make sense for this purpose, but they are all there for
5065 flexibility.
5066 You might find it useful to define some rules solely for the purpose
5067 of being used by the Select command.
5068 There is a special category for such Rules. They are called Search Rules.
5070 Unfortunately, Alpine does not allow all possible Rules to be defined.
5071 For example, there is no logical OR operation.
5072 OR is accomplished in the Filter Rules or the other types of Rules by
5073 simply defining two rules, one that matches the first part of the OR
5074 and another that matches the second part.
5075 But you can't do that here, since you only have a single Rule to work with.
5076 Likewise, the order of Rules is usually important.
5077 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5078 a message, then that stops the search for a further match.
5079 This means that you may be confused if you try to use Select by Rule to
5080 check your Filter rules because the order is important when filtering but
5081 is not considered here.
5082 </DD>
5084 <DT>select by tHread</DT>
5085 <DD> Selects all of the messages in the current thread.
5086 </DD>
5087 </DL>
5089 After you have an initial selection, the next and subsequent selection
5090 commands modify the selection.
5091 The select command changes. It first gives
5092 you selection &quot;alteration&quot; options: &quot;unselect All&quot;,
5093 &quot;unselect Current&quot;,
5094 &quot;Broaden selection&quot; (implements a logical OR), and
5095 &quot;Narrow selection&quot; (implements a logical AND).
5096 After you choose either Broaden or Narrow, you then choose one of the
5097 selection criteria listed above (by Text or Number or ...).
5098 You may use select as many times as you wish to get the selected set right.
5101 The WhereIs command has a feature (Ctrl-X) to
5102 select all the messages that match the WhereIs search. WhereIs searches
5103 through just the text that appears on the MESSAGE INDEX screen.
5104 This method is often slower than using the select command itself, unless the
5105 line you are looking for is not too far away in the index.
5108 The availability of the aggregate operations commands is determined by the
5109 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
5110 Feature-List option in your Alpine
5111 configuration, which defaults to set.
5112 The features
5113 <A HREF="h_config_auto_zoom">&quot;<!--#echo var="FEAT_auto-zoom-after-select"-->&quot;</A>
5115 <A HREF="h_config_select_wo_confirm">&quot;<!--#echo var="FEAT_select-without-confirm"-->&quot;</A>
5116 affect the behavior of the Select command.
5119 &lt;End of help on this topic&gt;
5120 </BODY>
5121 </HTML>
5122 ======= h_select_rule =======
5123 <HTML>
5124 <HEAD>
5125 <TITLE>Select: Rule</TITLE>
5126 </HEAD>
5127 <BODY>
5128 <H1>Select: Rule</H1>
5130 You are selecting messages that either match or don't match
5131 one of the Rules you have defined.
5132 You may either type the nickname of the Rule at the prompt, or use the
5133 &quot;^T&nbsp;To&nbsp;List&quot;
5134 command to select one of your Rules.
5135 All of the Rules you have defined will be in the list, including
5136 Rules for Indexcolors, Filtering, Roles, Score setting, and Other.
5137 They may not all make sense for this purpose, but they are all there for
5138 flexibility.
5139 Rules may be added by using the Setup/Rules screen off of the main Alpine
5140 menu.
5142 Unfortunately, Alpine does not allow all possible Rules to be defined.
5143 For example, there is no logical OR operation.
5144 OR is accomplished in the Filter Rules or the other types of Rules by
5145 simply defining two rules, one that matches the first part of the OR
5146 and another that matches the second part.
5147 But you can't do that here, since you only have a single Rule to work with.
5148 Likewise, the order of Rules is usually important.
5149 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5150 a message, then that stops the search for a further match.
5151 This means that you may be confused if you try to use Select by Rule to
5152 check your Filter rules because the order is important when filtering but
5153 is not considered here.
5156 &lt;End of help on this topic&gt;
5157 </BODY>
5158 </HTML>
5159 ======= h_select_text =======
5160 <HTML>
5161 <HEAD>
5162 <TITLE>Select: Text</TITLE>
5163 </HEAD>
5164 <BODY>
5165 <H1>Select: Text</H1>
5167 You are selecting messages based on the contents of the message.
5168 This allows you to select a set of messages based on whether or not the
5169 message headers or message body contain specified text.
5170 You may look for text in the Subject, the From header,
5171 the To header, or the Cc header.
5172 You may also choose Recipient, which searches for the text in
5173 either the To or the Cc header;
5174 or Participant, which means either the To header, or the Cc header,
5175 or the From header.
5176 Besides those specific header searches, you may also search the entire
5177 header and text of the message with &quot;All Text&quot;, or just the
5178 body of the message with &quot;Body&quot;.
5180 To search for the absence of text, first type the &quot;!&nbsp;Not&quot; command
5181 before typing the specific type of text search.
5182 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5183 search for all messages that do not contain a particular word in their
5184 Subjects.
5186 If you choose a Subject search, you may use the subject from the current
5187 message by typing the &quot;^X Cur Subject&quot; command.
5188 You may then edit it further if you wish.
5189 For example, you might select the subject of a reply and edit the
5190 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5191 the original message being replied to.
5192 All of the other header searches allow you to use addresses from the
5193 headers of the current message if you want to.
5194 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5195 &quot;^W Cur Cc&quot;.
5196 In each case, if there is more than one address, only the first is offered.
5199 &lt;End of help on this topic&gt;
5200 </BODY>
5201 </HTML>
5202 ======= h_select_status =======
5203 <HTML>
5204 <HEAD>
5205 <TITLE>Select: Status</TITLE>
5206 </HEAD>
5207 <BODY>
5208 <H1>Select: Status</H1>
5210 You are selecting messages based on the status of the message.
5211 For example, whether or not the message has been marked Deleted or Important,
5212 or whether or not it has been Answered or is New.
5213 If you first type the &quot;!&nbsp;Not&quot; command, you will get the
5214 opposite: not Deleted, not Important, and so on.
5216 If you select Deleted messages, you will get all messages with their
5217 Deleted flag set.
5218 Likewise for Important messages, all messages that you have flagged as
5219 being Important with the
5220 <A HREF="h_common_flag">Flag</A> command.
5221 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5222 because they try to match what you see on the screen by default.
5223 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5224 and Unanswered.
5225 If you have looked at the message, or deleted it, or answered it; then it
5226 is not considered &quot;New &quot;.
5227 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5229 &quot;Answered&quot; is another one that is a little different.
5230 It means that the message has been Answered <EM>and</EM> is not deleted.
5231 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5232 the opposite of &quot;Answered&quot;!
5233 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5234 both Unanswered <EM>and</EM> not deleted.
5236 (The New and Answered options may seem counter-intuitive.
5237 The reason it is done this way is
5238 because, by default, a Deleted message will show up with the &quot;D&quot;
5239 symbol in the MAIL INDEX screen even if it is New or Answered.
5240 The Delete symbol overrides the New and Answered symbols, because you
5241 usually don't care about the message anymore once you've deleted it.
5242 Similarly, you usually only care about whether a message is Answered or
5243 not if it is not Deleted.
5244 Once it is Deleted you've put it out of your mind.)
5246 The other two options were added later because the special nature of the
5247 New flag was not what was wanted by all users.
5248 New does match what you see in the index by default, but if you use
5249 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5250 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5251 be exactly what you expect.
5252 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5253 they are deleted or answered, and
5254 &quot;Recent&quot; selects all of the messages that have been added to
5255 the folder since you started this Alpine session.
5256 (That's not technically quite true. If there are multiple mail clients
5257 reading an IMAP mailbox, each message will be marked as Recent in only
5258 one of the client's sessions.
5259 That behavior can be convenienent for some purposes, like filtering, but
5260 it isn't usually what you expect when selecting.)
5263 &lt;End of help on this topic&gt;
5264 </BODY>
5265 </HTML>
5266 ======= h_index_cmd_apply =======
5267 <HTML>
5268 <HEAD>
5269 <TITLE>Apply Command</TITLE>
5270 </HEAD>
5271 <BODY>
5272 <H1>Apply Command</H1>
5274 Apply
5275 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->A<!--chtml endif-->)
5276 is the second step of most aggregate operations.  Apply
5277 becomes active any time there is a defined set of selected messages.  The
5278 following commands can be applied to a selected message set: delete,
5279 undelete, reply, forward,
5280 <!--chtml if pinemode="os_windows"-->
5281 <!--chtml else--> 
5282 pipe,
5283 <!--chtml endif-->
5284 print, take address, save, export, bounce, and flag.
5287 The behavior of some of these commands in an aggregate sense is not easy to
5288 explain.  Try them out to see what they do.
5289 The feature
5290 <A HREF="h_config_auto_unzoom">&quot;<!--#echo var="FEAT_auto-unzoom-after-apply"-->&quot;</A>
5291 affects the behavior of the Apply command, as does the feature
5292 <A HREF="h_config_auto_unselect">&quot;<!--#echo var="FEAT_auto-unselect-after-apply"-->&quot;</A>.
5295 &lt;End of help on this topic&gt;
5296 </BODY>
5297 </HTML>
5298 ======= h_index_cmd_zoom =======
5299 <HTML>
5300 <HEAD>
5301 <TITLE>ZoomMode Command</TITLE>
5302 </HEAD>
5303 <BODY>
5304 <H1>ZoomMode Command</H1>
5306 Another action you might want to take on a set of selected messages is to
5307 zoom in on them.  Like apply, zoom only becomes active when messages have
5308 been selected.
5309 ZoomMode
5310 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->Z<!--chtml endif-->)
5311 is a toggle command that allows you to
5312 zoom-in (and only see the selected messages) and zoom-out (to see all
5313 messages in the folder).  Neither apply nor zoom removes the markings that
5314 define the selected set; you need to use a select command in order
5315 to do that.
5318 &lt;End of help on this topic&gt;
5319 </BODY>
5320 </HTML>
5321 ======= h_index_collapse_expand =======
5322 <HTML>
5323 <HEAD>
5324 <TITLE>Collapse/Expand Command</TITLE>
5325 </HEAD>
5326 <BODY>
5327 <H1>Collapse/Expand Command</H1>
5329 The Collapse/Expand command is only available from the MESSAGE INDEX screen when
5330 the folder is sorted by either Threads or OrderedSubject, and the
5331 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
5332 is set to something other than &quot;none&quot;.
5333 By default, this command collapses or expands the subthread that starts at
5334 the currently highlighted message, if any.
5335 If the subthread is already collapsed, then this command expands it.
5336 If the subthread is expanded, then this command collapses it.
5337 If there are no more messages below the current message in the
5338 thread tree (that is, there are no replies to the current message) then
5339 this command does nothing.
5342 The behavior of this command is affected by the option
5343 <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>.
5344 Normally, this command Collapses or Expands the subthread that
5345 starts at the currently highlighted message.
5346 If the above option is set, then this command Collapses or Expands the
5347 entire current thread instead of just the subthread.
5348 The current thread is simply the top-level thread that contains the
5349 current message.
5352 &lt;End of help on this topic&gt;
5353 </BODY>
5354 </HTML>
5355 ======= h_index_cmd_sort =======
5356 <HTML>
5357 <HEAD>
5358 <TITLE>Sort Command</TITLE>
5359 </HEAD>
5360 <BODY>
5361 <H1>Sort Command</H1>
5363 In Alpine's generic configuration, messages are presented in the order in
5364 which they arrive.  This default can be changed in the SETUP CONFIGURATION 
5365 with the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
5366 You can also re-sort the folder on demand with the sort
5367 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
5368 command.
5369 Your sorting options are:
5371 <UL>
5372  <LI> <A HREF="h_index_sort_arrival">A</A>rrival
5373  <LI> <A HREF="h_index_sort_date">D</A>ate
5374  <LI> <A HREF="h_index_sort_subj">S</A>ubject
5375  <LI> <A HREF="h_index_sort_ordsubj">O</A>rderedSubject
5376  <LI> t<A HREF="h_index_sort_thread">H</A>read
5377  <LI> <A HREF="h_index_sort_from">F</A>rom
5378  <LI> si<A HREF="h_index_sort_size">Z</A>e
5379  <LI> scor<A HREF="h_index_sort_score">E</A>,
5380  <LI> <A HREF="h_index_sort_to">T</A>o
5381  <LI> <A HREF="h_index_sort_cc">C</A>c
5382 </UL>
5385 The Reverse option will toggle the order the index is currently
5386 sorted by, but will not change the relative sort order.
5389 Sorting a folder does not actually rearrange the way the folder is saved,
5390 it just re-arranges how the messages are presented to you.  This means
5391 that Alpine has to do the work of sorting every time you change sort order.
5392 Sometimes, especially with PC-Alpine or with large folders, this could take
5393 a while.
5396 &lt;End of help on this topic&gt;
5397 </BODY>
5398 </HTML>
5399 ======= h_index_sort_default =======
5400 <HTML>
5401 <HEAD>
5402 <TITLE>SORT OPTION: Default</TITLE>
5403 </HEAD>
5404 <BODY>
5405 <H1>SORT OPTION: Default</H1>
5407 The <EM>Default</EM> sort option just means to use the default sort order
5408 set in the
5409 <li><a href="h_config_sort_key"><!--#echo var="VAR_sort-key"--></a>
5410 option in Setup/Config.
5413 &lt;End of help on this topic&gt;
5414 </BODY>
5415 </HTML>
5416 ======= h_index_sort_arrival =======
5417 <HTML>
5418 <HEAD>
5419 <TITLE>SORT OPTION: Arrival</TITLE>
5420 </HEAD>
5421 <BODY>
5422 <H1>SORT OPTION: Arrival</H1>
5424 The <EM>Arrival</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5425 in the order that they exist in the folder.  This is usually the same as the
5426 order in which they arrived.  This option is comparable to not sorting
5427 the messages at all.
5430 &lt;End of help on this topic&gt;
5431 </BODY>
5432 </HTML>
5433 ======= h_index_sort_date =======
5434 <HTML>
5435 <HEAD>
5436 <TITLE>SORT OPTION: Date</TITLE>
5437 </HEAD>
5438 <BODY>
5439 <H1>SORT OPTION: Date</H1>
5441 The <EM>Date</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5442 according to the date and time they were
5443 sent.
5446 On a folder like INBOX, sorting by &quot;Date&quot; should be almost
5447 identical to sorting by &quot;Arrival&quot;.
5450 &lt;End of help on this topic&gt;
5451 </BODY>
5452 </HTML>
5453 ======= h_index_sort_subj =======
5454 <HTML>
5455 <HEAD>
5456 <TITLE>SORT OPTION: Subject</TITLE>
5457 </HEAD>
5458 <BODY>
5459 <H1>SORT OPTION: Subject</H1>
5461 The <EM>Subject</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5462 by subject. 
5465 Messages with the same subject are
5466 first grouped together, and then the groups of like-subject messages
5467 are arranged alphabetically.
5470 Alpine ignores leading &quot;Re:&quot; and
5471 &quot;re:&quot; and trailing &quot;(fwd)&quot; when determining the
5472 likeness and alphabetical order of subject lines.
5475 &lt;End of help on this topic&gt;
5476 </BODY>
5477 </HTML>
5478 ======= h_index_sort_ordsubj =======
5479 <HTML>
5480 <HEAD>
5481 <TITLE>SORT OPTION: OrderedSubject</TITLE>
5482 </HEAD>
5483 <BODY>
5484 <H1>SORT OPTION: OrderedSubject</H1>
5486 The <EM>OrderedSubject</EM> sort option arranges messages in the
5487 MESSAGE&nbsp;INDEX by grouping all messages with the same subject
5488 together, similar to sort by <A HREF="h_index_sort_subj">S</A>ubject.
5491 However, <EM>OrderedSubj</EM> then arranges the groups of like-subject
5492 messages by the date of the oldest message in the group.
5495 This sort method provides for pseudo threading of conversations within
5496 a folder.
5497 You may want to try sorting by Thread instead.
5500 &lt;End of help on this topic&gt;
5501 </BODY>
5502 </HTML>
5503 ======= h_index_sort_thread =======
5504 <HTML>
5505 <HEAD>
5506 <TITLE>SORT OPTION: Thread</TITLE>
5507 </HEAD>
5508 <BODY>
5509 <H1>SORT OPTION: Thread</H1>
5511 The <EM>Thread</EM> sort option arranges messages in the
5512 MESSAGE&nbsp;INDEX by grouping all messages that indicate
5513 they are part of a conversation (discussion thread) taking
5514 place within a mailbox or newsgroup.  This indication is
5515 based on information in the message's header -- specifically
5516 its <tt>References:</tt>, <tt>Message-ID:</tt>, and <tt>Subject:</tt> fields.
5519 &lt;End of help on this topic&gt;
5520 </BODY>
5521 </HTML>
5522 ======= h_index_sort_from =======
5523 <HTML>
5524 <HEAD>
5525 <TITLE>SORT OPTION: From</TITLE>
5526 </HEAD>
5527 <BODY>
5528 <H1>SORT OPTION: From</H1>
5530 The <EM>From</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5531 by the name of the author of the message.
5534 Messages with the same author are grouped together. Groups of
5535 messages are then put into alphabetical order according to message
5536 author.
5539 &lt;End of help on this topic&gt;
5540 </BODY>
5541 </HTML>
5542 ======= h_index_sort_size =======
5543 <HTML>
5544 <HEAD>
5545 <TITLE>SORT OPTION: Size</TITLE>
5546 </HEAD>
5547 <BODY>
5548 <H1>SORT OPTION: Size</H1>
5550 The <EM>Size</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5551 by their relative sizes.
5554 &lt;End of help on this topic&gt;
5555 </BODY>
5556 </HTML>
5557 ======= h_index_sort_score =======
5558 <HTML>
5559 <HEAD>
5560 <TITLE>SORT OPTION: Score</TITLE>
5561 </HEAD>
5562 <BODY>
5563 <H1>SORT OPTION: Score</H1>
5565 The <EM>Score</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5566 by their scores.
5569 Messages with the same score are sorted in arrival order.
5570 Scores are something you create using the
5571 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
5574 &lt;End of help on this topic&gt;
5575 </BODY>
5576 </HTML>
5577 ======= h_index_sort_to =======
5578 <HTML>
5579 <HEAD>
5580 <TITLE>SORT OPTION: To</TITLE>
5581 </HEAD>
5582 <BODY>
5583 <H1>SORT OPTION: To</H1>
5585 The <EM>To</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX 
5586 by the names of the recipients of the message.
5589 Messages with the same recipients are grouped together. Groups of
5590 messages are then put into alphabetical order according to message
5591 recipients.
5594 &lt;End of help on this topic&gt;
5595 </BODY>
5596 </HTML>
5597 ======= h_index_sort_cc =======
5598 <HTML>
5599 <HEAD>
5600 <TITLE>SORT OPTION: Cc</TITLE>
5601 </HEAD>
5602 <BODY>
5603 <H1>SORT OPTION: Cc</H1>
5605 The <EM>Cc</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX by
5606 the names of the carbon copy addresses of the message.
5609 &lt;End of help on this topic&gt;
5610 </BODY>
5611 </HTML>
5612 ======= h_index_cmd_whereis =======
5613 <HTML>
5614 <HEAD>
5615 <TITLE>WhereIs Command</TITLE>
5616 </HEAD>
5617 <BODY>
5618 <H1>WhereIs Command</H1>
5620 The WhereIs
5621 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
5622 command lets you search the MESSAGE INDEX for a word.
5623 It scans through whatever you see, usually the name of the author
5624 and the Subject line.
5625 WhereIs has special subcommands to let you find the beginning of the
5626 index (Ctrl-Y -- first message)
5627 or the end of the index (Ctrl-V -- last message).
5629 Note that WhereIs only searches through the visible text on the screen.
5630 For example, if only part of the Subject of a message is shown because it
5631 is long, then only the visible portion of the Subject is searched.
5632 Also note that WhereIs does not &quot;see&quot; the 
5633 &quot;X&quot; in column one of Index entries for selected messages
5634 so it can't be used to search for
5635 selected messages (use &quot;Zoom&quot; instead).
5637 If the feature
5638 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
5639 is turned on,
5640 WhereIs can also be used as a quick way to select messages that match the
5641 string being searched for.
5642 Instead of typing carriage return to search for the next match, type
5643 Ctrl-X to select all matches.
5644 Once again, this only selects matches that are (or would be if the right
5645 index line was on the screen) visible.
5646 Truncated From lines or Subjects will cause matches to be missed.
5647 Although WhereIs is sometimes convenient for quick matching, the Select
5648 command is usually more powerful and usually faster.
5651 &lt;End of help on this topic&gt;
5652 </BODY>
5653 </HTML>
5654 ======= h_view_cmd_whereis =======
5655 <HTML>
5656 <HEAD>
5657 <TITLE>WhereIs Command</TITLE>
5658 </HEAD>
5659 <BODY>
5660 <H1>WhereIs Command</H1>
5662 The WhereIs
5663 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
5664 command does a &quot;find in current message&quot; operation.  You
5665 type in text and Alpine will try to find it in the message you are
5666 reading.  WhereIs also has subcommands to jump to the beginning (Ctrl-Y)
5667 or end (Ctrl-V) of the message.
5668 That is, to rapidly move to the end of a message, hit the 
5669 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5670 (or Ctrl-W) key followed
5671 by Ctrl-V.  Similarly,
5672 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5673 followed by Ctrl-Y will take you to the beginning of a message.
5676 &lt;End of help on this topic&gt;
5677 </BODY>
5678 </HTML>
5679 ======= h_view_cmd_hilite =======
5680 <HTML>
5681 <HEAD>
5682 <TITLE>View Hilite and Next item/Previous item</TITLE>
5683 </HEAD>
5684 <BODY>
5685 <H1>View Hilite and Next item/Previous item</H1>
5687 Sometimes messages may be in the form of formatted HTML text
5688 or they may contain URLs or Web server hostnames.
5689 When any of the features
5690 <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>,
5691 <A HREF="h_config_enable_view_web_host">&quot;<!--#echo var="FEAT_enable-msg-view-web-hostnames"-->&quot;</A>,
5692 <A HREF="h_config_enable_view_attach">&quot;<!--#echo var="FEAT_enable-msg-view-attachments"-->&quot;</A>,
5694 <A HREF="h_config_enable_view_addresses">&quot;<!--#echo var="FEAT_enable-msg-view-addresses"-->&quot;</A>
5695 are enabled, Alpine will represent such selectable items in the text
5696 in bold typeface.  One of the selectable items will be displayed in
5697 inverse video (highlighted).  This is the &quot;currently selected&quot; item.
5698 Press the Return key to view the currently selected item.
5701 The Up and Down Arrows keys can be used to change the selected item
5702 (also see the feature
5703 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
5704 If there are no selectable items in the direction of the arrow you
5705 pressed, Alpine will scroll the display in that direction until one
5706 becomes visible.  To &quot;jump&quot; forwards/backwards among selectable 
5707 items in the message text, use the Previous and Next item commands,
5708 <!--chtml if pinemode="function_key"-->F5 and F6
5709 <!--chtml else-->^B and ^F<!--chtml endif-->.
5712 &lt;End of help on this topic&gt;
5713 </BODY>
5714 </HTML>
5715 ======= h_view_cmd_viewattch =======
5716 <HTML>
5717 <HEAD>
5718 <TITLE>ViewAttch Command</TITLE>
5719 </HEAD>
5720 <BODY>
5721 <H1>ViewAttch Command</H1>
5724 The View/Save Attachment
5725 (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->V<!--chtml endif-->)
5726 command allows you to handle MIME attachments to a message you have
5727 received.  Alpine shows you a list of the message attachments -- you just
5728 choose the attachment you want.  You may either view or save the
5729 selected attachment.
5732 Because many attachments require external programs for display, there
5733 is some system configuration that has to happen before you can
5734 actually display attachments.  Hopefully much of that will have been
5735 done already by your system administrator.  MIME configuration is
5736 handled with the &quot;mailcap&quot; configuration file.  (See the section 
5737 on configuration in the
5738 <A HREF="h_news">release notes</A> for more information.)
5741 &lt;End of help on this topic&gt;
5742 </BODY>
5743 </HTML>
5744 ======= h_index_cmd_expunge =======
5745 <HTML>
5746 <HEAD>
5747 <TITLE>Expunge/Exclude Command</TITLE>
5748 </HEAD>
5749 <BODY>
5750 <H1>Expunge/Exclude Command</H1>
5752 Expunge/Exclude
5753 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->X<!--chtml endif-->)
5754 is the command Alpine uses to actually remove all messages
5755 marked for deletion.  With regular email files, expunge literally deletes
5756 the text from the current folder.  With newsgroups or shared mailboxes,
5757 you don't have permission to actually remove the message, so it is an
5758 exclude -- Alpine removes the message from your view of the folder even
5759 though it is not technically gone.
5761 <P> A selective expunge command is available in IMAP folders that support 
5762 the UID EXPUNGE extension in <A 
5763 HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all 
5764 other folders (local folders in all formats, POP3 inbox, and newsgroups) 
5765 as a subcommand of the apply command. If some selected messages are marked 
5766 deleted, then the apply command will offer the eXpunge command, which when 
5767 executed will only expunge those messages that are selected and deleted.
5769 <P> 
5770 Observe that the expunge command (when not used from the apply command) 
5771 will expunge/exclude all deleted messages from the folder, and so all 
5772 messages marked deleted will be expunged, regardless of if they are 
5773 selected or not. In other words, there is no protection against 
5774 potentially expunging more messages than only those that have been 
5775 selected and deleted.
5778 The configuration features
5779 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
5781 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>
5782 affect the behavior of the Expunge command.
5785 &lt;End of help on this topic&gt;
5786 </BODY>
5787 </HTML>
5788 ======= h_common_compose =======
5789 <HTML>
5790 <HEAD>
5791 <TITLE>Compose Command</TITLE>
5792 </HEAD>
5793 <BODY>
5794 <H1>Compose Command</H1>
5796 The Compose command takes you into the Alpine message composer where you
5797 can start a new message for sending.  This is where you type in the
5798 message's text and specify its recipient list (the &quot;To:&quot;
5799 address), where copies should be directed (e.g., &quot;Fcc&quot;,
5800 &quot;Cc:&quot; or &quot;Bcc:&quot;), and which files, if any, should
5801 be attached to the message.
5804 When you type this command, Alpine will also automatically check for any
5805 interrupted (i.e., a message that was being composed when your modem
5806 or network connection was broken) or previously postponed messages and
5807 offer you a chance to continue working on those.
5810 <UL>   
5811 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5812 </UL><P>
5813 &lt;End of help on this topic&gt;
5814 </BODY>
5815 </HTML>
5816 ======= h_common_index =======
5817 <HTML>
5818 <HEAD>
5819 <TITLE>Message Index Command</TITLE>
5820 </HEAD>
5821 <BODY>
5822 <H1>Message Index Command</H1>
5824 The Index command takes you to the MESSAGE INDEX screen that displays a
5825 summary caption for each message in the currently-open folder. One
5826 message will be highlighted; this is the &quot;Current&quot; message.
5827 The message commands available from this screen (e.g. View, Reply,
5828 Forward, Delete, Print, Save, etc) apply to the current message.
5831 &lt;End of help on this topic&gt;
5832 </BODY>
5833 </HTML>
5834 ======= h_common_folders =======
5835 <HTML>
5836 <HEAD>
5837 <TITLE>Folder List Command</TITLE>
5838 </HEAD>
5839 <BODY>
5840 <H1>Folder List Command</H1>
5842 This Folder List command takes you to the FOLDER LIST screen that displays
5843 the names of all your message folders and allows you to view, rename,
5844 delete, and add folders.  You can open (view) a different folder than the
5845 one currently open by highlighting the desired one (using the arrow keys
5846 or their control-key equivalents) and pressing RETURN.
5849 If you have multiple folder collections defined (see the Help text for
5850 the FOLDER LIST screen to learn more about Collections), you may need
5851 to press Return to expand the collection and display all of the
5852 folders in it.
5855 &lt;End of help on this topic&gt;
5856 </BODY>
5857 </HTML>
5858 ======= h_main_addrbook =======
5859 <HTML>
5860 <HEAD>
5861 <TITLE>Address Book Command</TITLE>
5862 </HEAD>
5863 <BODY>
5864 <H1>Address Book Command</H1>
5866 This command, available only from the MAIN MENU, takes you
5867 to the ADDRESS BOOK management screen.  From here, your personal address
5868 book(s) may be updated.
5871 &lt;End of help on this topic&gt;
5872 </BODY>
5873 </HTML>
5874 ======= h_main_setup =======
5875 <HTML>
5876 <HEAD>
5877 <TITLE>Setup Command</TITLE>
5878 </HEAD>
5879 <BODY>
5880 <H1>Setup Command</H1>
5882 The Setup command, available only from the MAIN MENU, prompts you for
5883 one of several configuration screens, including the SETUP CONFIGURATION 
5884 screen, by which you may activate optional Alpine features.
5887 &lt;End of help on this topic&gt;
5888 </BODY>
5889 </HTML>
5890 ======= h_main_release_notes =======
5891 <HTML>
5892 <HEAD>
5893 <TITLE>Release Notes Command</TITLE>
5894 </HEAD>
5895 <BODY>
5896 <H1>Release Notes Command</H1>
5898 This command displays information about Alpine <!--#echo var="ALPINE_VERSION"-->,
5899 as well as pointers to further information such as history and legal notes.
5902 &lt;End of help on this topic&gt;
5903 </BODY>
5904 </HTML>
5905 ======= h_main_kblock =======
5906 <HTML>
5907 <HEAD>
5908 <TITLE>Keyboard Lock Command</TITLE>
5909 </HEAD>
5910 <BODY>
5911 <H1>Keyboard Lock Command</H1>
5913 This command allows your Alpine session to be protected
5914 during a temporary absence from your terminal.
5917 &lt;End of help on this topic&gt;
5918 </BODY>
5919 </HTML>
5920 ======= h_main_journal =======
5921 <HTML>
5922 <HEAD>
5923 <TITLE>Journal Command</TITLE>
5924 </HEAD>
5925 <BODY>
5926 <H1>Journal Command</H1>
5928 This command displays a list of all the status messages Alpine has
5929 displayed (on the third line from the bottom of the screen). This may
5930 be useful if a message disappeared before you had a chance to read it.
5933 &lt;End of help on this topic&gt;
5934 </BODY>
5935 </HTML>
5936 ======= h_common_role =======
5937 <HTML>
5938 <HEAD>
5939 <TITLE>Role Command</TITLE>
5940 </HEAD>
5941 <BODY>
5942 <H1>Role Command</H1>
5944 The Role command is similar to the Compose command except that it starts
5945 off by letting you select a <A HREF="h_rules_roles">role</A>
5946 to be used for the composition.
5947 You may set up alternate roles by using Setup/Rules/Roles.
5950 &lt;End of help on this topic&gt;
5951 </BODY>
5952 </HTML>
5953 ======= h_common_conditional_cmds =======
5954 <HTML>
5955 <HEAD>
5956 <TITLE>Conditional Commands</TITLE>
5957 </HEAD>
5958 <BODY>
5959 <H1>Conditional Commands</H1>
5961 The presence or absence of certain commands, particularly in the
5962 MESSAGE INDEX and MESSAGE TEXT screens, is determined by
5963 whether or not specific features are set in your Alpine configuration.  
5964 (You can access the SETUP CONFIGURATION screen, where they are found, from 
5965 Alpine's MAIN MENU.)  To see if a desired command's availability is
5966 conditioned on a feature setting, see the command's help text (highlight
5967 the phrase associated with the command and hit Return).
5970 Also note that some
5971 commands may be administratively disabled by your system manager;
5972 if they don't work, please check with your local help desk.
5975 <UL>   
5976 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5977 </UL><P>
5978 &lt;End of help on this topic&gt;
5979 </BODY>
5980 </HTML>
5981 ======= h_common_pipe =======
5982 <HTML>
5983 <HEAD>
5984 <TITLE>Pipe Command</TITLE>
5985 </HEAD>
5986 <BODY>
5987 <H1>Pipe Command</H1>
5989 Pipe
5990 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->|<!--chtml endif-->)
5991 allows you to send a message to a specified Unix command for external
5992 processing.
5993 This command's availability is controlled by the
5994 <A HREF="h_config_enable_pipe">&quot;<!--#echo var="FEAT_enable-unix-pipe-cmd"-->&quot;</A> 
5995 feature.
5996 By default, the processed text of the message is sent to the command
5997 you specify and the output is captured by Alpine and shown to you.
5998 When you run the pipe command, there are some sub-commands which may be
5999 used to alter this behavior.
6000 These sub-commands are described <A HREF="h_pipe_command">here</A>.
6003 &lt;End of help on this topic&gt;
6004 </BODY>
6005 </HTML>
6006 ======= h_common_goto =======
6007 <HTML>
6008 <HEAD>
6009 <TITLE>Goto Command</TITLE>
6010 </HEAD>
6011 <BODY>
6012 <H1>Goto Command</H1>
6014 Goto
6015 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->G<!--chtml endif-->)
6016 is the command that lets you bypass Alpine's folder selection screens
6017 and jump directly to a new folder.  You can select any folder in the
6018 world: one in your current collection, one in a different collection or
6019 one in a collection you've never even used before.
6022 Alpine will help you as much as possible to narrow in on the folder you want.
6023 However, if the folder is outside of your defined collections, you are
6024 going to have to enter the exact folder location using the correct
6025 <A HREF="h_valid_folder_names">syntax</A>
6026 for a remote folder and/or fully-qualified path name.
6029 &lt;End of help on this topic&gt;
6030 </BODY>
6031 </HTML>
6032 ======= h_common_nextnew =======
6033 <HTML>
6034 <HEAD>
6035 <TITLE>NextNew Command</TITLE>
6036 </HEAD>
6037 <BODY>
6038 <H1>NextNew Command</H1>
6040 When you press the TAB key, Alpine advances to the next
6041 &quot;interesting&quot; message.
6042 This will be the next message you have not seen before, or the next message
6043 you have flagged Important, whichever comes first.
6044 Unread messages that have been deleted are not considered interesting.
6045 (A note about reading news. Alpine expects you to &quot;Delete&quot; news
6046 articles after you have read them if you want to remove them from future
6047 consideration. See <A HREF="h_mainhelp_readingnews">Reading News</A> for
6048 more information.)
6051 The NextNew command is affected by the feature
6052 <A HREF="h_config_tab_new_only">&quot;<!--#echo var="FEAT_tab-visits-next-new-message-only"-->&quot;</A>,
6053 which causes Alpine to only consider Unread messages interesting, not messages
6054 flagged Important.
6057 This command behaves a little differently when it finds there are no more
6058 interesting messages left in the current folder.
6059 If the current folder is one of your Incoming Message Folders
6060 (<A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>)
6061 or it is a newsgroup, then Alpine will try to find the next folder or
6062 newsgroup that contains <EM>Recent</EM> messages and will ask you
6063 if you want to open that folder.
6064 This behavior may be modified by using the
6065 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
6066 feature that causes Alpine to look for Unseen messages instead of Recent
6067 messages.
6068 The NextNew command's behavior is also affected by the configuration features
6069 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A>,
6071 <A HREF="h_config_tab_no_prompt">&quot;<!--#echo var="FEAT_continue-tab-without-confirm"-->&quot;</A>.
6074 &lt;End of help on this topic&gt;
6075 </BODY>
6076 </HTML>
6077 ======= h_common_jump =======
6078 <HTML>
6079 <HEAD>
6080 <TITLE>Jump Command</TITLE>
6081 </HEAD>
6082 <BODY>
6083 <H1>Jump Command</H1>
6085 This is Alpine's way of allowing you to go straight to a specific message.
6086 Just press &quot;J&quot; and then enter the message number.  By default, Alpine is also
6087 configured such that typing in any number automatically jumps you to that
6088 message 
6089 (<A HREF="h_config_enable_jump">&quot;<!--#echo var="FEAT_enable-jump-shortcut"-->&quot;</A> 
6090 in the SETUP CONFIGURATION).
6093 &lt;End of help on this topic&gt;
6094 </BODY>
6095 </HTML>
6096 ======= h_common_flag =======
6097 <HTML>
6098 <HEAD>
6099 <TITLE>Flag Command</TITLE>
6100 </HEAD>
6101 <BODY>
6102 <H1>Flag Command</H1>
6104 Flag
6105 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6106 is the command that allows users to manipulate the status flags that
6107 appear on the left side of the MESSAGE INDEX screen.  The most common
6108 use of this is to mark a message as important. This is something of a
6109 note to yourself to get back to that message.  You may also use the
6110 flag command to set (or unset) the flags that indicate that a message
6111 is new, answered, deleted, or forwarded.<P>
6113 Provided the mail server supports it,
6114 you may also manipulate user-defined keywords
6115 for a message using the flag command.
6116 These keywords will be available if you use the Flag Details screen that you
6117 can get to after typing the
6118 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6119 command.
6120 They will be listed after the Important, New, Answered, Deleted , and Forwarded flags,
6121 which are always present.
6122 You may add new keywords by using the Add KW command from the Flag Details screen
6123 or by defining them in the <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
6125 The availability of the flag command is determined by the
6126 <A HREF="h_config_enable_flag">&quot;<!--#echo var="FEAT_enable-flag-cmd"-->&quot;</A>
6127 feature in your Alpine configuration. Also, it is possible that Flag could be
6128 administratively disabled by your system manager; if it doesn't work,
6129 please check with your local help desk before reporting a bug.
6130 The behavior of the flag command may be modified by the
6131 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
6132 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
6135 &lt;End of help on this topic&gt;
6136 </BODY>
6137 </HTML>
6138 ======= h_common_hdrmode =======
6139 <HTML>
6140 <HEAD>
6141 <TITLE>HdrMode Command</TITLE>
6142 </HEAD>
6143 <BODY>
6144 <H1>HdrMode Command</H1>
6146 Every email message comes with some header lines that you normally
6147 don't see (and don't want to see).
6148 These include anywhere from 3-20 lines (or more) added by the
6149 Internet mail transport system to record the route your message took,
6150 for diagnostic purposes.
6151 These are normally of no import and simply
6152 add clutter, so Alpine suppresses them in the MESSAGE TEXT display.
6153 This also includes other non-standard headers the message may contain.
6154 If you want to see these headers, there is a way to reveal them.
6157 The Header Mode
6158 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6159 command is a toggle that controls Alpine's handling of these header
6160 lines.  Normally, full headers is &quot;off&quot; and you only see a
6161 few lines about who a message is to and who it is from.  When you
6162 press
6163 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6164 to turn full headers on, Alpine will show you
6165 the normal header lines as well as delivery headers, comment headers,
6166 MIME headers, and any other headers present.
6169 Several different Alpine commands honor the header mode -- it affects how
6170 messages are displayed, how they appear in forward and reply email, how
6171 they are printed, how they are saved, and how they are exported.
6172 <!--chtml if pinemode="os_windows"-->
6173 <!--chtml else--> 
6174 The pipe command is also affected.
6175 <!--chtml endif-->
6178 The presence or absence of the Header Mode command is determined by the
6179 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6180 Feature-List option in your Alpine configuration.
6183 If you have also turned on the
6184 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
6185 option then the HdrMode command actually rotates through three states
6186 instead of just two.
6187 The first is the normal view with long quotes suppressed.
6188 The second is the normal view but with the long quotes included.
6189 The last enables the display of all headers in the message.
6190 When using Export, Pipe, Print, Forward, or Reply the quotes are
6191 never suppressed, so the first two states are identical.
6194 The behavior of the Header Mode command may be altered slightly by
6195 turning on the
6196 <A HREF="h_config_quell_full_hdr_reset">&quot;<!--#echo var="FEAT_quell-full-header-auto-reset"-->&quot;</A>
6197 Feature-List option in your Alpine configuration.
6198 In particular, it will cause the Header Mode to be persistent when moving
6199 from message to message instead of resetting to the default for each message.
6202 <UL>   
6203 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6204 </UL><P>
6205 &lt;End of help on this topic&gt;
6206 </BODY>
6207 </HTML>
6208 ======= h_common_print =======
6209 <HTML>
6210 <HEAD>
6211 <TITLE>Print Command</TITLE>
6212 </HEAD>
6213 <BODY>
6214 <H1>Print Command</H1>
6216 The Print
6217 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->%<!--chtml endif-->)
6218 command allows you to print a copy of a message.
6219 There are many SETUP CONFIGURATION features that affect the
6220 Print command, including
6221 <A HREF="h_config_enable_y_print">&quot;<!--#echo var="FEAT_enable-print-via-y-command"-->&quot;</A>,
6222 <A HREF="h_config_print_index">&quot;<!--#echo var="FEAT_print-index-enabled"-->&quot;</A>,
6223 <A HREF="h_config_custom_print">&quot;<!--#echo var="FEAT_print-offers-custom-cmd-prompt"-->&quot;</A>,
6224 <A HREF="h_config_print_from">&quot;<!--#echo var="FEAT_print-includes-from-line"-->&quot;</A>, and
6225 <A HREF="h_config_ff_between_msgs">&quot;<!--#echo var="FEAT_print-formfeed-between-messages"-->&quot;</A>.
6226 You set up for printing by using the Printer option of the Setup command
6227 on the MAIN MENU.
6231 &lt;End of help on this topic&gt;
6232 </BODY>
6233 </HTML>
6234 ======= h_common_take =======
6235 <HTML>
6236 <HEAD>
6237 <TITLE>TakeAddr Command</TITLE>
6238 </HEAD>
6239 <BODY>
6240 <H1>TakeAddr Command</H1>
6243 With the Take Address
6244 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->T<!--chtml endif-->)
6245 command, you can extract email addresses from an
6246 incoming message and save them in an address book.  This is an easy way
6247 to add to your address book and avoid having to remember the email
6248 addresses of the people who write to you.
6251 If the message is just to you individually, then you will only need to
6252 provide a nickname.  If the message contains more than one email address,
6253 then you will see an address
6254 selection screen that lets you choose the address you want to save into
6255 your address book, or lets you choose several of them add to a
6256 personal distribution list.
6259 Once you've added an entry to your address book, you can use it from the
6260 message composer by typing the nickname of the entry into one of the
6261 header fields (for example, into the To: field), or you can use ^T from
6262 the header field to select the entry from your address book.
6265 If the configuration feature
6266 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
6267 is set, the behavior of the Take command is altered slightly.
6270 &lt;End of help on this topic&gt;
6271 </BODY>
6272 </HTML>
6273 ======= h_ge_import =======
6274 <HTML>
6275 <HEAD>
6276 <TITLE>Import File Selection</TITLE>
6277 </HEAD>
6278 <BODY>
6279 <H1>Import File Selection</H1>
6281 You are importing a file that you previously
6282 exported from Alpine.
6283 You are now being asked for the name of that file.
6284 The easiest way to select a file is probably with the &quot;^T&quot;
6285 &quot;To Files&quot; command.
6286 Alternatively, you may type in a file name.
6287 It may be an absolute pathname.
6288 Otherwise, it is a file located in your home directory
6289 or current working directory
6290 <!--chtml if pinemode="running"-->
6291 (which, at least for your current Alpine &quot;session,&quot; 
6292 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6293 <!--chtml endif-->, depending on the
6294 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6295 In any case, you finish by typing a carriage return to accept the
6296 file name that is displayed.
6297 When the feature
6298 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6299 is turned on you may use TAB to complete partially typed in names.
6301 You may cancel the import operation by typing &quot;^C&quot; after exiting
6302 this help.
6304 &lt;End of help on this topic&gt;
6305 </BODY>
6306 </HTML>
6307 ======= h_ge_allparts =======
6308 <HTML>
6309 <HEAD>
6310 <TITLE>Export Message File Selection</TITLE>
6311 </HEAD>
6312 <BODY>
6313 <H1>Export Message File Selection</H1>
6315 You are Exporting a message from an Alpine mail folder
6316 to a plain text file.
6317 You also have the option of exporting all of the attachments associated
6318 with the message.
6319 You are now being asked for the name of the file to export <EM>to</EM>.
6320 The easiest way to select a file is probably with the &quot;^T&quot;
6321 &quot;To Files&quot; subcommand.
6322 After returning from that subcommand you will still be allowed to
6323 edit the name you have selected.
6324 Alternatively, you may type in a file name.
6325 It may be an absolute pathname.
6326 Otherwise, it is a file located in your home directory
6327 or current working directory
6328 <!--chtml if pinemode="running"-->
6329 (which, at least for your current Alpine &quot;session,&quot; 
6330 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6331 <!--chtml endif-->, depending on the
6332 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6333 In any case, you finish by typing a carriage return to accept the
6334 file name that is displayed.
6335 When the feature
6336 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6337 is turned on you may use TAB to complete partially typed in names.
6339 The message you are exporting appears to have some attachments.
6340 If you wish to save <EM>all</EM> of the attachments at once,
6341 type the &quot;^P&quot; &quot;AllParts&quot; command to turn on
6342 saving of the attachments.
6343 You may turn it back off by typing &quot;^P&quot; again, which will now
6344 be labeled &quot;NoAllParts&quot; instead.
6345 If you want to save the parts the command displayed should be
6346 &quot;NoAllParts&quot;!
6347 When you choose to save attachments like this, the attachments will be saved
6348 in a newly created directory.
6349 That directory will have the same name as the file name you choose here,
6350 with the letters &quot;.d&quot; appended.
6351 If that directory already exists, then the letters &quot;.d_1&quot; will
6352 be tried, then &quot;.d_2&quot; and so on until a name that doesn't exist
6353 is found.
6354 For example, if you select the file name
6356 <CENTER><SAMP>filename</SAMP></CENTER>
6358 to export the message to, then the directory used for the attachments will be
6360 <CENTER><SAMP>filename.d</SAMP></CENTER>
6362 or perhaps
6364 <CENTER><SAMP>filename.d_&lt;n&gt;</SAMP></CENTER>
6366 The attachments will then be put into files inside that directory.
6367 The names for the attachment files will be derived from the attachments
6368 if possible.
6369 This is done in the same way as the default values are derived if you
6370 save them one at a time.
6371 (The &quot;filename&quot; parameter from the Content-Disposition header
6372 is the first choice. If that doesn't exist, the &quot;name&quot;
6373 parameter from the Content-Type header is used.)
6374 If a name for a particular attachment is not available, then the
6375 part number of the attachment is used, with the characters &quot;part_&quot;
6376 prepended.
6377 An example of that would be
6379 <CENTER><SAMP>part_2.1</SAMP></CENTER>
6381 If you want to save only some of the attachments or if you want more control
6382 over the directory and filename where an attachment is saved you may
6383 cancel out of this command and View the attachment list.
6384 From there you can save each attachment individually.
6386 You may cancel the Export operation by typing &quot;^C&quot; after exiting
6387 this help.
6389 &lt;End of help on this topic&gt;
6390 </BODY>
6391 </HTML>
6392 ======= h_ge_export =======
6393 <HTML>
6394 <HEAD>
6395 <TITLE>Export File Selection</TITLE>
6396 </HEAD>
6397 <BODY>
6398 <H1>Export File Selection</H1>
6400 You are Exporting or Saving something from within the Alpine world
6401 (a message, an attachment, etc.)
6402 to a plain text file.
6403 You are now being asked for the name of the file to export <EM>to</EM>.
6404 The easiest way to select a file is probably with the &quot;^T&quot;
6405 &quot;To Files&quot; subcommand.
6406 After returning from that subcommand you will still be allowed to
6407 edit the name you have selected.
6408 Alternatively, you may type in a file name.
6409 It may be an absolute pathname.
6410 Otherwise, it is a file located in your home directory
6411 or current working directory
6412 <!--chtml if pinemode="running"-->
6413 (which, at least for your current Alpine &quot;session,&quot; 
6414 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6415 <!--chtml endif-->, depending on the
6416 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6417 In any case, you finish by typing a carriage return to accept the
6418 file name that is displayed.
6419 When the feature
6420 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6421 is turned on you may use TAB to complete partially typed in names.
6423 If the object you are exporting is a message with some attachments,
6424 you may wish to save all of the attachments by typing the &quot;^P&quot;
6425 &quot;AllParts&quot; command to turn on saving of the attachments.
6426 This subcommand will only be visible if the message actually has attachments.
6427 You may also View the attachment list and save individual attachments from
6428 there.
6430 You may cancel the Export operation by typing &quot;^C&quot; after exiting
6431 this help.
6433 &lt;End of help on this topic&gt;
6434 </BODY>
6435 </HTML>
6436 ======= h_common_save =======
6437 <HTML>
6438 <HEAD>
6439 <TITLE>Save and Export Commands</TITLE>
6440 </HEAD>
6441 <BODY>
6442 <H1>Save and Export Commands</H1>
6444 Save
6445 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->S<!--chtml endif-->)
6446 and Export
6447 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->E<!--chtml endif-->)
6448 are the two alternatives Alpine gives you to keep a copy of the message
6449 you are reading. If you want to keep the message within Alpine's email
6450 world, use &quot;Save&quot;; if you want to use the message in another
6451 program, use &quot;Export&quot;.
6454 When you Save a message, it is put into an existing folder or into a new
6455 folder in one of your existing folder collections.  The message stays in
6456 email format and can be read by Alpine again.  Alpine may use a special format
6457 for its mail folders -- never edit an Alpine folder by hand or with any
6458 program other than Alpine.  The exact behavior of the Save command can be
6459 configured with the
6460 <A HREF="h_config_quote_all_froms">&quot;<!--#echo var="FEAT_save-will-quote-leading-froms"-->&quot;</A>,
6461 <A HREF="h_config_save_wont_delete">&quot;<!--#echo var="FEAT_save-will-not-delete"-->&quot;</A>,
6462 and 
6463 <A HREF="h_config_save_advances">&quot;<!--#echo var="FEAT_save-will-advance"-->&quot;</A>
6464 feature list settings.
6465 The name of the folder offered as a default is controlled by the option
6466 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>.
6469 When you use Export, the message is placed in a plain text file in your
6470 home directory 
6471 <!--chtml if pinemode="running"-->
6472 (which, in the present configuration of your system, is
6473  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
6474 <!--chtml endif-->
6475 or current working directory
6476 <!--chtml if pinemode="running"-->
6477 (which, at least for your current Alpine &quot;session,&quot; 
6478 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6479 <!--chtml endif-->, depending on the
6480 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
6481 configuration setting.  In the normal case, only minimal
6482 headers are exported with the message; however, if the full header mode 
6483 (whose availability may be disabled  by setting the feature 
6484 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6485 in SETUP CONFIGURATION) is
6486 toggled on, then complete headers are exported along with the message
6487 text. (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
6488 defined, they may affect the contents of the exported file.)
6491 &lt;End of help on this topic&gt;
6492 </BODY>
6493 </HTML>
6494 ======= h_common_bounce =======
6495 <HTML>
6496 <HEAD>
6497 <TITLE>Bounce Command</TITLE>
6498 </HEAD>
6499 <BODY>
6500 <H1>Bounce Command</H1>
6502 The Bounce 
6503 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->B<!--chtml endif-->)
6504 command allows you to re-send, or &quot;remail&quot;, a
6505 message, as if you were never in the loop.  It is analogous to crossing
6506 out your address on a postal letter, writing a different address on the
6507 envelope, and putting it into the mailbox. Bounce is used primarily to
6508 redirect email that was sent to you in error.
6509 Also, some owners of email
6510 lists need the bounce command to handle list traffic.
6511 Bounce is not anonymous.
6512 A ReSent-From header is added to the message so that the recipient may
6513 tell that you Bounced it to them.
6516 The presence or absence of the Bounce command is determined by the
6517 <A HREF="h_config_enable_bounce">&quot;<!--#echo var="FEAT_enable-bounce-cmd"-->&quot;</A>
6518 feature in your Alpine configuration.
6519 The feature
6520 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A>
6521 affects the behavior of the Bounce command.
6522 Also, it is possible that Bounce could be
6523 administratively disabled by your system manager; if it doesn't work,
6524 please check with your local help desk before reporting a bug.
6527 &lt;End of help on this topic&gt;
6528 </BODY>
6529 </HTML>
6530 ======= h_common_reply =======
6531 <HTML>
6532 <HEAD>
6533 <TITLE>Reply and Forward Commands</TITLE>
6534 </HEAD>
6535 <BODY>
6537 <H1>Reply and Forward Commands</H1>
6539 Replying 
6540 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->R<!--chtml endif-->)
6541 and Forwarding 
6542 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->F<!--chtml endif-->)
6543 are your two alternatives for following up on the
6544 message you are reading.  You would use reply if you want to get email
6545 back to the author of the message and/or the other people who have
6546 already seen it.  You use forward if you want somebody new to see the
6547 message.
6550 In the normal case, the only thing that you must supply when forwarding a
6551 message is the name/email address of the new recipient.
6552 Alpine will include the text of the forwarded message.
6553 Alpine will also include any attachments to the message.
6554 There is space above the forwarded text for you to include additional comments.
6557 When replying, you usually have to answer some questions.
6558 If the message is to multiple people and/or specified with a Reply-To: header,
6559 then you will have to decide who should get the reply.
6560 You also need to decide whether or not to include the previous
6561 message in your reply.
6562 Some of this is configurable.
6563 Specifically, see the
6564 <A HREF="h_config_include_header">&quot;<!--#echo var="FEAT_include-header-in-reply"-->&quot;</A>,
6565 <A HREF="h_config_auto_include_reply">&quot;<!--#echo var="FEAT_include-text-in-reply"-->&quot;</A>,
6566 <A HREF="h_config_attach_in_reply">&quot;<!--#echo var="FEAT_include-attachments-in-reply"-->&quot;</A>,
6568 <A HREF="h_config_auto_reply_to">&quot;<!--#echo var="FEAT_reply-always-uses-reply-to"-->&quot;</A>
6569 configuration features.
6572 Both the Reply and Forward commands react to the full header mode toggle.
6573 If the full header mode is on, then all the header and delivery lines are
6574 included with the text of the message in your reply/forward.
6577 Other configuration features that affect the Reply command are
6578 <A HREF="h_config_sig_at_bottom">&quot;<!--#echo var="FEAT_signature-at-bottom"-->&quot;</A>,
6579 <A HREF="h_config_sigdashes">&quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot;</A>, and
6580 <A HREF="h_config_strip_sigdashes">&quot;<!--#echo var="FEAT_strip-from-sigdashes-on-reply"-->&quot;</A>.
6583 &lt;End of help on this topic&gt;
6584 </BODY>
6585 </HTML>
6586 ======= h_common_delete =======
6587 <HTML>
6588 <HEAD>
6589 <TITLE>Delete and Undelete Commands</TITLE>
6590 </HEAD>
6591 <BODY>
6592 <H1>Delete and Undelete Commands</H1>
6594 Delete 
6595 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->D<!--chtml endif-->)
6596 and Undelete 
6597 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->U<!--chtml endif-->)
6598 allow you to change the Deleted flag for the current message.
6599 Delete marks a message Deleted (turns on the Deleted flag) and Undelete
6600 removes the mark.
6601 In the MESSAGE INDEX, deleted messages have a &quot;D&quot; in the status field
6602 at the left hand edge of the index line.
6603 When viewing a deleted message, the letters &quot;DEL&quot; will be present
6604 in the upper right hand corner of the screen.
6605 Delete simply <EM>marks</EM> a message Deleted, it does not actually
6606 get rid of the message.
6607 The eXpunge command (available from the MESSAGE INDEX screen) actually
6608 removes all of the deleted messages in a folder.
6609 Once a message is eXpunged, it can't be retrieved.
6612 The Delete command is affected by the setting of the configuration feature
6613 <A HREF="h_config_del_skips_del">&quot;<!--#echo var="FEAT_delete-skips-deleted"-->&quot;</A>.
6616 &lt;End of help on this topic&gt;
6617 </BODY>
6618 </HTML>
6619 ======= h_common_postpone =======
6620 <HTML>
6621 <HEAD>
6622 <TITLE>Postpone Command</TITLE>
6623 </HEAD>
6624 <BODY>
6625 <H1>Postpone Command</H1>
6627 The postpone
6628 <!--chtml if pinemode="function_key"-->(F11)<!--chtml else-->(^O)<!--chtml endif-->
6629 command allows you to temporarily stop working on the current
6630 message so you may read
6631 other messages or compose another message.  When you want to resume a
6632 message later, start to compose and answer &quot;yes&quot; to the
6633 &quot;Continue postponed composition?&quot; question.  You may
6634 postpone as many messages as you like.
6637 Note: If a <A HREF="h_config_form_folder"><!--#echo var="VAR_form-letter-folder"--></A> is defined
6638 in the Setup/Config screen, then the Postpone command will prompt you for
6639 the folder in which to store your outgoing message.
6642 &lt;End of help on this topic&gt;
6643 </BODY>
6644 </HTML>
6645 ======= h_compose_cancel =======
6646 <HTML>
6647 <HEAD>
6648 <TITLE>Cancel Command</TITLE>
6649 </HEAD>
6650 <BODY>
6651 <H1>Cancel Command</H1>
6653 Cancel
6654 <!--chtml if pinemode="function_key"-->
6655 (F2)
6656 <!--chtml else-->
6657 (^C) 
6658 <!--chtml endif-->
6660 The Cancel command returns you to Alpine's normal mail processing and
6661 causes the message currently under composition to be thrown out.
6662 The message text <EM>will be lost</EM>.
6665 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
6666 will be preserved in the file named
6667 <!--chtml if pinemode="os_windows"-->
6668 &quot;DEADLETR&quot;.
6669 <!--chtml else-->
6670 &quot;dead.letter&quot; in your home directory.
6671 <!--chtml endif-->
6672 If you unintentionally cancel a message, look there for its text.
6675 &lt;End of help on this topic&gt;
6676 </BODY>
6677 </HTML>
6678 ======= h_compose_addrcomplete =======
6679 <HTML>
6680 <HEAD>
6681 <TITLE>Address Completion</TITLE>
6682 </HEAD>
6683 <BODY>
6684 <H1>Address Completion</H1>
6686 When entering addresses in the address fields of the composer (To, Cc, etc.)
6687 the TAB key may be used to help complete the address.
6688 Type a partial nickname and tap the TAB key to complete the typing.
6689 The unambiguous part of the name will be filled in automatically.
6690 Typing TAB twice in succession will bring up a selection list of possibilities,
6691 making it easy to find and choose the correct address.
6694 The matching algorithm is rather ad hoc.
6695 The search starts with a search of your address book.
6696 It counts as a match if the nickname, address, or fullname field of an
6697 entry begins with the text typed in so far. It is also a match if
6698 a later word in the fullname (for example, the middle name or last name)
6699 begins with the entered text.
6701 Next comes an LDAP search.
6702 The search will happen for any servers that have the
6703 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
6704 feature set. You can set or unset the feature for each server independently
6705 in the Setup/Directory screen.
6707 Finally, if you are replying to or forwarding a message, that message is
6708 searched for likely candidate addresses that match the typed-in text.
6711 &lt;End of help on this topic&gt;
6712 </BODY>
6713 </HTML>
6714 ======= h_compose_richhdr =======
6715 <HTML>
6716 <HEAD>
6717 <TITLE>Rich Header Command</TITLE>
6718 </HEAD>
6719 <BODY>
6720 <H1>Rich Header Command</H1>
6722 The Rich Header command allows you to toggle between the list of 
6723 all message headers available for editing and those that are most
6724 common.
6727 Use this toggle to expose headers that are not normally visible by
6728 default.
6729 This set usually includes the
6730 &quot;Bcc:&quot;,
6731 &quot;Fcc:&quot;,
6732 &quot;Lcc:&quot;,
6733 and &quot;Newsgroups&quot;
6734 headers.
6735 If you are posting to a newsgroup the set of defaults is a little different.
6736 Obviously, in that case, the Newsgroups header is of interest so is not
6737 hidden.
6738 For news posting the hidden set includes the
6739 &quot;To:&quot;,
6740 &quot;Cc:&quot;,
6741 &quot;Bcc:&quot;,
6742 &quot;Fcc:&quot;,
6743 and &quot;Lcc:&quot;
6744 headers.
6745 You won't normally want to edit these, which is why they are hidden,
6746 but it is sometimes useful to be able to set them manually.
6749 The default sets of headers listed above can be altered.
6750 Any header that you have added to the
6751 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
6752 option, but not to the
6753 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
6754 option will appear when you use the Rich Headers command to
6755 make the Rich Headers visible.
6756 (Headers listed in the <!--#echo var="VAR_default-composer-hdrs"--> list will be visible
6757 even without toggling the Rich Headers command.)
6760 &lt;End of help on this topic&gt;
6761 </BODY>
6762 </HTML>
6763 ======= h_compose_send =======
6764 <HTML>
6765 <HEAD>
6766 <TITLE>Send Command</TITLE>
6767 </HEAD>
6768 <BODY>
6769 <H1>Send Command</H1>
6771 The Send command
6772 <!--chtml if pinemode="function_key"-->
6773 (F3)
6774 <!--chtml else-->
6775 (^X) 
6776 <!--chtml endif-->
6777 tells Alpine you are finished composing.
6778 Before actually sending it, though, Alpine will ask you to confirm 
6779 your intention, and, at the same time, redisplayed the message text
6780 with the recipients at the top of the screen to give you the opportunity
6781 to review and verify that the message is addressed to the people
6782 you intended.
6784 If the feature
6785 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
6786 then this confirmation prompt and any options it allows are skipped.
6789 This confirmation prompt may also offer, depending
6790 on your particular Setup/Config, options allowing you to set
6791 <A HREF="h_config_compose_dsn">delivery status notifications</A>,
6792 include attachments in the &quot;Fcc&quot; (if you had previously
6793 specified that they <A HREF="h_config_no_fcc_attach">exclude attachments</A>, 
6794 observe details of the
6795 <A HREF="h_config_verbose_post">message submission process</A>,
6796 choose the filter through which the
6797 <A HREF="h_config_sending_filter">outgoing text should first pass</A>,
6798 or turn of flowed text generation.
6801 &lt;End of help on this topic&gt;
6802 </BODY>
6803 </HTML>
6804 ======= h_compose_markcutpaste =======
6805 <HTML>
6806 <HEAD>
6807 <TITLE>Mark, Cut and Paste Commands</TITLE>
6808 </HEAD>
6809 <BODY>
6810 <H1>Mark, Cut and Paste Commands</H1>
6812 You can define a &quot;block&quot; of text, which can subsequently
6813  be deleted or
6814 copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
6815 then moving the cursor to the end of the desired text block.  You can then
6816 &quot;cut&quot; the block out 
6817 <!--chtml if pinemode="function_key"-->
6818 &quot;F9&quot;,
6819 <!--chtml else-->
6820 &quot;Ctrl-K&quot;,
6821 <!--chtml endif-->
6822 move the cursor, and &quot;paste&quot; it
6823 <!--chtml if pinemode="function_key"-->
6824 &quot;F10&quot;,
6825 <!--chtml else-->
6826 &quot;Ctrl-U&quot;,
6827 <!--chtml endif-->
6828 in the new location.  Also, you can paste more than once, allowing you
6829 to use this feature to copy a block of text.<P>
6831 If you press 
6832 <!--chtml if pinemode="function_key"-->
6833 &quot;F9&quot;
6834 <!--chtml else-->
6835 &quot;^K&quot;
6836 <!--chtml endif-->
6837 without having marked anything, Alpine will delete
6838 a single line.  If you delete a group of lines together, Alpine keeps them
6839 in the same buffer, so 
6840 <!--chtml if pinemode="function_key"-->
6842 <!--chtml else-->
6844 <!--chtml endif-->
6845 will restore them as a block.  About
6846 terminology:  Mark is shown as &quot;^^&quot;.  The first &quot;^&quot; means you should
6847 hold down the &quot;Control&quot; key on your keyboard.  The second &quot;^&quot; means
6848 &quot;type the character ^&quot;.
6851 &lt;End of help on this topic&gt;
6852 </BODY>
6853 </HTML>
6854 ======= h_compose_justify =======
6855 <HTML>
6856 <HEAD>
6857 <TITLE>Justify Command</TITLE>
6858 </HEAD>
6859 <BODY>
6860 <H1>Justify Command</H1>
6862 The Justify
6863 <!--chtml if pinemode="function_key"-->
6864 (F4)
6865 <!--chtml else-->
6866 (^J) 
6867 <!--chtml endif-->
6868 command reformats the text in the paragraph the cursor is in.
6869 Paragraphs are separated by one blank line or a line beginning with a space.
6870 This is useful when you have been editing a paragraph and the lines become
6871 uneven.  The text is left aligned or justified and the right is ragged.  If
6872 the text is already justified as typed with auto-wrap, no justification will
6873 be done.
6876 If you have set a <A HREF="h_compose_markcutpaste">mark</A> to select a
6877 block of text, the Justify command is modified.
6878 Instead of automatically justifying the current paragraph you will be
6879 asked if you want to justify the paragraph, justify the selected region,
6880 or adjust the quote level of the selected region.
6881 Adjusting the quote level only works if you are using standard
6882 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes, which is the default if you haven't
6883 changed &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;.
6886 When composing a reply containing included text, the justify command
6887 will reformat text to the right of the 
6888 &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;,
6889 adding or removing indented lines as needed.  Paragraphs are separated
6890 by a blank line, a line containing only the <!--#echo var="VAR_reply-indent-string"-->, or a
6891 line containing the indent string and one or more blank spaces.
6892 Included text that was previously indented (or &quot;quoted&quot;) is
6893 not preserved.
6896 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
6897 in 1999 and its wide-spread adoption since then, you will usually be better off if you
6898 use the standard
6899 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes.
6902 &lt;End of help on this topic&gt;
6903 </BODY>
6904 </HTML>
6905 ======= h_compose_spell =======
6906 <HTML>
6907 <HEAD>
6908 <TITLE>Spell Check Command</TITLE>
6909 </HEAD>
6910 <BODY>
6911 <H1>Spell Check Command</H1>
6913 The &quot;To Spell&quot;
6914 <!--chtml if pinemode="function_key"-->
6915 (F12)
6916 <!--chtml else-->
6917 (^T) 
6918 <!--chtml endif-->
6919 command calls an external spell checking program to look over the
6920 message you are composing.  By default, Alpine uses
6922 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
6924 if it knows where to find &quot;aspell&quot;.
6925 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
6926 then the command used is
6928 <CENTER><SAMP>ispell -l</SAMP></CENTER>
6930 Otherwise, the ancient &quot;spell&quot; command is used.
6932 For PC-Alpine, you must install the aspell library code that you
6933 may get from
6934 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
6937 &lt;End of help on this topic&gt;
6938 </BODY>
6939 </HTML>
6940 ======= h_compose_alted =======
6941 <HTML>
6942 <HEAD>
6943 <TITLE>Alt Editor Command</TITLE>
6944 </HEAD>
6945 <BODY>
6946 <H1>Alt Editor Command</H1>
6948 The &quot;Alt Editor&quot; command's availability depends on the
6949 Setup/Config variable &quot;<A HREF="h_config_editor"><!--#echo var="VAR_editor"--></A>&quot;.
6952 When the variable specifies a valid editor on your system, this
6953 command will launch it with the current text of your message
6954 already filled in.
6957 &lt;End of help on this topic&gt;
6958 </BODY>
6959 </HTML>
6960 ======= h_compose_readfile =======
6961 <HTML>
6962 <HEAD>
6963 <TITLE>Read File Command</TITLE>
6964 </HEAD>
6965 <BODY>
6966 <H1>Read File Command</H1>
6968 The &quot;Read File&quot;
6969 <!--chtml if pinemode="function_key"-->
6970 (F5)
6971 <!--chtml else-->
6972 (^R) 
6973 <!--chtml endif-->
6974 command allows you to copy in text from an existing file. You will be
6975 prompted for the name of a file to be inserted into the message.  The file
6976 name is relative to your home directory 
6977 <!--chtml if pinemode="running"-->
6978 (which, in the present configuration of your system, is
6979  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
6980 <!--chtml endif-->
6981 or current working directory
6982 <!--chtml if pinemode="running"-->
6983 (which, at least for your current Alpine &quot;session,&quot; 
6984 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6985 <!--chtml endif-->, depending on the
6986 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
6987 configuration setting; or, the file name must be specified as a full path name 
6988 <!--chtml if pinemode="os_windows"-->
6989 -- for example: &quot;A:&#92;PAPER.TXT&quot;
6990 <!--chtml else-->
6991 -- for example: &quot;/tmp/wisdom-of-the-day&quot;
6992 <!--chtml endif-->
6993 (without the quotation marks).
6996 The file will be inserted where the cursor is located.  <B>The
6997 file to be read must be on the same system as Alpine.</B> If you use Alpine on a
6998 Unix machine but have files on a PC or Mac, the files must be transferred
6999 to the system Alpine is running on before they can be read.  Please ask your
7000 local computer support people about the correct way to transfer a file to 
7001 your Alpine system.
7004 &lt;End of help on this topic&gt;
7005 </BODY>
7006 </HTML>
7007 ======= h_config_tray_icon =======
7008 <HTML>
7009 <HEAD>
7010 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></TITLE>
7011 </HEAD>
7012 <BODY>
7013 <H1>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></H1>
7015 PC-Alpine only.
7017 This option restores a behavior of previous versions of PC-Alpine.
7018 These
7019 versions, when started, installed a PC-Alpine icon in the notification 
7020 tray of Window's Taskbar.  The primary use of this icon was to indicate
7021 new mail arrival by turning red (while the Taskbar icon remained green).
7022 Additionally, the icon now changes to yellow to signify that a mail folder
7023 has been closed unexpectedly.
7026 Rather than add another icon to the Taskbar, this version of PC-Alpine will 
7027 color its Taskbar entry's icon red (as well as the icon in the Window
7028 Title).  This feature is only provided for backwards compatibility.
7031 &lt;End of help on this topic&gt;
7032 </BODY>
7033 </HTML>
7034 ======= h_common_suspend =======
7035 <HTML>
7036 <HEAD>
7037 <TITLE>Suspend Command</TITLE>
7038 </HEAD>
7039 <BODY>
7040 <H1>Suspend Command</H1>
7042 With the <A HREF="h_config_can_suspend"><!--#echo var="FEAT_enable-suspend"--></A> feature
7043 enabled, you can, at almost any time, temporarily halt your Alpine session,
7044 <!--chtml if pinemode="os_windows"-->
7045 minimizing it into an icon.
7046 <!--chtml else-->
7047 and return to your system prompt.
7048 <!--chtml endif-->
7051 &lt;End of help on this topic&gt;
7052 </BODY>
7053 </HTML>
7054 ======= h_pipe_command =======
7055 <HTML>
7056 <HEAD>
7057 <TITLE>Pipe Command SubOptions</TITLE>
7058 </HEAD>
7059 <BODY>
7060 <H1>Pipe Command SubOptions</H1>
7062 By default, when you use the Pipe command, the processed text of the
7063 message is sent to the Unix command
7064 you specify and the output is captured by Alpine and shown to you.
7065 (This command is available in PC-Alpine, as well, but there aren't many
7066 Windows commands that work well with piping.)
7067 There are some sub-commands that may be used to alter this behavior.
7068 These are toggles that switch the behavior between two possibilities.
7069 They can be combined in any way you wish.
7071 By default, the prompt at the bottom of the screen looks like
7073 <CENTER><SAMP>Pipe message 37 to :</SAMP></CENTER>
7077 <CENTER><SAMP>Pipe messages to :</SAMP></CENTER>
7079 if you are piping more than one message.
7081 The sub-command options are:
7082 <DL>
7083    <DT>Shown Text or Raw Text</DT>
7084    <DD>This option toggles between sending the shown (processed) text
7085 of the message to the Unix command, and sending the
7086 raw (unprocessed) text of the message to the Unix command.
7087 The default is to send the shown text.
7088 The raw version of the message will contain all of the headers and any
7089 MIME encoding that the message contains.
7090 If you've selected the Raw Text then the prompt will have the additional word
7091 &quot;RAW&quot; in it, like
7093 <CENTER><SAMP>Pipe RAW messages to :</SAMP></CENTER>
7095 You can experiment with this option by piping to something simple like the
7096 Unix &quot;cat&quot; command.
7097    </DD>
7098    <DT>Captured Output or Free Output</DT>
7099    <DD>This option toggles between having Alpine capture the output of
7100 the Unix pipe command for display, and not capturing it.
7101 If the command you are piping to is a filter that will produce output
7102 you want to view, then you want to capture that output
7103 for display (the default).
7104 If the Unix command doesn't produce output or handles the display itself,
7105 then you want free output.
7106 When you've selected the Free Output option the prompt will change to
7108 <CENTER><SAMP>Pipe messages to (uncaptured) :</SAMP></CENTER>
7110    </DD>
7111    <DT>No Delimiter or With Delimiter</DT>
7112    <DD>This option controls whether or not a Unix mailbox style delimiter
7113 will come before the text of the message.
7114 This is the delimiter used in the common Unix mailbox format.
7115 It's the single line that begins with the five characters
7116 &quot;From&quot; followed by a &lt;SPACE&gt; character.
7117 You'll usually only want to include this if the Unix command requires
7118 input in the format of a traditional Unix mailbox file.
7119 When you've selected the With Delimiter option the prompt will change to
7121 <CENTER><SAMP>Pipe messages to (delimited) :</SAMP></CENTER>
7123    </DD>
7124    <DT>To Same Pipe or To Individual Pipes</DT>
7125    <DD>This option only shows up if you are running an aggregate
7126 pipe command.
7127 That is, the command was Apply Pipe, not just Pipe.
7128 You have the option of piping all of the selected messages through a
7129 single pipe to a single instance of the Unix command,
7130 or piping each individual message through a separate pipe to separate
7131 instances of the Unix command.
7132 The default is that all of the output will go through a single pipe
7133 to a single instance of the command.
7134 You can try this option with a command like &quot;less&quot;, with Free
7135 Output enabled.
7136 When you've selected the Individual Pipes option the prompt will change to
7138 <CENTER><SAMP>Pipe messages to (new pipe) :</SAMP></CENTER>
7140    </DD>
7141 </DL>
7144 As mentioned earlier, the options can be combined in any way you wish.
7145 You may leave them all off, turn them all on, or turn some of them on
7146 and some of them off.
7147 If you use the pipe command a second time in the same session the default
7148 options will be what you used the last time.
7151 &lt;End of help on this topic&gt;
7152 </BODY>
7153 </HTML>
7154 ========== h_emptydir_subfolder_name =========
7155 <HTML>
7156 <HEAD>
7157 <TITLE>ENTER SUBFOLDER NAME</TITLE>
7158 </HEAD>
7159 <BODY>
7160 <H1>Enter Subfolder Name</H1>
7162 <P> 
7163 This is the name of a new subfolder in the directory you are creating.
7164 Because empty directories are hidden and therefore not useful, you must also
7165 create a subfolder in the directory you are creating in order that the
7166 directory remains visible.
7168 Alternatively, you may turn off the configuration feature
7169 <A HREF="h_config_quell_empty_dirs"><!--#echo var="FEAT_quell-empty-directories"--></A>
7170 so that empty directories remain visible.
7171 If you do that, you will not be required to create the subfolder when you
7172 create a directory.
7175 &lt;End of help on this topic&gt;
7176 </BODY>
7177 </HTML>
7178 ========== h_incoming_add_folder_name =========
7179 <HTML>
7180 <HEAD>
7181 <TITLE>ENTER FOLDER NAME</TITLE>
7182 </HEAD>
7183 <BODY>
7184 <H1>Enter Folder Name</H1>
7186 <P> 
7187 This is the name of the folder on the previously specified server.
7188 By default the folder name is interpreted as defining a section of your personal
7189 folder area.  This area and how you specify it are defined by the
7190 server, if one is specified.
7193 To define a folder outside the default area, prefix
7194 the path with the namespace to use when interpreting the
7195 given path.  If a namespace is specified, the folder name begins with the
7196 sharp (#) character followed by the name of the namespace
7197 and then the namespace's path-element-delimiter.  Aside from the
7198 name's format, namespaces can also imply access rights, content
7199 policy, audience, location, and, occasionally, access methods.
7202 Each server exports its own set (possibly of size one) of 
7203 namespaces.
7204 For a more detailed explanation read about
7205 <A HREF="h_folder_name_namespaces">Namespaces</A>.
7208 To specify the default for INBOX on the server you can usually just enter
7209 &quot;INBOX&quot;, and the server will understand the special meaning of
7210 that word.
7213 &lt;End of help on this topic&gt;
7214 </BODY>
7215 </HTML>
7216 ========== h_incoming_add_folder_host =========
7217 <HTML>
7218 <HEAD>
7219 <TITLE>ENTER INCOMING FOLDER SERVER</TITLE>
7220 </HEAD>
7221 <BODY>
7222 <H1>Enter Incoming Folder Server</H1>
7224 You are being asked for the name of the server for use with this incoming
7225 folder.
7226 If the folder is on the machine where Alpine is running, then just enter
7227 RETURN without typing a server name.
7230 If the folder is on an IMAP server then type the server's name followed
7231 by RETURN.
7232 You may use the ^X command if the server is the same as the server that
7233 the INBOX is on.
7236 You may have to add optional extra information to the server name.
7237 For example, if the IMAP server is using a non-standard port number you
7238 would specify that by appending a colon (:) followed by the port number
7239 to the server name
7242 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7245 or you may need to specify a different protocol if the server is not an
7246 IMAP server. For example:
7249 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7252 for a POP server or
7255 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7258 for an NNTP news server.
7259 For an explanation of all of the possibilities, see
7260 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7261 for folders.
7264 There is a special command (^W) if you want to set up a folder that gets its
7265 mail from a
7266 <A HREF="h_maildrop">Mail Drop</A>.
7267 If you type that command, you will be prompted for the information for
7268 both the Mail Drop folder and the destination folder.
7271 &lt;End of help on this topic&gt;
7272 </BODY>
7273 </HTML>
7274 ========== h_incoming_add_inbox =========
7275 <HTML>
7276 <HEAD>
7277 <TITLE>ENTER INBOX SERVER</TITLE>
7278 </HEAD>
7279 <BODY>
7280 <H1>Enter INBOX Server</H1>
7282 You are being asked for the name of the server for use with
7283 the INBOX folder.
7284 Type the server's name followed by RETURN.
7287 You may have to add optional extra information to the server name.
7288 For example, if the server is using a non-standard port number you
7289 would specify that by appending a colon (:) followed by the port number
7290 to the server name
7293 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7296 or you may need to specify a different protocol if the server is not an
7297 IMAP server. For example:
7300 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7303 for a POP server.
7306 For an explanation of all of the possibilities, see
7307 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7308 for folders.
7311 If the INBOX folder is on the machine where Alpine is running, then just enter
7312 RETURN without typing a server name.
7315 There is a special command (^W) if you want to set up a folder that gets its
7316 mail from a
7317 <A HREF="h_maildrop">Mail Drop</A>.
7318 If you type that command, you will be prompted for the information for
7319 both the Mail Drop folder and the destination folder, which will be used
7320 as your INBOX folder.
7323 &lt;End of help on this topic&gt;
7324 </BODY>
7325 </HTML>
7326 ========== h_incoming_add_maildrop_destn =========
7327 <HTML>
7328 <HEAD>
7329 <TITLE>ENTER DESTINATION SERVER</TITLE>
7330 </HEAD>
7331 <BODY>
7332 <H1>Enter Destination Server</H1>
7334 You are being asked for the name of the server where the destination
7335 folder is for use with this Mail Drop incoming folder.
7336 That is, you are using a Mail Drop for this incoming folder and
7337 you've already entered
7338 the server and folder name for the Mail Drop.
7339 Now you need to enter the server for the destination folder
7340 where the mail should be copied to.
7341 Mail will come from the Mail Drop and be copied to the destination folder.
7344 Type the server's name followed by RETURN.
7345 If the folder is local to this computer, just type RETURN without entering
7346 a server name.
7349 You may have to add optional extra information to the server name.
7350 For example, if the server is using a non-standard port number you
7351 would specify that by appending a colon (:) followed by the port number
7352 to the server name
7355 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7358 For an explanation of all of the possibilities, see
7359 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7360 for folders.
7363 &lt;End of help on this topic&gt;
7364 </BODY>
7365 </HTML>
7366 ========== h_inbox_add_maildrop_destn =========
7367 <HTML>
7368 <HEAD>
7369 <TITLE>ENTER DESTINATION SERVER</TITLE>
7370 </HEAD>
7371 <BODY>
7372 <H1>Enter Destination Server</H1>
7374 You are being asked for the name of the server where the destination
7375 folder is for use with your Mail Drop INBOX.
7376 That is, you are using a Mail Drop for your INBOX and you've already entered
7377 the server and folder name for the Mail Drop.
7378 Now you need to enter the server for the destination folder
7379 where the mail should be copied to.
7380 Mail will come from the Mail Drop and be copied to the destination folder.
7383 Type the server's name followed by RETURN.
7384 If the folder is local to this computer, just type RETURN without entering
7385 a server name.
7388 You may have to add optional extra information to the server name.
7389 For example, if the server is using a non-standard port number you
7390 would specify that by appending a colon (:) followed by the port number
7391 to the server name
7394 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7397 For an explanation of all of the possibilities, see
7398 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7399 for folders.
7402 &lt;End of help on this topic&gt;
7403 </BODY>
7404 </HTML>
7405 ========== h_inbox_add_maildrop =========
7406 <HTML>
7407 <HEAD>
7408 <TITLE>ENTER MAILDROP SERVER</TITLE>
7409 </HEAD>
7410 <BODY>
7411 <H1>Enter Mail Drop Server</H1>
7413 You are being asked for the name of the Mail Drop server for use with
7414 your INBOX.
7417 Type the server's name followed by RETURN.
7420 You may have to add optional extra information to the server name.
7421 For example, if the server is using a non-standard port number you
7422 would specify that by appending a colon (:) followed by the port number
7423 to the server name
7426 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7429 or you may need to specify a different protocol if the server is not an
7430 IMAP server. For example:
7433 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7436 for a POP server or
7439 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7442 for an NNTP news server.
7443 For an explanation of all of the possibilities, see
7444 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7445 for folders.
7448 &lt;End of help on this topic&gt;
7449 </BODY>
7450 </HTML>
7451 ========== h_incoming_add_maildrop =========
7452 <HTML>
7453 <HEAD>
7454 <TITLE>ENTER MAILDROP SERVER</TITLE>
7455 </HEAD>
7456 <BODY>
7457 <H1>Enter Mail Drop Server</H1>
7459 You are being asked for the name of the Mail Drop server for use with
7460 this incoming folder.
7463 Type the server's name followed by RETURN.
7464 You may use the ^X command if the server is the same as the server that
7465 the INBOX is on.
7468 You may have to add optional extra information to the server name.
7469 For example, if the server is using a non-standard port number you
7470 would specify that by appending a colon (:) followed by the port number
7471 to the server name
7474 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7477 or you may need to specify a different protocol if the server is not an
7478 IMAP server. For example:
7481 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7484 for a POP server or
7487 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7490 for an NNTP news server.
7491 For an explanation of all of the possibilities, see
7492 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7493 for folders.
7496 If the Mail Drop folder is on the machine where Alpine is running, then just enter
7497 RETURN without typing a server name.
7500 &lt;End of help on this topic&gt;
7501 </BODY>
7502 </HTML>
7503 ========== h_maildrop =========
7504 <HTML>
7505 <HEAD>
7506 <TITLE>WHAT IS A MAIL DROP?</TITLE>
7507 </HEAD>
7508 <BODY>
7509 <H1>What is a Mail Drop?</H1>
7511 In some situaions it may make sense to have your mail delivered to one
7512 folder (the Mail Drop) and then when you want to read mail that has been
7513 delivered to the Mail Drop folder Alpine will move it to another
7514 destination folder.
7515 Often the Mail Drop will be a remote folder and messages will be moved from
7516 there to a local destination folder.
7519 One example where this might make sense is if the Mail Drop folder is accessible
7520 only with the POP protocol.
7521 You could designate your POP inbox as the Mail Drop folder and have Alpine move
7522 mail from there to a local (on the same machine Alpine is running on)
7523 destination folder, where you'll read it.
7526 A Mail Drop may only be used as your Inbox or as an
7527 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A>.
7530 There is no attempt to synchronize the contents of the destination folder
7531 with the contents of the Mail Drop folder.
7532 All that happens is that all of the messages in the Mail Drop folder are
7533 copied to the destination folder and then they are deleted and expunged (if possible)
7534 from the Mail Drop folder.
7535 The next time a check for new mail is made, any messages in the Mail 
7536 Drop folder are once again copied to the destination folder and deleted
7537 and expunged from the Mail Drop folder.
7538 (If the Mail Drop folder is a news group, then the messages can't be
7539 expunged from the newsgroup. Instead, only Recent messages are copied from
7540 the newsgroup to the destination folder.)
7543 Configuration of a Mail Drop is a little different from configuration of
7544 a folder that does not use a Mail Drop because you have to specify two
7545 folder names instead of one.
7546 The two folders may be any types of folders that Alpine can normally use.
7547 They don't have to be a remote folder and a local folder, that is
7548 simply the most common usage.
7549 When you use a Mail Drop folder Alpine will periodically re-open the Mail
7550 Drop to check for new mail.
7551 The new-mail checks will happen at the frequency set with the
7552 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option,
7553 but with a minimum time
7554 (<A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>)
7555 between checks.
7556 Because of this minimum you may notice that new mail does not
7557 appear promptly when you expect it.
7558 The reason for this is to protect the server from over-zealous opening and
7559 closing of the Mail Drop folder.
7560 If the user initiates the check by typing ^L (Ctrl-L) or the Next command when at
7561 the end of the folder index, then the check will happen, regardless of how
7562 long it has been since the previous check.
7564 If there is new mail, that mail will be copied to the destination folder
7565 and then will be deleted from the Mail Drop.
7566 Note that using a Mail Drop with a local destination folder does not make
7567 sense if you read mail from more than one machine, because the mail is
7568 downloaded to the destination folder (which is accessible from only one
7569 machine) and deleted from the Mail Drop.
7571 The feature <A HREF="h_config_maildrops_preserve_state"><!--#echo var="FEAT_maildrops-preserve-state"--></A> modifies the operation of Mail Drops.
7574 The actual syntax used by Alpine for a folder that uses a Mail Drop is:
7577 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
7579 The brackets are not literal.
7581 <CENTER><SAMP>&lt;DELIM&gt;</SAMP></CENTER>
7583 is a single character that does not appear in the MailDropFolder name.
7584 If the name doesn't contain spaces then it can be a space character.
7585 The two folder names are full technical
7586 <A HREF="h_valid_folder_names">folder names</A>
7587 as used by Alpine.
7588 Here are a couple examples to give you an idea what is being talked about:
7591 <CENTER><SAMP>#move&nbsp;{popserver.example.com/pop3}inbox&nbsp;localfolder</SAMP></CENTER>
7593 <CENTER><SAMP>#move+{nntpserver.example.com/nntp}#news.comp.mail.pine+local&nbsp;folder</SAMP></CENTER>
7596 A #move folder may only be used as an
7597 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
7598 an Inbox.
7599 When you are in the FOLDER LIST of Incoming Message Folders (after turning
7600 on the
7601 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
7602 option)
7603 the Add command has a subcommand &quot;Use Mail Drop&quot;
7604 which may be helpful for defining the folder in your Alpine configuration.
7605 The same is true when you edit the
7606 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
7607 option in Setup/Config.
7608 Each of these configuration methods will also create the DestinationFolder
7609 if it doesn't already exist.
7610 If you are having problems, make sure the DestinationFolder exists.
7613 &lt;End of help on this topic&gt;
7614 </BODY>
7615 </HTML>
7616 ========== h_save =========
7617 <HTML>
7618 <HEAD>
7619 <TITLE>CHOOSE A FOLDER TO SAVE INTO</TITLE>
7620 </HEAD>
7621 <BODY>
7622 <H1>Choose a Folder to Save Into</H1>
7624 After Exiting from this help text,
7625 type the name of the folder you want to save into and press RETURN.
7627 Press ^T to get a list of your folders to choose from.
7628 Press ^C to cancel the Save.
7630 If you have Folder Collections defined you may use
7631 Ctrl-P (Previous collection) and Ctrl-N (Next collection) to switch
7632 the collection being saved to.
7634 If Tab Completion is enabled (it is enabled by default)
7635 you may type a Tab character to have Alpine complete the folder name for you.
7637 If Partial Match Lists is enabled (it is enabled by default) you may type
7638 Ctrl-X to get a list of matches to the prefix you've typed in so far.
7640 If the Ctrl-R subcommand is present that means you can decide to Delete or
7641 not Delete the message you are saving after you save it.
7642 The label on that key gives the action to switch to.
7643 If it says Delete and you type Ctrl-R the label displayed will change to
7644 No Delete and the source message will be deleted after the save. If it
7645 says No Delete and you type Ctrl-R the label displayed will change to
7646 Delete and the message will not be deleted.
7647 You can control the default for the Delete parameter with the
7648 configuration feature <!--#echo var="FEAT_save-will-not-delete"-->.
7650 Similarly, if the Ctrl-W subcommand is present that means you can decide
7651 to Preserve the order of the messages being saved or not.
7652 If it is labeled Preserve Order and you type Ctrl-W, the resulting Saved messages
7653 will be in the same order as you see them in the source folder now.
7654 The opposite action (which is usually the default) is that you don't care
7655 about the order.
7656 The Saved messages may or may not be in the same order in the destination folder.
7657 There may be a performance penalty for choosing to save the messages in order.
7658 You can control the default for the Preserve Order parameter with the
7659 configuration feature
7660 <!--#echo var="FEAT_save-aggregates-copy-sequence"-->.
7663 If you haven't disabled the Save Input History and you've already done a
7664 Save earlier in this session then you may use the Up and Down arrows to retrieve
7665 a folder name used in a previous Save.
7668 &lt;End of help on this topic&gt;
7669 </BODY>
7670 </HTML>
7671 ============= h_simple_index ========================
7672 <HTML>
7673 <HEAD>
7674 <TITLE>SELECT POSTPONED MESSAGE</TITLE>
7675 </HEAD>
7676 <BODY>
7677 <H1>POSTPONED MESSAGE SELECTION COMMANDS</H1>
7678 <!--chtml if pinemode="function_key"-->
7679 <PRE>
7680 Navigating the List of Messages               General Alpine Commands
7681 -------------------------------               -----------------------
7682  F5   Move to previous message                 F1   Show this help text
7683  F6   Move to next message
7684  F7   Show previous screen of messages
7685  F8   Show next screen of messages
7687 Message Selection Commands
7688 --------------------------
7689  F3   Exit the Message Select menu (canceling Send command)
7690  F4   Select the currently highlighted message
7691  F9   Mark the currently highlighted message as deleted
7692  F10  Undelete (remove deletion mark from) the highlighted message
7693 </PRE>
7694 <!--chtml else-->
7695 <PRE>
7696 Navigating the List of Messages               General Alpine Commands
7697 -------------------------------               -----------------------
7698   P  Move to previous message                  ?  Show this help text
7699   N  Move to next message
7700   -  Show previous screen of messages
7701  Spc (space bar) Show next screen of messages
7703 Message Selection Commands
7704 --------------------------
7705   E  Exit the Message Select menu (canceling Send command)
7706   S  Select the currently highlighted message
7707   D  Mark the currently highlighted message as deleted
7708   U  Undelete (remove deletion mark from) the highlighted message
7709 </PRE>
7710 <!--chtml endif-->
7712 <H2>Description of the Select Postponed Message Screen</H2>
7714 This screen allows you to select one of several previously postponed
7715 messages in order to continue composition.  Your options are very limited
7716 -- the screen is not meant to let you manipulate these messages.  However,
7717 you may now delete messages from this list.  Once you choose a message,
7718 Alpine reads it in and puts you into the regular message composer.
7721 Messages do not stay in this postponed state automatically.  If you select
7722 a message and then want to postpone it again, use the normal postpone
7723 (Ctrl-O) command in the composer.
7726 If you exit this screen without selecting a message, the Compose command
7727 that got you here is canceled.  Other than messages explicitly marked
7728 &quot;Deleted&quot;, no messages will be removed.
7731 &lt;End of help on this topic&gt;
7732 </BODY>
7733 </HTML>
7734 ============= h_collection_screen ========================
7735 <HTML>
7736 <HEAD>
7737 <TITLE>COLLECTION LIST screen</TITLE>
7738 </HEAD>
7739 <BODY>
7740 <H1>COLLECTION LIST screen</H1>
7742 The COLLECTION LIST screen is used to select one of your  
7743 collection definitions to display the folders they contain.  See
7744 <A HREF="h_what_are_collections">Folder Collections Explained</A> for 
7745 detailed explanation of collections.<P>
7747 To manage your collection definitions (Add, Change, Delete, etc.), use
7748 the <A HREF="h_collection_maint">Setup/collectionList</A> command on Alpine's
7749 MAIN MENU.
7752 &lt;End of help on this topic&gt;
7753 </BODY>
7754 </HTML>
7755 ============= h_collection_maint ========================
7756 <HTML>
7757 <HEAD>
7758 <TITLE>SETUP COLLECTION LIST screen</TITLE>
7759 </HEAD>
7760 <BODY>
7761 <H1>SETUP COLLECTION LIST screen</H1>
7763 The SETUP COLLECTION LIST screen lets you manage your collection
7764 definitions.  See 
7765 <A HREF="h_what_are_collections">Folder Collections Explained</A> 
7766 for detailed explanation of collections.<P>
7768 Maintenance commands include:
7769 <DL>
7770 <DT>Change
7771 <!--chtml if pinemode="function_key"-->
7772 (F4)
7773 <!--chtml else-->
7775 <!--chtml endif-->
7776 </DT>
7778 <DD>Modify attributes of the selected collection definition.
7780 <DT>Add Cltn
7781 <!--chtml if pinemode="function_key"-->
7782 (F9)
7783 <!--chtml else-->
7785 <!--chtml endif-->
7786 </DT>
7788 <DD>Create a new collection definition.
7789 </DD>
7791 <DT>Del Cltn
7792 <!--chtml if pinemode="function_key"-->
7793 (F10)
7794 <!--chtml else-->
7796 <!--chtml endif-->
7797 </DT>
7799 <DD>Delete the selected collection definition.<BR>
7800 NOTE: The folders and directories referred to by the
7801 collection definition are <EM>NOT</EM> deleted.  Folders must
7802 be deleted, if that's what you wish to do, from the 
7803 <A HREF="h_folder_maint">FOLDER LIST screen</A>, which shows the 
7804 individual folders in a collection.
7805 </DD>
7807 <DT>Shuffle
7808 <!--chtml if pinemode="function_key"-->
7809 (F11)
7810 <!--chtml else-->
7812 <!--chtml endif-->
7813 </DT>
7815 <DD>Change the order of the displayed collections.  Alpine will offer
7816 to move the currently selected collection one position UP
7817 or DOWN.
7818 </DD>
7819 </DL>
7822 &lt;End of help on this topic&gt;
7823 </BODY>
7824 </HTML>
7825 ============ h_what_are_collections ==========
7826 <HTML>
7827 <HEAD>
7828 <TITLE>Folder Collections Explained</TITLE>
7829 </HEAD>
7830 <BODY>
7831 <H1>Folder Collections Explained</H1>
7834 Those of you with simple mail configurations will just see a list of all the
7835 folders you have when choosing FOLDER LIST from Alpine's MAIN MENU.  
7836 The special folders for INBOX, sent mail and saved messages
7837 will appear at the top of the list.  All others are in alphabetical order.
7839 If you
7840 or your system administrator have defined more than one collection or if
7841 you have a collection (for newsgroups or email folders) defined on your 
7842 system, then you will see the COLLECTION LIST screen first when choosing 
7843 FOLDER LIST from Alpine's MAIN MENU.
7845 <H2>Why have multiple folder collections?</H2>
7847 For Alpine users who only maintain email folders (and not too many) on one host, 
7848 a single folder collection is probably sufficient.<P>
7850 However, people who have more than one email account - for example, one 
7851 at their university, and one with their personal Internet Service Provider - 
7852 will have different sets of folders on different hosts, and they may want to
7853 access them all from the same installation of Alpine, rather than use different 
7854 software and/or log into other hosts to manipulate messages in different 
7855 accounts.  (If in doubt whether one of your email accounts can be accessed 
7856 with Alpine, contact the technical support people for that account.)  Even people
7857 who have only one email account on one host, but have dozens or
7858 hundreds of email folders, may want to arrange these folders together in a 
7859 meaningful way.<BR>
7860 That is where multiple collections come in.
7862 <H2>Types of Collections</H2>
7863 <DL>
7864 <DT>INCOMING FOLDERS</DT>
7865 <DD>&quot;Incoming Message Folders&quot; 
7866 is a special collection typically used to supplement your single INBOX.  
7867 All the folders here are meant to be ones that receive incoming messages, 
7868 which you intend to check more or less frequently.  
7869 You may have multiple folders like this because you or your systems 
7870 administrator have set up an external program or you may have set up
7871 Alpine to filter incoming 
7872 messages into different folders, based on certain criteria such as 
7873 sender, recipient, or subject; or because you have multiple accounts and 
7874 wish to check their INBOXes easily.  This collection is established by 
7875 setting the 
7876 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
7877 feature in the SETUP CONFIGURATION screen, which is accessed from the 
7878 MAIN MENU.
7879 </DD>
7881 <DT>NEWS</DT>
7882 <DD>You can also define a collection specifically for
7883 newsgroups.  Alpine does this for you implicitly when you 
7884 <A HREF="h_config_nntp_server">define an NNTP Server</A>
7885 in your Alpine configuration.  The news collection appears last in the 
7886 COLLECTION LIST (though you can shuffle it up in the order of presentation),
7887 and Alpine knows not to save messages there.
7888 </DD>
7890 <DT>DEFAULT COLLECTION</DT>
7891 <DD>This is the default collection for your saved and sent messages folders.
7892 </DD>
7893 </DL>
7897 <H2>Defining Collections</H2>
7899 In the absence of any folder-collection definitions, Alpine will assume a
7900 single default folder collection.
7901 <!--chtml if pinemode="os_windows"-->
7902 <!--chtml else-->
7903 If necessary, Alpine will create the directory
7904 &quot;mail&quot; in your Unix home directory 
7905 to hold your folders.
7906 <!--chtml endif-->
7908 You can use the 
7909 <A HREF="h_collection_maint">Setup/collectionList screen</A>, called up from 
7910 the MAIN MENU, to manage your collection list.  
7912 &lt;End of help on this topic&gt;
7913 </BODY>
7914 </HTML>
7915 ===== h_select_address_screen =====
7916 <HTML>
7917 <HEAD>
7918 <TITLE>SELECT AN ADDRESS SCREEN</TITLE>
7919 </HEAD>
7920 <BODY>
7921 <H1>SELECT AN ADDRESS SCREEN</H1>
7922 <H2>COMMANDS</H2>
7923 <!--chtml if pinemode="function_key"-->
7924 <PRE>
7925 Available  Commands                        
7926 -------------------------------            
7927 F1  Show Help Text
7928 F3  Exit without selecting anything
7929 F4  Select the highlighted address
7930 F5  Move highlight to previous address
7931 F6  Move highlight to next address
7932 F7  Previous page of addresses
7933 F8  Next page of addresses
7934 F11 Print
7935 F12 WhereIs
7936 </PRE>
7937 <!--chtml else-->
7938 <PRE>
7939 Navigation                     General Alpine Commands
7940 -------------------------      -----------------------
7941  P  Prev Address                ?  Display this help text
7942  N  Next Address                E  Exit without selecting anything
7943  -  Previous page               %  Print
7944 Spc (space bar) Next page
7945  W  WhereIs
7947 Select Command
7948 ------------------------------------------------
7949  S  Select the highlighted address
7950 </PRE>
7951 <!--chtml endif-->
7953 <H2>Description of the Select Address Screen</H2>
7955 This screen gives you an easy way to select an address from all of
7956 the address book entries that match the prefix typed so far.
7958 <P><UL>
7959 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7960 </UL>
7962 &lt;End of help on this topic&gt;
7963 </BODY>
7964 </HTML>
7965 ===== h_select_rule_screen =====
7966 <HTML>
7967 <HEAD>
7968 <TITLE>SELECT A RULE SCREEN</TITLE>
7969 </HEAD>
7970 <BODY>
7971 <H1>SELECT A RULE SCREEN</H1>
7972 <H2>COMMANDS</H2>
7973 <!--chtml if pinemode="function_key"-->
7974 <PRE>
7975 Available  Commands                        
7976 -------------------------------            
7977 F1  Show Help Text
7978 F3  Exit without selecting anything
7979 F4  Select the highlighted rule
7980 F5  Move highlight to previous rule
7981 F6  Move highlight to next rule
7982 F7  Previous page of rules
7983 F8  Next page of rules
7984 F11 Print
7985 F12 WhereIs
7986 </PRE>
7987 <!--chtml else-->
7988 <PRE>
7989 Navigation                     General Alpine Commands
7990 -------------------------      -----------------------
7991  P  Prev Rule                   ?  Display this help text
7992  N  Next Rule                   E  Exit without selecting anything
7993  -  Previous page               %  Print
7994 Spc (space bar) Next page
7995  W  WhereIs
7997 Select Command
7998 ------------------------------------------------
7999  S  Select the highlighted rule
8000 </PRE>
8001 <!--chtml endif-->
8003 <H2>Description of the Select Rule Screen</H2>
8005 This screen just gives you an easy way to select a rule from all of your
8006 defined rules.
8007 The list of rules presented is the list of nicknames of all of the rules
8008 defined using Setup/Rules.
8009 For selecting messages, it is likely that the Indexcolor rules and possibly
8010 the Roles rules will be most useful.
8011 The others are there also, in case you find a use for them.
8013 In order for this to be useful for selecting messages, the nicknames of
8014 the rules have to be different.
8015 Alpine actually just gets the nickname of the rule that you select and then
8016 looks up that rule using the nickname.
8017 So if there are duplicate nicknames, the first rule that has that
8018 nickname will be used.
8020 <P><UL>
8021 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8022 </UL>
8024 &lt;End of help on this topic&gt;
8025 </BODY>
8026 </HTML>
8027 ===== h_select_priority_screen =====
8028 <HTML>
8029 <HEAD>
8030 <TITLE>SELECT A PRIORITY SCREEN</TITLE>
8031 </HEAD>
8032 <BODY>
8033 <H1>SELECT A PRIORITY SCREEN</H1>
8034 <H2>COMMANDS</H2>
8035 <!--chtml if pinemode="function_key"-->
8036 <PRE>
8037 Available  Commands                        
8038 -------------------------------            
8039 F1  Show Help Text
8040 F3  Exit without selecting anything
8041 F4  Select the highlighted priority
8042 F5  Move highlight to previous priority
8043 F6  Move highlight to next priority
8044 F7  Previous page of priorities
8045 F8  Next page of priorities
8046 F11 Print
8047 F12 WhereIs
8048 </PRE>
8049 <!--chtml else-->
8050 <PRE>
8051 Navigation                     General Alpine Commands
8052 -------------------------      -----------------------
8053  P  Prev Priority               ?  Display this help text
8054  N  Next Priority               E  Exit without selecting anything
8055  -  Previous page               %  Print
8056 Spc (space bar) Next page
8057  W  WhereIs
8059 Select Command
8060 ------------------------------------------------
8061  S  Select the highlighted priority
8062 </PRE>
8063 <!--chtml endif-->
8065 <H2>Description of the Select Priority Screen</H2>
8067 This screen gives you a way to select a priority for the message you are sending.
8068 This priority will be placed in the non-standard X-Priority header of your outgoing mail.
8069 Some mail programs will display an indication of the priority level to
8070 the recipient of the message, some will ignore it.
8071 Even in cases where the mail programs of both the sender and the recipient
8072 agree on the meaning of this header, keep in mind that it is
8073 something that the sender sets so it is only an indication
8074 of the priority that the sender attaches to the mail.
8075 Alpine can be made to display an indication of this priority in incoming
8076 messages by use of one of the tokens
8077 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
8078 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
8079 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
8081 <P><UL>
8082 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8083 </UL>
8085 &lt;End of help on this topic&gt;
8086 </BODY>
8087 </HTML>
8088 ===== h_select_keyword_screen =====
8089 <HTML>
8090 <HEAD>
8091 <TITLE>SELECT A KEYWORD SCREEN</TITLE>
8092 </HEAD>
8093 <BODY>
8094 <H1>SELECT A KEYWORD SCREEN</H1>
8095 <H2>COMMANDS</H2>
8096 <!--chtml if pinemode="function_key"-->
8097 <PRE>
8098 Available  Commands                        
8099 -------------------------------            
8100 F1  Show Help Text
8101 F3  Exit without selecting anything
8102 F4  Select the highlighted keyword
8103 F5  Move highlight to previous keyword
8104 F6  Move highlight to next keyword
8105 F7  Previous page of keywords
8106 F8  Next page of keywords
8107 F11 Print
8108 F12 WhereIs
8109 </PRE>
8110 <!--chtml else-->
8111 <PRE>
8112 Navigation                     General Alpine Commands
8113 -------------------------      -----------------------
8114  P  Prev Keyword                ?  Display this help text
8115  N  Next Keyword                E  Exit without selecting anything
8116  -  Previous page               %  Print
8117 Spc (space bar) Next page
8118  W  WhereIs
8120 Select Command
8121 ------------------------------------------------
8122  S  Select the highlighted keyword
8123 </PRE>
8124 <!--chtml endif-->
8126 <H2>Description of the Select Keyword Screen</H2>
8128 This screen just gives you an easy way to select a keyword.
8129 The list of keywords presented is the list of all keywords defined in your 
8130 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8131 If you have given a keyword a nickname, that nickname is displayed
8132 instead of the actual keyword.
8134 <P><UL>
8135 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8136 </UL>
8138 &lt;End of help on this topic&gt;
8139 </BODY>
8140 </HTML>
8141 ===== h_select_charset_screen =====
8142 <HTML>
8143 <HEAD>
8144 <TITLE>SELECT A CHARACTER SET SCREEN</TITLE>
8145 </HEAD>
8146 <BODY>
8147 <H1>SELECT A CHARACTER SET SCREEN</H1>
8148 <H2>COMMANDS</H2>
8149 <!--chtml if pinemode="function_key"-->
8150 <PRE>
8151 Available  Commands                        
8152 -------------------------------            
8153 F1  Show Help Text
8154 F3  Exit without selecting anything
8155 F4  Select the highlighted character set
8156 F5  Move highlight to previous character set
8157 F6  Move highlight to next character set
8158 F7  Previous page of character sets
8159 F8  Next page of character sets
8160 F11 Print
8161 F12 WhereIs
8162 </PRE>
8163 <!--chtml else-->
8164 <PRE>
8165 Navigation                     General Alpine Commands
8166 -------------------------      -----------------------
8167  P  Prev Character Set          ?  Display this help text
8168  N  Next Character Set          E  Exit without selecting anything
8169  -  Previous page               %  Print
8170 Spc (space bar) Next page
8171  W  WhereIs
8173 Select Command
8174 ------------------------------------------------
8175  S  Select the highlighted character set
8176 </PRE>
8177 <!--chtml endif-->
8179 <H2>Description of the Select A Character Set Screen</H2>
8181 This screen just gives you an easy way to select a character set from the
8182 set of character sets Alpine knows about.
8183 The list presented will vary slightly depending on what option you are
8184 selecting the character set for.
8186 <P><UL>
8187 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8188 </UL>
8190 &lt;End of help on this topic&gt;
8191 </BODY>
8192 </HTML>
8193 ===== h_select_multcharsets_screen =====
8194 <HTML>
8195 <HEAD>
8196 <TITLE>SELECT CHARACTER SETS SCREEN</TITLE>
8197 </HEAD>
8198 <BODY>
8199 <H1>SELECT CHARACTER SETS SCREEN</H1>
8200 <H2>COMMANDS</H2>
8201 <!--chtml if pinemode="function_key"-->
8202 <PRE>
8203 Available  Commands
8204 -------------------------------            
8205 F1  Show Help Text
8206 F3  Exit without selecting anything
8207 F4  Select the highlighted charset (or chosen charsets in ListMode)
8208 F5  Move highlight to previous charset
8209 F6  Move highlight to next charset
8210 F7  Previous page of charsets
8211 F8  Next page of charsets
8212 F9  Toggle choices when using ListMode
8213 F10 Turn on/off ListMode (makes it easy to choose multiple charsets)
8214 F11 Print
8215 F12 WhereIs
8216 </PRE>
8217 <!--chtml else-->
8218 <PRE>
8219 Navigation                     General Alpine Commands
8220 -------------------------      -----------------------
8221  P  Prev Charset                ?  Display this help text
8222  N  Next Charset                E  Exit without selecting anything
8223  -  Previous page               %  Print
8224 Spc (space bar) Next page
8225  W  WhereIs
8227 Select Command
8228 ------------------------------------------------
8229  S  Select the highlighted charset (or chosen charsets in ListMode)
8230  L  Turn on ListMode (makes it easy to choose multiple charsets)
8231  1  Turn off ListMode
8232  X  Toggle choices when using ListMode
8233 </PRE>
8234 <!--chtml endif-->
8236 <H2>Description of the Select Character Set Screen</H2>
8238 This screen just gives you an easy way to select a character set or a list of
8239 character sets.
8240 The list of character sets presented is the list of all character sets known to
8241 Alpine.
8242 You may select other character sets by typing them in directly.
8244 <P><UL>
8245 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8246 </UL>
8248 &lt;End of help on this topic&gt;
8249 </BODY>
8250 </HTML>
8251 ===== h_select_multkeyword_screen =====
8252 <HTML>
8253 <HEAD>
8254 <TITLE>SELECT KEYWORDS SCREEN</TITLE>
8255 </HEAD>
8256 <BODY>
8257 <H1>SELECT KEYWORDS SCREEN</H1>
8258 <H2>COMMANDS</H2>
8259 <!--chtml if pinemode="function_key"-->
8260 <PRE>
8261 Available  Commands
8262 -------------------------------            
8263 F1  Show Help Text
8264 F3  Exit without selecting anything
8265 F4  Select the highlighted keyword (or chosen keywords in ListMode)
8266 F5  Move highlight to previous keyword
8267 F6  Move highlight to next keyword
8268 F7  Previous page of keywords
8269 F8  Next page of keywords
8270 F9  Toggle choices when using ListMode
8271 F10 Turn on/off ListMode (makes it easy to choose multiple keywords)
8272 F11 Print
8273 F12 WhereIs
8274 </PRE>
8275 <!--chtml else-->
8276 <PRE>
8277 Navigation                     General Alpine Commands
8278 -------------------------      -----------------------
8279  P  Prev Keyword                ?  Display this help text
8280  N  Next Keyword                E  Exit without selecting anything
8281  -  Previous page               %  Print
8282 Spc (space bar) Next page
8283  W  WhereIs
8285 Select Command
8286 ------------------------------------------------
8287  S  Select the highlighted keyword (or chosen keywords in ListMode)
8288  L  Turn on ListMode (makes it easy to choose multiple keywords)
8289  1  Turn off ListMode
8290  X  Toggle choices when using ListMode
8291 </PRE>
8292 <!--chtml endif-->
8294 <H2>Description of the Select Keyword Screen</H2>
8296 This screen just gives you an easy way to select a keyword or a list of
8297 keywords.
8298 The list of keywords presented is the list of all keywords defined in your 
8299 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8300 If you have given a keyword a nickname, that nickname is displayed
8301 instead of the actual keyword.
8303 <P><UL>
8304 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8305 </UL>
8307 &lt;End of help on this topic&gt;
8308 </BODY>
8309 </HTML>
8310 ===== h_select_incoming_to_monitor =====
8311 <HTML>
8312 <HEAD>
8313 <TITLE>SELECT FOLDERS TO CHECK SCREEN</TITLE>
8314 </HEAD>
8315 <BODY>
8316 <H1>SELECT FOLDERS TO CHECK SCREEN</H1>
8317 <H2>COMMANDS</H2>
8318 <!--chtml if pinemode="function_key"-->
8319 <PRE>
8320 Available  Commands
8321 -------------------------------            
8322 F1  Show Help Text
8323 F3  Exit without selecting anything
8324 F4  Select the marked folders
8325 F5  Move highlight to previous folder
8326 F6  Move highlight to next folder
8327 F7  Previous page of folders
8328 F8  Next page of folders
8329 F9  Toggle choices on or off
8330 F11 Print
8331 F12 WhereIs
8332 </PRE>
8333 <!--chtml else-->
8334 <PRE>
8335 Navigation                     General Alpine Commands
8336 -------------------------      -----------------------
8337  P  Prev Folder                 ?  Display this help text
8338  N  Next Folder                ^C  exit without changing anything
8339  -  Previous page               %  Print
8340 Spc (space bar) Next page
8341  W  WhereIs
8343 Select Command
8344 ------------------------------------------------
8345  S  Select the marked folders
8346  X  Toggle choices on or off
8347 </PRE>
8348 <!--chtml endif-->
8350 <H2>Description of the Select Folders to Check Screen</H2>
8352 This screen is only useful if the feature
8353 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
8354 is set.
8355 By default, when you set that feature all of your incoming folders
8356 will be checked periodically for Unseen messages.
8357 By using this screen, you may restrict the set of monitored folders to
8358 a subset of all of the incoming folders.
8360 Mark the folders you want to monitor for Unseen messages with
8361 an &quot;X&quot;.
8362 When you've finished marking all your selections use the Select
8363 command to register your choices.
8364 To return to the default of checking all incoming folders
8365 delete all folders or unmark all folders.
8367 <P><UL>
8368 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8369 </UL>
8371 &lt;End of help on this topic&gt;
8372 </BODY>
8373 </HTML>
8374 ===== h_role_select =====
8375 <HTML>
8376 <HEAD>
8377 <TITLE>ROLES SCREEN</TITLE>
8378 </HEAD>
8379 <BODY>
8380 <H1>ROLES SCREEN</H1>
8381 <H2>ROLES COMMANDS</H2>
8382 <!--chtml if pinemode="function_key"-->
8383 <PRE>
8384 Available  Commands                        
8385 -------------------------------            
8386 F1  Show Help Text
8387 F3  Exit without a selection
8388 F4  Select a role to use in composition
8389 F5  Move to previous role
8390 F6  Move to next role
8391 F7  Previous page of roles
8392 F8  Next page of roles
8393 F11 Change Default Role
8394 F12 Whereis (search role nicknames)
8395 </PRE>
8396 <!--chtml else-->
8397 <PRE>
8398 Navigation                     General Alpine Commands
8399 -------------------------      -----------------------
8400  P  Prev Role                     ?  Display this help text
8401  N  Next Role                     E  Exit without a selection
8402  -  Previous page
8403 Spc (space bar) Next page
8404  W  WhereIs (search for word in role nicknames)
8406 Select Role Commands
8407 ------------------------------------------------
8408  [Return]  Select highlighted role
8409  D         Change Default Role
8410 </PRE>
8411 <!--chtml endif-->
8413 <H2>Description of the Roles Screen</H2>
8415 With this screen you select a role to be used in the composition of a
8416 message.
8417 Use the Previous and Next commands to highlight the role you wish to
8418 use.
8419 When you type carriage return you will be placed in the composer using the highlighted role.
8421 You don't have any non-default <A HREF="h_rules_roles">roles</A>
8422 available unless you set them up.
8423 You may do so by using the Setup/Rules command on the MAIN MENU.
8425 By using the D command, you may set a default role that will persist until
8426 you change it or until you exit Alpine.
8427 The D command toggles through three states: set the default role, unset the
8428 default role, and leave the default role as it is.
8429 <P><UL>
8430 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8431 </UL>
8433 &lt;End of help on this topic&gt;
8434 </BODY>
8435 </HTML>
8436 ===== h_role_abook_select =====
8437 <HTML>
8438 <HEAD>
8439 <TITLE>SELECT ADDRESS BOOK SCREEN</TITLE>
8440 </HEAD>
8441 <BODY>
8442 <H1>SELECT ADDRESS BOOK SCREEN</H1>
8443 <H2>COMMANDS</H2>
8444 <!--chtml if pinemode="function_key"-->
8445 <PRE>
8446 Available  Commands                        
8447 -------------------------------            
8448 F1  Show Help Text
8449 F3  Exit screen without selecting anything
8450 F4  Select highlighted address book
8451 F5  Move to previous address book
8452 F6  Move to next address book
8453 F7  Previous page of address books
8454 F8  Next page of address books
8455 F12 Whereis
8456 </PRE>
8457 <!--chtml else-->
8458 <PRE>
8459 Navigation                     General Alpine Commands
8460 -------------------------      -----------------------
8461  P  Previous addrbook          ?  Display this help text
8462  N  Next addrbook
8463  -  Previous page
8464 Spc (space bar) Next page
8465  W  WhereIs
8467 Select Role Commands
8468 ------------------------------------------------
8469  S  Select highlighted address book
8470  E  Exit screen without selecting anything
8471 </PRE>
8472 <!--chtml endif-->
8474 <H2>Description of the Select Address Book Screen</H2>
8476 This screen helps you select one of your address books.
8477 Use the Previous and Next commands to highlight the address book you wish to
8478 select.
8479 <P><UL>
8480 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8481 </UL>
8483 &lt;End of help on this topic&gt;
8484 </BODY>
8485 </HTML>
8486 ======== h_rule_patterns =============
8487 <HTML>
8488 <HEAD>
8489 <TITLE>PATTERNS</TITLE>
8490 </HEAD>
8491 <BODY>
8492 <H1>PATTERNS</H1>
8493 Patterns are used with Roles, Filtering, Index Coloring,
8494 Scoring, Other Rules, and Search Rules.
8495 Patterns are compared with a message to see if there is a match.
8496 For Filtering, the messages being checked are all the messages in the
8497 folder, one at a time.
8498 For Index Line Coloring, each message that is visible on the screen is
8499 checked for matches with the Index Coloring Patterns.
8500 Roles are used with the Reply, Forward, and Compose commands.
8501 For Reply, the message used to compare the Pattern with is the message
8502 being replied to;
8503 for Forward, the message used to compare the Pattern with is the message
8504 being forwarded;
8505 and for Compose, there is no message, so the parts of the Pattern that depend
8506 on a message (everything other than Current Folder Type and the
8507 Beginning of Month and Year)
8508 are not used.
8509 Only the Current Folder Type matters for Compose (plus the Beginning of
8510 Month or Year, which you wouldn't usually use for a Role).
8511 For Scoring, the message being scored is compared with all of the Score
8512 Patterns, and the Score Values from the ones that match are added together to 
8513 get the message's score.
8514 For Other Rules, there is no message. Only the Current Folder Type is checked
8515 for Other Rules.
8517 Each Pattern has several possible parts, all of which are optional.
8518 In order for there to be a match, <EM>ALL</EM> of the
8519 <EM>defined</EM> parts of the Pattern must match the message.
8520 If a part is not defined it is considered a match, but note that a filtering
8521 Pattern must have at least one defined part or it will be ignored.
8522 For example, if the To pattern is not defined it will be
8523 displayed as
8525 <CENTER>To pattern = &lt;No Value Set&gt;</CENTER>
8527 That is considered a match because it is not defined.
8528 This means that the Pattern with nothing defined is a match if the
8529 Current Folder Type matches, but there is an exception that was mentioned
8530 in the previous paragraph.
8531 Because filtering is a potentially destructive action, filtering Patterns
8532 with nothing other than Current Folder Type defined are ignored.
8533 If you really want a filtering Pattern to match all messages (subject to
8534 Current Folder Type) the best way to do it is to define a Score interval
8535 that includes all possible scores.
8536 This would be the score interval <SAMP>(-INF,INF)</SAMP>.
8537 This can be used even if you haven't defined any rules to Set Scores.
8539 There are six predefined header patterns called the To, From, Sender, Cc, News,
8540 and Subject patterns.
8541 Besides those six predefined header patterns, you may add
8542 additional header patterns with header fieldnames of your choosing.
8543 You add an extra header pattern by placing the cursor on one of the
8544 patterns while in the role editor and using the &quot;eXtraHdr&quot; command.
8545 The Recip pattern is a header pattern that stands for Recipient (To OR Cc)
8546 and the Partic pattern is a header pattern that stands for
8547 Participant (From OR To OR Cc).
8548 (Defining the Recip pattern does not have the same effect as defining both
8549 the To and Cc patterns. Recip is To <EM>OR</EM> Cc, not To <EM>AND</EM> Cc.)
8550 Similar to the header patterns are the AllText pattern and the BodyText pattern.
8551 Instead of comparing this pattern's text against only the contents of
8552 a particular header field, the text for the AllText pattern is compared
8553 with text anywhere in the message's header or body, and the text for the
8554 BodyText pattern is compared with text anywhere in the message's body.
8556 Any of the header patterns, the AllText pattern, or the BodyText pattern may be negated with the
8557 &quot;!&quot; &quot;toggle NOT&quot; command.
8558 You can tell that <EM>NOT</EM> has been turned on by looking for the character
8559 &quot;!&quot; at the beginning of the pattern line.
8560 When the &quot;!&quot; is present, it reverses the meaning of the match.
8561 That is, if the pattern matches then it is considered to NOT be a match, and
8562 if it does not match it is considered to be a match.
8564 Don't make the mistake of putting the &quot;!&quot; in the data field for
8565 a pattern.
8566 For example, if you type the characters &quot;!urgent&quot; into the Subject
8567 pattern, the pattern will look like:
8569 <PRE>
8570  Subject pattern = !urgent
8571 </PRE>
8573 This means you want to match the 7 character sequence &quot;!urgent&quot;.
8574 In order to match messages that do not have &quot;urgent&quot; in
8575 their Subject field, first type the characters &quot;urgent&quot; followed
8576 by carriage return for the value of the Subject pattern, then negate it
8577 by typing the &quot;!&quot; command.
8578 It should look like
8580 <PRE>
8581  ! Subject pattern = urgent
8582 </PRE>
8584 The contents of each of these header patterns (or the AllText or BodyText patterns) may
8585 be a complete email address, part of an address, or a random set of
8586 characters to match against.
8587 It may also be a list of such patterns, which means you
8588 are looking for a match against the first pattern in the list <EM>OR</EM>
8589 the second pattern <EM>OR</EM> the third and so on.
8590 For example, a Subject pattern equal to
8592 <PRE>
8593  Subject pattern = urgent
8594                    emergency
8595                    alert
8596 </PRE>
8598 would match all messages with a subject that contained at least one
8599 of those words.
8600 It would also match subjects containing the words &quot;alerts&quot; or
8601 &quot;Urgently&quot;.
8603 The same example with &quot;NOT&quot; turned on would be
8605 <PRE>
8606  ! Subject pattern = urgent
8607                      emergency
8608                      alert
8609 </PRE>
8611 which would match all messages with a subject that did <EM>NOT</EM> contain any of
8612 those words.
8613 You can use the &quot;Add Value&quot; command to add new words to the list,
8614 or you can enter them as a comma-separated list.
8616 (It is not possible to specify two patterns that must <EM>BOTH</EM> be
8617 present for a match.
8618 It is only possible to specify that <EM>EITHER</EM> pattern1 <EM>OR</EM>
8619 pattern2 must be present,
8620 and that is exactly what using a list does.)
8622 The &quot;Current Folder Type&quot; and the &quot;Score Interval&quot; are
8623 also part of the Pattern, although the &quot;Score Interval&quot; is not used
8624 when checking for matches for Scoring.
8625 There are five similar settings that relate to the status of the message.
8626 These settings rely on the message being New or not, Deleted or not,
8627 Answered or not, Important or not, and Recent or not.
8628 There are also some other miscellaneous settings.
8629 The first is the Age of the message in days.
8630 Another is the Size of the message, in bytes.
8631 The third is a setting that detects whether or not the Subject of a
8632 message contains raw 8-bit characters (unencoded characters with the most
8633 significant bit set).
8634 There is a setting that detects whether or not this is the first time
8635 Alpine has been run this month (doesn't depend on individual messages),
8636 and another that detects whether or not this is the first time Alpine has
8637 been run this year.
8638 Other parts of the Pattern detect whether or not the From address of a
8639 message appears in your address book, whether or not certain keywords
8640 are set for a message, and whether or not certain character sets are
8641 used in a message.
8643 <H2>Parts of a Pattern</H2>
8645 <H3>Header patterns</H3>
8647 A header pattern is simply text that is searched for in the corresponding
8648 header field.
8649 For example, if a Pattern has a From header pattern with the value
8650 &quot;@company.com&quot;, then only messages that have a From header
8651 that contains the text &quot;@company.com&quot; will be possible
8652 matches.
8653 Matches don't have to be exact.
8654 For example, if the relevant field of a message contains the text
8655 &quot;mailbox@domain&quot; somewhere
8656 in it, then header patterns of &quot;box&quot;, or &quot;x@d&quot;, or
8657 &quot;mailbox@domain&quot; are all matches.
8659 All parts of the Pattern must match so, for example,
8660 if a message matches a defined
8661 From pattern, it still must be checked against the other parts of the
8662 Pattern that have been defined.
8663 The To header pattern is a slightly special case.
8664 If the message being checked has a Resent-To header
8665 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on, the addresses
8666 there are used in place of the addresses in the To header.
8667 This is only true for the To header.
8668 Resent-cc and Resent-From headers are never used unless you add them
8669 with the eXtraHdrs command.
8671 The meaning of a header pattern may be negated with the
8672 &quot;!&quot; &quot;toggle NOT&quot; command.
8673 You can tell that <EM>NOT</EM> has been turned on by looking for the character
8674 &quot;!&quot; at the beginning of the pattern line.
8675 It would look something like
8677 <PRE>
8678  ! From pattern = susan@example.com
8679 </PRE>
8681 When the &quot;!&quot; is present, it reverses the meaning of the match.
8683 If you want to check for the presence of a header field but don't care
8684 about its value, then
8685 the empty pattern that you get by entering a pair of
8686 double quotes (&quot;&quot;) should match any message that
8687 has the corresponding header field.
8689 <H3><A NAME="pattern_alltext">AllText patterns</A></H3>
8691 AllText patterns are just like header patterns except that the text is
8692 searched for anywhere in the message's headers or body, not just in the
8693 contents of a particular header field.
8696 <H3><A NAME="pattern_bodytext">BodyText patterns</A></H3>
8698 BodyText patterns are just like header patterns except that the text is
8699 searched for anywhere in the message's body, not just in the
8700 contents of a particular header field.
8703 If there is more than one header pattern or AllText pattern or BodyText pattern
8704 for which you want to take the
8705 same action there is a shorthand notation that may be used.
8706 Any of these patterns may be a list of patterns instead of
8707 just a single pattern.
8708 If any one of the patterns in the list matches the message
8709 then it is considered a match.
8710 For example, if &quot;company1&quot; and &quot;company2&quot; both required
8711 you to use the same role when replying to messages, you might have
8712 a To pattern that looks like
8714 <PRE>
8715  To pattern = company1.com
8716               company2.com
8717 </PRE>
8719 This means that if the mail you are replying to was addressed to
8720 either &quot;anything@company1.com&quot; or &quot;anything@company2.com&quot;,
8721 then this Pattern is a match and the same actions will be taken.
8723 The meaning of an AllText or BodyText pattern may be negated with the
8724 &quot;!&quot; &quot;toggle NOT&quot; command.
8725 You can tell that <EM>NOT</EM> has been turned on by looking for the character
8726 &quot;!&quot; at the beginning of the pattern line.
8727 When the &quot;!&quot; is present, it reverses the meaning of the match.
8729 A technicality: Since comma is the character used to separate multiple values
8730 in any of the fields that may have multiple values (such as header patterns,
8731 AllText patterns, BodyText patterns, keywords, folder lists, and so on),
8732 you must escape comma with a
8733 backslash (&#92;) if you want to include a literal comma in one of those fields.
8734 In other words, if you type a backslash followed by a comma it will
8735 be interpreted as a comma by Alpine, instead of as a separator between
8736 pattern values.
8737 All other backslashes (those not followed by a comma) are literal
8738 backslashes and should not be escaped.
8739 It's unlikely you'll ever need to enter a literal comma or backslash in
8740 any of the patterns.
8742 <H3><A NAME="pattern_current_folder">Current Folder Type</A></H3>
8744 The &quot;Current Folder Type&quot; may be set to one of four different
8745 values: &quot;Any&quot;, &quot;News&quot;, &quot;Email&quot;, or
8746 &quot;Specific&quot;.
8747 If the value is set to &quot;News&quot;, then the
8748 Pattern will only match if the currently open folder is a newsgroup.
8749 The value &quot;Email&quot; only matches if the current folder is not news and
8750 the value &quot;Any&quot; causes any folder to match.
8751 If the value of &quot;Current Folder Type&quot; is set to &quot;Specific&quot;,
8752 then you must fill in a value for &quot;Folder&quot;, which is on the line
8753 below the &quot;Specific&quot; line.
8754 In this case you will only get a match if the currently open folder is
8755 the specific folder you list.
8756 You may give a list of folders instead of just a single
8757 folder name, in which case the Pattern will match if the open folder is
8758 any one of the folders in the list.
8759 The name of each folder in the list may be either &quot;INBOX&quot;,
8760 the technical specification
8761 of the folder (like what appears in your configuration file) or, if the
8762 folder is one of your incoming folders, it may be the nickname you've given
8763 the folder.
8764 Here are some samples of specific folder names:
8766 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
8768 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
8770 <CENTER><SAMP>mail/local-folder</SAMP></CENTER>
8772 The easiest way to fill in the &quot;Folder&quot; field is to use
8773 the &quot;T&quot; command that is available when the &quot;Folder&quot; line is
8774 highlighted, or to use the &quot;Take&quot; command with the configuration
8775 feature
8776 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
8777 turned on.
8779 When reading a newsgroup, there may be a performance penalty
8780 incurred when collecting the information necessary to check whether
8781 or not a Pattern matches a message.
8782 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
8783 If you have Patterns with a Current Folder Type of either
8784 &quot;Any&quot; or &quot;News&quot; and those Patterns are used for
8785 Index Line Coloring or Scoring, you may experience
8786 slower screen redrawing in the MESSAGE INDEX screen when in a newsgroup.
8788 <H3><A NAME="pattern_age_interval">Age Interval</A></H3>
8790 The &quot;Age Interval&quot; may be set to an interval of message
8791 ages that should be considered a match.
8792 Like the other parts of the Pattern, if it is unset it will be ignored.
8793 The Age Interval looks like
8795 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
8797 where &quot;min_age&quot; and &quot;max_age&quot; are integers greater
8798 than or equal to zero.
8799 The special value &quot;INF&quot; may be used for
8800 the max value. It represents infinity.
8802 Actually, this option may be defined as a list of intervals instead
8803 of just a single interval.
8804 The list is separated by commas.
8805 It can look like
8807 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
8809 When there is an Age Interval defined, it is a match if the age, in days, of
8810 the message is contained in any of the intervals.
8811 The intervals include both endpoints.
8813 Even though this option is called Age, it isn't actually
8814 the <EM>age</EM> of the message.
8815 Instead, it is how many days ago the message arrived in one of your folders.
8816 If the current time is a little past midnight, then a message that arrived
8817 just before midnight arrived yesterday, even though the message is only
8818 a few minutes old.
8819 By default, the date being used is not the date in the Date
8820 header of the message.
8821 It is the date that the message arrived in one of your folders.
8822 When you Save a message from one folder to another that arrival date
8823 is preserved.
8824 If you would like to use the date in the Date header that is possible.
8825 Turn on the option
8826 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
8827 near the bottom of the rule definition.
8828 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
8830 <H3><A NAME="pattern_size_interval">Size Interval</A></H3>
8832 The &quot;Size Interval&quot; may be set to an interval of message
8833 sizes that should be considered a match.
8834 Like the other parts of the Pattern, if it is unset it will be ignored.
8835 The Size Interval looks like
8837 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
8839 where &quot;min_size&quot; and &quot;max_size&quot; are integers greater
8840 than or equal to zero.
8841 The special value &quot;INF&quot; may be used for
8842 the max value. It represents infinity.
8844 Actually, this option may be defined as a list of intervals instead
8845 of just a single interval.
8846 The list is separated by commas.
8847 It can look like
8849 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
8851 When there is a Size Interval defined, it is a match if the size, in bytes, of
8852 the message is contained in any of the intervals.
8853 The intervals include both endpoints.
8855 <H3><A NAME="pattern_score_interval">Score Interval</A></H3>
8857 The &quot;Score Interval&quot; may be set to an interval of message
8858 scores that should be considered a match.
8859 Like the other parts of the Pattern, if it is unset it will be ignored.
8860 The Score Interval looks like
8862 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
8864 where &quot;min_score&quot; and &quot;max_score&quot; are positive or
8865 negative integers, with min_score less than or equal to max_score.
8866 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
8867 the min and max values to represent negative and positive infinity.
8869 Actually, a list of intervals may be used if you wish.
8870 A list would look like
8872 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
8874 When there is a Score Interval defined, it is a match if the score for
8875 the message is contained in any of the intervals in the list.
8876 The intervals include the endpoints.
8877 The score for a message is calculated by looking at every Score rule defined and
8878 adding up the Score Values for the ones that match the message.
8879 When deciding whether or not a Pattern matches a message for purposes of
8880 calculating the score, the Score Interval is ignored.
8882 <H3><A NAME="pattern_message_status">Message Status</A></H3>
8884 There are five separate message status settings.
8885 By default, all five are set to the value &quot;Don't care&quot;, which
8886 will match any message.
8887 The value &quot;Yes&quot; means that the particular status must be true
8888 for a match, and the value &quot;No&quot; means that the particular
8889 status must not be true for a match.
8890 For example, one of the five Message Status settings is whether a message
8891 is marked Important or not.
8892 A &quot;Yes&quot; means that the message must be Important to be
8893 considered a match and &quot;No&quot; means that the message must not be
8894 Important to be considered a match.
8895 The same is true of the other four message status settings that depend
8896 on whether or not the message is New; whether the message has 
8897 been Answered or not; whether the message has been Deleted or not, and
8898 whether the message is Recent or not. 
8900 The nomenclature for New and Recent is a bit confusing:
8902 New means that the message is Unseen.
8903 It could have been in your mailbox for a long time but if you haven't looked
8904 at it, it is still considered New.
8905 That matches the default Alpine index display that shows an N for such a
8906 message.
8908 Recent means that the message was added to this folder since the last time
8909 you opened the folder.
8910 Alpine also shows an N by default for these types of messages.
8911 If you were to run two copies of Alpine that opened a folder one right after
8912 the other, a message would only show up as Recent in (at most) the first
8913 Alpine session.
8915 <H3><A NAME="pattern_message_keywords">Message Keywords</A></H3>
8917 Keywords are similar to Message Status, but they are chosen by the user.
8918 Provided the mail server allows for it, you may add a set of possible keywords
8919 to a folder and then you may set those keywords or not for each message
8920 in the folder (see <A HREF="h_common_flag">Flag Command</A>).
8921 The syntax of this part of the Pattern is similar to the header patterns.
8922 It is a list of keywords.
8923 The Keyword part of the Pattern is a match if the message has any of
8924 the keywords in the list set.
8925 Like other parts of the Pattern, if this is unset it will be ignored.
8927 <H3><A NAME="pattern_message_charsets">Message Character Sets</A></H3>
8929 A message may use one or more character sets.
8930 This part of the Pattern matches messages that make use of one or more of
8931 the character sets specified in the pattern.
8932 It will be considered a match if a message uses any of the character
8933 sets in the list you give here.
8936 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
8937 GB2312) you may also use some shorthand names that Alpine provides.
8938 These names are more understandable shorthand names for sets of 
8939 character set names.
8940 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
8941 Selecting one of these shorthand names is equivalent to selecting all of
8942 the character sets that make up the set.
8943 You can see all of these shorthand names and the lists of character sets
8944 they stand for by typing the &quot;T&quot; command with the Character
8945 Set pattern highlighted.
8946 The syntax of this part of the Pattern is similar to the header patterns
8947 and the Message Keywords pattern.
8948 It is a list of character sets (or shorthand names).
8949 The Character Set part of the Pattern is a match if the message uses any
8950 of the character sets in the list.
8951 Like other parts of the Pattern, if this is unset it will be ignored.
8953 <H3><A NAME="pattern_8bit_subject">Raw 8-bit in Subject</A></H3>
8955 It seems that lots of unwanted email contains unencoded 8-bit characters
8956 in the Subject.
8957 Normally, characters with the 8th bit set are not allowed in the Subject
8958 header unless they are MIME-encoded.
8959 This option gives you a way to match messages that have Subjects that
8960 contain unencoded 8-bit characters.
8961 By default, the value of this option is &quot;Don't care&quot;, which
8962 will match any message.
8963 The value &quot;Yes&quot; means that there must be raw 8-bit characters in
8964 the Subject of the message in order for there to be a match,
8965 and the value &quot;No&quot; is the opposite.
8966 Setting this option will affect performance in large folders because the
8967 subject of each message in the folder has to be checked.
8969 <H3><A NAME="pattern_bom">Beginning of Month</A></H3>
8971 This option gives you a way to take some action once per month.
8972 By default, the value of this option is &quot;Don't care&quot;, which
8973 will always match.
8974 The value &quot;Yes&quot; means that this must be the first time Alpine has
8975 been run this month in order to count as a match,
8976 and the value &quot;No&quot; is the opposite.
8978 <H3><A NAME="pattern_boy">Beginning of Year</A></H3>
8980 This option gives you a way to take some action once per year.
8981 By default, the value of this option is &quot;Don't care&quot;, which
8982 will always match.
8983 The value &quot;Yes&quot; means that this must be the first time Alpine has
8984 been run this year in order to count as a match,
8985 and the value &quot;No&quot; is the opposite.
8987 <H3><A NAME="pattern_abookfrom">Address in Address Books</A></H3>
8989 This option gives you a way to match messages that have an address
8990 that is in one of your address books.
8991 Only the simple entries in your address books are searched.
8992 Address book distribution lists are ignored!
8993 By default, the value of this option is &quot;Don't care&quot;, which
8994 will match any message.
8995 The value &quot;Yes, in any address book&quot; means the address
8996 from the message must be in at least one of your
8997 address books in order to be a match.
8998 The value &quot;No, not in any address book&quot;
8999 means none of the addresses may
9000 be in any of your address books in order to be a match.
9001 The values &quot;Yes, in specific address books&quot; and
9002 &quot;No, not in any of specific address books&quot; are similar but instead
9003 of depending on all address books you are allowed to give a list of address
9004 books to look in.
9005 The addresses from the message that are checked for are determined by the
9006 setting you have for &quot;Types of addresses to check for in address book&quot;.
9007 If you set this to &quot;From&quot; the From address from the message will
9008 be looked up in the address book.
9009 If you set it to only &quot;To&quot; then the To addresses will be used.
9010 If any of the To addresses are in the address book then it is considered
9011 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
9012 You could set it to both From and To, in which case all of the From and To
9013 addresses are used.
9014 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
9015 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
9016 exists or the From address if there is no Reply-To address.
9017 Same for the Sender address.
9018 Setting this option may affect performance in large folders because the
9019 From and Reply-To of each message in the folder have to be checked.
9021 <H3><A NAME="pattern_categorizer">Categorizer Command</A></H3>
9023 This is a command that is run with its standard input set to the message
9024 being checked and its standard output discarded.
9025 The full directory path should be specified.
9026 The command will be run and then its exit status will be checked against
9027 the Exit Status Interval, which defaults to just the value zero.
9028 If the exit status of the command falls in the interval, it is considered
9029 a match, otherwise it is not a match.
9032 This option may actually be a list of commands.
9033 The first one that exists and is executable is used.
9034 That makes it possible to use the same configuration with Unix Alpine and
9035 PC-Alpine.
9038 If none of the commands in the list exists and is executable then the rule
9039 is <EM>not</EM> a match.
9040 If it is possible that the command may not exist, you should be careful
9041 to structure your rules so that nothing destructive
9042 happens when the command does not exist.
9043 For example, you might have a filter that filters away spam when there is
9044 a match but does nothing when there is not a match.
9045 That would continue to work correctly if the command didn't exist.
9046 However, if you have a filter that filters away spam when there is not
9047 a match and keeps it when there is a match, that would filter everything
9048 if the categorizer command didn't exist.
9050 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
9051 setup for the bogofilter filter.
9054 &lt;End of help on this topic&gt;
9055 </BODY>
9056 </HTML>
9057 ===== h_rules_roles =====
9058 <HTML>
9059 <HEAD>
9060 <TITLE>SETUP ROLES SCREEN</TITLE>
9061 </HEAD>
9062 <BODY>
9063 <H1>SETUP ROLES SCREEN</H1>
9064 <H2>SETUP ROLES COMMANDS</H2>
9065 <!--chtml if pinemode="function_key"-->
9066 <PRE>
9067 Available  Commands -- Group 1         Available Commands -- Group 2   
9068 -------------------------------        ------------------------------  
9069 F1  Show Help Text                      F1  Show Help Text             
9070 F2  See commands in next group          F2  See commands in next group
9071 F3  Back to MAIN Alpine menu
9072 F4  Change configuration for role
9073 F5  Move to previous role               F5  Include file in role config
9074 F6  Move to next role                   F6  Exclude file from config
9075 F7  Previous page of roles
9076 F8  Next page of roles
9077 F9  Add new role                        F9  Replicate existing role
9078 F10 Delete existing role
9079 F11 Shuffle the order of roles
9080 F12 Whereis (search role nicknames)
9081 </PRE>
9082 <!--chtml else-->
9083 <PRE>
9084 Navigation                     General Alpine Commands
9085 -------------------------      -----------------------
9086  P  Prev Role                     ?  Display this help text
9087  N  Next Role                     E  Back to MAIN Alpine menu
9088  -  Previous page
9089 Spc (space bar) Next page
9090  W  WhereIs (search for word in role nicknames)
9092 Setup Roles Commands
9093 ------------------------------------------------
9094  A  Add new role                  $  Shuffle the order of roles
9095  D  Delete existing role          C  Change configuration for highlighted role
9096  R  Replicate existing role
9097  I  Include file in role config   X  Exclude file from role config
9098 </PRE>
9099 <!--chtml endif-->
9101 <H2>Description of the Setup Roles Screen</H2>
9103 This screen lets you add, delete, modify, or change the order of the rules
9104 that determine the role you are playing when composing a message.
9106 You may play different roles depending on who you are replying to.
9107 For example, if you are replying to a message addressed to help-desk you
9108 may be acting as a Help Desk Worker.
9109 That role may require that you use a different return address and/or
9110 a different signature.
9112 Roles are optional.
9113 If you set up roles they work like this:  Each role has a set of
9114 &quot;Uses&quot;, which indicate whether or not a role is eligible to be
9115 considered for a particular use; a &quot;Pattern&quot;,
9116 which is used to decide which of the eligible roles is used; and a set
9117 of &quot;Actions&quot;, which are taken when that role is used.
9118 When you reply to a message, the message you are replying to is compared
9119 with the Patterns of the roles marked as eligible for use when replying.
9120 The comparisons start with the first eligible role and keep going until there
9121 is a match.
9122 If a match is found, the matching role's Actions are taken.
9124 It is also possible to set a default role and to change that role during
9125 your Alpine session.
9126 When you start Alpine no default role will be set.
9127 You may set or change the current default role by using the &quot;D&quot;
9128 command in the role selection screen.
9129 You'll see that screen while composing a message and being asked to select
9130 a role.
9131 An easy way to get to that screen is to use the <A HREF="h_common_role">Role Command</A> to
9132 compose a message.
9133 You may find a default role useful if you normally perform the duties of one
9134 of your roles for a while, then you switch to another role and stay in the
9135 new role for another period of time.
9136 It may be easier than using the Role Command to select the role each time you
9137 compose a message.
9139 <H2>Role Uses</H2>
9141 There are three types of use to be configured;
9142 one for Replying, one for Forwarding, and one for Composing.
9143 These indicate whether or not you want a role to be considered when you
9144 type the Reply, Forward, or Compose commands.
9145 (The Role command is an alternate form of the Compose command, and it is
9146 not affected by these settings.)
9147 Each of these Use types has three possible values.
9148 The value &quot;Never&quot;
9149 means that the role will never be considered as a candidate for use with
9150 the corresponding command.
9151 For example, if you set a role's Reply Use to Never, then when you Reply to
9152 a message, that role won't even be considered.
9153 (That isn't quite true. If the message you are replying to matches some other
9154 role that requires confirmation,
9155 then there will be a ^T command available which allows you to select a role
9156 from all of your roles, not just the reply-eligible roles.)
9159 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
9160 both mean that you do want to consider this role when using the corresponding
9161 command.
9162 For either of these settings the role's Pattern will
9163 be checked to see if it matches the message.
9164 For Reply Use, the message used to compare the Pattern with is the message
9165 being replied to.
9166 For Forward Use, the message used to compare the Pattern with is the message
9167 being forwarded.
9168 For Compose Use, there is no message, so the parts of the Pattern that depend
9169 on a message (everything other than Current Folder Type) are ignored.
9170 In all cases, the Current Folder Type is checked if defined.
9171 If there is a match then this role will either be used without confirmation
9172 or will be the default when confirmation is asked for, depending on
9173 which of the two options is selected.
9174 If confirmation is requested, you will have a chance to
9175 choose No Role instead of the offered role, or to
9176 change the role to any one of your other roles (with the ^T command).
9178 <H2>Role Patterns</H2>
9180 In order to determine whether or not a message matches a role the message is
9181 compared with the Role's Pattern.
9182 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9183 Scoring, Other Rules, and Search Rules, so are described in only one place,
9184 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9186 Since header patterns, AllText patterns, and BodyText patterns that are unset are ignored,
9187 a role that has all header patterns unset, the AllText pattern unset,
9188 the BodyText pattern unset,
9189 the Score Interval unset, and the Current Folder Type set to
9190 &quot;Any&quot; may be used as a default role.
9191 It should be put last in the list of roles since the matching
9192 starts at the beginning and proceeds until one of the roles is a match.
9193 If no roles at all match, then Alpine will
9194 use its regular methods of defining the role.
9195 If you wanted to, you could define a different &quot;default&quot; role
9196 for Replying, Forwarding, and Composing by setting the
9197 &quot;Use&quot; fields appropriately.
9199 <H2>Role Actions</H2>
9201 Once a role match is found, the role's Actions are taken.
9202 For each role there are several possible actions that may be defined.
9203 They are actions to set the From address, the Reply-To address,
9204 the Fcc, the Signature, the Template file, and Other Headers.
9206 <H3>Set From</H3>
9208 The From address is the address used on the From line of the message
9209 you are sending.
9211 <H3>Set Reply-To</H3>
9213 The Reply-To address is the address used on the Reply-To line of the message
9214 you are sending.
9215 You don't need a Reply-To address unless it is different from the From address.
9217 <H3>Set Other Headers</H3>
9219 If you want to set the value of the From or Reply-To headers, use
9220 the specific fields &quot;Set From&quot; or &quot;Set Reply-To&quot;.
9221 If you want to set the values of other headers, use this field.
9222 This field is similar to the
9223 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> configuration option.
9224 Each header you specify here must include the header tag
9225 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
9226 and may optionally include a value for that header.
9227 It is different from the <!--#echo var="VAR_customized-hdrs"--> in that the value you give
9228 for a header here will replace any value that already exists.
9229 For example, if you are Replying to a message there will be at least one
9230 address in the To header (the address you are Replying to).
9231 However, if you Reply using a role that sets the To header, that role's
9232 To header value will be used instead.
9234 <H3>Set Fcc</H3>
9236 The Fcc is used as the Fcc for the message you are sending.
9238 <H3>Set Signature or Set LiteralSig</H3>
9240 The Signature is the name of a file to be used as the signature file when
9241 this role is being used.
9242 If the name of the file has a vertical bar following it (|)
9243 then it is assumed that the file is a program that should be run to
9244 produce the signature.
9245 If the LiteralSig is set, then it is used instead of the signature file.
9246 LiteralSig is just a different way to store the signature.
9247 It is stored in the pine configuration file instead of in a separate
9248 signature file.
9249 If the <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined
9250 either in the role or as the default signature in the Setup/Config screen,
9251 then the signature file is ignored.
9253 <H3>Set Template</H3>
9255 A Template is the name of a file to be included in the message when this
9256 role is being used.
9257 If the name of the file has a vertical bar following it (|)
9258 then it is assumed that the file is a program that should be run to
9259 produce the template.
9262 Both signature files and template files may be stored remotely on an IMAP
9263 server.
9264 In order to do that you just give the file a remote name.
9265 This works just like the regular
9266 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>
9267 option that is configured from the Setup/Configuration screen.
9268 A remote signature file name might look like:
9270 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
9272 Once you have named the remote signature or template file you create its
9273 contents by using the &quot;F&quot; &quot;editFile&quot; command when the
9274 cursor is on the &quot;Set Signature&quot; or &quot;Set Template&quot;
9275 line of the role editor.
9278 Both signature files and template files (or the output of signature programs
9279 and template file programs) may contain special tokens
9280 that are replaced with contents
9281 that depend on the message being replied to or forwarded.
9282 See the help for the individual fields inside the role editor for more
9283 information on tokens.
9285 <H3>Use SMTP Server</H3>
9287 If this field has a value, then it will be used as the SMTP server
9288 to send mail when this role is being used (unless the SMTP server variable
9289 is set in the system-wide fixed configuration file).
9290 It has the same semantics as the
9291 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
9292 variable in the Setup/Config screen.
9293 When you postpone the composition this SMTP server list will be saved
9294 with the postponed composition and it cannot be changed later.
9295 Because of that, you may want to make this a list of SMTP servers
9296 with the preferred server at the front of the list and alternate servers
9297 later in the list.
9300 If any of the actions are left unset, then the action depends on what
9301 is present in the &quot;Initialize settings using role&quot; field.
9302 If you've listed the nickname of another one of your roles there, then the
9303 corresponding action from that role will be used here.
9304 If that action is also blank, or if there is no nickname specified,
9305 then Alpine will do whatever it normally does to set these actions.
9306 This depends on other configuration options and features you've set.
9308 <H2>Command Descriptions</H2>
9310 <H3>Add</H3>
9312 The Add command is used to add a new role definition to your set of
9313 roles.
9314 The new role will be added after the highlighted role.
9316 <H3>Delete</H3>
9318 The Delete command deletes the currently highlighted role.
9320 <H3>Change</H3>
9322 The Change command lets you edit the nickname, Uses, Pattern,
9323 and Actions of the currently highlighted role.
9325 <H3>Shuffle</H3>
9327 The Shuffle command allows you to change the order of the roles.
9328 You may move the currently highlighted role up or down in the list.
9329 The order of the roles is important since the roles are tested for a
9330 match starting with the first role and continuing until a match is found.
9331 You should place the roles with more specific Patterns near the beginning
9332 of the list, and those with more general Patterns near the end so that
9333 the more specific matches will happen when appropriate.
9335 <H3>Replicate</H3>
9337 The Replicate command is used to copy an existing role and modify it.
9338 The new role will be added after the highlighted role.
9340 <H3>IncludeFile</H3>
9342 The IncludeFile command allows you to add a roles file to your configuration.
9343 Usually, your roles will be contained in your Alpine configuration file.
9344 If you wish, some or all of your roles may be stored in a separate file.
9345 If a roles file already exists (maybe it was made by somebody else using
9346 Alpine), you may insert it before the currently highlighted role.
9347 You may also insert an empty file or a file that does not yet exist.
9348 Once you have an empty roles file in your configuration, you may use
9349 the Shuffle command to move roles into it.
9350 In fact, that's the only way to get the initial role into the file.
9352 <H3>eXcludeFile</H3>
9354 The eXcludeFile command removes a roles file from your roles configuration.
9355 A limitation of the program is that in order to exclude a roles file
9356 that file must have at least one role
9357 in it, otherwise you won't be able to highlight a line in the file.
9358 So you may have to add a dummy role to the file in order to exclude the file.
9359 <P><UL>
9360 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9361 </UL>
9363 &lt;End of help on this topic&gt;
9364 </BODY>
9365 </HTML>
9366 ===== h_rules_other =====
9367 <HTML>
9368 <HEAD>
9369 <TITLE>SETUP OTHER RULES SCREEN</TITLE>
9370 </HEAD>
9371 <BODY>
9372 <H1>SETUP OTHER RULES SCREEN</H1>
9373 <H2>SETUP OTHER RULES COMMANDS</H2>
9374 <!--chtml if pinemode="function_key"-->
9375 <PRE>
9376 Available  Commands -- Group 1         Available Commands -- Group 2   
9377 -------------------------------        ------------------------------  
9378 F1  Show Help Text                      F1  Show Help Text             
9379 F2  See commands in next group          F2  See commands in next group
9380 F3  Back to MAIN Alpine menu
9381 F4  Change configuration for rule
9382 F5  Move to previous rule               F5  Include file in rule config
9383 F6  Move to next rule                   F6  Exclude file from config
9384 F7  Previous page of rules
9385 F8  Next page of rules
9386 F9  Add new rule                        F9  Replicate existing rule
9387 F10 Delete existing rule
9388 F11 Shuffle the order of rules
9389 F12 Whereis (search rule nicknames)
9390 </PRE>
9391 <!--chtml else-->
9392 <PRE>
9393 Navigation                     General Alpine Commands
9394 -------------------------      -----------------------
9395  P  Prev rule                     ?  Display this help text
9396  N  Next rule                     E  Back to MAIN Alpine menu
9397  -  Previous page
9398 Spc (space bar) Next page
9399  W  WhereIs (search for word in rule nicknames)
9401 Setup Other Rules Commands
9402 ------------------------------------------------
9403  A  Add new rule                  $  Shuffle the order of rules
9404  D  Delete existing rule          C  Change configuration for highlighted rule
9405  R  Replicate existing rule
9406  I  Include file in rule config   X  Exclude file from rule config
9407 </PRE>
9408 <!--chtml endif-->
9410 <H2>Description of the Setup Other Rules Screen</H2>
9412 This is where you may set various actions that do not fit well into the
9413 other Rules categories.
9415 <H2>Patterns</H2>
9417 Other Rules are a little different from the rest of the Rules because
9418 they depend only on the current folder, and not on a particular message.
9419 In order to determine whether or not a rule's actions should be applied
9420 the current folder is compared with the rule's Pattern, which consists
9421 of only the Current Folder Type.
9422 Current Folder Type works the same for Other Rules as it does for Roles,
9423 Filtering, Index Coloring, and Scoring.
9424 Keep in mind that the only part of the Pattern that applies to Other
9425 Rules is the Current Folder Type when looking at the description of
9426 Patterns given
9427 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9429 <H2>The Actions</H2>
9431 <H3>Set Sort Order</H3>
9433 When you enter a new folder, these rules will be checked to see if you
9434 have set a sort order that is different from your default sort order.
9435 The default is set in the Setup/Config screen with
9436 the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
9437 If the Sort Order action is set, then the folder will be displayed sorted in
9438 that sort order instead of in the default order.
9440 A possible point of confusion arises when you change the configuration
9441 of the Sort Order for the currently open folder.
9442 The folder will normally be re-sorted when you go back to viewing the
9443 index.
9444 However, if you have manually sorted the folder with the
9445 Sort
9446 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
9447 command, then it will not be re-sorted until the next time it is opened.
9449 <H3>Set Index Format</H3>
9451 When you enter a new folder, these rules will be checked to see if you
9452 have set an Index Format that is different from your default Index Format,
9453 which is set with the
9454 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
9455 If so, the index will be displayed with this format instead of the default.
9457 <H3>Set Startup Rule</H3>
9459 When you enter a new folder, these rules will be checked to see if you
9460 have set a startup rule that is different from the default startup rule.
9461 The default for incoming folders is set in the Setup/Config screen with
9462 the &quot;<!--#echo var="VAR_incoming-startup-rule"-->&quot; option.
9463 The default for folders other than INBOX that are not part of your
9464 incoming collection
9465 (see <A HREF="h_config_enable_incoming"><!--#echo var="FEAT_enable-incoming-folders"--></A> feature) 
9466 is to start with the last message in the folder.
9467 If the Startup Rule is set to something other than &quot;default&quot;,
9468 then the rule will determine which message will be the current message when
9469 the folder is first opened.
9471 The various startup rule possibilities work the same here as they do in
9472 the incoming collection, so check
9473 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
9474 for more help.
9476 <H2>Command Descriptions</H2>
9478 <H3>Add</H3>
9480 The Add command is used to add a new rule definition to your set of
9481 rules.
9482 The new rule will be added after the highlighted rule.
9484 <H3>Delete</H3>
9486 The Delete command deletes the currently highlighted rule.
9488 <H3>Change</H3>
9490 The Change command lets you edit the nickname, Pattern,
9491 and Action of the currently highlighted rule.
9493 <H3>Shuffle</H3>
9495 The Shuffle command allows you to change the order of the rules.
9496 You may move the currently highlighted rule up or down in the list.
9497 The order of the rules is important since the rules are tested for a
9498 match starting with the first rule and continuing until a match is found.
9499 You should place the rules with more specific Patterns near the beginning
9500 of the list, and those with more general Patterns near the end so that
9501 the more specific matches will happen when appropriate.
9503 <H3>Replicate</H3>
9505 The Replicate command is used to copy an existing rule definition and modify it.
9506 The new rule will be added after the highlighted rule.
9508 <H3>IncludeFile</H3>
9510 The IncludeFile command allows you to add a rules file to your configuration.
9511 Usually, your rules will be contained in your Alpine configuration file.
9512 If you wish, some or all of your rules may be stored in a separate file.
9513 If a rules file already exists (maybe it was made by somebody else using
9514 Alpine), you may insert it before the currently highlighted rule.
9515 You may also insert an empty file or a file that does not yet exist.
9516 Once you have an empty rules file in your configuration, you may use
9517 the Shuffle command to move rules into it.
9518 In fact, that's the only way to get the initial rule into the file.
9520 <H3>eXcludeFile</H3>
9522 The eXcludeFile command removes a rules file from your rules configuration.
9523 A limitation of the program is that in order to exclude a rules file
9524 that file must have at least one rule
9525 in it, otherwise you won't be able to highlight a line in the file.
9526 So you may have to add a dummy rule to the file in order to exclude the file.
9527 <P><UL>
9528 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9529 </UL>
9531 &lt;End of help on this topic&gt;
9532 </BODY>
9533 </HTML>
9534 ===== h_rules_srch =====
9535 <HTML>
9536 <HEAD>
9537 <TITLE>SETUP SEARCH RULES SCREEN</TITLE>
9538 </HEAD>
9539 <BODY>
9540 <H1>SETUP SEARCH RULES SCREEN</H1>
9541 <H2>SETUP SEARCH RULES COMMANDS</H2>
9542 <!--chtml if pinemode="function_key"-->
9543 <PRE>
9544 Available  Commands -- Group 1         Available Commands -- Group 2   
9545 -------------------------------        ------------------------------  
9546 F1  Show Help Text                      F1  Show Help Text             
9547 F2  See commands in next group          F2  See commands in next group
9548 F3  Back to MAIN Alpine menu
9549 F4  Change configuration for rule
9550 F5  Move to previous rule               F5  Include file in rule config
9551 F6  Move to next rule                   F6  Exclude file from config
9552 F7  Previous page of rules
9553 F8  Next page of rules
9554 F9  Add new rule                        F9  Replicate existing rule
9555 F10 Delete existing rule
9556 F11 Shuffle the order of rules
9557 F12 Whereis (search rule nicknames)
9558 </PRE>
9559 <!--chtml else-->
9560 <PRE>
9561 Navigation                     General Alpine Commands
9562 -------------------------      -----------------------
9563  P  Prev rule                     ?  Display this help text
9564  N  Next rule                     E  Back to MAIN Alpine menu
9565  -  Previous page
9566 Spc (space bar) Next page
9567  W  WhereIs (search for word in rule nicknames)
9569 Setup Search Rules Commands
9570 ------------------------------------------------
9571  A  Add new rule                  $  Shuffle the order of rules
9572  D  Delete existing rule          C  Change configuration for highlighted rule
9573  R  Replicate existing rule
9574  I  Include file in rule config   X  Exclude file from rule config
9575 </PRE>
9576 <!--chtml endif-->
9578 <H2>Description of the Setup Search Rules Screen</H2>
9580 One of the commands that becomes available when that feature is turned on
9581 is the &quot;; Select&quot; command, which is used in the MESSAGE INDEX
9582 screen to select a set of messages.
9583 One way of selecting messages is to use a Rule.
9584 All of the messages that match (or don't match if you wish)
9585 a Rule's Pattern will be selected.
9587 Any of your Rules may be used for this purpose.
9588 You might already have Rules set up for filtering, index line color, scores, or roles;
9589 and you may use any of those Rules with the Select command.
9590 However, you might find it more convenient to set up a separate set of Rules
9591 just for this purpose without having to worry about what other effects
9592 they may cause.
9593 That is the purpose of these Select Rules.
9596 Each rule has a &quot;Pattern&quot;
9597 that is used to decide which messages are selected when you use it with
9598 the Select command.
9600 <H2>Patterns</H2>
9602 In order to determine whether or not a message should be selected
9603 the message is compared with the rule's Pattern.
9604 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9605 Scoring, Other Rules, and Search Rules, so are described in only one place,
9606 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9608 <H2>Command Descriptions</H2>
9610 <H3>Add</H3>
9612 The Add command is used to add a new rule definition to your set of
9613 rules.
9614 The new rule will be added after the highlighted rule.
9616 <H3>Delete</H3>
9618 The Delete command deletes the currently highlighted rule.
9620 <H3>Change</H3>
9622 The Change command lets you edit the nickname and Pattern
9623 of the currently highlighted rule.
9625 <H3>Shuffle</H3>
9627 The Shuffle command allows you to change the order of the rules.
9628 This affects only the order they are presented in when you use the
9629 ^T subcommand of the Select by Rule command.
9630 You may move the currently highlighted rule up or down in the list.
9632 <H3>Replicate</H3>
9634 The Replicate command is used to copy an existing rule definition and modify it.
9635 The new rule will be added after the highlighted rule.
9637 <H3>IncludeFile</H3>
9639 The IncludeFile command allows you to add a rules file to your configuration.
9640 Usually, your rules will be contained in your Alpine configuration file.
9641 If you wish, some or all of your rules may be stored in a separate file.
9642 If a rules file already exists (maybe it was made by somebody else using
9643 Alpine), you may insert it before the currently highlighted rule.
9644 You may also insert an empty file or a file that does not yet exist.
9645 Once you have an empty rules file in your configuration, you may use
9646 the Shuffle command to move rules into it.
9647 In fact, that's the only way to get the initial rule into the file.
9649 <H3>eXcludeFile</H3>
9651 The eXcludeFile command removes a rules file from your rules configuration.
9652 A limitation of the program is that in order to exclude a rules file
9653 that file must have at least one rule
9654 in it, otherwise you won't be able to highlight a line in the file.
9655 So you may have to add a dummy rule to the file in order to exclude the file.
9656 <P><UL>
9657 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9658 </UL>
9660 &lt;End of help on this topic&gt;
9661 </BODY>
9662 </HTML>
9663 ===== h_rules_incols =====
9664 <HTML>
9665 <HEAD>
9666 <TITLE>SETUP INDEX LINE COLORS SCREEN</TITLE>
9667 </HEAD>
9668 <BODY>
9669 <H1>SETUP INDEX LINE COLORS SCREEN</H1>
9670 <H2>SETUP INDEX LINE COLORS COMMANDS</H2>
9671 <!--chtml if pinemode="function_key"-->
9672 <PRE>
9673 Available  Commands -- Group 1         Available Commands -- Group 2   
9674 -------------------------------        ------------------------------  
9675 F1  Show Help Text                      F1  Show Help Text             
9676 F2  See commands in next group          F2  See commands in next group
9677 F3  Back to MAIN Alpine menu
9678 F4  Change configuration for rule
9679 F5  Move to previous rule               F5  Include file in rule config
9680 F6  Move to next rule                   F6  Exclude file from config
9681 F7  Previous page of rules
9682 F8  Next page of rules
9683 F9  Add new rule                        F9  Replicate existing rule
9684 F10 Delete existing rule
9685 F11 Shuffle the order of rules
9686 F12 Whereis (search rule nicknames)
9687 </PRE>
9688 <!--chtml else-->
9689 <PRE>
9690 Navigation                     General Alpine Commands
9691 -------------------------      -----------------------
9692  P  Prev rule                     ?  Display this help text
9693  N  Next rule                     E  Back to MAIN Alpine menu
9694  -  Previous page
9695 Spc (space bar) Next page
9696  W  WhereIs (search for word in rule nicknames)
9698 Setup Index Color Commands
9699 ------------------------------------------------
9700  A  Add new rule                  $  Shuffle the order of rules
9701  D  Delete existing rule          C  Change configuration for highlighted rule
9702  R  Replicate existing rule
9703  I  Include file in rule config   X  Exclude file from rule config
9704 </PRE>
9705 <!--chtml endif-->
9707 <H2>Description of the Setup Index Line Colors Screen</H2>
9709 Index Line Color causes lines in the MESSAGE INDEX screen to be colored.
9710 This action is only available if your terminal is capable of displaying
9711 color and color display has been enabled with the
9712 <A HREF="h_config_color_style">Color Style</A> option within the
9713 Setup Color screen.
9714 (In PC-Alpine, color is always enabled so there is no option to turn on.)
9715 This screen lets you add, delete, modify, or change the order of the rules
9716 that cause the lines in the MESSAGE INDEX to be displayed in different
9717 colors.
9719 Each rule has a &quot;Pattern&quot;,
9720 which is used to decide which of the rules is used; and the color that
9721 is used if the Pattern matches a particular message.
9723 <H2>Index Color Patterns</H2>
9725 In order to determine whether or not a message matches an Index Color Rule
9726 the message is compared with the rule's Pattern.
9727 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9728 Scoring, Other Rules, and Search Rules, so are described in only one place,
9729 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9732 If none of the Index Color rules is a match for a particular index line,
9733 then the color used is set using
9734 the <A HREF="h_color_setup">Setup Kolor</A> screen.
9736 <H2>Index Line Color</H2>
9738 This is the color that index lines are colored when there is a matching
9739 Pattern.
9740 This colors the whole index line, except possibly the status letters,
9741 which may be colored separately using
9742 the <A HREF="h_color_setup">Setup Kolor</A> screen.
9744 <H2>Command Descriptions</H2>
9746 <H3>Add</H3>
9748 The Add command is used to add a new rule definition to your set of
9749 rules.
9750 The new rule will be added after the highlighted rule.
9752 <H3>Delete</H3>
9754 The Delete command deletes the currently highlighted rule.
9756 <H3>Change</H3>
9758 The Change command lets you edit the nickname, Pattern,
9759 and Index Line Color of the currently highlighted rule.
9761 <H3>Shuffle</H3>
9763 The Shuffle command allows you to change the order of the rules.
9764 You may move the currently highlighted rule up or down in the list.
9765 The order of the rules is important since the rules are tested for a
9766 match starting with the first rule and continuing until a match is found.
9767 You should place the rules with more specific Patterns near the beginning
9768 of the list, and those with more general Patterns near the end so that
9769 the more specific matches will happen when appropriate.
9771 <H3>Replicate</H3>
9773 The Replicate command is used to copy an existing rule definition and modify it.
9774 The new rule will be added after the highlighted rule.
9776 <H3>IncludeFile</H3>
9778 The IncludeFile command allows you to add a rules file to your configuration.
9779 Usually, your rules will be contained in your Alpine configuration file.
9780 If you wish, some or all of your rules may be stored in a separate file.
9781 If a rules file already exists (maybe it was made by somebody else using
9782 Alpine), you may insert it before the currently highlighted rule.
9783 You may also insert an empty file or a file that does not yet exist.
9784 Once you have an empty rules file in your configuration, you may use
9785 the Shuffle command to move rules into it.
9786 In fact, that's the only way to get the initial rule into the file.
9788 <H3>eXcludeFile</H3>
9790 The eXcludeFile command removes a rules file from your rules configuration.
9791 A limitation of the program is that in order to exclude a rules file
9792 that file must have at least one rule
9793 in it, otherwise you won't be able to highlight a line in the file.
9794 So you may have to add a dummy rule to the file in order to exclude the file.
9795 <P><UL>
9796 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9797 </UL>
9799 &lt;End of help on this topic&gt;
9800 </BODY>
9801 </HTML>
9802 ===== h_rules_filter =====
9803 <HTML>
9804 <HEAD>
9805 <TITLE>SETUP FILTERING SCREEN</TITLE>
9806 </HEAD>
9807 <BODY>
9808 <H1>SETUP FILTERING SCREEN</H1>
9809 <H2>SETUP FILTERING COMMANDS</H2>
9810 <!--chtml if pinemode="function_key"-->
9811 <PRE>
9812 Available  Commands -- Group 1         Available Commands -- Group 2   
9813 -------------------------------        ------------------------------  
9814 F1  Show Help Text                      F1  Show Help Text             
9815 F2  See commands in next group          F2  See commands in next group
9816 F3  Back to MAIN Alpine menu
9817 F4  Change configuration for filter
9818 F5  Move to previous filter             F5  Include file in filter config
9819 F6  Move to next filter                 F6  Exclude file from config
9820 F7  Previous page of filters
9821 F8  Next page of filters
9822 F9  Add new filter                      F9  Replicate existing filter
9823 F10 Delete existing filter
9824 F11 Shuffle the order of filters
9825 F12 Whereis (search filter nicknames)
9826 </PRE>
9827 <!--chtml else-->
9828 <PRE>
9829 Navigation                     General Alpine Commands
9830 -------------------------      -----------------------
9831  P  Prev Filter                   ?  Display this help text
9832  N  Next Filter                   E  Back to MAIN Alpine menu
9833  -  Previous page
9834 Spc (space bar) Next page
9835  W  WhereIs (search for word in filter nicknames)
9837 Setup Filters Commands
9838 ------------------------------------------------
9839  A  Add new filter                $  Shuffle the order of filters
9840  D  Delete existing filter        C  Change configuration for highlighted filter
9841  R  Replicate existing filter
9842  I  Include file in filter config X  Exclude file from filter config
9843 </PRE>
9844 <!--chtml endif-->
9846 <H2>Description of the Setup Filtering Screen</H2>
9848 This screen lets you add, delete, modify, or change the order of the rules
9849 that determine the filtering Alpine does on folders you view.
9851 The software that actually delivers mail (the stuff that happens
9852 before Alpine is involved) for you is in a better position to do mail filtering
9853 than Alpine itself.
9854 If possible, you may want to look into using that sort of mail filtering to
9855 deliver mail to different folders, delete it, or forward it.
9856 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
9858 Filtering is a way to automatically move certain messages from one folder
9859 to another or to delete messages.
9860 It can also be used to set message status (Important, Deleted, New,
9861 Answered) and to set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
9862 Alpine doesn't have the ability to forward mail to another address or
9863 to deliver vacation messages.
9865 Each filtering rule has a &quot;Pattern&quot; and a &quot;Filter Action&quot;.
9866 When a folder is opened, when new mail arrives in an open folder, or
9867 when mail is Expunged from a folder; each
9868 message is compared with the Patterns of your filtering rules.
9869 The comparisons start with the first rule and keep going until there
9870 is a match.
9871 If a match is found, the message may be deleted or moved, depending on
9872 the setting of the Filter Action.
9873 If the message is not deleted, it may have its status altered.
9876 <EM>NOTE:</EM>
9877 When setting up a Pattern used to delete messages,
9878 it is recommended that you test the Pattern first with a &quot;Move&quot;
9879 folder specified in
9880 case unintended matches occur.  Messages that are deleted will be removed 
9881 from the folder and <EM>unrecoverable</EM> from within Alpine after the
9882 next Expunge command or once the folder being filtered has been closed.
9884 <H2>Filter Patterns</H2>
9886 In order to determine whether or not a message matches a filter the message is
9887 compared with the Filter's Pattern.
9888 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9889 Scoring, Other Rules, and Search Rules, so are described in only one place,
9890 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9892 Since filtering is a potentially destructive action, if you have a filtering
9893 Pattern with nothing other than Current Folder Type set, that filtering
9894 rule is ignored.
9896 <H2>Filter Actions</H2>
9898 Once a filter match is found for a particular message, there are some actions
9899 that may be taken.
9900 First, the message may have its status changed.
9901 This is the same message status that you can manipulate manually using the
9902 <a href="h_common_flag">Flag Command</a>.
9903 There are always four elements of message status that you can control.
9904 You can set or clear the Important status, the New status, the Deleted
9905 status, and the Answered status.
9906 Of course, if the filter is going to delete the message,
9907 then there is no point in setting message status.
9908 You may also be able to set user-defined keywords for a message.
9909 Read a little about keywords in the help text for the
9910 <A HREF="h_common_flag">Flag</A> command.
9912 Second, the filter may delete or move the message.
9913 Deleting the message marks it Deleted and removes it from view.
9914 It is effectively gone forever (though it technically is still there until
9915 the next expunge command, which may happen implicitly).
9916 Moving the message moves it from the open folder into the folder
9917 listed on the &quot;Folder List&quot; line of the filter configuration.
9918 If you list more than one folder name (separated by commas) then the message
9919 will be copied to each of those folders.
9920 In any case, if &quot;Delete&quot; or &quot;Move&quot; is set then the
9921 message is removed from the current folder.
9922 If you just want to set the messages status without deleting it from
9923 the folder, then set the filter action to
9924 &quot;Just Set Message Status&quot;.
9926 (There is no way to do a Copy instead of a Move, due to the difficulties
9927 involved in keeping track of whether or not a message has
9928 already been copied.)
9930 <H2>Command Descriptions</H2>
9932 <H3>Add</H3>
9934 The Add command is used to add a new filter definition to your set of
9935 filters.
9936 The new filter will be added after the highlighted filter.
9938 <H3>Delete</H3>
9940 The Delete command deletes the currently highlighted filter.
9942 <H3>Change</H3>
9944 The Change command lets you edit the nickname, Pattern,
9945 and Folder of the currently highlighted filter.
9947 <H3>Shuffle</H3>
9949 The Shuffle command allows you to change the order of the filters.
9950 You may move the currently highlighted filter up or down in the list.
9951 The order of the filters is important since the filters are tested for a
9952 match starting with the first filter and continuing until a match is found.
9953 You should place the filters with more specific Patterns near the beginning
9954 of the list, and those with more general Patterns near the end so that
9955 the more specific matches will happen when appropriate.
9957 <H3>Replicate</H3>
9959 The Replicate command is used to copy an existing filter and modify it.
9960 The new filter will be added after the highlighted filter.
9962 <H3>IncludeFile</H3>
9964 The IncludeFile command allows you to add a filters file to your configuration.
9965 Usually, your filters will be contained in your Alpine configuration file.
9966 If you wish, some or all of your filters may be stored in a separate file.
9967 If a filters file already exists (maybe it was made by somebody else using
9968 Alpine), you may insert it before the currently highlighted filter.
9969 You may also insert an empty file or a file that does not yet exist.
9970 Once you have an empty filters file in your configuration, you may use
9971 the Shuffle command to move filters into it.
9972 In fact, that's the only way to get the initial filter into the file.
9974 <H3>eXcludeFile</H3>
9976 The eXcludeFile command removes a filters file from your filters configuration.
9977 A limitation of the program is that in order to exclude a filters file
9978 that file must have at least one filter
9979 in it, otherwise you won't be able to highlight a line in the file.
9980 So you may have to add a dummy filter to the file in order to exclude the file.
9981 <P><UL>
9982 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9983 </UL>
9985 <H3>Performance Considerations</H3>
9986 The number and type of patterns being tested can 
9987 adversely effect performance.  Issues to be aware
9988 of include:
9990 <UL>
9991   <LI> The more filters you have defined the longer it will take to run down
9992 the list.  Deleting unused filters is a good idea.
9993   <LI> Filtering in newsgroups served by an NNTP server will be slow
9994 if your patterns include tests other than &quot;From:&quot;
9995 or &quot;Subject:&quot;.
9996 </UL>
9998 &lt;End of help on this topic&gt;
9999 </BODY>
10000 </HTML>
10001 ===== h_rules_score =====
10002 <HTML>
10003 <HEAD>
10004 <TITLE>SETUP SCORING SCREEN</TITLE>
10005 </HEAD>
10006 <BODY>
10007 <H1>SETUP SCORING SCREEN</H1>
10008 <H2>SETUP SCORING COMMANDS</H2>
10009 <!--chtml if pinemode="function_key"-->
10010 <PRE>
10011 Available  Commands -- Group 1         Available Commands -- Group 2   
10012 -------------------------------        ------------------------------  
10013 F1  Show Help Text                      F1  Show Help Text             
10014 F2  See commands in next group          F2  See commands in next group
10015 F3  Back to MAIN Alpine menu
10016 F4  Change configuration for rule
10017 F5  Move to previous rule               F5  Include file in rule config
10018 F6  Move to next rule                   F6  Exclude file from config
10019 F7  Previous page of rules
10020 F8  Next page of rules
10021 F9  Add new rule                        F9  Replicate existing rule
10022 F10 Delete existing rule
10023 F11 Shuffle the order of rules
10024 F12 Whereis (search rule nicknames)
10025 </PRE>
10026 <!--chtml else-->
10027 <PRE>
10028 Navigation                     General Alpine Commands
10029 -------------------------      -----------------------
10030  P  Prev rule                     ?  Display this help text
10031  N  Next rule                     E  Back to MAIN Alpine menu
10032  -  Previous page
10033 Spc (space bar) Next page
10034  W  WhereIs (search for word in rule nicknames)
10036 Setup Scoring Commands
10037 ------------------------------------------------
10038  A  Add new rule                  $  Shuffle the order of rules
10039  D  Delete existing rule          C  Change configuration for highlighted rule
10040  R  Replicate existing rule
10041  I  Include file in rule config   X  Exclude file from rule config
10042 </PRE>
10043 <!--chtml endif-->
10045 <H2>Description of the Setup Scoring Screen</H2>
10047 Most people will not use scores at all, but if you do use them, here's how
10048 they work in Alpine.
10049 Using this screen, you may define Scoring rules.
10050 The score for a message is calculated by looking at every Score rule defined
10051 and adding up the Score Values for the ones that match the message.
10052 If there are no matches for a message, it has a score of zero.
10053 Message scores may be used a couple of ways in Alpine.
10055 <H3>Sorting by Score</H3>
10057 One of the methods you may use to sort message indexes is to sort by
10058 score.
10059 The scores of all the messages in a folder will be calculated and then
10060 the index will be ordered by placing the messages in order of ascending or
10061 descending score.
10063 <H3>Scores for use in Patterns</H3>
10065 The Patterns used for Roles, Index Line Coloring, and Filtering have a
10066 category labeled &quot;Score Interval&quot;.
10067 When a message is being compared with a Pattern to check for a match, if
10068 the Score Interval is set only messages that have a score somewhere in
10069 the interval are a match.
10071 <H2>Scoring Rule Patterns</H2>
10073 In order to determine whether or not a message matches a scoring rule
10074 the message is compared with the rule's Pattern.
10075 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10076 Scoring, Other Rules, and Search Rules, so are described in only one place,
10077 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10080 Actually, Scoring rule Patterns are slightly different from the other types of
10081 Patterns because Scoring rule Patterns don't contain a Score Interval.
10082 In other words, when calculating the score for a message, which is done
10083 by looking at the Scoring rule Patterns, scores aren't used.
10085 <H2>Score Value</H2>
10087 This is the value that will be added to the score for a message if the
10088 rule's Pattern is a match.
10089 Each individual Score Value is an integer between -100 and 100, and the
10090 values from matching rules are added together to get a message's score.
10091 There is also a way to extract the value from a particular header of each
10092 message. See the help text for Score Value for further information.
10094 <H2>Command Descriptions</H2>
10096 <H3>Add</H3>
10098 The Add command is used to add a new scoring rule definition.
10099 The new rule will be added after the highlighted rule.
10101 <H3>Delete</H3>
10103 The Delete command deletes the currently highlighted scoring rule.
10105 <H3>Change</H3>
10107 The Change command lets you edit the nickname, Pattern,
10108 and Score Value of the currently highlighted scoring rule.
10110 <H3>Shuffle</H3>
10112 The Shuffle command allows you to change the order of the scoring rules.
10113 You may move the currently highlighted rule up or down in the list.
10114 The order of the rules is important since the rules are tested for a
10115 match starting with the first rule and continuing until a match is found.
10116 You should place the rules with more specific Patterns near the beginning
10117 of the list, and those with more general Patterns near the end so that
10118 the more specific matches will happen when appropriate.
10120 <H3>Replicate</H3>
10122 The Replicate command is used to copy an existing rule and modify it.
10123 The new rule will be added after the highlighted rule.
10125 <H3>IncludeFile</H3>
10127 The IncludeFile command allows you to add a rules file to your configuration.
10128 Usually, your rules will be contained in your Alpine configuration file.
10129 If you wish, some or all of your rules may be stored in a separate file.
10130 If a rules file already exists (maybe it was made by somebody else using
10131 Alpine), you may insert it before the currently highlighted rule.
10132 You may also insert an empty file or a file that does not yet exist.
10133 Once you have an empty rules file in your configuration, you may use
10134 the Shuffle command to move rules into it.
10135 In fact, that's the only way to get the initial rule into the file.
10137 <H3>eXcludeFile</H3>
10139 The eXcludeFile command removes a rules file from your rules configuration.
10140 A limitation of the program is that in order to exclude a rules file
10141 that file must have at least one rule
10142 in it, otherwise you won't be able to highlight a line in the file.
10143 So you may have to add a dummy rule to the file in order to exclude the file.
10144 <P><UL>
10145 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10146 </UL>
10148 &lt;End of help on this topic&gt;
10149 </BODY>
10150 </HTML>
10151 ===== h_direct_config =====
10152 <HTML>
10153 <HEAD>
10154 <TITLE>SETUP LDAP DIRECTORY SERVERS SCREEN</TITLE>
10155 </HEAD>
10156 <BODY>
10157 <H1>SETUP LDAP DIRECTORY SERVERS SCREEN</H1>
10158 <H2>SETUP LDAP DIRECTORY SERVERS COMMANDS</H2>
10159 <!--chtml if pinemode="function_key"-->
10160 <PRE>
10161 Available  Commands                        
10162 -------------------------------            
10163 F1  Show Help Text                         
10164 F3  Back to MAIN Alpine menu                 
10165 F4  Change configuration for directory server  
10166 F5  Move to previous directory server          
10167 F6  Move to next directory server              
10168 F7  Previous page of directory servers         
10169 F8  Next page of directory servers
10170 F9  Add new directory server
10171 F10 Delete existing directory server
10172 F11 Shuffle the order of directory servers
10173 F12 Whereis (search directory server titles)   
10174 </PRE>
10175 <!--chtml else-->
10176 <PRE>
10177 Navigation                     General Alpine Commands
10178 -------------------------      -----------------------
10179  P  Prev Directory Server         ?  Display this help text
10180  N  Next Directory Server         E  Back to MAIN Alpine menu
10181  -  Previous page
10182 Spc (space bar) Next page
10183  W  WhereIs (search for word in directory server titles)
10185 Setup LDAP Directory Server Commands
10186 ------------------------------------------------
10187  A  Add new directory server      $  Shuffle the order of directory servers
10188  D  Delete existing dir server    C  Change configuration for highlighted server
10189 </PRE>
10190 <!--chtml endif-->
10192 <H2>Description of the Setup LDAP Directory Servers Screen</H2>
10194 This screen lets you add, delete, modify, or change the order of your
10195 directory servers. You may also set some optional behavior for each server.
10196 The &quot;Add Dir&quot; command brings up a blank form to 
10197 fill in. You will have to supply at least the name of the LDAP server.
10198 You will often have to supply a search base to be used with that server,
10199 as well. Once the form has been brought up on your screen, there is help
10200 available for each of the options you may set.
10202 The &quot;Del Dir&quot; command allows you to remove a directory server
10203 from your configuration.
10205 The &quot;Change&quot; command is similar to the &quot;Add Dir&quot; command.
10206 The difference is that instead of bringing up a form for a new server
10207 configuration, you are changing the configuration of an existing entry.
10208 For example, you might want to correct a typing error, change a
10209 nickname, or change one of the options set for that server.
10211 The &quot;Shuffle&quot; command is used to change the order of directory
10212 servers.
10213 <P><UL>
10214 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10215 </UL>
10217 &lt;End of help on this topic&gt;
10218 </BODY>
10219 </HTML>
10220 ============= h_address_display ========================
10221 <HTML>
10222 <HEAD>
10223 <TITLE>SEARCH RESULTS INDEX</TITLE>
10224 </HEAD>
10225 <BODY>
10226 <H1>SEARCH RESULTS INDEX</H1>
10227 This screen shows the results, if any, of your Directory Server search.  
10228 Commands (besides those for screen navigation) are:
10229 <DL>
10230 <DT>View
10231 <!--chtml if pinemode="function_key"-->
10232 (F4)
10233 <!--chtml else-->
10235 <!--chtml endif-->
10236 </DT>
10237 <DD>See the full information for the selected entry.
10239 <DT>Compose
10240 <!--chtml if pinemode="function_key"-->
10241 (F9)
10242 <!--chtml else-->
10244 <!--chtml endif--></DT>
10245 <DD>Compose a message with the selected entry as the recipient.
10247 <DT>Role
10248 <!--chtml if pinemode="function_key"-->
10249 (F2)
10250 <!--chtml else-->
10252 <!--chtml endif--></DT>
10253 <DD>Compose a message with the selected entry as the recipient. This differs
10254 from Compose in that you may select a role before beginning your composition.
10256 <DT>Forward
10257 <!--chtml if pinemode="function_key"-->
10258 (F10)
10259 <!--chtml else-->
10261 <!--chtml endif--></DT>
10262 <DD>Send the full information for the selected entry as an 
10263 email message to someone else.
10265 <DT>Save
10266 <!--chtml if pinemode="function_key"-->
10267 (F11)
10268 <!--chtml else-->
10270 <!--chtml endif-->
10271 </DT>
10272 <DD>Save to your address book:
10273 <UL>
10274 <LI>the result of the search (as just found through your query) for the 
10275 selected entry; or 
10276 <LI>the selected entry for repeated Directory Server searching when used 
10277 in the future.
10278 </UL>
10279 or<BR>
10280 Export to a file (external to Alpine):
10281 <UL>
10282 <LI>the full information for the selected entry; or
10283 <LI>the email address from the selected entry; or
10284 <LI>the selected entry in <A HREF="h_whatis_vcard">vCard</A> format.
10285 </UL>
10286 <DT>WhereIs
10287 <!--chtml if pinemode="function_key"-->
10288 (F12)
10289 <!--chtml else-->
10291 <!--chtml endif-->
10292 </DT>
10293 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10294 displayed text, not the full records for each entry.)  
10295 </DL>
10296 &lt;End of help on this topic&gt;
10297 </BODY>
10298 </HTML>
10299 ============= h_address_select ========================
10300 <HTML>
10301 <HEAD>
10302 <TITLE>SEARCH RESULTS INDEX</TITLE>
10303 </HEAD>
10304 <BODY>
10305 <H1>SEARCH RESULTS INDEX</H1>
10306 This screen shows the results, if any, of your Directory Server search.  
10307 Commands (besides those for screen navigation) are:
10308 <DL>
10309 <DT>Select
10310 </DT>
10311 <DD>Select this entry for use.
10313 <DT>ExitSelect
10314 <DD>Exit without selecting any of the entries.
10316 <DT>WhereIs
10317 </DT>
10318 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10319 displayed text, not the full records for each entry.)  
10320 </DL>
10321 &lt;End of help on this topic&gt;
10322 </BODY>
10323 </HTML>
10324 ===== h_folder_maint =====
10325 <HTML>
10326 <HEAD>
10327 <TITLE>Help for Folder List</TITLE>
10328 </HEAD>
10329 <BODY>
10330 <H1>FOLDER LIST COMMANDS</H1>
10331 <!--chtml if pinemode="function_key"-->
10332 <PRE>
10333 Available Commands -- Group 1        Available Commands -- Group 2
10334 -------------------------------      ------------------------------
10335 F1  Show Help Text                    F1  Show Help Text               
10336 F2  See commands in next group        F2  See commands in next group  
10337 F3  MAIN MENU Screen                  F3  Quit Alpine                    
10338 F4  Select folder and view it         F4  MAIN MENU Screen
10339 F5  Move to previous folder
10340 F6  Move to next folder               F6  Specify a folder to go to
10341 F7  Show previous screen of listing   F7  Show MESSAGE INDEX of current folder
10342 F8  Show next screen of listing       F8  Compose a message
10343 F9  Add a new folder                  F9  Print folder listing
10344 F10 Delete selected folder
10345 F11 Rename selected folder
10346 F12 Whereis (search folder names)
10348 Available Commands -- Group 3
10349 F1  Show Help Text
10350 F2  See commands in next group
10351 F5  Go to next new message
10352     (or count recent messages if <A HREF="h_config_tab_checks_recent"><!--#echo var="FEAT_tab-checks-recent"--></A> is set)
10353 F8  Compose a message using roles
10354 F9  Export folder to a file
10355 F10 Import the file back to a folder
10356 </PRE>
10357 <!--chtml else-->
10358 <PRE>
10359 Navigating the Folder Screen            Operations on the Selected Folder
10360 ----------------------------            ---------------------------------
10361  P   Move to previous folder              V  View Index of selected folder
10362  N   Move to next folder                  D  Delete
10363  -   Show previous page of listing        R  Rename
10364 Spc  (space bar) Show next page           E  Export to file
10365                                           U  Import from file to folder
10367 FOLDER LIST Screen Commands              General Alpine Command
10368 ---------------------------              -----------------------
10369  A  Add a folder                          O  Show all other available commands
10370  G  Specify a folder to go to             ?  Show Help text
10371  I  Show MESSAGE INDEX of current folder  M  MAIN MENU Screen
10372  W  Whereis (search folder names)         Q  Quit Alpine
10373  %  Print folder listing                  C  Compose a message
10374                                           #  Compose a message using roles
10375 </PRE>
10376 <!--chtml endif-->
10378 These commands are only available in the FOLDER LIST screen when the 
10379 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot; 
10380 feature</A> is set in the SETUP CONFIGURATION screen:<DL>
10381 <DT>Select:</DT>
10382 <DD>Select folders by certain criteria:<UL>
10383 <LI>All: of limited use, since there is no Apply command.
10384 <LI>by Property: <UL>
10385         <LI>folder contains messages not yet seen 
10386         <LI>folder contains new messages
10387         <LI>folder contains exactly as many, more, or fewer messages 
10388 than a given number
10389         </UL>
10390 <LI>by Text: <UL>
10391         <LI>contained in name of folder (Name Select)
10392         <LI>contained in messages in folder (Content Select)
10393         </UL>
10394 </UL></DD>
10396 <DT>Select current:</DT>
10397 <DD>Select the folder the cursor is on.  (Can be used to &quot;manually&quot; 
10398 add one or more folders to a set created with the Select command described 
10399 above.)</DD>
10400 <DT>Zoom mode:</DT>
10401 <DD>Toggles display of only selected folders or all folders on and off.</DD>
10402 </DL>
10404 If the feature
10405 <A HREF="h_config_tab_checks_recent">&quot;<!--#echo var="FEAT_tab-checks-recent"-->&quot;</A>
10406 is set then the TAB key will display the number of recent messages and
10407 the total number of messages in the highlighted folder.
10409 The &quot;Export&quot; command causes the lowest common denominator style
10410 mailbox to be written to a file.
10411 If the file already exists, you are asked if you want to delete it.
10412 If you say No, then the operation is aborted.
10413 Export might be a reasonable way to store a backup or an archival copy of
10414 a folder.
10415 The exported-to file is a local file on the system where you are running Alpine.
10416 The &quot;Import&quot; command is the opposite of the Export command.
10417 It reads a file created by Export and asks where it should save it in your
10418 folders.
10419 This could be a new folder or an existing folder.
10420 If the folder already exists, the messages from the exported file will be
10421 appended to the folder.
10423 <CENTER>Description of the FOLDER LIST Screen</CENTER>
10425 The purpose of the FOLDER LIST screen is to help you browse and manage
10426 the folders and directories (also known as &quot;hierarchy&quot;)
10427 contained within a collection.
10430 Folders and directories are arranged alphabetically across lines of
10431 the screen.  Directories, if present, are denoted by a special
10432 character at the end of the name known as the hierarchy delimiter
10433 (typically, &quot;/&quot;).  By default, folders and directories are
10434 mixed together.  The
10435 "<A HREF="h_config_fld_sort_rule"><!--#echo var="VAR_folder-sort-rule"--></A>"
10436 configuration option can be used to group directories toward the 
10437 beginning or end of the list.
10440 The Next/Prev Page commands help browse the list, the Next/Prev Fldr
10441 commands change the &quot;selected&quot; (i.e., highlighted) folder or
10442 directory, and the View Fldr/Dir commands will &quot;open&quot; the
10443 selected item.  Folder and directory management is provided via the
10444 Rename, Delete and Add commands.
10446 <P><CENTER>About Folders</CENTER>
10447 What are Folders?<P>
10449 Folders are simply files where messages are kept.  Every message has to be
10450 in a folder.  Most every Alpine user starts out with 3 folders: an INBOX, a
10451 folder for sent mail and a folder for saved messages.<P>
10453 You may create as many other folders as you wish.  They must be given
10454 names that can be filenames on the filesystem.  
10457 You can move messages from one folder to another by opening the original
10458 folder and saving messages into the other folder just as you can save
10459 message from your INBOX to any other folder.<P>
10461 Folders are typically just files in the filesystem.  However, the files
10462 that are
10463 folders have some special formatting in them (so that Alpine knows where one
10464 message ends and another begins) and should <EM>not</EM> be edited outside of
10465 Alpine.  If you want copies of your messages in text files that you can edit
10466 or otherwise manipulate, use the Export command to copy them from Alpine into
10467 your regular file area.
10470 FOR MORE INFORMATION: See the section on
10471 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
10473 <CENTER>About Directories</CENTER>
10475 A directory is simply a container used to group folders within a
10476 folder list.  You can create as many directories as you like.  And 
10477 directories can even contain directories themselves.
10480 SPECIAL NOTES: When accessing folders on an IMAP server, it is important
10481 to note that not all IMAP servers support directories.  If you find that
10482 the Add command fails to offer the &quot;Create Directory&quot; subcommand,
10483 then it's likely that directories are not supported by the server serving
10484 in that collection.
10487 Similarly, servers that do provide for directories may not do so in
10488 the same way.  On some servers, for example, each folder name you
10489 create is at the same time capable of being a directory.  When this
10490 happens, Alpine will display both the folder name and the name of the
10491 directory (with trailing hierarchy delimiter) in the folder list.
10494 Another issue with IMAP access, though with a much smaller set of servers,
10495 is that not all servers accept the request to list out the available
10496 folders and directories in the same way.  If you find yourself having
10497 trouble viewing folders on your server, you might investigate the
10498 &quot;<A HREF="h_config_lame_list_mode"><!--#echo var="FEAT_enable-lame-list-mode"--></A>&quot;
10499 feature.
10501 <UL>
10502 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10503 </UL>
10505 &lt;End of help on this topic&gt;
10506 </BODY>
10507 </HTML>
10508 ========= h_valid_folder_names ========
10509 <HTML>
10510 <HEAD>
10511 <TITLE>Explanation of Valid Folder Names</TITLE>
10512 </HEAD>
10513 <BODY>
10514 <H1>Folder Name Syntax Explained</H1>
10516 Once your folder collections are defined, you can usually refer to
10517 folders by their simple (unqualified) name, or pick from a FOLDER LIST
10518 display.  However, understanding the complete syntax for folder names,
10519 both local and remote, is handy when using the Goto command and when
10520 you are adding new folder collections via the Setups/collectionList screen.
10522 An Alpine folder name looks like
10525 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;]&lt;namespace-specific-part&gt;</SAMP></CENTER>
10528 The square brackets ([]) mean that the part is optional.
10531 If there is no remote-specification, then the folder name is interpreted
10532 locally on the computer running Alpine.
10533 Local folder names depend on the operating system used by the computer 
10534 running Alpine, as well as the configuration of that system.  For example,
10535 &quot;C:&#92;PINE&#92;FOLDERS&#92;OCT-94&quot; might exist on a PC, and
10536 &quot;~/mail/september-1994&quot; might be a reasonable folder name on a
10537 system running Unix.
10540 Alpine users have the option of using folders that are stored on some other
10541 computer.  Alpine accesses remote folders via IMAP (the Internet Message
10542 Access Protocol), or in the case of news, via NNTP (the Network News
10543 Transport Protocol).  To be able to access remote folders in Alpine, the
10544 remote host must be running the appropriate server software (imapd or
10545 nntpd) and you must correctly specify the name of the folder to Alpine,
10546 including the domain name of the remote machine. For example,
10548 <CENTER><SAMP>&#123;monet.art.example.com}INBOX</SAMP></CENTER>
10550 could be a remote folder specification, and so could
10552 <CENTER><SAMP>&#123;unixhost.art.example.com}~/mail/september-1994</SAMP></CENTER>
10555 <CENTER><SAMP>&#123;winhost.art.example.com}&#92;mymail&#92;SEP-94</SAMP></CENTER>
10557 Note that in the case of remote folders, the directory/file path in the specification is 
10558 determined by the operating system of the remote computer, <B>not</B> by
10559 the operating system of the computer on which you are running Alpine.
10561 As you can tell, the name of the computer is in &#123;} brackets
10562 followed immediately by the name of the folder.  (In each of these cases the
10563 optional namespace is missing.)  If, as in these
10564 examples, there is no remote access protocol specified, then IMAP is
10565 assumed.  Check
10566 <A HREF="h_folder_server_syntax">here</A>
10567 for a more detailed look at what options can be placed between the brackets.
10568 If there are no brackets at all, then the folder name is interpreted locally
10569 on the computer on which you are running Alpine.
10572 To the right of the brackets when a server name is present, or at the
10573 start of the foldername if no server is present, the sharp sign,
10574 &quot;#&quot;, holds special meaning.  It indicates a folder name
10575 outside the area reserved for your personal folders.  In fact, it's
10576 used to indicate both the name of the folder, and a special phrase
10577 telling Alpine how to interpret the name that follows.
10580 So, for example, Alpine can be used to access a newsgroup that might be 
10581 available on your computer using:
10583 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
10585 The sharp sign indicates the folder name is outside your personal
10586 folder area.  The &quot;news.&quot; phrase after it tells Alpine to 
10587 interpret the remainder of the name as a newsgroup.
10590 Similarly, to access a newsgroup on your IMAP server, you might
10591 use something like:
10593 <CENTER><SAMP>&#123;wharhol.art.example.com}#news.comp.mail.misc</SAMP></CENTER>
10596 There are a number of such special phrases (or &quot;namespaces&quot;)
10597 available.  For a more detailed explanation read about
10598 <A HREF="h_folder_name_namespaces">Namespaces</A>.
10601 Note that &quot;INBOX&quot; has special meaning in both local and remote folder
10602 names.  The name INBOX refers to your &quot;principal incoming
10603 message folder&quot; and will be mapped to the actual file name used for your
10604 INBOX on any given host.  Therefore, a name like
10605 &quot;&#123;xxx.art.example.com}INBOX&quot; refers to whatever file is used to
10606 store incoming mail for you on that particular host.
10609 &lt;End of help on this topic&gt;
10610 </BODY>
10611 </HTML>
10612 ======= h_folder_name_namespaces =======
10613 <HTML>
10614 <HEAD>
10615 <TITLE>FOLDER NAME NAMESPACES EXPLAINED</TITLE>
10616 </HEAD>
10617 <BODY>
10618 <H1>Folder Name Namespaces Explained</H1>
10620 An Alpine folder name looks like
10623 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;][&lt;namespace-specific-part&gt;]</SAMP></CENTER>
10626 The local part of a folder name has an optional &quot;Namespace&quot; which
10627 tells Alpine how to interpret the rest of the name.
10629 <P> 
10630 By default the folder name is interpreted as defining a section of your personal
10631 folder area.  This area and how you specify it are defined by the
10632 server, if one is specified, or, typically, the home
10633 directory, if no server is defined.
10636 If a namespace is specified, it begins with the
10637 sharp, &quot;#&quot;, character followed by the name of the namespace
10638 and then the namespace's path-element-delimiter.  Aside from the
10639 path's format, namespaces can also imply access rights, content
10640 policy, audience, location, and, occasionally, access methods.
10643 Each server exports its own set (possibly of size one) of 
10644 namespaces.  Hence, it's likely communication with your server's
10645 administrator will be required for specific configurations.  Some of
10646 the more common namespaces, however, include:
10648 <DL>
10649 <DT>#news.</DT>
10650 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
10651 names are hierarchically defined with each level delimited by a period.
10653 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
10655 </DD>
10656 <DT>#public/</DT>
10657 <DD>This specifies a folder area that the server may export to the general
10658 public.
10659 </DD>
10660 <DT>#shared/</DT>
10661 <DD>This specifies a folder area that the server may export to groups
10662 of users.
10663 </DD>
10664 <DT>#ftp/</DT>
10665 <DD>This specifies a folder area that is the same as that it may have 
10666 exported via the &quot;File Transfer Protocol&quot;.
10667 </DD>
10668 <DT>#mh/</DT>
10669 <DD>This specifies the personal folder area associated with folders
10670 and directories that were created using the MH message handling system.
10671 </DD>
10672 <DT>#move/</DT>
10673 <DD>This namespace is interpreted locally by Alpine. It has an unusual interpretation and format.
10675 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
10677 The #move namespace is followed by two folder names separated by a delimiter
10678 character.
10679 The delimiter character may be any character that does not appear in
10680 the MailDropFolder name.
10681 The meaning of #move is that mail will be copied from the MailDropFolder to
10682 the DestinationFolder and then deleted (if possible) from the MailDropFolder.
10683 Periodic checks at frequency
10684 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A>, but with a minimum
10685 time between checks set by
10686 <A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>,
10687 are made for new mail arriving in the MailDropFolder.
10688 An example that copies mail from a POP inbox to a local folder follows
10690 <CENTER><SAMP>#move+{popserver.example.com/pop3/ssl}inbox+local folder</SAMP></CENTER>
10692 To you it appears that mail is being delivered to the local folder when it
10693 is copied from the MailDropFolder, and you read mail from the local folder.
10695 Note that if the DestinationFolder does not exist then the messages are not
10696 copied from the MailDropFolder.
10697 A #move folder may only be used as an
10698 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
10699 an Inbox.
10700 When you are in the FOLDER LIST of Incoming Message Folders (after turning
10701 on the
10702 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
10703 option)
10704 the Add command has a subcommand &quot;Use Mail Drop&quot;
10705 which may be helpful for defining the folder in your Alpine configuration.
10706 The same is true when you edit the
10707 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
10708 option in Setup/Config.
10709 Each of these configuration methods will also create the DestinationFolder
10710 if it doesn't already exist.
10711 If you are having problems, make sure the DestinationFolder exists.
10712 You may find some more useful information about Mail Drops at
10713 <A HREF="h_maildrop">What is a Mail Drop?</A>.
10714 </DD>
10715 </DL>
10718 In addition, the server may support access to other user's folders,
10719 provided you have suitable permissions.  Common methods use a prefix
10720 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
10721 indicate the root of the other user's folder area.
10724 No, nothing's simple.
10727 &lt;End of help on this topic&gt;
10728 </BODY>
10729 </HTML>
10730 ============= h_whatis_vcard ========================
10731 <HTML>
10732 <HEAD>
10733 <TITLE>VCARD EXPLAINED</TITLE>
10734 </HEAD>
10735 <BODY>
10736 <H1>What is the vCard format?</H1>
10737 A &quot;vCard&quot; is a sort of electronic business card, for exchanging 
10738 information about and among people and organizations electronically.  
10739 More information about vCard can be found (as of May 1998) on the WWW site 
10740 of the Internet Mail Consortium at the URL:
10742 <CENTER><A HREF="http://www.imc.org/pdi/">http://www.imc.org/pdi/</A></CENTER>
10744 &lt;End of help on this topic&gt;
10745 </BODY>
10746 </HTML>
10747 ===== h_folder_open =====
10748 <HTML>
10749 <HEAD>
10750 <TITLE>Explanation of Folder Selection</TITLE>
10751 </HEAD>
10752 <BODY>
10753 <BR>
10754 <BR>
10755 This screen is designed to allow you to quickly and easily survey your
10756 folders and select one to open.
10757 <!--chtml if pinemode="function_key"-->
10758 <PRE>
10759 Navigating the List of Folders             General Alpine Commands
10760 ------------------------------             -----------------------
10761  P   Move to previous folder               ?   Show this help text
10762  N   Move to next folder
10763  -   Show previous screen of folders
10764 Spc  (space bar) Show next screen
10765  W   WhereIs (search folder names)
10767 Folder Selection Commands
10768 -------------------------
10769  E   Exit the Folder Select menu (without selecting a folder)
10770  S   Select the currently highlighted folder
10771 </PRE>
10772 <!--chtml else-->
10773 <PRE>
10774 Navigating the List of Folders             General Alpine Commands
10775 ------------------------------             -----------------------
10776 F5   Move to previous folder               F1  Show this help text
10777 F6   Move to next folder
10778 F7   Show previous screen of folders
10779 F8   Show next screen of folders
10780 F12  WhereIs (search folder names)
10782 Folder Selection Commands
10783 -------------------------
10784 F3   Exit the Folder Select menu (without selecting a folder)
10785 F4   Select the currently highlighted folder
10786 </PRE>
10787 <!--chtml endif-->
10789 FOR MORE INFORMATION: See the section on
10790 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
10792 &lt;End of help on this topic&gt;
10793 </BODY>
10794 </HTML>
10795 ===== h_folder_subscribe =====
10796 <HTML>
10797 <HEAD>
10798 <TITLE>Newsgroup Subcribe Screen explained</TITLE>
10799 </HEAD>
10800 <BODY>
10801 <H1>FOLDER SUBSCRIBE HELP</H1>
10803 This screen is designed to help you subscribe to newsgroups you are
10804 not currently subscribed to.  The screen display is a list of all
10805 available newsgroups (or possibly a partial list if you specified a
10806 partial name when entering the screen).  Groups you have already
10807 subscribed to have the letters &quot;SUB&quot; next to them.  You may
10808 select a single new group to subscribe to by moving the cursor to that
10809 group and pressing &quot;S&quot; or carriage return.  Alternatively,
10810 you may change into ListMode with the &quot;ListMode&quot; command.
10811 The display will change slightly so that each group has a checkbox in
10812 front of it.  Use the cursor and the Set/Unset command to place an
10813 &quot;X&quot; in front of each newsgroup you wish to subscribe to.
10816 When you are finished marking groups, the &quot;Subscribe&quot;
10817 command will subscribe you to those groups you have marked.  Note, you
10818 may not unsubscribe to groups with this command.  Instead of the
10819 &quot;A&quot; &quot;Subscribe&quot; command, use the &quot;D&quot;
10820 UnSbscrbe command.
10823 <!--chtml if pinemode="function_key"-->
10824 <PRE>
10825 Navigating the List of Newsgroups          General Alpine Commands
10826 ---------------------------------          -----------------------
10827 F5   Move to previous group                F1   Show this help text
10828 F6   Move to next group
10829 F7   Show previous screen of groups
10830 F8   Show next screen of groups
10831 F12  WhereIs (search group names)
10832 F9   Use ListMode
10834 Group Selection Commands
10835 -------------------------
10836 F3  Exit the News Subscribe menu (without selecting any groups)
10837 F4  Subscribe to the currently highlighted newsgroup
10838 </PRE>
10839 <!--chtml else-->
10840 <PRE>
10841 Navigating the List of Newsgroups          General Alpine Commands
10842 ---------------------------------          -----------------------
10843  P   Move to previous group                ?   Show this help text
10844  N   Move to next group
10845  -   Show previous screen of groups
10846 Spc  (space bar) Show next screen
10847  W   WhereIs (search group names)
10848  L   Use ListMode
10850 Group Selection Commands
10851 -------------------------
10852  E   Exit the News Subscribe menu (without selecting any groups)
10853  S   Subscribe to the currently highlighted newsgroup
10854 </PRE>
10855 <!--chtml endif-->
10857 When in ListMode, there is an additional command for marking groups to
10858 subscribe to:
10860 <!--chtml if pinemode="function_key"-->
10861 <PRE>
10862 ListMode Commands
10863 -------------------------
10864 F9  Set or unset the highlighted group
10865 </PRE>
10866 <!--chtml else-->
10867 <PRE>
10868 ListMode Commands
10869 -------------------------
10870 X   Set or unset the highlighted group
10871 </PRE>
10872 <!--chtml endif-->
10874 &lt;End of help on this topic&gt;
10875 </BODY>
10876 </HTML>
10877 ===== h_folder_postnews =====
10878 <HTML>
10879 <HEAD>
10880 <TITLE>Newsgroup selecting for Posting explained</TITLE>
10881 </HEAD>
10882 <BODY>
10883 This screen is designed to allow you to quickly and easily survey
10884 the available newsgroups and select one to post news to.
10886 <!--chtml if pinemode="function_key"-->
10887 <PRE>
10888 Navigating the List of Newsgroups          General Alpine Commands
10889 ---------------------------------          -----------------------
10890 F5   Move to previous group                F1  Show this help text
10891 F6   Move to next group
10892 F7   Show previous screen of groups
10893 F8   Show next screen of groups
10894 F12  WhereIs (search group names)
10896 Group Selection Commands
10897 -------------------------
10898 F3   Exit the Selection menu (without selecting a group)
10899 F4   Select the currently highlighted newsgroup
10900 </PRE>
10901 <!--chtml else-->
10902 <PRE>
10903 Navigating the List of Newsgroups          General Alpine Commands
10904 ---------------------------------          -----------------------
10905  P   Move to previous group                ?  Show this help text
10906  N   Move to next group
10907  -   Show previous screen of groups
10908 Spc  (space bar) Show next screen of groups
10909  W   WhereIs (search group names)
10911 Group Selection Commands
10912 -------------------------
10913  E   Exit the Selection menu (without selecting a group)
10914  S   Select the currently highlighted newsgroup
10915 </PRE>
10916 <!--chtml endif-->
10918 &lt;End of help on this topic&gt;
10919 </BODY>
10920 </HTML>
10921 ===== h_folder_save =====
10922 <HTML>
10923 <HEAD>
10924 <TITLE>Folder Select for Save Explained</TITLE>
10925 </HEAD>
10926 <BODY>
10927 This screen is designed to allow you to quickly and easily survey your
10928 folders and select one to use for saving the current message.
10931 <!--chtml if pinemode="function_key"-->
10932 <PRE>
10933 Navigating the List of Folders             General Alpine Commands
10934 ------------------------------             -----------------------
10935 F5   Move to previous folder               F1  Show this help text
10936 F6   Move to next folder
10937 F7   Show previous screen of folders
10938 F8   Show next screen of folders
10939 F12  WhereIs (search folder names)
10941 Folder Selection Commands
10942 -------------------------
10943 F3   Exit the Folder Select menu (without selecting a folder)
10944 F4   Select the currently highlighted folder
10945 F11  AddNew folder (just like Select, but you type in a new folder name)
10946 </PRE>
10947 <!--chtml else-->
10948 <PRE>
10949 Navigating the List of Folders             General Alpine Commands
10950 ------------------------------             -----------------------
10951  P   Move to previous folder               ?  Show this help text
10952  N   Move to next folder
10953  -   Show previous screen of folders
10954 Spc  (space bar) Show next screen of folders
10955  W   WhereIs (search folder names)
10957 Folder Selection Commands
10958 -------------------------
10959  E   Exit the Folder Select menu (without selecting a folder)
10960  S   Select the currently highlighted folder
10961  A   AddNew folder (just like Select, but you type in a new folder name)
10962 </PRE>
10963 <!--chtml endif-->
10965 FOR MORE INFORMATION: See the section on
10966 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
10968 &lt;End of help on this topic&gt;
10969 </BODY>
10970 </HTML>
10971 ===== h_folder_fcc =====
10972 <HTML>
10973 <HEAD>
10974 <TITLE>Folder Select for Fcc Explained</TITLE>
10975 </HEAD>
10976 <BODY>
10977 This screen is designed to allow you to quickly and easily survey your
10978 folders and select one to use as the file carbon copy (fcc) for the
10979 current message.
10982 <!--chtml if pinemode="function_key"-->
10983 <PRE>
10984 Navigating the List of Folders             General Alpine Commands
10985 ------------------------------             -----------------------
10986 F5   Move to previous folder               F1  Show this help text
10987 F6   Move to next folder
10988 F7   Show previous screen of folders
10989 F8   Show next screen of folders
10990 F12  WhereIs (search folder names)
10992 Folder Selection Commands
10993 -------------------------
10994 F3   Exit the Folder Select menu (without selecting a folder)
10995 F4   Select the currently highlighted folder
10996 F11  AddNew folder (just like Select, but you type in a new folder name)
10997 </PRE>
10998 <!--chtml else-->
10999 <PRE>
11000 Navigating the List of Folders             General Alpine Commands
11001 ------------------------------             -----------------------
11002  P   Move to previous folder               ?  Show this help text
11003  N   Move to next folder
11004  -   Show previous screen of folders
11005 Spc  (space bar) Show next screen of folders
11006  W   WhereIs (search folder names)
11008 Folder Selection Commands
11009 -------------------------
11010  E   Exit the Folder Select menu (without selecting a folder)
11011  S   Select the currently highlighted folder
11012  A   AddNew folder (just like Select, but you type in a new folder name)
11013 </PRE>
11014 <!--chtml endif-->
11016 FOR MORE INFORMATION: See the section on
11017 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11019 &lt;End of help on this topic&gt;
11020 </BODY>
11021 </HTML>
11022 ===== h_folder_pattern_roles =====
11023 <HTML>
11024 <HEAD>
11025 <TITLE>Folder Select for Current Folder Explained</TITLE>
11026 </HEAD>
11027 <BODY>
11028 This screen is designed to allow you to quickly and easily survey your
11029 folders and select one to use as the specific Current Folder
11030 in a Pattern.
11033 <!--chtml if pinemode="function_key"-->
11034 <PRE>
11035 Navigating the List of Folders             General Alpine Commands
11036 ------------------------------             -----------------------
11037 F5   Move to previous folder               F1  Show this help text
11038 F6   Move to next folder
11039 F7   Show previous screen of folders
11040 F8   Show next screen of folders
11041 F12  WhereIs (search folder names)
11043 Folder Selection Commands
11044 -------------------------
11045 F3   Exit the Folder Select menu (without selecting a folder)
11046 F4   Select the currently highlighted folder
11047 F11  AddNew folder (just like Select, but you type in a new folder name)
11048 </PRE>
11049 <!--chtml else-->
11050 <PRE>
11051 Navigating the List of Folders             General Alpine Commands
11052 ------------------------------             -----------------------
11053  P   Move to previous folder               ?  Show this help text
11054  N   Move to next folder
11055  -   Show previous screen of folders
11056 Spc  (space bar) Show next screen of folders
11057  W   WhereIs (search folder names)
11059 Folder Selection Commands
11060 -------------------------
11061  E   Exit the Folder Select menu (without selecting a folder)
11062  S   Select the currently highlighted folder
11063  A   AddNew folder (just like Select, but you type in a new folder name)
11064 </PRE>
11065 <!--chtml endif-->
11067 FOR MORE INFORMATION: See the section on
11068 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11070 &lt;End of help on this topic&gt;
11071 </BODY>
11072 </HTML>
11073 ===== h_folder_stayopen_folders =====
11074 <HTML>
11075 <HEAD>
11076 <TITLE>Folder Select Explained</TITLE>
11077 </HEAD>
11078 <BODY>
11079 This screen is designed to allow you to quickly and easily survey your
11080 folders and select one to use as a Stay-Open folder.
11083 <!--chtml if pinemode="function_key"-->
11084 <PRE>
11085 Navigating the List of Folders             General Alpine Commands
11086 ------------------------------             -----------------------
11087 F5   Move to previous folder               F1  Show this help text
11088 F6   Move to next folder
11089 F7   Show previous screen of folders
11090 F8   Show next screen of folders
11091 F12  WhereIs (search folder names)
11093 Folder Selection Commands
11094 -------------------------
11095 F3   Exit the Folder Select menu (without selecting a folder)
11096 F4   Select the currently highlighted folder
11097 F11  AddNew folder (just like Select, but you type in a new folder name)
11098 </PRE>
11099 <!--chtml else-->
11100 <PRE>
11101 Navigating the List of Folders             General Alpine Commands
11102 ------------------------------             -----------------------
11103  P   Move to previous folder               ?  Show this help text
11104  N   Move to next folder
11105  -   Show previous screen of folders
11106 Spc  (space bar) Show next screen of folders
11107  W   WhereIs (search folder names)
11109 Folder Selection Commands
11110 -------------------------
11111  E   Exit the Folder Select menu (without selecting a folder)
11112  S   Select the currently highlighted folder
11113  A   AddNew folder (just like Select, but you type in a new folder name)
11114 </PRE>
11115 <!--chtml endif-->
11117 FOR MORE INFORMATION: See the section on
11118 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11120 &lt;End of help on this topic&gt;
11121 </BODY>
11122 </HTML>
11123 ===== h_folder_action_roles =====
11124 <HTML>
11125 <HEAD>
11126 <TITLE>Folder Select Explained</TITLE>
11127 </HEAD>
11128 <BODY>
11129 This screen is designed to allow you to quickly and easily survey your
11130 folders and select one to use as the folder into which messages
11131 matching this filter will be moved.
11134 <!--chtml if pinemode="function_key"-->
11135 <PRE>
11136 Navigating the List of Folders             General Alpine Commands
11137 ------------------------------             -----------------------
11138 F5   Move to previous folder               F1  Show this help text
11139 F6   Move to next folder
11140 F7   Show previous screen of folders
11141 F8   Show next screen of folders
11142 F12  WhereIs (search folder names)
11144 Folder Selection Commands
11145 -------------------------
11146 F3   Exit the Folder Select menu (without selecting a folder)
11147 F4   Select the currently highlighted folder
11148 F11  AddNew folder (just like Select, but you type in a new folder name)
11149 </PRE>
11150 <!--chtml else-->
11151 <PRE>
11152 Navigating the List of Folders             General Alpine Commands
11153 ------------------------------             -----------------------
11154  P   Move to previous folder               ?  Show this help text
11155  N   Move to next folder
11156  -   Show previous screen of folders
11157 Spc  (space bar) Show next screen of folders
11158  W   WhereIs (search folder names)
11160 Folder Selection Commands
11161 -------------------------
11162  E   Exit the Folder Select menu (without selecting a folder)
11163  S   Select the currently highlighted folder
11164  A   AddNew folder (just like Select, but you type in a new folder name)
11165 </PRE>
11166 <!--chtml endif-->
11168 FOR MORE INFORMATION: See the section on
11169 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11171 &lt;End of help on this topic&gt;
11172 </BODY>
11173 </HTML>
11174 ===== h_abook_config =====
11175 <HTML>
11176 <HEAD>
11177 <TITLE>SETUP ADDRESS BOOKS SCREEN</TITLE>
11178 </HEAD>
11179 <BODY>
11180 <H1>SETUP ADDRESS BOOKS SCREEN</H1>
11181 <H2>SETUP ADDRESS BOOKS COMMANDS</H2>
11182 <!--chtml if pinemode="function_key"-->
11183 <PRE>
11184 Available  Commands                        
11185 -------------------------------            
11186 F1  Show Help Text                         
11187 F3  Back to MAIN Alpine menu                 
11188 F4  Change configuration for address book  
11189 F5  Move to previous address book          
11190 F6  Move to next address book              
11191 F7  Previous page of address books         
11192 F8  Next page of address books             
11193 F9  Add new address book                   
11194 F10 Delete existing address book           
11195 F11 Shuffle the order of address books     
11196 F12 Whereis (search address book titles)   
11197 </PRE>
11198 <!--chtml else-->
11199 <PRE>
11200 Navigation                     General Alpine Commands
11201 -----------------------        -----------------------
11202  P  Prev Address Book           ?  Display this help text
11203  N  Next Address Book           E  Back to MAIN Alpine menu
11204  -  Previous page
11205 Spc (space bar) Next page
11206  W  WhereIs (search for word in address book titles)
11208 Setup Address Books Commands
11209 ------------------------------------------------
11210  A  Add new address book          $  Shuffle the order of address books
11211  D  Delete existing address book  C  Change configuration for address book
11212 </PRE>
11213 <!--chtml endif-->
11215 <H2>Description of the Setup Address Books Screen</H2>
11217 This screen lets you add, delete, modify, or change the order of your
11218 address books.  The &quot;Add Abook&quot; command brings up a blank form to 
11219 fill in.  If you are adding a remote address book on an IMAP server
11220 you should fill in the name of the IMAP server.  Otherwise, leave
11221 that field blank.  (Note that remote IMAP address books are an Alpine
11222 concept and are unlikely to interoperate with other mail clients.)
11223 For a remote address book, fill in the name of the remote folder
11224 in the Folder field.  This should be a folder that is used only for
11225 this one purpose, not a general purpose folder you expect to store
11226 messages in.
11227 <P>If you are adding a local address book, fill in the
11228 Folder Name field with a local file name (e.g., .addressbook).
11230 <B>Please note:</B> Remote address books stored on an IMAP server are 
11231 of an entirely different format (namely, a special-purpose 
11232 &quot;mail folder&quot;) than that of the local addressbook familiar 
11233 to Alpine users.  Therefore, 
11234 you cannot use &quot;add a remote address book&quot; to make an existing 
11235 Alpine .addressbook file you may have on a remote IMAP server accessible to 
11236 Alpine running on a different host.  
11239 The &quot;Del Abook&quot; command allows you to remove an address book
11240 from your configuration.  It will also ask you if you wish to remove
11241 the data for that address book, which would erase all traces of the
11242 address book if you answer Yes.
11245 The &quot;Change&quot; command is similar to the &quot;Add Abook&quot; command.
11246 The difference is that instead of adding a new address book to your
11247 configuration, you are changing the configuration of an existing entry.
11248 For example, you might want to correct a typing error or change a
11249 nickname.  The &quot;Change&quot; command is not a move command.  If you
11250 change the folder name or server name the data will not be moved for you.
11253 The &quot;Shuffle&quot; command is used for two purposes.  If you shuffle
11254 an address book toward another address book in the same group then
11255 the order of those two address books will be swapped.  If you shuffle
11256 the last Personal address book down towards the Global address book
11257 section, it will become a Global address book.  If you shuffle
11258 the first Global address book up it will become a Personal address
11259 book.  The main difference between Personal and Global address
11260 books is that Global address books are forced read-only.
11261 <P><UL>
11262 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11263 </UL>
11265 &lt;End of help on this topic&gt;
11266 </BODY>
11267 </HTML>
11268 ===== h_abook_top =====
11269 <HTML>
11270 <HEAD>
11271 <TITLE>ADDRESS BOOK LIST COMMANDS</TITLE>
11272 </HEAD>
11273 <BODY>
11274 <H1>ADDRESS BOOK LIST COMMANDS</H1>
11275 <!--chtml if pinemode="function_key"-->
11276 <PRE>
11277 Available  Commands -- Group 1         Available Commands -- Group 2
11278 -------------------------------        ------------------------------
11279 F1  Show Help Text                      F1  Show Help Text
11280 F2  See commands in next group          F2  See commands in next group
11281 F3  Exit to MAIN MENU                   F3  Quit Alpine
11282 F4  View/Edit selected address book
11283 F5  Move to previous address book       F5  FOLDER LIST screen
11284 F6  Move to next address book           F6  Specify a folder to go to
11285 F7  Previous page                       F7  MESSAGE INDEX screen
11286 F8  Next page                           F9  Print list of address books
11287 F12 Whereis (search for word)
11288 </PRE>
11289 <!--chtml else-->
11290 <PRE>
11291 Navigation                       General Alpine Commands
11292 -----------------------          -----------------------
11293  P  Previous Entry                ?  Display this help text
11294  N  Next Entry                    O  Show all other available commands
11295  -  Previous page                 &lt;  Back to MAIN Alpine menu
11296 Spc (space bar) Next page         Q  Quit Alpine
11297  W  WhereIs (search for word)     L  FOLDER LIST screen
11298                                   G  Specify a folder to go to
11299 Address Book Commands             I  MESSAGE INDEX screen
11300 ------------------------------------------------
11301  &gt;  View/Edit selected address book
11302               or
11303  &gt;  Search on selected directory server
11305  %  Print list of address books and directory servers
11306 </PRE>
11307 <!--chtml endif-->
11309 <H2>Description of the Address Book List Screen</H2>
11311 From this screen you may choose which address book you wish to view
11312 or edit. For more information on address books, view one of your
11313 address books (with
11314 <!--chtml if pinemode="function_key"-->
11316 <!--chtml else-->
11317 &quot;&gt;&quot;
11318 <!--chtml endif-->)
11319 and see the Help Text there.<P>
11321 You may also choose a directory server on which to search for entries.
11322 You do that by highlighting the directory server line and using
11323 <!--chtml if pinemode="function_key"-->
11325 <!--chtml else-->
11326 &quot;&gt;&quot;
11327 <!--chtml endif-->.<P>
11329 If you wish to define new address books or directory servers go to the Main
11330 menu and choose Setup. You may then either choose to setup AddressBooks or
11331 Directory (among other things). It's possible that the Directory option
11332 will not be there if the Alpine you are using does not contain LDAP directory
11333 lookup functionality.
11335 <P><UL>
11336 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11337 </UL><P>
11338 &lt;End of help on this topic&gt;
11339 </BODY>
11340 </HTML>
11341 ===== h_abook_opened =====
11342 <HTML>
11343 <HEAD>
11344 <TITLE>THE ALPINE ADDRESS BOOK</TITLE>
11345 </HEAD>
11346 <BODY>
11347 <H1>THE ALPINE ADDRESS BOOK</H1>
11348 <H2>ADDRESS BOOK COMMANDS</H2>
11349 <PRE>
11350 <!--chtml if pinemode="function_key"-->
11351 Available  Commands -- Group 1         Available Commands -- Group 2   
11352 -------------------------------        ------------------------------  
11353 F1  Show Help Text                      F1  Show Help Text             
11354 F2  See commands in next group          F2  See commands in next group
11355 F3  Exit this screen                    F3  Quit Alpine                  
11356 F4  View/Edit selected entry            F4  Go to MAIN MENU screen     
11357 F5  Move to previous entry              F5  FOLDER LIST screen         
11358 F6  Move to next entry                  F6  Specify a folder to go to  
11359 F7  Previous page of address book       F7  MESSAGE INDEX screen        
11360 F8  Next page of address book           F8  Compose to entry using roles
11361 F9  Add new entry to address book       F9  Print address book         
11362 F10 Delete selected entry               F10 TakeAddr to another addrbook
11363 F11 Compose to selected entry           F11 Save or Export addrbook selections
11364 F12 Whereis (search address book)       F12 Forward entry by mail       
11366 Available Commands -- Group 3                                           
11367 ------------------------------                                          
11368 F3  Select                              F6  Zoom (or unZoom)            
11369 F5  Select Current                      F7  Apply Command to Selection  
11370 <!--chtml else-->
11371 Address Book Navigation        General Alpine Commands
11372 -----------------------        -----------------------
11373  P  Prev Address                  ?  Display this help text
11374  N  Next Address                  O  Show all other available commands
11375  -  Previous page of address book M  Back to MAIN MENU
11376 Spc (space bar) Next page         Q  Quit Alpine
11377  W  WhereIs (search for word      C  Compose message to selected addr
11378      or name in address book)     #  Compose to addr using roles
11379  &lt;  To List of Address Books if   L  FOLDER LIST screen
11380      more than one, else to MAIN  G  Specify a folder to go to
11381                                   I  MESSAGE INDEX screen
11383 Address Book Commands
11384 ----------------------------------------------------
11385  &gt;  View/Update selected entry    D  Delete selected entries
11386  %  Print address book            S  Save or Export address book selections
11387  F  Forward entries by mail       @  Add new entry to address book
11389  ;  Select command                Z  Toggle Zoom Mode
11390  :  Select highlighted entry      A  Apply command to selected entries
11392 <!--chtml endif-->
11393 </PRE>
11394 Note:  The presence or absence of the final four commands above is
11395 controlled by the option 
11396 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>.
11399 <H2>Description of the Address Book Screen</H2>
11401 This screen lets you edit and manage entries in your address book.  It
11402 also acts as a short-cut for composing messages to people in the address
11403 book.  When, from this screen, you press <!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;C&quot;<!--chtml endif--> for ComposeTo, the
11404 message starts &quot;pre-addressed&quot; to whatever address book entry is
11405 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
11406 role to use in your composition.
11408 Alpine's address book helps you keep a list of addresses you send email to so
11409 you do not have to remember addresses that are often complex.  Each entry
11410 in the address book has five fields, all of them optional.  The three
11411 elements that are usually visible on the ADDRESS BOOK display, are: <DL>
11413         <P><DT>NICKNAME: <DD>A short easy-to-remember label to identify the entry.
11414         This is what you type in as you are addressing the message in the
11415         composer.  If there is a matching entry in your address book(s),
11416         Alpine will extract the corresponding FullName and Address fields to
11417         generate the actual address for your message.
11419         <P><DT>FULLNAME: <DD>A longer field where you can put the full name 
11420 of the
11421         person or organization.  Usually the full names are put in last
11422         name first so they sort nicely in alphabetical order.  Whatever
11423         you put as the name here will appear on the message when it is
11424         finally delivered.  Examples:<PRE>
11425            Garcia Marquez, Gabriel
11426            Henscheid, Eckhard
11427            Alpine-Info mailing list
11428            Library materials renewal requests
11429            Kim An-guk
11430            &quot;George III, King of Great Britain, 1738-1820&quot;
11431 </PRE>
11432 (In the second-to-last example, no comma is used in the name so that 
11433 the family name appears first in the address book and when the entry is 
11434 used in the composer.
11435 In the last example, retaining the commas is intended; 
11436 double-quotation marks surround the name to 
11437 prevent the transposition of its parts when the entry is used in 
11438 the composer.)
11440         <P><DT>ADDRESS: <DD>This is the actual email address itself.  This must be
11441         a valid Internet address that conforms to the Internet message
11442         header standard, RFC-822.  (See also <A HREF="h_address_format">Explanation of Address formats</A>.)</DL>
11444 The two fields that aren't usually visible are:<DL>
11446   <P><DT>FCC: <DD>The name of the folder you would like a copy of any outgoing
11447         message to this address to be saved in.  If this field is set, and
11448         this address is the first one in the message's To: header, then
11449         Alpine will use this folder name for the FCC in lieu of the normal
11450         FCC folder name.
11452   <P><DT>COMMENTS: <DD>This field contains arbitrary text for your convenience.
11453         </DL>
11455 Due to screen width limitations, these last two fields do not show up in
11456 the normal ADDRESS BOOK display.  You may select the 
11457 &quot;View/Update&quot; command to
11458 view or modify them.  You may use the configuration variable
11459 <A HREF="h_config_abook_formats">&quot;<!--#echo var="VAR_addressbook-formats"-->&quot;</A>
11460 to add these fields to your ADDRESS BOOK 
11461 display, or to modify the format of the display.
11463 <H2>Sorting the Address book</H2>
11465 By default, address book entries are sorted alphabetically on the full
11466 name with distribution lists sorted to the end.  Sorting can be changed by
11467 resetting the address book sort rule in the Alpine SETUP CONFIGURATION screen
11468 --assuming you have &quot;write&quot; permission for the address book file.
11470 Unlike the sorting of folders (which only changes presentation), sorting an
11471 address book actually changes the file as it is kept on the computer.  For
11472 this reason you won't be able to sort a shared or system-wide address
11473 book.
11475 <H2>Adding New Entries</H2>
11477 The easiest way to add new entries to your address book is to use the
11478 &quot;TakeAddr&quot; command when viewing a message.
11479 This command allows you to take addresses from the header and body of the
11480 message and put them into your address book, without having to type
11481 them in.
11484 To manually add a new entry from within the address book screen, use the AddNew
11485 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->&quot;@&quot;<!--chtml endif-->) command.
11486 Use this command both for adding a simple alias and for adding a
11487 distribution list.
11489 <H2>Distribution Lists</H2>
11491 Address book entries can be simple cases of aliases (a single nickname is linked
11492 to a single email address) or distribution lists (a single nickname
11493 pointing at more than one email address).  Each distribution list has a
11494 nickname, a full name and a list of addresses.  The addresses may be
11495 actual addresses or they may be other nicknames in your address book.
11496 They may even refer to other distribution lists.
11497 There's really no difference between a simple alias and a distribution list,
11498 other than the number of addresses.
11499 Therefore, you can turn a simple alias with one address into a distribution
11500 list simply by adding more addresses.
11501 To add entries to an existing list or alias
11502 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
11503 a single address from the list if the cursor is placed on the address;
11504 it will delete the entire distribution list if the cursor is on the
11505 nickname/fullname line.  View/Update may also be used to delete addresses
11506 from a list.
11508 Address field entries in distribution lists may take any one of three
11509 forms: a nickname existing in any of the defined address books, a normal
11510 address of the form &quot;jsmith@art.example.com&quot;, or a complete
11511 fullname/address combination, e.g. &quot;John Smith
11512 &lt;jsmith@art.example.com&gt;&quot;.
11514 Distribution lists in Alpine address books can only be used by the person or
11515 people who have access to that address book.  They are not usually used to
11516 implement discussion groups, but can be used to facilitate small
11517 discussion groups if all the participants have access to the same shared
11518 address book.
11520 <H2>FCC and Comments</H2>
11522 As mentioned above, each entry in the address book also has two other optional
11523 fields, Fcc and Comments.  The command to look at or change either of these
11524 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
11525 Comments field is just for your own use.  The Fcc field overrides the
11526 default Fcc if this address is the first one on the To line.  The WhereIs
11527 command may be used to search for particular strings in the address book,
11528 including fields that are not visible (like Comment and Fcc by default).
11530 <H2>Aggregate Operations</H2>
11532 If the feature
11533 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
11534 is turned on (the default), then the four commands &quot;Select&quot;,
11535 &quot;Select Current&quot;, &quot;Zoom&quot;, and &quot;Apply&quot;
11536 are available.  The two selection commands allow you to mark a set of
11537 address book entries as being selected.  If you have more than one address
11538 book, the selections may be in more than one of those address books.
11539 The &quot;Zoom&quot; command will toggle between displaying only the selected
11540 entries and all of the entries.  The &quot;Apply&quot; command allows you to
11541 apply one of the regular address book commands to all of the selected
11542 entries.  Usually the address book commands apply to only the entry
11543 highlighted by the cursor.  The &quot;Apply&quot; command works with the
11544 commands &quot;ComposeTo&quot;, &quot;Delete&quot;, &quot;Print&quot;, 
11545 &quot;Save&quot;, &quot;Forward&quot;, and &quot;Role&quot;.
11547 <H2>Exporting and Forwarding Address book entries</H2>
11549 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
11550 address book entry is placed in a plain text file in your home directory
11551 <!--chtml if pinemode="running"-->
11552 (which, in the present configuration of your system, is
11553  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
11554 <!--chtml endif-->
11555 or current working directory
11556 <!--chtml if pinemode="running"-->
11557 (which, at least for your current Alpine &quot;session,&quot; 
11558 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
11559 <!--chtml endif-->, depending on the 
11560 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
11561 configuration setting.  If you have some entries selected and use the
11562 Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Export command, all of the selected addresses will be
11563 placed in the text file.
11565 When you use the Forward (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->&quot;F&quot;<!--chtml endif-->) command, the currently highlighted
11566 address book entry is placed in a special attachment and you are put into
11567 the composer.  You can fill in some comments in the body of the message,
11568 if you'd like, and send it to somebody else who uses Alpine.  The recipient
11569 may use the TakeAddr command on that message to insert the address book
11570 entry you sent in their own address book.  If you have some entries
11571 selected and use the Apply Forward command all of the selected entries
11572 will be forwarded in a single message.  You may
11573 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.
11574 The recipient must be using Alpine in order to receive this correctly.
11575 One way for the recipient to handle this might be to create an empty
11576 address book and then &quot;Take&quot; your forwarded address book entries into
11577 that empty address book.
11579 <H2>Multiple and/or Site-Wide Address books</H2>
11581 You may have more than one personal address book.  In addition, there may
11582 be one or more global address books.  This capability allows you to have
11583 multiple personal address books (some of which may be shared) and it also
11584 allows system administrators to implement site-wide address books that
11585 contain entries for users on multiple machines within the organization.
11586 <P><DL>
11587 <DT>Searching
11588   <DD> If you enter a nickname when composing a message, your
11589   personal address books will be searched through in order, and then the
11590   global address book(s) searched. If more than one address book has an entry
11591   for the nickname, Alpine uses the first one that it finds, so an entry in
11592   your personal address book would override a global address book entry. If
11593   after searching all the address books there is still no match, (Unix) Alpine
11594   then searches the local host password file on the assumption that you have
11595   entered a local user name rather than an address book nickname.
11596   You may change the search order of your address books with the <!--chtml if pinemode="function_key"-->F3<!--chtml else-->$<!--chtml endif--> Shuffle
11597   command, but global address books are always searched after personal
11598   address books.
11600   <P><DT>Tab completion
11601   <DD> If the
11602   <A HREF="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></A>
11603   feature is turned on (the default) then the Tab key may be used
11604   in the composer to complete partially typed nicknames in the To
11605   or Cc lines. You type the first few letters of a nickname and then
11606   press the Tab key. It there is only one nickname that matches it will
11607   be filled in by Alpine. If there is more than one the unambiguous part
11608   of the nicknames will be filled in. For example, if your address book or
11609   books contains only the two entries &quot;barley&quot; and &quot;barbecue&quot;
11610   beginning with the letters &quot;ba&quot;, then if you type &quot;ba&quot;
11611   followed by a Tab character Alpine will fill in &quot;bar&quot; and stop.
11612   If you then type a second Tab character you will be presented with a list
11613   of matching nicknames to select from. Alternatively, you could type another
11614   &quot;b&quot; resulting in &quot;barb&quot; and then a Tab would fill
11615   in the entire &quot;barbecue&quot; entry.
11617   <P><DT>Defining
11618   <DD> You define multiple personal address books in the 
11619   <A HREF="h_abook_config">SETUP AddressBooks</A> screen, which you may reach
11620   from the MAIN MENU.  
11621   You may add as many as you like.  Global address books are usually
11622   site-wide address books defined by the System administrator, but
11623   you may define global address books of your own just like you define
11624   personal address books.
11626   <P><DT>Creating and updating
11627   <DD> Personal address books are normally created empty
11628   and populated by explicit additions from within Alpine, e.g. via the
11629   TakeAddr command.  Unlike personal address books, global address books may
11630   not be modified/updated from within Alpine; that is, they are Read-Only.
11631   Thus, global address books are created, populated and updated outside of
11632   Alpine. They might be hand-edited, generated by a program from another
11633   database, or by copying an existing address book.  They might also be
11634   some other user's personal address book, and so be modified normally by
11635   that user but accessed Read-Only by you.  See the Alpine Technical
11636   Notes document (included in the Alpine distribution) for more information on
11637   this.
11639   <P><DT>Accessing
11640   <DD>There are two different types of address books in Alpine.
11641   A local address book is stored in a regular file and the normal file
11642   access permissions apply.  A remote address book is stored on an IMAP
11643   server in a special folder that contains only messages pertaining to
11644   that address book.  The last message in the remote folder contains a
11645   copy of the address book data, and that data is copied to a local cache
11646   file in your home directory.  From there it is accessed just like a local
11647   address book.  The name of the cache file is kept track of in a special
11648   file called the
11649   <A HREF="h_config_abook_metafile"><!--#echo var="VAR_remote-abook-metafile"--></A>,
11650   the name of which is stored in
11651   your Alpine configuration file the first time you use a remote address book.
11652   Just as local Alpine address books use a format that only Alpine understands,
11653   remote Alpine address books do the same and other mail reading programs
11654   are unlikely to be able to understand them.<P>
11655   While global address books are explicitly intended to be shared, there is
11656   nothing to prevent you from sharing a personal address book with other
11657   Alpine users. This might be useful in the case of a small workgroup.
11658   However, it is recommended that updates to shared personal address books
11659   be done when other Alpine users are not accessing the address book. Alpine
11660   does not do any file-locking to manage concurrent updates to the
11661   addressbook, but it does check to see if the file has been modified before
11662   making any changes.  Consequently, inadvertent concurrent updates will
11663   only cause other Alpine users to have to restart their address book
11664   operation, which will cause Alpine to reopen the updated file.
11666   <P><DT>Converting to Remote
11667   <DD>The easiest way to convert an existing local
11668   address book into a remote address book is to create an empty new remote
11669   personal address book by typing &quot;A&quot; to execute the
11670   &quot;Add Pers Abook&quot; command in the SETUP Addressbook screen.
11671   Make sure you add a <EM>personal</EM> address book, not a <EM>global</EM>
11672   address book.
11673   After you have added the empty
11674   remote address book, go into the screen for the address book you wish
11675   to copy and &quot;Select&quot; &quot;All&quot;.
11676   This selects every entry in that
11677   address book.  Then type the command &quot;Apply Save&quot;.
11678   You will be asked for the address book to save to.  You may use ^P and ^N
11679   to get to the new empty address book, then hit RETURN and the addresses
11680   will be copied.
11681   At this point you'll probably want to unselect all the entries in the local
11682   address book before proceeding. You do that with
11683   &quot;Select&quot; &quot;unselect All&quot;.
11685 </DL>
11686 <UL>
11687 <LI><A HREF="h_address_format">Explanation of Address formats</A>
11688 </UL>
11689 <P><UL>
11690 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11691 </UL>
11693 &lt;End of help on this topic&gt;
11694 </BODY>
11695 </HTML>
11696 ===== h_abook_select_addr =====
11697 <HTML>
11698 <HEAD>
11699 <TITLE>Addressbook Selection Explained</TITLE>
11700 </HEAD>
11701 <BODY>
11702 <H1>SELECT ADDRESS</H1>
11703 <!--chtml if pinemode="function_key"-->
11704 <PRE>
11705 Navigating the List of Messages               General Alpine Commands
11706 -------------------------------               -----------------------
11707 F5   Move to previous entry                   F1  Show this help text
11708 F6   Move to next entry
11709 F7   Show previous screen of address book
11710 F8   Show next screen of address book
11711 F12  WhereIs (search through address book)
11713 Address Selection Commands
11714 --------------------------
11715 F3   Exit the Address Select screen (without selecting an address)
11716 F4   Select the currently highlighted entry
11717 </PRE>
11718 <!--chtml else-->
11719 <PRE>
11720 Navigating the List of Messages               General Alpine Commands
11721 -------------------------------               -----------------------
11722  P   Move to previous entry                    ?  Show this help text
11723  N   Move to next entry
11724  -   Show previous screen of address book
11725 Spc  (space bar) Show next screen of address book
11726  W   WhereIs (search through address book)
11728 Address Selection Commands
11729 --------------------------
11730  E   Exit the Address Select screen (without selecting an address)
11731  S   Select the currently highlighted entry
11732 </PRE>
11733 <!--chtml endif-->
11736 This screen is designed to let you easily scan your address book(s) in
11737 order to select an entry for the message you are composing.  You cannot
11738 edit your address book in any way at this time, for address book
11739 maintenance, select the address book command when not composing a message.
11742 If you are composing a message and know the nickname of the person/list you
11743 want, you can bypass this screen by simply typing in the nickname on the
11744 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
11745 selecting an entry does not cancel your message.
11748 FOR MORE INFORMATION on addressing see
11749 <A HREF="h_address_format">Explanation of Address formats</A>, and the
11750 <A HREF="h_abook_opened">Address Book Screen's</A>
11751 help text.
11753 &lt;End of help on this topic&gt;
11754 </BODY>
11755 </HTML>
11756 ===== h_abook_select_top =====
11757 <HTML>
11758 <HEAD>
11759 <TITLE>Addressbook Selection Navigation Explained</TITLE>
11760 </HEAD>
11761 <BODY>
11762 <H1>NAVIGATING WHILE SELECTING ADDRESSES</H1>
11763 <!--chtml if pinemode="function_key"-->
11764 <PRE>
11765 Navigating the List of Address Books       General Alpine Commands
11766 ------------------------------------       -----------------------
11767 F4   View the highlighted address book
11768 F5   Move to previous address book         F1  Show this help text
11769 F6   Move to next address book
11770 F7   Show previous screen of address books
11771 F8   Show next screen of address books
11772 F12  WhereIs (search through address books)
11774 Address Selection Commands
11775 --------------------------
11776 F3   Exit the Address Select screen (without selecting an address)
11777 F4   Select the currently selected entries (if using ListMode)
11778 F9   Change to ListMode
11779 </PRE>
11780 <!--chtml else-->
11781 <PRE>
11782 Navigating the List of Address Books       General Alpine Commands
11783 ------------------------------------       -----------------------
11784  &gt;   View the highlighted address book
11785  P   Move to previous address book         ?  Show this help text
11786  N   Move to next address book
11787  -   Show previous screen of address books
11788 Spc  (space bar) Show next screen of address books
11789  W   WhereIs (search through address books)
11791 Address Selection Commands
11792 --------------------------
11793  E   Exit the Address Select screen (without selecting an address)
11794  S   Select the currently selected entries (if using ListMode)
11795  L   Change to ListMode
11796 </PRE>
11797 <!--chtml endif-->
11800 This screen is designed to let you easily scan your address book(s) in
11801 order to select entries for the message you are composing.  You cannot
11802 edit your address book in any way at this time.  For address book
11803 maintenance, select the address book command when not composing a message.
11806 If you are composing a message and know the nickname of the person/list you
11807 want, you can bypass this screen by simply typing in the nickname on the
11808 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
11809 selecting an entry does not cancel your message.
11812 The ListMode command will add a column at the left edge of the screen.
11813 You mark the entries that you wish to select with the &quot;X&quot; command.
11814 This allows you to choose more than one entry at a time.
11817 An alternative method of composing a message to entries in your
11818 address book(s) is to first use the &quot;Select&quot; command from
11819 the address book maintenance screen and then the &quot;Apply&quot;
11820 &quot;ComposeTo&quot; command to start the composer composing to the
11821 selected entries.
11824 FOR MORE INFORMATION on addressing see
11825 <A HREF="h_address_format">Explanation of Address formats</A>, and the
11826 <A HREF="h_abook_opened">Address Book Screen's</A>
11827 help text.
11829 &lt;End of help on this topic&gt;
11830 </BODY>
11831 </HTML>
11832 ===== h_abook_select_listmode =====
11833 <HTML>
11834 <HEAD>
11835 <TITLE>Address Listmode Selection from Composer Explained</TITLE>
11836 </HEAD>
11837 <BODY>
11838 <H1>COMPOSER: SELECT ADDRESSES</H1>
11839 <!--chtml if pinemode="function_key"-->
11840 <PRE>
11841 Navigating the List of Messages                 General Alpine Commands
11842 -------------------------------                 -----------------------
11843 F5   Move to previous entry                     F1  Show this help text
11844 F6   Move to next entry
11845 F7   Show previous screen of address book
11846 F8   Show next screen of address book
11847 F12  WhereIs (search through address book)
11849 Address Selection Commands
11850 --------------------------
11851 F3   Exit the Address Select screen (without selecting an address)
11852 F4   Select the currently highlighted entry
11853 F9   Change to ListMode
11854 </PRE>
11855 <!--chtml else-->
11856 <PRE>
11857 Navigating the List of Messages                 General Alpine Commands
11858 -------------------------------                 -----------------------
11859  P   Move to previous entry                     ?  Show this help text
11860  N   Move to next entry
11861  -   Show previous screen of address book
11862 Spc  (space bar) Show next screen of address book
11863  W   WhereIs (search through address book)
11865 Address Selection Commands
11866 --------------------------
11867  E   Exit the Address Select screen (without selecting an address)
11868  S   Select the currently highlighted entry
11869  L   Change to ListMode
11870 </PRE>
11871 <!--chtml endif-->
11874 This screen is designed to let you easily scan your address book(s) in
11875 order to select entries for the message you are composing.  You cannot
11876 edit your address book in any way at this time, for address book
11877 maintenance, select the address book command when not composing a message.
11880 If you are composing a message and know the nickname of the person/list you
11881 want, you can bypass this screen by simply typing in the nickname on the
11882 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
11883 selecting an entry does not cancel your message.
11886 The ListMode command will add a column at the left edge of the screen.
11887 You mark the entries that you wish to select with the &quot;X&quot; command.
11888 This allows you to choose more than one entry at a time.
11891 An alternative method of composing a message to entries in your
11892 address book(s) is to first use the &quot;Select&quot; command from
11893 the address book maintenance screen and then the &quot;Apply&quot;
11894 &quot;ComposeTo&quot; command to start the composer composing to the
11895 selected entries.
11898 FOR MORE INFORMATION on addressing see
11899 <A HREF="h_address_format">Explanation of Address formats</A>, and the
11900 <A HREF="h_abook_opened">Address Book Screen's</A>
11901 help text.
11903 &lt;End of help on this topic&gt;
11904 </BODY>
11905 </HTML>
11906 ===== h_abook_select_checks =====
11907 <HTML>
11908 <HEAD>
11909 <TITLE>Address Selection from Composer Explained</TITLE>
11910 </HEAD>
11911 <BODY>
11912 <H1>COMPOSER: SELECT ADDRESSES</H1>
11913 <!--chtml if pinemode="function_key"-->
11914 <PRE>
11915 Navigating the List of Messages                 General Alpine Commands
11916 -------------------------------                 -----------------------
11917 F5   Move to previous entry                     F1  Show this help text
11918 F6   Move to next entry
11919 F7   Show previous screen of address book
11920 F8   Show next screen of address book
11921 F12  WhereIs (search through address book)
11923 Address Selection Commands
11924 --------------------------
11925 F3   Exit the Address Select screen (without selecting an address)
11926 F4   Select the currently highlighted entry
11927 F8   Either Sets or Unsets all entries in this address book
11928 F9   Set or Unset the highlighted entry
11929 </PRE>
11930 <!--chtml else-->
11931 <PRE>
11932 Navigating the List of Messages                 General Alpine Commands
11933 -------------------------------                 -----------------------
11934  P   Move to previous entry                     ?  Show this help text
11935  N   Move to next entry
11936  -   Show previous screen of address book
11937 Spc  (space bar) Show next screen of address book
11938  W   WhereIs (search through address book)
11940 Address Selection Commands
11941 --------------------------
11942  E   Exit the Address Select screen (without selecting an address)
11943  S   Select the currently highlighted entry
11944  X   Set or Unset the highlighted entry
11945  A   Either Sets or Unsets all entries in this address book
11946 </PRE>
11947 <!--chtml endif-->
11950 Mark the entries you wish to select with the &quot;X Set/Unset&quot;
11951 command.  Type &quot;S Select&quot; to select all of the entries you
11952 have marked, just as if you had typed them in by hand.
11955 An alternative method of composing a message to entries in your
11956 address book(s) is to first use the &quot;Select&quot; command from
11957 the address book maintenance screen and then the &quot;Apply&quot;
11958 &quot;ComposeTo&quot; command to start the composer composing to the
11959 selected entries.
11962 FOR MORE INFORMATION on addressing see
11963 <A HREF="h_address_format">Explanation of Address formats</A>, and the
11964 <A HREF="h_abook_opened">Address Book Screen's</A>
11965 help text.
11967 &lt;End of help on this topic&gt;
11968 </BODY>
11969 </HTML>
11970 ===== h_abook_select_nicks_take =====
11971 <HTML>
11972 <HEAD>
11973 <TITLE>Take Address Nickname Selection Explained</TITLE>
11974 </HEAD>
11975 <BODY>
11976 <H1>TAKEADDR: SELECT NICKNAME</H1>
11977 <!--chtml if pinemode="function_key"-->
11978 <PRE>
11979 Navigating the List of Messages                 General Alpine Commands
11980 -------------------------------                 -----------------------
11981 F5   Move to previous entry                     F1  Show this help text
11982 F6   Move to next entry
11983 F7   Show previous screen of address book
11984 F8   Show next screen of address book
11985 F12  WhereIs (search through address book)
11987 Message Selection Commands
11988 --------------------------
11989 F3   Exit the Nickname Select screen (without selecting an address)
11990 F4   Select the currently highlighted entry
11991 </PRE>
11992 <!--chtml else-->
11993 <PRE>
11994 Navigating the List of Messages                 General Alpine Commands
11995 -------------------------------                 -----------------------
11996  P   Move to previous entry                     ?  Show this help text
11997  N   Move to next entry
11998  -   Show previous screen of address book
11999 Spc  (space bar) Show next screen of address book
12000  W   WhereIs (search through address book)
12002 Message Selection Commands
12003 --------------------------
12004  E   Exit the Nickname Select screen (without selecting an address)
12005  S   Select the currently highlighted entry
12006 </PRE>
12007 <!--chtml endif-->
12010 This screen is designed to let you modify or add to an existing
12011 address book entry.  You have already selected the name(s) and
12012 address(es) through &quot;Take Address&quot;.  This screen simply lets
12013 you scan your address books and select the nickname to be
12014 changed/augmented.  If you want to add a new entry, then you are in
12015 the wrong place-- Select &quot;Exit&quot; command.
12018 FOR MORE INFORMATION on addressing see
12019 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12020 <A HREF="h_abook_opened">Address Book Screen's</A>
12021 help text.
12023 &lt;End of help on this topic&gt;
12024 </BODY>
12025 </HTML>
12026 ===== h_abook_select_nick =====
12027 <HTML>
12028 <HEAD>
12029 <TITLE>Nickname Selection Explained</TITLE>
12030 </HEAD>
12031 <BODY>
12032 <H1>SELECT NICKNAME</H1>
12033 <!--chtml if pinemode="function_key"-->
12034 <PRE>
12035 Navigating the List of Messages                 General Alpine Commands
12036 -------------------------------                 -----------------------
12037 F5   Move to previous entry                     F1  Show this help text
12038 F6   Move to next entry
12039 F7   Show previous screen of address book
12040 F8   Show next screen of address book
12041 F12  WhereIs (search through address book)
12043 Message Selection Commands
12044 --------------------------
12045 F3   Exit the Nickname Select screen (without selecting an address)
12046 F4   Select the currently highlighted entry
12047 </PRE>
12048 <!--chtml else-->
12049 <PRE>
12050 Navigating the List of Messages                 General Alpine Commands
12051 -------------------------------                 -----------------------
12052  P   Move to previous entry                     ?  Show this help text
12053  N   Move to next entry
12054  -   Show previous screen of address book
12055 Spc  (space bar) Show next screen of address book
12056  W   WhereIs (search through address book)
12058 Message Selection Commands
12059 --------------------------
12060  E   Exit the Nickname Select screen (without selecting an address)
12061  S   Select the currently highlighted entry
12062 </PRE>
12063 <!--chtml endif-->
12066 This screen is designed to let you look at the nicknames in your address
12067 books before choosing a new one.
12070 FOR MORE INFORMATION on addressing see
12071 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12072 <A HREF="h_abook_opened">Address Book Screen's</A>
12073 help text.
12075 &lt;End of help on this topic&gt;
12076 </BODY>
12077 </HTML>
12078 ===== h_takeaddr_screen =====
12079 <HTML>
12080 <HEAD>
12081 <TITLE>Take Address Screen Explained</TITLE>
12082 </HEAD>
12083 <BODY>
12084 <H1>TAKE ADDRESS COMMANDS</H1>
12085 <!--chtml if pinemode="function_key"-->
12086 <PRE>
12087 Navigating the List of Addresses       Address Selection Commands        
12088 --------------------------------       --------------------------        
12089  F5  Move to previous entry            F3  Exit without taking address
12090  F6  Move to next entry                F4  Take current address(es)
12091  F7  Show previous page of address list
12092  F8  Show next page of address list
12093  F2  WhereIs (search list)
12094                                --------------
12095 Mode Toggle            F9  Set/Unset current address
12096 -----------            F10 Set all
12097  F12 Toggle between List and single mode       F11 Unset all
12098 </PRE>
12099 <!--chtml else-->
12100 <PRE>
12101 Navigating the List of Addresses       Address Selection Commands
12102 --------------------------------       --------------------------
12103  P  Move to previous entry              &lt;  Exit without taking address
12104  N  Move to next entry                  T  Take address
12105  -  Show previous page of address list
12106 Spc (space bar) Show next page of address list
12107  W  WhereIs (search list)              List Mode
12108                                        ---------
12109 Single Mode                             X  Set/Unset current address
12110 -----------                             A  Set all addresses
12111  L  Switch to list mode                 U  Unset all addresses
12112                                         S  Switch to single mode
12113 </PRE>
12114 <!--chtml endif-->
12116 <H2>Description of the Take Address Screen</H2>
12118 This screen is designed to let you select one or more address/name
12119 combinations from the current message and put them into your address book.
12120 The cursor is initially placed on the line with the message author.
12121 Other lines include the names of people and/or mailing lists who also
12122 received the message.  Other people &quot;involved&quot; in the
12123 message (e.g. the person named as Reply-To:) are also listed here.
12126 The simple case is adding a new, single entry into your address book. To
12127 do this, simply highlight the correct line and press 
12128 <!--chtml if pinemode="function_key"-->
12130 <!--chtml else-->
12131 &quot;T&quot;.
12132 <!--chtml endif-->
12133 To create a new list or add to an existing list, switch the screen display
12134 into List Mode by pressing
12135 <!--chtml if pinemode="function_key"-->
12136 F12.
12137 <!--chtml else-->
12138 &quot;L&quot;.
12139 <!--chtml endif-->
12140 In List Mode, you select the
12141 group of addresses you wish to manipulate by marking them with an
12142 &quot;X&quot;.
12143 The Set/Unset
12144 <!--chtml if pinemode="function_key"-->
12145 (F9)
12146 <!--chtml else-->
12147 (&quot;X&quot;)
12148 <!--chtml endif-->
12149 command will turn the &quot;X&quot; on for the
12150 highlighted address if it was off or turn it off if it was previously on.
12151 The SetAll command will select all of the addresses, and the UnSetAll
12152 command will turn off all the selections.  Once you've gotten the
12153 selection the way you want it, you may create a new list by pressing
12154 <!--chtml if pinemode="function_key"-->
12156 <!--chtml else-->
12157 &quot;T&quot;.
12158 <!--chtml endif-->
12161 In both the simple and list cases, after choosing to take the address,
12162 you will be asked for the nickname of the entry.  Typing in a new name
12163 creates the new entry/list.  Entering an existing nickname will replace
12164 the entry (simple case) or add to the list (list case).  Alternatively,
12165 you can press Ctrl-T at the nickname prompt and select an existing
12166 nickname from your address book.
12169 You will normally start in Single Mode, unless you used the Apply command
12170 to startup the TakeAddr screen, in which case you will start in List Mode.
12171 You may switch between the two modes at any time.  If you've already
12172 selected several addresses in List Mode, those will be remembered when you
12173 switch to Single Mode and then back to List Mode.  The set of addresses
12174 that are pre-selected when you start in List Mode are the From addresses
12175 of all of the messages you are operating on.  You may, of course, easily
12176 erase those selections with the UnSetAll command.
12179 If you have more than one writable address book, you will be prompted for
12180 the name of the address book you wish to add the new entry to before
12181 anything else. You can use ^N and ^P to choose among the defined address
12182 books, or type in the address book name.
12185 FOR MORE INFORMATION on addressing see
12186 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12187 <A HREF="h_abook_opened">Address Book Screen's</A>
12188 help text.
12190 &lt;End of help on this topic&gt;
12191 </BODY>
12192 </HTML>
12193 ===== h_takeexport_screen =====
12194 <HTML>
12195 <HEAD>
12196 <TITLE>Take Export Screen Explained</TITLE>
12197 </HEAD>
12198 <BODY>
12199 <H1>TAKE EXPORT COMMANDS</H1>
12200 <!--chtml if pinemode="function_key"-->
12201 <PRE>
12202 Navigating the List of Addresses       Address Selection Commands        
12203 --------------------------------       --------------------------        
12204  F5  Move to previous entry            F3  Exit without taking address
12205  F6  Move to next entry                F4  Take current address(es)
12206  F7  Show previous page of address list
12207  F8  Show next page of address list
12208  F2  WhereIs (search list)
12209                                --------------
12210 Mode Toggle            F9  Set/Unset current address
12211 -----------            F10 Set all
12212  F12 Toggle between List and single mode       F11 Unset all
12213 </PRE>
12214 <!--chtml else-->
12215 <PRE>
12216 Navigating the List of Addresses       Address Selection Commands
12217 --------------------------------       --------------------------
12218  P  Move to previous entry              &lt;  Exit without taking address
12219  N  Move to next entry                  T  Take address
12220  -  Show previous page of address list
12221 Spc (space bar) Show next page of address list
12222  W  WhereIs (search list)              List Mode
12223                                        ---------
12224 Single Mode                             X  Set/Unset current address
12225 -----------                             A  Set all addresses
12226  L  Switch to list mode                 U  Unset all addresses
12227                                         S  Switch to single mode
12228 </PRE>
12229 <!--chtml endif-->
12231 <H2>Description of the Take Export Screen</H2>
12233 This screen is designed to let you select one or more addresses
12234 from the current message and put them into a file.
12235 Only the user@domain_name part of each address is put into the file.
12238 To put a single entry into a file simply highlight the correct line and press 
12239 <!--chtml if pinemode="function_key"-->
12241 <!--chtml else-->
12242 &quot;T&quot;.
12243 <!--chtml endif-->
12244 To put more than one entry into a file
12245 switch the screen display
12246 into List Mode by pressing
12247 <!--chtml if pinemode="function_key"-->
12248 F12.
12249 <!--chtml else-->
12250 &quot;L&quot;.
12251 <!--chtml endif-->
12252 In List Mode, you select the
12253 group of addresses you wish to manipulate by marking them with an
12254 &quot;X&quot;.
12255 The Set/Unset
12256 <!--chtml if pinemode="function_key"-->
12257 (F9)
12258 <!--chtml else-->
12259 (&quot;X&quot;)
12260 <!--chtml endif-->
12261 command will turn the &quot;X&quot; on for the
12262 highlighted address if it was off or turn it off if it was previously on.
12263 The SetAll command will select all of the addresses, and the UnSetAll
12264 command will turn off all the selections.  Once you've gotten the
12265 selection the way you want it, you may put the addresses in a file by typing
12266 <!--chtml if pinemode="function_key"-->
12268 <!--chtml else-->
12269 &quot;T&quot;.
12270 <!--chtml endif-->
12273 You will be asked for the name of a file to put the addresses in.
12274 If the file already exists, you will be asked whether you want to Overwrite
12275 (replace) the contents of the file or Append to the contents of the file.
12278 &lt;End of help on this topic&gt;
12279 </BODY>
12280 </HTML>
12281 ============= h_abook_view ========================
12282 <HTML>
12283 <HEAD>
12284 <TITLE>Address Book View Explained</TITLE>
12285 </HEAD>
12286 <BODY>
12287 This function allows you to view the contents of an address book entry. You
12288 can only view one entry at a time.
12290 <DL>
12291 <DT>Help
12292 <!--chtml if pinemode="function_key"-->
12293 (F1)
12294 <!--chtml else-->
12296 <!--chtml endif-->
12297 </DT>
12298 <DD>
12299 Display this help text.
12301 <DT>Abook
12302 <!--chtml if pinemode="function_key"-->
12303 (F3)
12304 <!--chtml else-->
12305 (&lt;)
12306 <!--chtml endif-->
12307 </DT>
12308 <DD>
12309 Go back to index of address book entries.
12311 <DT>Update
12312 <!--chtml if pinemode="function_key"-->
12313 (F4)
12314 <!--chtml else-->
12316 <!--chtml endif-->
12317 </DT>
12318 <DD>
12319 Update (modify) this entry.
12321 <DT>ComposeTo
12322 <!--chtml if pinemode="function_key"-->
12323 (F5)
12324 <!--chtml else-->
12326 <!--chtml endif-->
12327 </DT>
12328 <DD>Compose a message to the address(es) in this entry.
12330 <DT>Role
12331 <!--chtml if pinemode="function_key"-->
12332 (F6)
12333 <!--chtml else-->
12335 <!--chtml endif-->
12336 </DT>
12337 <DD>Compose a message to the address(es) in this entry using roles.
12339 <DT>Prev Page
12340 <!--chtml if pinemode="function_key"-->
12341 (F7)
12342 <!--chtml else-->
12344 <!--chtml endif-->
12345 </DT>
12346 <DD>
12347 Show the previous page of the current entry.
12349 <DT>Next Page
12350 <!--chtml if pinemode="function_key"-->
12351 (F8)
12352 <!--chtml else-->
12353 (Space)
12354 <!--chtml endif-->
12355 </DT>
12356 <DD>
12357 Show the next page of the current entry.
12359 <DT>Print
12360 <!--chtml if pinemode="function_key"-->
12361 (F9)
12362 <!--chtml else-->
12364 <!--chtml endif-->
12365 </DT>
12366 <DD>Print the current entry.  You can select the
12367 printer or the print command via the &quot;Setup&quot; command
12368 on the MAIN MENU.
12370 <DT>WhereIs
12371 <!--chtml if pinemode="function_key"-->
12372 (F10)
12373 <!--chtml else-->
12375 <!--chtml endif-->
12376 </DT>
12377 <DD>Search the entry for a string of letters.  If it is
12378 found, move to it.  The string can be one word or a phrase.
12379 If there are multiple occurrences, the cursor moves to the
12380 first occurrence beyond the current cursor position.
12382 <DT>Fwd Email
12383 <!--chtml if pinemode="function_key"-->
12384 (F11)
12385 <!--chtml else-->
12387 <!--chtml endif-->
12388 </DT>
12389 <DD>Begin composition of a new mail message with the displayed
12390 text already inserted in the message body.
12392 </DL>
12394 &lt;End of help on this topic&gt;
12395 </BODY>
12396 </HTML>
12397 ============= h_ldap_view ========================
12398 <HTML>
12399 <HEAD>
12400 <TITLE>LDAP Response View Explained</TITLE>
12401 </HEAD>
12402 <BODY>
12403 This function allows you to view the contents of a directory entry. You
12404 can only view one entry at a time.
12406 <DL>
12407 <DT>Help
12408 <!--chtml if pinemode="function_key"-->
12409 (F1)
12410 <!--chtml else-->
12412 <!--chtml endif-->
12413 </DT>
12414 <DD>
12415 Display this help text.
12417 <DT>Results Index
12418 <!--chtml if pinemode="function_key"-->
12419 (F3)
12420 <!--chtml else-->
12421 (&lt;)
12422 <!--chtml endif-->
12423 </DT>
12424 <DD>Go back to index of search results.
12426 <DT>ComposeTo
12427 <!--chtml if pinemode="function_key"-->
12428 (F5)
12429 <!--chtml else-->
12431 <!--chtml endif-->
12432 </DT>
12433 <DD>Compose a message to the address(es) in this entry.
12435 <DT>Role
12436 <!--chtml if pinemode="function_key"-->
12437 (F6)
12438 <!--chtml else-->
12440 <!--chtml endif-->
12441 </DT>
12442 <DD>Compose a message to the address(es) in this entry using roles.
12444 <DT>Prev Page
12445 <!--chtml if pinemode="function_key"-->
12446 (F7)
12447 <!--chtml else-->
12449 <!--chtml endif-->
12450 </DT>
12451 <DD>
12452 Show the previous page of the current entry.
12454 <DT>Next Page
12455 <!--chtml if pinemode="function_key"-->
12456 (F8)
12457 <!--chtml else-->
12458 (Space)
12459 <!--chtml endif-->
12460 </DT>
12461 <DD>
12462 Show the next page of the current entry.
12464 <DT>Print
12465 <!--chtml if pinemode="function_key"-->
12466 (F9)
12467 <!--chtml else-->
12469 <!--chtml endif-->
12470 </DT>
12471 <DD>Print the current entry on paper.  You can select the
12472 printer or the print command via the &quot;Setup&quot; command
12473 on the MAIN MENU.
12475 <DT>WhereIs
12476 <!--chtml if pinemode="function_key"-->
12477 (F10)
12478 <!--chtml else-->
12480 <!--chtml endif-->
12481 </DT>
12482 <DD>Search the entry for a string of letters.  If it is
12483 found, move to it.  The string can be one word or a phrase.
12484 If there are multiple occurrences, the cursor moves to the
12485 first occurrence beyond the current cursor position.
12487 <DT>Fwd Email
12488 <!--chtml if pinemode="function_key"-->
12489 (F11)
12490 <!--chtml else-->
12492 <!--chtml endif-->
12493 </DT>
12494 <DD>Begin composition of a new mail message with the displayed
12495 text already inserted in the message body.
12497 <DT>Save
12498 <!--chtml if pinemode="function_key"-->
12499 (F12)
12500 <!--chtml else-->
12502 <!--chtml endif-->
12503 </DT>
12504 <DD>Save the displayed entry to one of your address books or export
12505 it to a file.
12506 </DL>
12508 &lt;End of help on this topic&gt;
12509 </BODY>
12510 </HTML>
12511 ===== h_attachment_screen =====
12512 <HTML>
12513 <HEAD>
12514 <TITLE>Attachment Index Screen Explained</TITLE>
12515 </HEAD>
12516 <BODY>
12517 The &quot;ATTACHMENT INDEX&quot; displays a list of the current
12518 message's attachments, and allows various operations on them.  The
12519 first attachment is usually the message text, but does not include the
12520 header portion of the message.
12522 Available commands include:
12524 <DL>
12526 <DT>Help</DT>
12527 <DD>Show this help text.
12529 <DT>Msg #<I>num</I></DT>
12530 <DD>Leave this screen without displaying or saving any attachments.
12532 <DT>View</DT>
12533 <DD>View the currently selected attachment.
12535 <DT>Prev Attach</DT>
12536 <DD>Move to previous attachment.
12538 <DT>Next Attach</DT>
12539 <DD>Move to next attachment.
12541 <DT>Prev Page</DT>
12542 <DD>Previous page of the listed attachments.
12544 <DT>Next Page</DT>
12545 <DD>Next page of the listed attachments.
12547 <DT>Delete</DT>
12548 <DD>Mark the currently selected attachment for Deletion.
12549 This does not modify the current message by deleting the attachment from
12550 it, but instead the delete flag <EM>only</EM> has an effect when saving
12551 the message to a folder.
12552 Attachments marked for deletion are not copied to the destination folder
12553 along with the rest of the message when it is saved.
12554 It is ok for the destination folder to be the same as the current folder.
12555 In addition, the delete mark <EM>only</EM> applies to this Alpine session.
12557 <DT>Undelete</DT>
12558 <DD>Turn off the Delete flag for the selected attachment.
12560 <DT>Save</DT>
12561 <DD>Save the selected attachment to a file.  If the attachment is of
12562 type &quot;RFC822/Message&quot;, then the attachment will be saved to
12563 the specified mail folder.
12565 <DT>Export</DT>
12566 <DD>If the attachment is of
12567 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
12568 copy the message to a file in the same way this command works on 
12569 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
12571 <DT>Pipe</DT>
12572 <DD>Pipe the attachment contents into a UNIX command (if enabled).
12573 A description of the Pipe sub-commands is  <A HREF="h_pipe_command">here</A>.
12575 <DT>WhereIs</DT>
12576 <DD>Find a matching string in the attachment list.
12578 <DT>AboutAttch</DT>
12579 <DD>Examine various aspects of the selected attachment.
12581 <DT>Print</DT>
12582 <DD>Print the selected attachment.
12584 <DT>Forward</DT>
12585 <DD>Forward the selected attachment as an attachment.
12586 </DL>
12590 All attachments can be saved or piped into a UNIX command, but some may
12591 not be readily displayed by either Alpine or an external tool.  In such
12592 cases, the reason why the message cannot be displayed is displayed on
12593 Alpine's message line.
12595 &lt;End of help on this topic&gt;
12596 </BODY>
12597 </HTML>
12598 ============= h_mail_text_att_view ========================
12599 <HTML>
12600 <HEAD>
12601 <TITLE>Attachment View Screen Explained</TITLE>
12602 </HEAD>
12603 <BODY>
12604 This function allows you to view the contents of a text attachment. You
12605 can only view one attachment at a time.
12607 Available commands include:
12609 <DL>
12611 <DT>Help</DT>
12612 <DD>Display this help text
12614 <DT>AttchIndex</DT>
12615 <DD>Leave viewer and return to the &quot;ATTACHMENT INDEX&quot; screen
12617 <DT>Prev Page</DT>
12618 <DD>Show the previous page of the current attachment.
12620 <DT>Next Page</DT>
12621 <DD>Show the next page of the current attachment by pressing the space bar.
12623 <DT>Delete</DT>
12624 <DD>Mark the viewed attachment for Deletion.  The delete
12625 flag <EM>only</EM> has affect when saving the message to a folder.
12626 Attachments marked for deletion are exluded from the messsage when
12627 it is saved.  In addition, the delete mark <EM>only</EM> applies to
12628 this Alpine session.
12630 <DT>Undelete</DT>
12631 <DD>Turn off the Delete flag for the selected attachment.
12633 <DT>Save</DT>
12634 <DD>Copy the current attachment to a file.  If you just enter
12635 a filename, the attachment will be saved with that name in
12636 your home directory 
12637 <!--chtml if pinemode="running"-->
12638 (which, in the present configuration of your system, is
12639  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12640 <!--chtml endif-->
12641 or current working directory
12642 <!--chtml if pinemode="running"-->
12643 (which, at least for your current Alpine &quot;session,&quot; 
12644 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12645 <!--chtml endif-->, depending on the
12646 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12647 configuration setting.  You may enter the full
12648 path and filename to save it in another directory instead.
12650 <DT>Export</DT>
12651 <DD>If the attachment is of
12652 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
12653 copy the message to a file in the same way this command works on 
12654 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
12655 (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
12656 defined, they may affect the contents of the exported file.)
12658 <DT>Pipe</DT>
12659 <DD>Pipe the attachment contents into a UNIX command (if enabled)
12661 <DT>WhereIs</DT>
12662 <DD>Search the attachment for a string of letters.  If it is
12663 found, move to it.  The string can be one word or a phrase.
12664 If there are multiple occurrences, the cursor moves to the
12665 first occurrence beyond the current cursor position.
12667 <DT>Print</DT>
12668 <DD>Print the current attachment on paper.  You can select the
12669 printer or the print command via the &quot;Setup&quot; command
12670 on the MAIN MENU.
12672 <DT>Forward</DT>
12673 <DD>Forward the selected attachment as an attachment.
12674 </DL>
12676 &lt;End of help on this topic&gt;
12677 </BODY>
12678 </HTML>
12679 ============= h_journal ==============
12680 <HTML>
12681 <HEAD>
12682 <TITLE>Recent Message Journal Explained</TITLE>
12683 </HEAD>
12684 <BODY>
12686 The following commands are available on this screen:
12688 <DL>
12689 <DT>Help</DT>
12690 <DD>Show this help text
12692 <DT>Exit</DT>
12693 <DD>Exit Viewer, and go back to mail processing
12695 <DT>Prev Page</DT>
12696 <DD>Show the previous page text
12698 <DT>Next Page</DT>
12699 <DD>Show the next page of text by pressing the space bar
12701 <DT>Print</DT>
12702 <DD>Print the displayed text on paper.  You can select the
12703 printer or the print command via the &quot;Setup&quot; command
12704 on the MAIN MENU.
12706 <DT>Fwd Email</DT>
12707 <DD>Begin composition of a new mail message with the displayed
12708 text already inserted in the message body.
12710 <DT>Save</DT>
12711 <DD>Copy the displayed text to a file.  If you just enter
12712 a filename, the text will be saved with that name in
12713 your 
12714 home directory 
12715 <!--chtml if pinemode="running"-->
12716 (which, in the present configuration of your system, is
12717  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12718 <!--chtml endif-->
12719 or current working directory
12720 <!--chtml if pinemode="running"-->
12721 (which, at least for your current Alpine &quot;session,&quot; 
12722 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12723 <!--chtml endif-->, depending on the
12724 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12725 configuration setting.   You may enter the full
12726 path and filename to save it in another directory instead.
12728 <DT>WhereIs</DT>
12729 <DD>Search the text for a string of letters.  If it is
12730 found, move to it.  The string can be one word or a phrase.
12731 If there are multiple occurrences, the cursor moves to the
12732 first occurrence beyond the current cursor position.
12733 </DL>
12735 &lt;End of help on this topic&gt;
12736 </BODY>
12737 </HTML>
12738 ============= h_debugjournal ==============
12739 <HTML>
12740 <HEAD>
12741 <TITLE>Debug Journal Explained</TITLE>
12742 </HEAD>
12743 <BODY>
12745 The following commands are available on this screen:
12747 <DL>
12748 <DT>Help</DT>
12749 <DD>Show this help text
12751 <DT>Exit</DT>
12752 <DD>Exit Viewer, and go back to mail processing
12754 <DT>Timestamps</DT>
12755 <DD>Turn on or off timestamps.
12757 <DT>DebugView</DT>
12758 <DD>Set the level of debugging you want to see. The level may be any number
12759 in the range 0-9. Higher numbers show more debugging detail. Note that the
12760 debugging information has already been captured. This setting just causes the
12761 debugging information that you see to be filtered. If you set this to
12762 the number &quot;5&quot; then you will be shown all of the debugging information
12763 at levels 5 and below.
12764 It's actually a bit more complicated than that. A fixed amount of memory
12765 is used to store the debug information.
12766 Since the amount of memory used is limited the debugging information
12767 has to be trimmed back when it gets too large.
12769 <DT>Prev Page</DT>
12770 <DD>Show the previous page text
12772 <DT>Next Page</DT>
12773 <DD>Show the next page of text by pressing the space bar
12775 <DT>Print</DT>
12776 <DD>Print the displayed text on paper.  You can select the
12777 printer or the print command via the &quot;Setup&quot; command
12778 on the MAIN MENU.
12780 <DT>Fwd Email</DT>
12781 <DD>Begin composition of a new mail message with the displayed
12782 text already inserted in the message body.
12784 <DT>Save</DT>
12785 <DD>Copy the displayed text to a file.  If you just enter
12786 a filename, the text will be saved with that name in
12787 your 
12788 home directory 
12789 <!--chtml if pinemode="running"-->
12790 (which, in the present configuration of your system, is
12791  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12792 <!--chtml endif-->
12793 or current working directory
12794 <!--chtml if pinemode="running"-->
12795 (which, at least for your current Alpine &quot;session,&quot; 
12796 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12797 <!--chtml endif-->, depending on the
12798 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12799 configuration setting.   You may enter the full
12800 path and filename to save it in another directory instead.
12802 <DT>WhereIs</DT>
12803 <DD>Search the text for a string of letters.  If it is
12804 found, move to it.  The string can be one word or a phrase.
12805 If there are multiple occurrences, the cursor moves to the
12806 first occurrence beyond the current cursor position.
12807 </DL>
12809 &lt;End of help on this topic&gt;
12810 </BODY>
12811 </HTML>
12812 ============= h_simple_text_view ==============
12813 <HTML>
12814 <HEAD>
12815 <TITLE>Simple Text View Screen Explained</TITLE>
12816 </HEAD>
12817 <BODY>
12819 The following commands are available on this screen:
12821 <DL>
12822 <DT>Help</DT>
12823 <DD>Show this help text
12825 <DT>Exit</DT>
12826 <DD>Exit Viewer, and go back to mail processing
12828 <DT>Prev Page</DT>
12829 <DD>Show the previous page text
12831 <DT>Next Page</DT>
12832 <DD>Show the next page of text by pressing the space bar
12834 <DT>Print</DT>
12835 <DD>Print the displayed text on paper.  You can select the
12836 printer or the print command via the &quot;Setup&quot; command
12837 on the MAIN MENU.
12839 <DT>Fwd Email</DT>
12840 <DD>Begin composition of a new mail message with the displayed
12841 text already inserted in the message body.
12843 <DT>Save</DT>
12844 <DD>Copy the displayed text to a file.  If you just enter
12845 a filename, the attachment will be saved with that name in
12846 your 
12847 home directory 
12848 <!--chtml if pinemode="running"-->
12849 (which, in the present configuration of your system, is
12850  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12851 <!--chtml endif-->
12852 or current working directory
12853 <!--chtml if pinemode="running"-->
12854 (which, at least for your current Alpine &quot;session,&quot; 
12855 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12856 <!--chtml endif-->, depending on the
12857 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12858 configuration setting.   You may enter the full
12859 path and filename to save it in another directory instead.
12861 <DT>WhereIs</DT>
12862 <DD>Search the attachment for a string of letters.  If it is
12863 found, move to it.  The string can be one word or a phrase.
12864 If there are multiple occurrences, the cursor moves to the
12865 first occurrence beyond the current cursor position.
12866 </DL>
12868 &lt;End of help on this topic&gt;
12869 </BODY>
12870 </HTML>
12871 ======= h_pine_for_windows ========
12872 <HTML>
12873 <HEAD>
12874 <TITLE>GETTING HELP IN PC-ALPINE</TITLE>
12875 </HEAD>
12876 <BODY>
12877 <H1>Getting Help In PC-Alpine</H1>
12880 PC-Alpine offers general and specific help text. From the <A
12881 HREF="main_menu_tx">MAIN MENU</A>, you will find an overview in the MAIN
12882 MENU HELP and the <A HREF="h_news">Release Notes</A>.  On all screens,
12883 specific help for that screen is available from the toolbar Help menu or
12884 with the 
12885 <!--chtml if pinemode="function_key"-->
12886 &quot;F1&quot; key.
12887 <!--chtml else-->
12888 &quot;?&quot; or &quot;Ctrl-G&quot; keys. &quot;Ctrl-G&quot; is used where
12889 typing &quot;?&quot; would be mistaken as entering text.
12890 <!--chtml endif-->
12893 Although this version of Alpine is for Microsoft Windows, it is not
12894 considered a full &quot;Graphical User Interface&quot; application. 
12895 Yet, many of the controls that Windows users are accustomed to seeing, 
12896 such as scrollbars and toolbars, are available.
12899 PC-Alpine offers considerable mouse support.  You can view what is
12900 &quot;click-able&quot; by dragging your mouse over any screen; when the
12901 arrow cursor changes into a hand, you found something. Mouse-click
12902 possibilities include navigating between screens and folders and
12903 double-clicking on hyperlinks to open your Web browser.
12904 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
12905 screen.  Examples of right-click options include &quot;copy&quot; after
12906 selecting text to copy and &quot;View in New Window&quot; when you click
12907 on a particular message in the Message Index. The menu choices available
12908 to you will vary based upon what screen is open, where on the screen your
12909 cursor is located, and even what action you have already taken.
12912 &lt;End of help on this topic&gt;
12913 </BODY>
12914 </HTML>
12915 ===== h_composer =====
12916 <HTML>
12917 <HEAD>
12918 <TITLE>COMPOSER COMMANDS</TITLE>
12919 </HEAD>
12920 <BODY>
12921 <H1>COMPOSER COMMANDS</H1>
12923 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>
12924 &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>
12925 &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>
12926 &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>
12927 &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>
12928 &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>
12929 &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>
12930 &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>
12931 &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>
12932 &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>
12933 ---------------------------------------|&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>
12934 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>
12935 &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>
12936 &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>
12937 &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>
12940 NOTE:
12941 <OL>
12942  <LI>For help on a particular command, highlight the bold text associated
12943 with it above and hit Return.
12944  <LI> The availability of certain commands
12945 is determined by Alpine configuration files and system capabilities.
12946 At some sites, certain commands may not be available due to security or
12947 support concerns.
12948  <LI>Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
12949 Ctrl-&#92;, ESC.
12950  <LI>For special handling of Ctrl-S and Ctrl-Q see special comments regarding
12951 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
12952 </OL>
12955 HINT: To move rapidly to the bottom of a message you are composing,
12956 enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
12957 with the Mark and Cut commands to eliminate large amounts of unwanted
12958 text in a Reply.
12960 <H2>Description of Composer</H2>
12962 Alpine has a built-in editing program that allows you to compose messages
12963 without having to leave Alpine.  The editor is designed to be very simple to
12964 use so that you can get started writing email right away.
12967 Messages are usually just text, about 80 columns wide.  Using upper and
12968 lower case is encouraged.  On some systems the size limit of the message
12969 is about 100,000 characters, which is about 2,000 lines.  You can include
12970 punctuation and special characters found on most keyboards, but you can't
12971 include characters with diacritical marks and certain special symbols.
12974 Text automatically wraps as you type past the end of a line so you do not
12975 have to hit return.  Using the
12976 &quot;<A HREF="h_compose_justify">Justify</A>&quot; command,
12977 you can also reformat text explicitly, perhaps after you have
12978 deleted some text.
12981 You can include other text files with the 
12982 &quot;<A HREF="h_compose_readfile">Read File</A>&quot; command,
12983 which will prompt you for the name of the file to insert at the
12984 current cursor postion.
12987 <UL>
12988 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12989 </UL>
12991 &lt;End of help on this topic&gt;
12992 </BODY>
12993 </HTML>
12994 ====== h_composer_browse =====
12995 <HTML>
12996 <HEAD>
12997 <TITLE>BROWSER</TITLE>
12998 </HEAD>
12999 <BODY>
13000 <H1>BROWSER</H1>
13001 This screen lets you browse your files and directories.  To go to another 
13002 directory (identified by &quot;(dir)&quot;), move the cursor to it and 
13003 choose &quot;Select&quot; (the default choice on the menu); 
13004 or choose &quot;Goto&quot; and enter the name of the directory.
13005 <!--chtml if pinemode="os_windows"-->
13006 <!--chtml else--> 
13007 In Unix Alpine, you may use 
13008 &quot;~&quot; to refer to your home directory or &quot;~user&quot; to refer 
13009 to another's home directory.  
13010 <!--chtml endif--><P>
13011 To select a file, move the cursor to it and 
13012 choose &quot;Select&quot; (the default choice on the menu).  
13014 <UL>
13015 <LI>Note <B>if</B> you are currently using the BROWSER for choosing a file for 
13016 inclusion in the 
13017 message body (that is, you chose &quot;Read File&quot; with the cursor under 
13018 the 
13019 &quot;----- Message Text -----&quot; line
13020 while composing, then &quot;To Files&quot;):  Since the file 
13021 selected will become part of the message text, it must be in a format 
13022 suitable for that (Alpine does not check!), such as a plain text file.
13023 Files of other formats (for example, graphics, databases, software 
13024 programs) should be 
13025 <B>attached</B> to the message instead --
13026 by moving the cursor in the COMPOSE MESSAGE screen into the 
13027 message header area and pressing 
13028 <!--chtml if pinemode="function_key"-->
13030 <!--chtml else-->
13031 Ctrl-J.
13032 <!--chtml endif--> 
13034 <P><LI>
13035 Note <B>if</B> you are currently using the BROWSER for saving a message 
13036 attachment, or exporting a message, to a file: You can use the Add command to 
13037 provide the name for a new file to save/export to, and then select that name 
13038 to use it for the save/export operation.  Back at the prompt 
13039 &quot;EXPORT: Copy message to file in ...&quot; hit Enter, then choose 
13040 either Overwrite or Append (it doesn't make a difference, since the file is 
13041 so far empty).  Note: If you cancel the 
13042 operation at that point, the file created with the Add command will remain 
13043 0 bytes in size.
13045 </UL>
13046 <P><UL>
13047 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13048 </UL>
13050 &lt;End of help on this topic&gt;
13051 </BODY>
13052 </HTML>
13053 ====== h_composer_ins =====
13054 <HTML>
13055 <HEAD>
13056 <TITLE>INSERT TEXT FILE</TITLE>
13057 </HEAD>
13058 <BODY>
13059 <H1>INSERT TEXT FILE</H1>
13061 Use this function to insert a text file. The file name
13062 given can be an absolute file path name for your system
13063 <!--chtml if pinemode="os_windows"-->
13064 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
13065 with a relative pathname, or simply a file name without
13066 drive or directory specification.  
13067 <!--chtml else-->
13068 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
13069 a file in your home directory, or a file path relative to your 
13070 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
13071 your home directory or &quot;~user&quot; to refer to another
13072 account's home directory.
13073 <!--chtml endif-->
13075 No wild card characters may be used.  
13076 The file must reside on the system running Alpine.
13078 If the 
13079 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13080 feature is set, names are relative to your current working directory 
13081 <!--chtml if pinemode="running"-->
13082 (which, at least for your current Alpine &quot;session,&quot; 
13083 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13084 <!--chtml endif-->
13085 rather than your home directory
13086 <!--chtml if pinemode="running"-->
13087 (which, in the present configuration of your system, is
13088  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13089 <!--chtml endif-->
13091 <P><UL>
13092 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13093 </UL>
13095 &lt;End of help on this topic&gt;
13096 </BODY>
13097 </HTML>
13098 ====== h_composer_ins_m =====
13099 <HTML>
13100 <HEAD>
13101 <TITLE>INSERT MESSAGE</TITLE>
13102 </HEAD>
13103 <BODY>
13104 <H1>INSERT MESSAGE</H1>
13106 Type in the number of a message in the currently open folder to insert it
13107 into your message.
13108 <P><UL>
13109 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13110 </UL>
13112 &lt;End of help on this topic&gt;
13113 </BODY>
13114 </HTML>
13115 ====== h_composer_search =====
13116 <HTML>
13117 <HEAD>
13118 <TITLE>Explanation of Composer Whereis Command </TITLE>
13119 </HEAD>
13120 <BODY>
13121 <H1>Help For Whereis Command</H1>
13123 Whereis is used to search the message for a word or part of a word.
13124 When searching in the composer, only the message part of your mail is
13125 searched, and the cursor is put on the first occurrence appearing
13126 after the location of the cursor.  The search will wrap to the
13127 beginning of the message when it no longer finds matches in the
13128 remainder of the message.
13130 To search for the same string a second time, press 
13131 <!--chtml if pinemode="function_key"-->
13132 &quot;F6&quot;
13133 <!--chtml else-->
13134 &quot;^W&quot;
13135 <!--chtml endif-->
13136 to begin search and then just press RETURN to accept the previous
13137 search string shown in square brackets rather than entering a new
13138 search string.<P>
13140 The &quot;Search&quot; prompt has several sub-command available:
13142 <DL>
13143 <DT>Get Help</DT>
13144 <DD> Takes you to this help page.
13146 <DT>Cancel</DT>
13147 <DD> Cancels the prompt.  No search takes place.
13149 <DT>First Line</DT>
13150 <DD> Takes you back to the composer with the cursor on the first character
13151 of the first line of text.
13153 <DT>Last Line</DT>
13154 <DD> Takes you back to the composer with the cursor on the last character
13155 of the last line of text.
13157 <DT>Replace (Optional)</DT>
13158 <DD> This sub-command is enabled by the 
13159 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13160 feature (which is on by default); see its help screen for details on how replacing works.
13162 </DL>
13164 &lt;End of help on this topic&gt;
13165 </BODY>
13166 </HTML>
13167 ====== h_sigedit_search =====
13168 <HTML>
13169 <HEAD>
13170 <TITLE>Explanation of Whereis Command </TITLE>
13171 </HEAD>
13172 <BODY>
13173 <H1>Help For Whereis Command</H1>
13175 Whereis is used to search for a word or part of a word.
13176 When searching the cursor is put on the first occurrence appearing
13177 after the location of the cursor.  The search will wrap to the
13178 beginning of the signature when it no longer finds matches in the
13179 remainder of the signature.
13181 To search for the same string a second time, press 
13182 <!--chtml if pinemode="function_key"-->
13183 &quot;F6&quot;
13184 <!--chtml else-->
13185 &quot;^W&quot;
13186 <!--chtml endif-->
13187 to begin search and then just press RETURN to accept the previous
13188 search string shown in square brackets rather than entering a new
13189 search string.<P>
13191 The &quot;Search&quot; prompt has several sub-command available:
13193 <DL>
13194 <DT>Get Help</DT>
13195 <DD> Takes you to this help page.
13197 <DT>Cancel</DT>
13198 <DD> Cancels the prompt.  No search takes place.
13200 <DT>First Line</DT>
13201 <DD> Takes you back to the composer with the cursor on the first character
13202 of the first line of text.
13204 <DT>Last Line</DT>
13205 <DD> Takes you back to the composer with the cursor on the last character
13206 of the last line of text.
13208 <DT>Replace (Optional)</DT>
13209 <DD> This sub-command is enabled by the 
13210 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13211 feature (which is on by default); see its help screen for details on how replacing works.
13213 </DL>
13215 &lt;End of help on this topic&gt;
13216 </BODY>
13217 </HTML>
13218 ======= h_composer_to ====
13219 <HTML>
13220 <HEAD>
13221 <TITLE>THE MESSAGE COMPOSER'S TO FIELD</TITLE>
13222 </HEAD>
13223 <BODY>
13224 <H1>THE MESSAGE COMPOSER'S TO FIELD</H1>
13226 <H2>The &quot;To:&quot; field</H2>
13227 The address you enter here must be a valid email address that is reachable
13228 from your site. 
13230 <H2>Email Address Format</H2>
13231 You may enter a full name and email address, 
13232 <!--chtml if pinemode="os_windows"-->
13233 <!--chtml else-->
13234 a local (meaning, on the same 
13235 host as the one you are running Alpine on) username that Alpine will
13236 complete for you, 
13237 <!--chtml endif-->
13238 the nickname of someone in a 
13239 <A HREF="h_abook_opened">Alpine Address Book</A>, or a local
13240 mail alias defined by your system administrator.  When you move the cursor
13241 out of this field, the nicknames will be expanded to the addresses in your
13242 address book, and the local usernames will be expanded to include the 
13243 persons' actual names.  You may enter as many addresses as you wish, but they 
13244 must be separated by commas.  You can move around this and other header fields
13245 with the arrow keys and use many of the usual composer editing keys.
13247 <UL>
13248 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13249 </UL>
13252 <H2>MESSAGE HEADER COMMANDS</H2>
13253 <!--chtml if pinemode="function_key"-->
13254 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13255 ^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>
13256 ^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>
13257 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
13258 ^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>
13259 ^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>
13260 ^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>
13261 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>
13262 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>
13263 ^@&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>
13264 ----------------------------------------|<BR>
13265 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F12&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
13266 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>
13267 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>
13268 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>
13269 <!--chtml else-->
13270 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13271 ^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>
13272 ^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>
13273 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<BR>
13274 ^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>
13275 ^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>
13276 ^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>
13277 ^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>
13278 ^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>
13279 ^@&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>
13280 ----------------------------------------|&nbsp;^R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
13281 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>
13282 ^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>
13283 ^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>
13284 ^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>
13285 <!--chtml endif-->
13288 NOTE:
13289 <OL>
13290  <LI>For help on a particular command, highlight the bold text associated
13291 with it above and hit Return.
13292  <LI> The availability of certain commands 
13293 is determined by Alpine configuration files and system capabilities.
13294 At some sites, certain commands may not be available due to security or
13295 support concerns.
13296 </OL>
13299 <UL>   
13300 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13301 </UL><P>
13302 &lt;End of help on this topic&gt;
13303 </BODY>
13304 </HTML>
13305 ======= h_composer_cc ====
13306 <HTML>
13307 <HEAD>
13308 <TITLE>THE MESSAGE COMPOSER'S CC FIELD</TITLE>
13309 </HEAD>
13310 <BODY>
13311 <H1>THE MESSAGE COMPOSER'S CC FIELD</H1>
13312 The Cc: field is just like the To: field, except it is used for addressees
13313 that you wish to send a &quot;carbon&quot; copy to.  That is, the message is 
13314 not directly meant directly &quot;for&quot; these recipients, but you wanted 
13315 them to see the message.  The only difference the recipients see is that their 
13316 name is in the Cc: field, rather than the To: field.
13318 For help with Cc: field editing
13319 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13321 <UL>
13322 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13323 </UL>
13325 <UL>   
13326 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13327 </UL><P>
13328 &lt;End of help on this topic&gt;
13329 </BODY>
13330 </HTML>
13331 ======= h_composer_bcc ====
13332 <HTML>
13333 <HEAD>
13334 <TITLE>THE MESSAGE COMPOSER'S BCC FIELD</TITLE>
13335 </HEAD>
13336 <BODY>
13337 <H1>THE MESSAGE COMPOSER'S BCC FIELD</H1>
13338 The &quot;Bcc:&quot; (Blind carbon copy) header is used when you wish to send 
13339 a copy of the message to one or more people whose addresses you do not
13340 wish disclosed, either to reduce clutter or for confidentiality.
13342 The format of the Bcc: field is just the same as the To: and Cc: fields in
13343 the way the addresses are entered.  The recipients listed here will
13344 receive a copy of the message, but --assuming your site's mail transport
13345 software is properly configured-- their addresses will not show up in the
13346 headers of the message, as delivered to all of the recipients.  The To:
13347 and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
13349 Note: if there is no To: or Cc: or Lcc: address in the message, Alpine
13350 will automatically generate and place in the To: field a pseudo-address of 
13351   &quot;undisclosed-recipients: ;&quot;
13352 or whatever string has been specified in the 
13353 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
13354 variable.
13356 The reason for this is to avoid embarrassment caused by some Internet
13357 mail transfer software that interprets a &quot;missing&quot; To: header as 
13358 an error and replaces it with an Apparently-to: header that may contain
13359 the addresses you entered on the Bcc: line.  In addition, it may be
13360 less disconcerting to Bcc: recipients to see <B>something</B> in the To: field.
13362 You can manipulate what text ends up on the (originally) empty To:
13363 field.  Just remember to put a colon and semicolon at the end of the
13364 field, which is a special notation denoting that it is not a real address.
13366 For information on message header editing
13367 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13369 <UL>
13370 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13371 </UL>
13373 <UL>   
13374 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13375 </UL><P>
13376 &lt;End of help on this topic&gt;
13377 </BODY>
13378 </HTML>
13379 ======= h_composer_lcc ====
13380 <HTML>
13381 <HEAD>
13382 <TITLE>THE MESSAGE COMPOSER'S LCC FIELD</TITLE>
13383 </HEAD>
13384 <BODY>
13385 <H1>THE MESSAGE COMPOSER'S LCC FIELD</H1>
13386 The &quot;Lcc:&quot; (List carbon copy) header is intended to be used when
13387 you wish to send a message to a list of people but avoid having all
13388 of their addresses visible, in order to reduce clutter when the
13389 message is received.
13391 It is similar to the 
13392 <A HREF="h_composer_bcc">&quot;Bcc&quot; (Blind carbon copy) header</A> 
13393 in that individual
13394 addressees are hidden, but Lcc is designed to work specifically with
13395 distribution lists you have created in your 
13396 <A HREF="h_abook_opened">Alpine Address Book</A>.  Placing
13397 the nickname of the list on the Lcc line will result in the full name of
13398 your Alpine Address Book list being placed on the To: line of the message,
13399 using a special notation that distinguishes it from a real address. You
13400 must leave the To: line blank for your list name to appear there.
13402 For example, if you have this list entered in your Address Book:<PRE>
13404         largo         Key Largo List       DISTRIBUTION LIST:
13405                                            bogie@mgm.com
13406                                            lauren@mgm.com
13407                                            walter@mgm.com</PRE>
13410 and you enter &quot;largo&quot; on the Lcc: line while composing a message, 
13411 the result is:<PRE>
13413         To      : Key Largo List: ;
13414         Cc      :
13415         Bcc     :
13416         Fcc     : sent-mail
13417         Lcc     : Key Largo List &lt;bogie@mgm.com&gt;,
13418                   lauren@mgm.com,
13419                   walter@mgm.com
13420         Subject :</PRE>
13422 Each recipient listed on the Lcc: line receives a copy of the message
13423 without their address being visible (as though they were listed on the
13424 Bcc: line). The colon-semicolon notation used to put the full-name of the
13425 list on the To: line is a special address format that doesn't specify any
13426 actual addressees, but does give some information to the recipients of the
13427 message.
13429 Note: if after entering an LCC, you delete the list name that is placed
13430 on the To: line, then recipients will see <PRE>
13431        To: undisclosed-recipients: ;</PRE>
13433 (or whatever string is defined in the 
13434 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
13435 variable) just as in the BCC case. 
13437 For help with Lcc: field editing
13438 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13440 <UL>
13441 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13442 </UL>
13444 <UL>   
13445 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13446 </UL><P>
13447 &lt;End of help on this topic&gt;
13448 </BODY>
13449 </HTML>
13450 ======= h_composer_from =======
13451 <HTML>
13452 <HEAD>
13453 <TITLE>THE MESSAGE COMPOSER'S FROM FIELD</TITLE>
13454 </HEAD>
13455 <BODY>
13456 <H1>THE MESSAGE COMPOSER'S FROM FIELD</H1>
13458 This header carries your return address.  It is the address toward which
13459 replies (and often, future unrelated correspondence) will be directed,
13460 unless you have <A HREF="h_config_custom_hdrs">defined an optional 
13461 &quot;Reply-To:&quot; header</A> in the SETUP CONFIGURATION screen.  Make 
13462 sure this address is correct.
13464 For help with message header editing
13465 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13467 <UL>
13468 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13469 </UL>
13471 <UL>   
13472 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13473 </UL><P>
13474 &lt;End of help on this topic&gt;
13475 </BODY>
13476 </HTML>
13477 ======= h_composer_reply_to =======
13478 <HTML>
13479 <HEAD>
13480 <TITLE>THE MESSAGE COMPOSER'S REPLY-TO FIELD</TITLE>
13481 </HEAD>
13482 <BODY>
13483 <H1>THE MESSAGE COMPOSER'S REPLY-TO FIELD</H1>
13485 Most people should not need this header. The Reply-To: header is used in
13486 cases where you would like replies to your messages to be directed to an
13487 address other than your normal &quot;From:&quot; address.  This is atypical, 
13488 but can happen when you use multiple machines and do not have the same account
13489 name on each one, or when you wish to direct certain replies to accounts
13490 or folders designated for specific classes of correspondence.
13492 For help with message header editing
13493 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13495 <UL>
13496 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13497 </UL>
13500 <UL>   
13501 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13502 </UL><P>
13503 &lt;End of help on this topic&gt;
13504 </BODY>
13505 </HTML>
13506 ======= h_composer_custom_addr ====
13507 <HTML>
13508 <HEAD>
13509 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
13510 </HEAD>
13511 <BODY>
13512 <H1>CUSTOMIZED HEADER FIELD</H1>
13513 This is a customized header, i.e. not one that is part of Alpine's normal
13514 set of Compose headers.
13516 For help with message header editing
13517 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13519 <UL>
13520 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13521 </UL>
13523 <UL>   
13524 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13525 </UL><P>
13526 &lt;End of help on this topic&gt;
13527 </BODY>
13528 </HTML>
13529 ======= h_composer_custom_free ====
13530 <HTML>
13531 <HEAD>
13532 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
13533 </HEAD>
13534 <BODY>
13535 <H1>CUSTOMIZED HEADER FIELD</H1>
13536 This is a customized header, i.e. not one that is part of Alpine's normal
13537 set of Compose headers.
13539 This field consists of arbitrary text.
13541 For help with message header editing
13542 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13544 <UL>   
13545 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13546 </UL><P>
13547 &lt;End of help on this topic&gt;
13548 </BODY>
13549 </HTML>
13550 ====== h_composer_news =====
13551 <HTML>
13552 <HEAD>
13553 <TITLE>THE MESSAGE COMPOSER'S NEWSGRPS LINE</TITLE>
13554 </HEAD>
13555 <BODY>
13556 <h1>THE MESSAGE COMPOSER'S NEWSGRPS LINE</h1>
13557 Use the newsgroups line to specify any and all USENET newsgroups to which
13558 your message should be posted.  When composing a message from scratch, this
13559 line may be hidden.  If so, just press the rich headers command
13560 (<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->)
13561 to make it visible.
13563 <EM>Be aware</EM> that when you post to a newsgroup thousands of
13564 people will be reading your message.  Also, you or your system manager
13565 must have defined an &quot;<!--#echo var="VAR_nntp-server"-->&quot; in your Alpine configuration
13566 in order for you to be able to post.
13568 For help with message header editing
13569 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13570 <P><UL>
13571 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13572 </UL>
13574 &lt;End of help on this topic&gt;
13575 </BODY>
13576 </HTML>
13577 ======= h_composer_fcc ====
13578 <HTML>
13579 <HEADER>
13580 <TITLE>THE MESSAGE COMPOSER'S FCC FIELD</TITLE>
13581 </HEADER>
13582 <BODY>
13583 <H1>THE MESSAGE COMPOSER'S FCC FIELD</H1>
13584 The FCC (File Carbon Copy) specifies the folder used to keep a copy of
13585 each outgoing message.  The default value can be configured with the
13586 &quot;<!--#echo var="VAR_default-fcc"-->&quot; and &quot;<!--#echo var="VAR_fcc-name-rule"-->&quot; options.  You can change or remove
13587 the file carbon copy on any message you send by editing the FCC header.<p>
13589 You may type ^T to get a list of all your folders and select one to use as
13590 the FCC for this message.<P>
13592 For help with message header editing
13593 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13595 <UL>   
13596 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13597 </UL><P>
13598 &lt;End of help on this topic&gt;
13599 </BODY>
13600 </HTML>
13601 ======= h_composer_subject ====
13602 <HTML>
13603 <HEADER>
13604 <TITLE>THE MESSAGE COMPOSER'S SUBJECT FIELD</TITLE>
13605 </HEADER>
13606 <BODY>
13607 <H1>THE MESSAGE COMPOSER'S SUBJECT FIELD</H1>
13609 The subject header provides a place to enter a few words that summarize
13610 the topic of the message you are sending.  You may leave this line blank,
13611 but it is considered a courtesy to use a meaningful subject.<p>
13613 For help with message header editing
13614 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13616 <UL>   
13617 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13618 </UL><P>
13619 &lt;End of help on this topic&gt;
13620 </BODY>
13621 </HTML>
13622 ======= h_composer_attachment ====
13623 <HTML>
13624 <HEAD>
13625 <TITLE>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</TITLE>
13626 </HEAD>
13627 <BODY>
13628 <H1>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</H1>
13630 The &quot;Attchmnt:&quot; field is where you specify what file or
13631 files you'd like attached to
13632 the message you are composing.  Those files must reside on the machine
13633 running Alpine. If your file is on a PC or Mac and you run Alpine with an
13634 account on a Unix machine, you'll have to transfer it before attaching it.
13635 Contact local computer support people for assistance with transferring.
13638 The file name
13639 given can be an absolute file path name for your system
13640 <!--chtml if pinemode="os_windows"-->
13641 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
13642 with a relative pathname, or simply a file name without
13643 drive or directory specification.  
13644 <!--chtml else-->
13645 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
13646 a file in your home directory, or a file path relative to your 
13647 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
13648 your home directory or &quot;~user&quot; to refer to another
13649 account's home directory.
13650 <!--chtml endif--><P>
13651 No wild card characters may be used.
13652 <P>If the 
13653 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13654 feature is set, names are relative to your current working directory 
13655 <!--chtml if pinemode="running"-->
13656 (which, at least for your current Alpine &quot;session,&quot; 
13657 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13658 <!--chtml endif-->
13659 rather than your home directory
13660 <!--chtml if pinemode="running"-->
13661 (which, in the present configuration of your system, is
13662  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13663 <!--chtml endif-->
13666 Alpine uses MIME encoding for attachments, so binaries and files of any
13667 length can safely be delivered to any MIME-capable mail reading program.
13668 If you send an attachment to someone who does not have a MIME-capable mail
13669 reading program yet, then the main message text will be readable, but
13670 attachments (even attachments that are just plain text) are not.
13673 Typing the filename on the Attchmnt: line achieves the same
13674 result as using the 
13675 <!--chtml if pinemode="function_key"-->
13677 <!--chtml else-->
13678 Ctrl-J
13679 <!--chtml endif--> command.
13682 If you Forward a message with attachments, you may delete them from your
13683 Forwarded message by editing the Attchmnt header line.
13686 For help with message header editing
13687 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13689 <UL>   
13690 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13691 </UL><P>
13692 &lt;End of help on this topic&gt;
13693 </BODY>
13694 </HTML>
13695 ======= h_composer_ctrl_j ====
13696 <HTML>
13697 <HEAD>
13698 <TITLE>COMPOSER ATTACH</TITLE>
13699 </HEAD>
13700 <BODY>
13701 After the
13702 <!--chtml if pinemode="function_key"-->
13704 <!--chtml else-->
13705 Ctrl-J
13706 <!--chtml endif--> command:
13707 At the &quot;File to attach:&quot; prompt, enter the name of the 
13708 existing file to attach to your message.  
13709 When the feature
13710 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
13711 is set
13712 you need only enter the beginning of the filename (enough of it to uniquely 
13713 identify the file) and press TAB to complete it.
13715 Or, press ^T to use the BROWSER screen for 
13716 selecting the file.  <P>
13717 For more information on attaching files, see the help screen for the 
13718 composer's 
13719 <A HREF="h_composer_attachment">Attchmnt: field</A>, which is normally hidden,
13720 but can be revealed using the 
13721 <!--chtml if pinemode="function_key"-->
13723 <!--chtml else-->
13724 Ctrl-R
13725 <!--chtml endif--> 
13726 command with the cursor positioned above the
13727 &quot;----- Message Text -----&quot; line in the COMPOSE MESSAGE screen.
13729 &lt;End of help on this topic&gt;
13730 </BODY>
13731 </HTML>
13732 ======= h_edit_nav_cmds =========
13733 <HTML>
13734 <HEAD>
13735 <TITLE>Composer Editing Commands Explained</TITLE>
13736 </HEAD>
13737 <BODY>
13738 <H1>EDITING and NAVIGATION COMMANDS</H1>
13739 <!--chtml if pinemode="function_key"-->
13740 <PRE>
13741 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
13742 ^B (Left Arrow)    Back character       | ^D       Delete current character
13743 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
13744 ^P (Up Arrow)      Previous line        |
13745 ^N (Down Arrow)    Next line            | F9       Cut marked text or
13746 ^A                 Beginning of line    |            delete current line
13747 ^E                 End of line          | F10      Undelete line(s)
13748 F7                 Previous page        |
13749 F8                 Next page            |-------------------------------------
13750 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
13751 ----------------------------------------|
13752 EXIT COMMANDS    |  GENERAL COMMANDS    | F12    To Addressbook
13753 F3   Cancel      |   F1    Get help     | F12    RichView (expand lists)
13754 F2  eXit/save    |   ^Z    Suspend      | ^L     Redraw Screen
13755 </PRE>
13756 <!--chtml else-->
13757 <PRE>
13758 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
13759 ^B (Left Arrow)    Back character       | ^D       Delete current character
13760 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
13761 ^P (Up Arrow)      Previous line        |
13762 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
13763 ^A                 Beginning of line    |            delete current line
13764 ^E                 End of line          | ^U       Undelete line(s)
13765 ^Y                 Previous page        |
13766 ^V                 Next page            |-------------------------------------
13767 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
13768 ----------------------------------------|
13769 EXIT COMMANDS    |  GENERAL COMMANDS    | ^T     To Addressbook
13770 ^C   Cancel      |   ^G    Get help     | ^R     RichView  (expand lists)
13771 ^X   eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
13772 </PRE>
13773 <!--chtml endif-->
13774 &lt;End of help on this topic&gt;
13775 </BODY>
13776 </HTML>
13777 ===== h_composer_sigedit =====
13778 <HTML>
13779 <HEAD>
13780 <TITLE>Signature Editor Commands Explained</TITLE>
13781 </HEAD>
13782 <BODY>
13783 <H1>SIGNATURE EDITOR COMMANDS</H1>
13784 <!--chtml if pinemode="function_key"-->
13785 <PRE>
13786 CURSOR MOTION KEYS                     |EDITING KEYS
13787   ^B (Left Arrow)   Back character     | ^D       Delete current character
13788   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
13789   ^P (Up Arrow)     Previous line      | ^^       Set a mark
13790   ^N (Down Arrow)   Next line          | F9       Cut marked text or
13791   ^A                Beginning of line  |           delete current line
13792   ^E                End of line        | F10       Paste text, undelete lines
13793   F7                Previous page      |           cut with ^K, or unjustify
13794   F8                Next page          |-------------------------------------
13795   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
13796 ---------------------------------------| F6       Whereis (search for string)
13797 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
13798  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
13799                  |  ^Z    Suspend      | ^L       Redraw Screen
13800  F2   Send       |  F6    Alt. editor  | F5       Read in a file
13801 </PRE>
13802 <!--chtml else-->
13803 <PRE>
13804 CURSOR MOTION KEYS                     |EDITING KEYS
13805   ^B (Left Arrow)   Back character     | ^D       Delete current character
13806   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
13807   ^P (Up Arrow)     Previous line      | ^^       Set a mark
13808   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
13809   ^A                Beginning of line  |           delete current line
13810   ^E                End of line        | ^U        Paste text, undelete lines
13811   ^Y                Previous page      |           cut with ^K, or unjustify
13812   ^V                Next page          |-------------------------------------
13813   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
13814 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
13815 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
13816  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
13817                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
13818  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
13819 </PRE>
13820 <!--chtml endif-->
13822 NOTE: The presence or absence of the following commands is determined
13823 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
13824 some of these commands may be administratively disabled by your system
13825 manager; if they don't work, please check with your local help desk
13826 before reporting a bug.
13828 <UL>
13829  <LI>Suspend (suspends Alpine and gives a system prompt)
13830  <LI>Alternate editor (allows you to compose with your own editor)
13831 </UL>
13834 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
13835 Ctrl-&#92;, ESC
13838 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
13839 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
13841 &lt;End of help on this topic&gt;
13842 </BODY>
13843 </HTML>
13844 ===== h_composer_commentedit =====
13845 <HTML>
13846 <HEAD>
13847 <TITLE>Comment Editor Commands Explained</TITLE>
13848 </HEAD>
13849 <BODY>
13850 <H1>COMMENT EDITOR COMMANDS</H1>
13851 <!--chtml if pinemode="function_key"-->
13852 <PRE>
13853 CURSOR MOTION KEYS                     |EDITING KEYS
13854   ^B (Left Arrow)   Back character     | ^D       Delete current character
13855   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
13856   ^P (Up Arrow)     Previous line      | ^^       Set a mark
13857   ^N (Down Arrow)   Next line          | F9       Cut marked text or
13858   ^A                Beginning of line  |           delete current line
13859   ^E                End of line        | F10       Paste text, undelete lines
13860   F7                Previous page      |           cut with ^K, or unjustify
13861   F8                Next page          |-------------------------------------
13862   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
13863 ---------------------------------------| F6       Whereis (search for string)
13864 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
13865  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
13866                  |  ^Z    Suspend      | ^L       Redraw Screen
13867  F2   Send       |  F6    Alt. editor  | F5       Read in a file
13868 </PRE>
13869 <!--chtml else-->
13870 <PRE>
13871 CURSOR MOTION KEYS                     |EDITING KEYS
13872   ^B (Left Arrow)   Back character     | ^D       Delete current character
13873   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
13874   ^P (Up Arrow)     Previous line      | ^^       Set a mark
13875   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
13876   ^A                Beginning of line  |           delete current line
13877   ^E                End of line        | ^U        Paste text, undelete lines
13878   ^Y                Previous page      |           cut with ^K, or unjustify
13879   ^V                Next page          |-------------------------------------
13880   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
13881 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
13882 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
13883  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
13884                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
13885  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
13886 </PRE>
13887 <!--chtml endif-->
13889 NOTE: The presence or absence of the following commands is determined
13890 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
13891 some of these commands may be administratively disabled by your system
13892 manager; if they don't work, please check with your local help desk
13893 before reporting a bug.
13895 <UL>
13896  <LI>Suspend (suspends Alpine and gives a system prompt)
13897  <LI>Alternate editor (allows you to compose with your own editor)
13898 </UL>
13901 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
13902 Ctrl-&#92;, ESC
13905 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
13906 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
13908 &lt;End of help on this topic&gt;
13909 </BODY>
13910 </HTML>
13911 ======= h_composer_abook_nick =======
13912 <HTML>
13913 <HEAD>
13914 <TITLE>Addressbook Nickname Explained</TITLE>
13915 </HEAD>
13916 <BODY>
13917 This is a short nickname for this address book entry.  If it is used in
13918 place of an address from the composer, the composer will fill in the
13919 address(es) for the entry that matches the nickname. 
13922 Look <A HREF="h_edit_nav_cmds">here</A>
13923 to see the available Editing and Navigation commands.
13925 &lt;End of help on this topic&gt;
13926 </BODY>
13927 </HTML>
13928 ======= h_composer_abook_full =======
13929 <HTML>
13930 <HEAD>
13931 <TITLE>Addressbook Fullname Explained</TITLE>
13932 </HEAD>
13933 <BODY>
13934 This is the full name field for this entry.  If this is going to be a
13935 distribution list (more than one address), it should be a descriptive
13936 phrase describing the list.  It will be included in the mail header if you
13937 put the list in the To: or CC: field, or in the To: line if you put the
13938 list in the Lcc: field.  It's OK to leave this field blank (and OK to
13939 leave any of the other fields blank, too). If this address book entry is
13940 going to be a simple entry with just one address, then this field is the
13941 person's name. When you send mail to this entry, this is the field to the
13942 left of the brackets. That is, it is the most readable part of the 
13943 address. For example, in the sample address:
13944 <PRE>
13945        John Doe &lt;jdoe@some.domain&gt;
13946 </PRE>
13947 "John Doe" is the full name field. If you are sorting your address book
13948 with one of the options that uses full names, then it might be useful to
13949 enter the full name as "Last, First", for example:
13950 <PRE>
13951        Doe, John
13952 </PRE>
13953 so that it will be sorted using Doe instead of John. This will be changed
13954 back into John Doe when you use it.
13956 Look <A HREF="h_edit_nav_cmds">here</A>
13957 to see the available Editing and Navigation commands.
13959 &lt;End of help on this topic&gt;
13960 </BODY>
13961 </HTML>
13962 ======= h_composer_abook_fcc =======
13963 <HTML>
13964 <HEAD>
13965 <TITLE>Addressbook Fcc Explained</TITLE>
13966 </HEAD>
13967 <BODY>
13968 If this entry is the first one in the To: line of an outgoing message,
13969 this field will be used for the Fcc (File Carbon Copy) instead of whatever
13970 you would normally get (which depends on which
13971 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
13972 you've chosen). 
13974 If this field consists of two double quotes (&quot;&quot;) that tells Alpine
13975 that you don't want any Fcc associated with this entry.
13977 Look <A HREF="h_edit_nav_cmds">here</A>
13978 to see the available Editing and Navigation commands.
13980 &lt;End of help on this topic&gt;
13981 </BODY>
13982 </HTML>
13983 ====== h_config_combined_abook_display =====
13984 <HTML>
13985 <HEAD>
13986 <TITLE>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></TITLE>
13987 </HEAD>
13988 <BODY>
13989 <H1>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></H1>
13991 This feature affects the address book display screens.
13992 Normally, expanding an address book from the ADDRESS BOOK LIST screen
13993 will cause the remaining address books and directory servers to disappear
13994 from the screen, leaving only the entries of the expanded address book.
13995 If this feature is set, then the other address books will remain on the screen,
13996 so that all of the address books can be present at once.
13999 The way that commands work won't be changed.
14000 For example, the Select All command will select all of the entries in the
14001 current address book, not all of the entries in all of the address books.
14002 The WhereIs command will change a little.
14003 It will search through all of the text on the screen plus all of the entries
14004 from expanded address books.
14007 When this feature is set, the setting of the feature
14008 <A HREF="h_config_expanded_addrbooks">&quot;<!--#echo var="FEAT_expanded-view-of-addressbooks"-->&quot;</A>
14009 has an effect.
14011 &lt;End of help on this topic&gt;
14012 </BODY>
14013 </HTML>
14014 ====== h_config_titlebar_color_style =====
14015 <HTML>
14016 <HEAD>
14017 <TITLE>OPTION: <!--#echo var="VAR_titlebar-color-style"--></TITLE>
14018 </HEAD>
14019 <BODY>
14020 <H1>OPTION: <!--#echo var="VAR_titlebar-color-style"--></H1>
14022 This option affects the colors used to display the titlebar (the top
14023 line on the screen) when viewing a message.
14026 The available options include:
14029 <DL>
14030 <DT>default</DT>
14031 <DD>The color of the titlebar will be the color you set for the
14032 <A HREF="h_config_title_color">Title Color</A>.
14033 The Title Color may be set by using the
14034 <A HREF="h_color_setup">Setup Kolor</A> screen.
14035 </DD>
14037 <DT>indexline</DT>
14038 <DD>The color of the titlebar will be the same as the color of the
14039 index line corresponding to the message being viewed.
14040 The rules that determine what color the index line will be may be set
14041 up by going to the Setup/Rules/Indexcolor screen.
14042 If the index line for a message is not colored explicitly by the
14043 Indexcolor rules, then the titlebar will be colored the same as for
14044 the &quot;default&quot; option above (which is not the same color that
14045 the index line itself will have).
14046 </DD>
14048 <DT>reverse-indexline</DT>
14049 <DD>This is similar to the &quot;indexline&quot; option except the
14050 foreground and background colors from the corresponding index line will
14051 be reversed.
14052 For example, if the index line color is red letters on a white background,
14053 then the titlebar will be white letters on a red background.
14054 If the index line for a message is not colored explicitly by the
14055 Indexcolor rules, then the titlebar will be colored the same as for
14056 the &quot;default&quot; option above (which is not the same color that
14057 the index line itself will have).
14058 </DD>
14059 </DL>
14063 <UL>   
14064 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14065 </UL><P>
14066 &lt;End of help on this topic&gt;
14067 </BODY>
14068 </HTML>
14069 ====== h_config_index_color_style =====
14070 <HTML>
14071 <HEAD>
14072 <TITLE>OPTION: <!--#echo var="VAR_current-indexline-style"--></TITLE>
14073 </HEAD>
14074 <BODY>
14075 <H1>OPTION: <!--#echo var="VAR_current-indexline-style"--></H1>
14077 This option affects the colors used to display the current line in the
14078 MESSAGE INDEX screen.
14079 If you do not have Index Color Rules defined, then this option will
14080 have no effect in the index.
14081 Those Rules may be defined by going to the Setup/Rules/Indexcolor screen.
14083 If the option
14084 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
14085 is turned on and the
14086 <A HREF="h_config_incunseen_color">Incoming Unseen Color</A>
14087 is set to something other than the default, then
14088 this option also affects the color used to display the current folder
14089 in the Incoming FOLDER LIST screen.
14092 The available options include:
14095 <DL>
14096 <DT>flip-colors</DT>
14097 <DD>This is the default.
14098 If an index line is colored because it matches one of your
14099 Index Color Rules, then its colors will be reversed when it is the currently
14100 highlighted line.
14101 For example, if the line is normally red text on a blue background, then
14102 when it is the current line it will be drawn as blue text on a red background.
14104 The rest of the option values all revert to this flip-colors behavior if
14105 there is no Reverse Color defined.
14106 </DD>
14108 <DT>reverse</DT>
14109 <DD>With this option the Reverse color is always used to highlight the
14110 current line.
14111 </DD>
14113 <DT>reverse-fg</DT>
14114 <DD>The foreground part of the Reverse Color is used to highlight
14115 the current line.
14116 If this would cause the text to be unreadable (because the foreground and
14117 background colors are the same) or if it would cause no change in the
14118 color of the index line, then the colors are flipped instead.
14120 Some people think this works particularly well if you use different
14121 background colors to emphasize &quot;interesting&quot; lines,
14122 but always with the same Normal foreground color,
14123 and you use a different foreground color for the Reverse Color.
14124 </DD>
14126 <DT>reverse-fg-no-ambiguity</DT>
14127 <DD>With the &quot;reverse-fg&quot; rule above, it is possible that
14128 the resulting color will be exactly the same as the regular Reverse
14129 Color.
14130 That can lead to some possible confusion because an
14131 &quot;interesting&quot;
14132 line that is the current line will be displayed exactly the same as a
14133 non-interesting line that is current.
14134 You can't tell whether the line is just a regular current line or if it is
14135 an &quot;interesting&quot; current line by looking at the color.
14136 Setting the option to this value removes that ambiguity.
14137 It is the same as the &quot;reverse-fg&quot; setting unless the resulting
14138 interesting current line would look just like a non-interesting current line.
14139 In that case, the interesting line's colors are simply flipped (like in the
14140 default behavior).
14142 As an alternative way to preserve the line's interestingness in this case,
14143 you may find that using both a different foreground and a different
14144 background color for the interesting line will help.
14145 </DD>
14147 <DT>reverse-bg</DT>
14148 <DD>The background part of the Reverse Color is used to highlight
14149 the current line.
14150 If this would cause the text to be unreadable (because the foreground and
14151 background colors are the same) or if it would cause no change in the
14152 color of the index line, then the colors are flipped instead.
14154 Some people think this works particularly well if you use different
14155 foreground colors to emphasize &quot;interesting&quot; lines,
14156 but always with the same Normal background color,
14157 and you use a different background color for the Reverse Color.
14158 </DD>
14160 <DT>reverse-bg-no-ambiguity</DT>
14161 <DD>As with the &quot;reverse-fg&quot; case, the &quot;reverse-bg&quot;
14162 rule may also result in a color that is exactly the same as the regular
14163 Reverse Color.
14164 Setting the option to this value removes that ambiguity.
14165 It is the same as the &quot;reverse-bg&quot; setting unless the resulting
14166 current line has the same color as the Reverse Color.
14167 In that case, the interesting line's colors are simply flipped (like in the
14168 default behavior).
14169 </DD>
14170 </DL>
14174 <UL>   
14175 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14176 </UL><P>
14177 &lt;End of help on this topic&gt;
14178 </BODY>
14179 </HTML>
14180 ====== h_config_expanded_addrbooks =====
14181 <HTML>
14182 <HEAD>
14183 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></TITLE>
14184 </HEAD>
14185 <BODY>
14186 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></H1>
14188 If multiple address books (either personal or global) are defined, and you
14189 wish to have them all expanded implicitly upon entering the ADDRESS BOOK
14190 screen, then set this feature. This feature will have no effect unless the
14191 feature
14192 <A HREF="h_config_combined_abook_display">&quot;<!--#echo var="FEAT_combined-addrbook-display"-->&quot;</A>
14193 is also set.
14195 &lt;End of help on this topic&gt;
14196 </BODY>
14197 </HTML>
14198 ====== h_config_combined_folder_display =====
14199 <HTML>
14200 <HEAD>
14201 <TITLE>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></TITLE>
14202 </HEAD>
14203 <BODY>
14204 <H1>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></H1>
14206 This feature affects the folder list display screens.
14207 Normally, each folder list is viewed within its collection only.  This
14208 command allows folder lists to be viewed within a single screen that
14209 combines the contents of all collections.
14212 The way that commands work won't be changed.
14213 For example, the Select All command will select all of the folders in the
14214 current collection, not all of the entries in all of the collections.
14215 The WhereIs command will change a little.
14216 It will search through all of the folders in the current collection as well
14217 as all the folder in any other expanded collection.
14220 When this feature is set, the setting of the feature
14221 <A HREF="h_config_expanded_folders">&quot;<!--#echo var="FEAT_expanded-view-of-folders"-->&quot;</A>
14222 has an effect.
14224 &lt;End of help on this topic&gt;
14225 </BODY>
14226 </HTML>
14227 ====== h_config_combined_subdir_display =====
14228 <HTML>
14229 <HEAD>
14230 <TITLE>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></TITLE>
14231 </HEAD>
14232 <BODY>
14233 <H1>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></H1>
14235 This feature affects the Folder List screen when
14237 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14238 feature is enabled.  Normally, selecting a directory from the Folder
14239 List takes you into a new screen displaying only the contents of
14240 that directory.
14243 Enabling this feature will cause the contents of the selected
14244 directory to be
14245 displayed within the boundaries of the &quot;Collection&quot; it
14246 is a part of.  All previously displayed collections will remain
14247 in the screen.
14250 The way that commands work won't be changed.
14251 For example, the Select All command will select all of the folders in the
14252 directory, as opposed to all of the entries in all of the collections.
14253 The WhereIs command will change a little.
14254 It will search through all of the folders in the current collection as well
14255 as all the folder in any other expanded collection.
14258 &lt;End of help on this topic&gt;
14259 </BODY>
14260 </HTML>
14261 ====== h_config_separate_fold_dir_view =====
14262 <HTML>
14263 <HEAD>
14264 <TITLE>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></TITLE>
14265 </HEAD>
14266 <BODY>
14267 <H1>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></H1>
14269 This feature affects folder collections wherein a folder
14270 and directory can have the same name.  By default, Alpine displays them
14271 only once, denoting that it is both a folder and directory by appending
14272 the folder name with the hierarchy character enclosed
14273 in square brackets.
14277 Enabling this feature will cause Alpine to display such names
14278 separately marking the name representing a directory with a trailing
14279 hierarchy delimiter (typically the slash, &quot;/&quot;, character).
14282 The feature also alters the command set slightly.  By default, the
14283 right-arrow descends into the directory, while hitting the Return key will
14284 cause the folder by that name to be opened.
14287 With this feature set, the Return key will open the highlighted folder, or
14288 enter the highlighted directory.
14291 &lt;End of help on this topic&gt;
14292 </BODY>
14293 </HTML>
14294 ====== h_config_expanded_folders =====
14295 <HTML>
14296 <HEAD>
14297 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></TITLE>
14298 </HEAD>
14299 <BODY>
14300 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></H1>
14302 If multiple folder collections are defined, and you
14303 wish to have them all expanded implicitly upon entering the FOLDER LIST
14304 screen, then set this feature. This feature will have no effect unless the
14305 feature
14306 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14307 is also set.
14309 &lt;End of help on this topic&gt;
14310 </BODY>
14311 </HTML>
14312 ======= h_config_ldap_server =======
14313 <HTML>
14314 <HEAD>
14315 <TITLE>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
14316 </HEAD>
14317 <BODY>
14318 <H1>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
14319 This is the name of the host where an LDAP server is running.
14320 For redundancy, this may be a space-delimited set of server names, in which
14321 case the first server that answers is used.
14322 Each of the server names may be optionally followed by
14323 a colon and a port number.
14324 If this form is used then the port number configured below in the
14325 <EM>port</EM> field is not used.
14327 To find out whether your organization has its own LDAP server, 
14328 contact its computing support staff.
14329 <P><UL>
14330 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14331 </UL>
14333 &lt;End of help on this topic&gt;
14334 </BODY>
14335 </HTML>
14336 ======= h_config_ldap_base =======
14337 <HTML>
14338 <HEAD>
14339 <TITLE>LDAP OPTION: Search-Base</TITLE>
14340 </HEAD>
14341 <BODY>
14342 <H1>LDAP OPTION: Search-Base</H1>
14344 This is the search base to be used on this server.  It functions as a filter 
14345 by restricting your searches in the LDAP server database
14346 to the specified contents of the specified fields.  Without it, searches 
14347 submitted to this directory server may fail.  It might be something
14348 like:
14350 <PRE>
14351       O = &lt;Your Organization Name&gt;, C = US
14352 </PRE>
14353 or it might be blank.  
14354 (Some LDAP servers actually ignore anything specified here.)
14356 If in doubt what parameters you should specify here, 
14357 contact the maintainers of the LDAP server.
14358 <P><UL>
14359 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14360 </UL>
14362 &lt;End of help on this topic&gt;
14363 </BODY>
14364 </HTML>
14365 ======= h_config_ldap_port =======
14366 <HTML>
14367 <HEAD>
14368 <TITLE>LDAP OPTION: Port</TITLE>
14369 </HEAD>
14370 <BODY>
14371 <H1>LDAP OPTION: Port</H1>
14373 This is the TCP port number to be used with this LDAP server. If you leave
14374 this blank port 389 will be used.
14376 &lt;End of help on this topic&gt;
14377 </BODY>
14378 </HTML>
14379 ======= h_config_ldap_nick =======
14380 <HTML>
14381 <HEAD>
14382 <TITLE>LDAP OPTION: Nickname</TITLE>
14383 </HEAD>
14384 <BODY>
14385 <H1>LDAP OPTION: Nickname</H1>
14387 This is a nickname to be used in displays. If you don't supply a
14388 nickname the server name
14389 (<A HREF="h_config_ldap_server">&quot;<!--#echo var="VAR_ldap-servers"-->&quot;</A>)
14390 will be used instead.  This option is strictly for your convenience.
14392 &lt;End of help on this topic&gt;
14393 </BODY>
14394 </HTML>
14395 ======= h_config_ldap_binddn =======
14396 <HTML>
14397 <HEAD>
14398 <TITLE>LDAP OPTION: Bind-DN</TITLE>
14399 </HEAD>
14400 <BODY>
14401 <H1>LDAP OPTION: Bind-DN</H1>
14403 You may need to authenticate to the LDAP server before you are able to use it.
14404 This is the Distinguished Name to bind to when authenticating to this server.
14405 Try leaving this blank until you know you need it.
14407 Alpine only knows about LDAP Simple authentication.
14408 It does not attempt LDAP SASL authentication.
14409 The DN and password will be sent in the clear unless TLS encryption is
14410 being used on this connection.
14411 Because of this, you may want to set the LDAP feature
14412 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>
14413 or the feature
14414 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
14415 if you are going to be providing a password.
14416 <P><UL>
14417 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14418 </UL>
14420 &lt;End of help on this topic&gt;
14421 </BODY>
14422 </HTML>
14423 ======= h_config_ldap_opts_impl =======
14424 <HTML>
14425 <HEAD>
14426 <TITLE>LDAP FEATURE: Use-Implicitly-From-Composer</TITLE>
14427 </HEAD>
14428 <BODY>
14429 <H1>LDAP FEATURE: Use-Implicitly-From-Composer</H1>
14431 Set this to have lookups done to this server implicitly from the composer.
14432 If an address doesn't look like a fully-qualified address, it will be looked
14433 up in your address books, and if it doesn't match a nickname there, then it
14434 will be looked up on the LDAP servers that have this feature set.
14435 The lookups will also be done when using the address completion feature
14436 (TAB command) in the composer if any of the serves have this feature set.
14437 Also see the LDAP feature
14438 <A HREF="h_config_ldap_opts_rhs">&quot;Lookup-Addrbook-Contents&quot;</A>
14439 and the Setup/Config feature
14440 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
14442 &lt;End of help on this topic&gt;
14443 </BODY>
14444 </HTML>
14445 ======= h_config_ldap_opts_tls =======
14446 <HTML>
14447 <HEAD>
14448 <TITLE>LDAP FEATURE: Attempt-TLS-On-Connection</TITLE>
14449 </HEAD>
14450 <BODY>
14451 <H1>LDAP FEATURE: Attempt-TLS-On-Connection</H1>
14453 When connecting to this server Alpine will attempt to use TLS encryption
14454 on the connection.
14455 Also see the closely related feature
14456 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
14458 &lt;End of help on this topic&gt;
14459 </BODY>
14460 </HTML>
14461 ======= h_config_ldap_opts_tlsmust =======
14462 <HTML>
14463 <HEAD>
14464 <TITLE>LDAP FEATURE: Require-TLS-On-Connection</TITLE>
14465 </HEAD>
14466 <BODY>
14467 <H1>LDAP FEATURE: Require-TLS-On-Connection</H1>
14469 When connecting to this server Alpine will attempt to use TLS encryption
14470 on the connection.
14471 If the StartTLS operation fails then the connection will not be used.
14473 &lt;End of help on this topic&gt;
14474 </BODY>
14475 </HTML>
14476 ====== h_config_ldap_opts_rhs =====
14477 <HTML>
14478 <HEAD>
14479 <TITLE>LDAP FEATURE: Lookup-Addrbook-Contents</TITLE>
14480 </HEAD>
14481 <BODY>
14482 <H1>LDAP FEATURE: Lookup-Addrbook-Contents</H1>
14484 Normally implicit LDAP lookups from the composer are done only for the
14485 strings you type in from the composer screen. In other words, you type in
14486 something in the To or CC field and press return, then the string is looked up.
14487 First that string is looked up in your address books. If a match is found
14488 there, then the results of that match are looked up again. If you place
14489 a string in your address book that you want to have looked up on the LDAP
14490 directory server, you need to turn on this feature. If you set this feature
14491 for a server, you almost always will also want to set the
14492 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
14493 feature. An example might serve to best illustrate this feature.
14495 If an LDAP lookup of &quot;William Clinton&quot; normally returns an
14496 entry with an
14497 address of pres@whitehouse.gov, then you might put an entry in your address
14498 book that looks like:
14500 <CENTER><SAMP>Nickname = bill</SAMP></CENTER><BR>
14501 <CENTER><SAMP>Address = &quot;William Clinton&quot;</SAMP></CENTER>
14503 Now, when you type &quot;bill&quot; into an
14504 address field in the composer Alpine will
14505 find the &quot;bill&quot; entry in your address book.
14506 It will replace &quot;bill&quot; with
14507 &quot;William Clinton&quot;.
14508 It will then search for an entry with that nickname
14509 in your address book and not find one. If this feature
14510 is set, Alpine will then attempt to lookup
14511 &quot;William Clinton&quot; on the LDAP server and find the entry with address
14512 pres@whitehouse.gov.
14514 A better way to accomplish the same thing is probably to use the feature
14515 <A HREF="h_config_ldap_opts_ref">&quot;Save-Search-Criteria-Not-Result&quot;</A>.
14517 &lt;End of help on this topic&gt;
14518 </BODY>
14519 </HTML>
14520 ====== h_config_ldap_opts_ref =====
14521 <HTML>
14522 <HEAD>
14523 <TITLE>LDAP FEATURE: Save-Search-Criteria-Not-Result</TITLE>
14524 </HEAD>
14525 <BODY>
14526 <H1>LDAP FEATURE: Save-Search-Criteria-Not-Result</H1>
14528 Normally when you save the results of an LDAP directory lookup to your
14529 address book the results of the lookup are saved. If this feature is set
14530 and the entry being saved was found on this directory server, then the
14531 search criteria is saved instead of the results of the search. When this
14532 address book entry is used in the future, instead of copying the results
14533 from the address book the directory lookup will be done again. This could
14534 be useful if the copied result might become stale because the data on
14535 the directory server changes (for example, the entry's email address changes).
14536 You probably don't want to set this feature if the server is at all slow or
14537 unreliable.
14539 The way this actually works is that instead of saving the email address
14540 in your address book, Alpine saves enough information to look up the same
14541 directory entry again. In particular, it saves the server name and the
14542 distinguished name of the entry. It's possible that the server administrators
14543 might change the format of distinguished names on the server, or that the
14544 entry might be removed from the server. If Alpine notices this, you will be warned
14545 and a backup copy of the email address will be used. You may want to create
14546 a new entry in this case, since you will get the annoying warning every
14547 time you use the old entry. You may do that by Saving the entry to a new
14548 nickname in the same address book. You will be asked whether or not you
14549 want to use the backup email address.
14551 A related feature in the Setup/Config screen is
14552 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
14554 &lt;End of help on this topic&gt;
14555 </BODY>
14556 </HTML>
14557 ======= h_config_ldap_opts_nosub =======
14558 <HTML>
14559 <HEAD>
14560 <TITLE>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</TITLE>
14561 </HEAD>
14562 <BODY>
14563 <H1>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</H1>
14565 Spaces in your input are normally handled specially.
14566 Each space character is replaced
14569 <CENTER><SAMP>*&nbsp;&lt;SPACE&gt;</SAMP></CENTER>
14571 in the search query (but not by &quot;* &lt;SPACE&gt; *&quot;).
14572 The reason this is done is so the input string
14574 <CENTER><SAMP>Greg Donald</SAMP></CENTER>
14576 (which is converted to &quot;Greg* Donald&quot;) will match
14577 the names &quot;Greg Donald&quot;,
14578 &quot;Gregory Donald&quot;, &quot;Greg F. Donald&quot;, and
14579 &quot;Gregory F Donald&quot;; but it won't match &quot;Greg McDonald&quot;.
14580 If the &quot;Search-Rule&quot; you were using was &quot;begins-with&quot;,
14581 then it would also match the name &quot;Greg Donaldson&quot;.
14583 Turning on this feature will disable this substitution.
14585 &lt;End of help on this topic&gt;
14586 </BODY>
14587 </HTML>
14588 ====== h_config_ldap_searchtypes =======
14589 <HTML>
14590 <HEAD>
14591 <TITLE>LDAP OPTION: Search-Type</TITLE>
14592 </HEAD>
14593 <BODY>
14594 <H1>LDAP OPTION: Search-Type</H1>
14596 This affects the way that LDAP searches are done.
14597 In particular, this tells the server where to look for the string to be matched.
14598 If set to &quot;name&quot; then the string that is being searched for will
14599 be compared with the string in the
14600 &quot;Name&quot; field on the server
14601 (technically, it is the &quot;commonname&quot; field on the server).
14602 &quot;Surname&quot; means we're looking for a
14603 match in the &quot;Surname&quot; field on the
14604 server (actually the &quot;sn&quot; field).
14605 &quot;Givenname&quot; really is &quot;givenname&quot;
14606 and &quot;email&quot; is the electronic mail address (this is actually the field
14607 called &quot;mail&quot; or &quot;electronicmail&quot; on the server).
14608 The other three types are combinations of
14609 the types listed so far. &quot;Name-or-email&quot;
14610 means the string should appear
14611 in either the &quot;name&quot; field OR the &quot;email&quot; field.
14612 Likewise, &quot;surname-or-givenname&quot;
14613 means &quot;surname&quot; OR &quot;givenname&quot;
14614 and &quot;sur-or-given-or-name-or-email&quot; means the obvious thing.
14616 This search TYPE is combined with the
14617 search <A HREF="h_config_ldap_searchrules">RULE</A>
14618 to form the actual search query.
14620 The usual default value for this
14621 option is &quot;sur-or-given-or-name-or-email&quot;.
14622 This type of search may be slow on some servers.
14623 Try &quot;name-or-email&quot;, which is often
14624 faster, or just &quot;name&quot; if the performance seems to be a problem.
14626 Some servers have been configured with different attribute names for
14627 these four fields.
14628 In other words, instead of using the attribute name &quot;mail&quot;
14629 for the email address field, the server might be configured to use something
14630 else, for example, &quot;rfc822mail&quot; or &quot;internetemailaddress&quot;.
14631 Alpine can be configured to use these different attribute names by using
14632 the four configuration options:
14633 <P><UL>
14634 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
14635 </UL>
14636 <P><UL>
14637 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
14638 </UL>
14639 <P><UL>
14640 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
14641 </UL>
14642 <P><UL>
14643 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
14644 </UL>
14646 &lt;End of help on this topic&gt;
14647 </BODY>
14648 </HTML>
14649 ====== h_config_ldap_searchrules =======
14650 <HTML>
14651 <HEAD>
14652 <TITLE>LDAP OPTION: Search-Rule</TITLE>
14653 </HEAD>
14654 <BODY>
14655 <H1>LDAP OPTION: Search-Rule</H1>
14657 This affects the way that LDAP searches are done.
14658 If set to &quot;equals&quot; then
14659 only exact matches count.
14660 &quot;Contains&quot; means that the string you type in
14661 is a substring of what you are matching against.
14662 &quot;Begins-with&quot; and &quot;ends-with&quot;
14663 mean that the string starts or ends with the string you type in.
14665 Spaces in your input are normally handled specially, but you can turn that
14666 special handling off with the
14667 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
14668 feature.
14670 The usual default value for this option is &quot;begins-with&quot;.
14672 &lt;End of help on this topic&gt;
14673 </BODY>
14674 </HTML>
14675 ======= h_config_ldap_email_attr =======
14676 <HTML>
14677 <HEAD>
14678 <TITLE>LDAP OPTION: EmailAttribute</TITLE>
14679 </HEAD>
14680 <BODY>
14681 <H1>LDAP OPTION: EmailAttribute</H1>
14683 This is the name of the attribute that is searched for when looking for
14684 an email address. The default value for this option is &quot;mail&quot; or
14685 &quot;electronicmail&quot;.
14686 If the server you are using uses a different attribute name for the email
14687 address, put that attribute name here.
14689 This will affect the search filter used if your Search-Type is one that
14690 contains a search for &quot;email&quot;.
14691 It will also cause the attribute value matching this attribute name to be used
14692 as the email address when you look up an entry from the composer.
14694 &lt;End of help on this topic&gt;
14695 </BODY>
14696 </HTML>
14697 ======= h_config_ldap_sn_attr =======
14698 <HTML>
14699 <HEAD>
14700 <TITLE>LDAP OPTION: SurnameAttribute</TITLE>
14701 </HEAD>
14702 <BODY>
14703 <H1>LDAP OPTION: SurnameAttribute</H1>
14705 This is the name of the attribute that is searched for when looking for
14706 the surname of the entry. The default value for this option is &quot;sn&quot;.
14707 If the server you are using uses a different attribute name for the surname,
14708 put that attribute name here.
14709 This will affect the search filter used if your Search-Type is one that
14710 contains a search for &quot;surname&quot;.
14712 &lt;End of help on this topic&gt;
14713 </BODY>
14714 </HTML>
14715 ======= h_config_ldap_gn_attr =======
14716 <HTML>
14717 <HEAD>
14718 <TITLE>LDAP OPTION: GivennameAttribute</TITLE>
14719 </HEAD>
14720 <BODY>
14721 <H1>LDAP OPTION: GivennameAttribute</H1>
14723 This is the name of the attribute that is searched for when looking for
14724 the given name of the entry. The default value for this option is &quot;givenname&quot;.
14725 If the server you are using uses a different attribute name for the given name,
14726 put that attribute name here.
14727 This will affect the search filter used if your Search-Type is one that
14728 contains a search for &quot;givenname&quot;.
14730 &lt;End of help on this topic&gt;
14731 </BODY>
14732 </HTML>
14733 ======= h_config_ldap_cn_attr =======
14734 <HTML>
14735 <HEAD>
14736 <TITLE>LDAP OPTION: NameAttribute</TITLE>
14737 </HEAD>
14738 <BODY>
14739 <H1>LDAP OPTION: NameAttribute</H1>
14741 This is the name of the attribute that is searched for when looking for
14742 the name of the entry. The default value for this option is &quot;cn&quot;, which
14743 stands for common name.
14744 If the server you are using uses a different attribute name for the name,
14745 put that attribute name here.
14746 This will affect the search filter used if your Search-Type is one that
14747 contains a search for &quot;name&quot;.
14749 &lt;End of help on this topic&gt;
14750 </BODY>
14751 </HTML>
14752 ======= h_config_ldap_time =======
14753 <HTML>
14754 <HEAD>
14755 <TITLE>LDAP OPTION: Timelimit</TITLE>
14756 </HEAD>
14757 <BODY>
14758 <H1>LDAP OPTION: Timelimit</H1>
14760 This places a limit on the number of seconds the LDAP search will continue.
14761 The default is 30 seconds. A value of 0 means no limit. Note that some servers
14762 may place limits of their own on searches.
14764 &lt;End of help on this topic&gt;
14765 </BODY>
14766 </HTML>
14767 ======= h_config_ldap_size =======
14768 <HTML>
14769 <HEAD>
14770 <TITLE>LDAP OPTION: Sizelimit</TITLE>
14771 </HEAD>
14772 <BODY>
14773 <H1>LDAP OPTION: Sizelimit</H1>
14775 This places a limit on the number of entries returned by the LDAP server.
14776 A value of 0 means no limit. The default is 0. Note that some servers
14777 may place limits of their own on searches.
14779 &lt;End of help on this topic&gt;
14780 </BODY>
14781 </HTML>
14782 ======= h_config_ldap_cust =======
14783 <HTML>
14784 <HEAD>
14785 <TITLE>LDAP OPTION: Custom-Search-Filter</TITLE>
14786 </HEAD>
14787 <BODY>
14788 <H1>LDAP OPTION: Custom-Search-Filter</H1>
14790 This one is for advanced users only! If you define this, then the
14791 &quot;Search-Type&quot; and &quot;Search-Rule&quot; defined are both ignored.
14792 However, the feature
14793 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
14794 is still in effect.
14795 That is, the space substitution will take place even in a custom filter unless
14796 you disable it.
14798 If your LDAP service stops working and you suspect it might be because
14799 of your custom filter, just delete this filter and try using the
14800 &quot;Search-Type&quot; and &quot;Search-Rule&quot; instead.
14801 Another option that sometimes causes trouble is the
14802 <A HREF="h_config_ldap_base">&quot;Search-Base&quot;</A> option.
14804 This variable may be set to the string representation of an LDAP search
14805 filter (see RFC1960). In the places where you want the address string to be
14806 substituted in, put a '%s' in this filter string. Here are some examples:
14808 A &quot;Search-Type&quot; of &quot;name&quot; with &quot;Search-Rule&quot; of &quot;begins-with&quot;
14809 is equivalent to the &quot;Custom-Search-Filter&quot;
14810 <PRE>
14811      (cn=%s*)
14812 </PRE>
14813 When you try to match against the string &quot;string&quot; the program replaces
14814 the &quot;%s&quot; with &quot;string&quot; (without the quotes). You may have multiple &quot;%s&quot;'s and
14815 they will all be replaced with the string. There is a limit of 10 &quot;%s&quot;'s.
14817 A &quot;Search-Type&quot; of &quot;name-or-email&quot; with &quot;Search-Rule&quot;
14818 of &quot;contains&quot; is equivalent to
14819 <PRE>
14820      (|(cn=*%s*)(mail=*%s*))
14821 </PRE>
14823 If your server uses a different attribute <EM>name</EM> than
14824 Alpine uses by default,
14825 (for example, it uses &quot;rfc822mail&quot; instead of &quot;mail&quot;),
14826 then you may be able to use one or more of the four attribute configuration
14827 options instead of defining a custom filter:
14828 <P><UL>
14829 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
14830 </UL>
14831 <P><UL>
14832 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
14833 </UL>
14834 <P><UL>
14835 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
14836 </UL>
14837 <P><UL>
14838 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
14839 </UL>
14841 &lt;End of help on this topic&gt;
14842 </BODY>
14843 </HTML>
14844 ======= h_composer_abook_comment =======
14845 <HTML>
14846 <HEAD>
14847 <TITLE>Addressbook Comment Explained</TITLE>
14848 </HEAD>
14849 <BODY>
14850 This is a comment to help you remember what this entry is. The WhereIs
14851 command searches comments so that it is easier to find an entry with a comment
14852 you know about attached to it. This field is not used in the outgoing message.
14854 Look <A HREF="h_edit_nav_cmds">here</A>
14855 to see the available Editing and Navigation commands.
14857 &lt;End of help on this topic&gt;
14858 </BODY>
14859 </HTML>
14860 ======= h_composer_abook_addrs =======
14861 <HTML>
14862 <HEAD>
14863 <TITLE>Addressbook Lists</TITLE>
14864 </HEAD>
14865 <BODY>
14866 <H1>Addressbook Lists</H1>
14868 This is a list of addresses to send to when sending to this address book
14869 entry.  Each member of the list may be an address or another nickname from
14870 any of your address books.  If it is an address, it is OK to include the
14871 full name field as well as the electronic address portion of that address.
14872 For example, the following are all legitimate entries in this field:
14874 <DL><DT>&nbsp;</DT>
14875 <DD>john&nbsp;&nbsp;&nbsp;&nbsp;(a nickname in your address book)
14876 <DD>jdoe@some.domain
14877 <DD>John Doe &lt;jdoe@some.domain&gt;
14878 </DL>
14880 The addresses should be listed separated by commas, just like you would
14881 enter them from the composer.
14885 The only difference between a distribution list and a simple entry with a
14886 single address, is that a distribution list has more than one address   
14887 listed in the Addresses: field, whereas a simple personal entry has just  
14888 one address.
14892 For individual address book entries, if there is a full name in the
14893 Fullname: field (filling in the Fullname: field is not required), it is
14894 used.  If the full name is specified in the Address: field and not in the
14895 Fullname: field, then the full name from the Address: field is used.
14899 If you type the nickname of a distribution list from one of your address 
14900 books in the Lcc: field, then the full name of that list is used in the  
14901 To: field.  If you put a list in the To: or Cc: fields, that list will be
14902 expanded into all of its addresses.  If the list has a full name, then
14903 that will appear at the beginning of the addresses.
14905 <DL><DT>&nbsp;</DT>
14906 <DD>Sewing Club &lt;john@somewhere&gt;, nancy@something.else, Sal
14907 &lt;sal@here.there&gt;
14908 </DL>
14910 If the first address in the distribution list also has a full name, then
14911 the list full name and that full name are combined into something like the
14912 following:
14914 <DL><DT>&nbsp;</DT>
14915 <DD>Sewing Club -- John Smith &lt;john@somewhere&gt;
14916 </DL>
14919 If you specify a list via Lcc, the full name is used in the To: line.  If
14920 you specify a list in the To: or Cc: fields, then it uses the same method
14921 as for individual entries for filling in the full name.
14925 For help with editing and navigation commands, check the Help for the
14926 Nickname: field.
14929 &lt;End of help on this topic&gt;
14930 </BODY>
14931 </HTML>
14932 ======= h_config_role_nick =======
14933 <HTML>
14934 <HEAD>
14935 <TITLE>Nickname Explained</TITLE>
14936 </HEAD>
14937 <BODY>
14938 <H1>Nickname Explained</H1>
14940 This is a nickname to help you.
14941 You should have a different nickname for each role you define.
14942 The nickname will be used in the SETUP ROLE RULES screen to allow you to
14943 pick a role to edit.
14944 It will also be used when you send a message to let you know you are
14945 sending with a different role than you use by default, and
14946 it will be useful for choosing a role when composing with the Role command
14947 or when composing with one of the Role Uses set to With Confirmation.
14948 This field is not used in the outgoing message.
14950 Look <A HREF="h_edit_nav_cmds">here</A>
14951 to see the available Editing and Navigation commands.
14953 &lt;End of help on this topic&gt;
14954 </BODY>
14955 </HTML>
14956 ======= h_config_role_comment =======
14957 <HTML>
14958 <HEAD>
14959 <TITLE>Comment Explained</TITLE>
14960 </HEAD>
14961 <BODY>
14962 <H1>Comment Explained</H1>
14964 This is a comment to help you.
14965 This comment does not play any functional role, it is simply an optional
14966 comment to help you remember what the rule is for.
14968 Look <A HREF="h_edit_nav_cmds">here</A>
14969 to see the available Editing and Navigation commands.
14971 &lt;End of help on this topic&gt;
14972 </BODY>
14973 </HTML>
14974 ======= h_config_other_nick =======
14975 <HTML>
14976 <HEAD>
14977 <TITLE>Nickname Explained</TITLE>
14978 </HEAD>
14979 <BODY>
14980 <H1>Nickname Explained</H1>
14982 This is a nickname to help you.
14983 You should have a different nickname for each rule you define.
14984 The nickname will be used in the SETUP OTHER RULES screen to allow you to
14985 pick a rule to edit.
14987 Look <A HREF="h_edit_nav_cmds">here</A>
14988 to see the available Editing and Navigation commands.
14990 &lt;End of help on this topic&gt;
14991 </BODY>
14992 </HTML>
14993 ======= h_config_score_nick =======
14994 <HTML>
14995 <HEAD>
14996 <TITLE>Nickname Explained</TITLE>
14997 </HEAD>
14998 <BODY>
14999 <H1>Nickname Explained</H1>
15001 This is a nickname to help you.
15002 You should have a different nickname for each scoring rule you define.
15003 The nickname will be used in the SETUP SCORING RULES screen to allow you to
15004 pick a rule to edit.
15006 Look <A HREF="h_edit_nav_cmds">here</A>
15007 to see the available Editing and Navigation commands.
15009 &lt;End of help on this topic&gt;
15010 </BODY>
15011 </HTML>
15012 ======= h_config_incol_nick =======
15013 <HTML>
15014 <HEAD>
15015 <TITLE>Nickname Explained</TITLE>
15016 </HEAD>
15017 <BODY>
15018 <H1>Nickname Explained</H1>
15020 This is a nickname to help you.
15021 You should have a different nickname for each color rule you define.
15022 The nickname will be used in the SETUP INDEX COLOR RULES screen to allow you to
15023 pick a rule to edit.
15025 Look <A HREF="h_edit_nav_cmds">here</A>
15026 to see the available Editing and Navigation commands.
15028 &lt;End of help on this topic&gt;
15029 </BODY>
15030 </HTML>
15031 ======= h_config_filt_nick =======
15032 <HTML>
15033 <HEAD>
15034 <TITLE>Nickname Explained</TITLE>
15035 </HEAD>
15036 <BODY>
15037 <H1>Nickname Explained</H1>
15039 This is a nickname to help you.
15040 You should have a different nickname for each filtering rule you define.
15041 The nickname will be used in the SETUP FILTERING RULES screen to allow you to
15042 pick a rule to edit.
15044 Look <A HREF="h_edit_nav_cmds">here</A>
15045 to see the available Editing and Navigation commands.
15047 &lt;End of help on this topic&gt;
15048 </BODY>
15049 </HTML>
15050 ======= h_config_score_topat =======
15051 <HTML>
15052 <HEAD>
15053 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15054 </HEAD>
15055 <BODY>
15056 <H1>&quot;To:&quot; Pattern Explained</H1>
15058 Any text you enter as the &quot;To pattern&quot;
15059 will be compared to the recipients from the To: line of
15060 the message being scored.
15061 When the text you entered matches
15062 all or part of the To: line of a message, then the Score Value
15063 you have specified will be added to the score for the message.
15064 (Any other non-blank parts of the Pattern must match, too.)
15067 You may enter a complete email address, part of an address, or a
15068 list of addresses or partial addresses.
15069 For example:
15072 <PRE>
15073  To pattern = friend@public.com
15075  To pattern = rated.net
15077  To pattern = xxx@adults.com
15078               admin@msn.com
15079               fool@motleyfool.com
15080 </PRE>
15083 Each of those are valid To patterns.
15086 Messages match those patterns if any of the
15087 addresses in the To: line of the message contains the pattern.
15088 If the pattern is a list of patterns
15089 (like the last example above) then it is a match if any of the patterns in
15090 the list match any of the addresses in the To: line.
15091 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15092 present for a match.
15093 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15094 address2 must be present.
15095 That is exactly what using a list does.)
15098 Some messages may be &quot;bounced&quot; to you, and will
15099 have a &quot;Resent-To:&quot; header line.
15100 If the message contains a Resent-To: line
15101 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15102 Alpine will look for
15103 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15104 the original To: line.
15107 When entering a pattern, you may choose an address from your address book
15108 with the &quot;T&quot; command.
15111 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15112 &quot;!&quot; &quot;toggle NOT&quot; command.
15113 This changes the meaning of the To pattern so that it has the opposite meaning.
15114 It will be considered a match if there are no matches between the
15115 addresses in the To: line and the list of To patterns.
15117 Don't make the mistake of putting the &quot;!&quot; in the data field for
15118 the pattern.
15119 For example, if you type the characters &quot;!frizzle&quot; into the To
15120 pattern, the pattern will look like:
15122 <PRE>
15123  To pattern = !frizzle
15124 </PRE>
15126 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15127 In order to match messages that do not have &quot;frizzle&quot; in
15128 their To field, first type the characters &quot;frizzle&quot; followed
15129 by carriage return for the value of the To pattern, then negate it
15130 by typing the &quot;!&quot; command.
15131 It should end up looking like
15133 <PRE>
15134  ! To pattern = frizzle
15135 </PRE>
15137 You are not limited to using the six standard header patterns that are
15138 normally shown (To, From, Sender, Cc, News, and Subject).
15139 You may add any other header to a Pattern by
15140 using the &quot;eXtraHdr&quot; command to specify a different
15141 message header line; and then the Add or Change command to fill in
15142 a pattern for the new header line, just like you would for a standard header.
15144 A technicality: Since comma is the character used to separate multiple
15145 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15146 you want to include a literal comma in the field.
15147 In other words, if you type a backslash followed by a comma it will
15148 be interpreted as a comma by Alpine, instead of as a separator between
15149 pattern values.
15150 All other backslashes are literal backslashes and should not be escaped.
15152 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15153 for more information on Patterns.
15155 Look <A HREF="h_edit_nav_cmds">here</A>
15156 to see the available Editing and Navigation commands.
15158 &lt;End of help on this topic&gt;
15159 </BODY>
15160 </HTML>
15161 ======= h_config_incol_topat =======
15162 <HTML>
15163 <HEAD>
15164 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15165 </HEAD>
15166 <BODY>
15167 <H1>&quot;To:&quot; Pattern Explained</H1>
15169 Any text you enter as the &quot;To pattern&quot;
15170 will be compared to the recipients from the To: lines of
15171 the messages in the index.
15172 When the text you entered matches
15173 all or part of the To: line of a message, then the Index Line Color you have
15174 specified will be used for that line in the index.
15175 (Any other non-blank parts of the Pattern must match, too.)
15178 You may enter a complete email address, part of an address, or a
15179 list of addresses or partial addresses.
15180 For example:
15183 <PRE>
15184  To pattern = friend@public.com
15185  To pattern = rated.net
15186  To pattern = xxx@adults.com
15187               admin@msn.com
15188               fool@motleyfool.com
15189 </PRE>
15192 Each of those are valid To patterns.
15195 Messages match those patterns if any of the
15196 addresses in the To: line of the message contains the pattern.
15197 If the pattern is a list of patterns
15198 (like the last example above) then it is a match if any of the patterns in
15199 the list match any of the addresses in the To: line.
15200 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15201 present for a match.
15202 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15203 address2 must be present.
15204 That is exactly what using a list does.)
15207 Some messages may be &quot;bounced&quot; to you, and will
15208 have a &quot;Resent-To:&quot; header line.
15209 If the message contains a Resent-To: line
15210 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15211 Alpine will look for
15212 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15213 the original To: line.
15216 When entering a pattern, you may choose an address from your address book
15217 with the &quot;T&quot; command.
15220 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15221 &quot;!&quot; &quot;toggle NOT&quot; command.
15222 This changes the meaning of the To pattern so that it has the opposite meaning.
15223 It will be considered a match if there are no matches between the
15224 addresses in the To: line and the list of To patterns.
15226 Don't make the mistake of putting the &quot;!&quot; in the data field for
15227 the pattern.
15228 For example, if you type the characters &quot;!frizzle&quot; into the To
15229 pattern, the pattern will look like:
15231 <PRE>
15232  To pattern = !frizzle
15233 </PRE>
15235 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15236 In order to match messages that do not have &quot;frizzle&quot; in
15237 their To field, first type the characters &quot;frizzle&quot; followed
15238 by carriage return for the value of the To pattern, then negate it
15239 by typing the &quot;!&quot; command.
15240 It should end up looking like
15242 <PRE>
15243  ! To pattern = frizzle
15244 </PRE>
15247 You are not limited to using the six standard header patterns that are
15248 normally shown (To, From, Sender, Cc, News, and Subject).
15249 You may add any other header to a Pattern by
15250 using the &quot;eXtraHdr&quot; command to specify a different
15251 message header line; and then the Add or Change command to fill in
15252 a pattern for the new header line, just like you would for a standard header.
15254 A technicality: Since comma is the character used to separate multiple
15255 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15256 you want to include a literal comma in the field.
15257 In other words, if you type a backslash followed by a comma it will
15258 be interpreted as a comma by Alpine, instead of as a separator between
15259 pattern values.
15260 All other backslashes are literal backslashes and should not be escaped.
15262 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15263 for more information on Patterns.
15265 Look <A HREF="h_edit_nav_cmds">here</A>
15266 to see the available Editing and Navigation commands.
15268 &lt;End of help on this topic&gt;
15269 </BODY>
15270 </HTML>
15271 ======= h_config_other_topat =======
15272 <HTML>
15273 <HEAD>
15274 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15275 </HEAD>
15276 <BODY>
15277 <H1>&quot;To:&quot; Pattern Explained</H1>
15279 For some of the OTHER RULES actions, there is no message that is being
15280 compared against.
15281 If that is the case, then only the Current Folder Type is checked.
15282 In particular, this To pattern is ignored.
15283 Actions that fall into this category include both
15284 Sort Order and Index Format.
15286 A technicality: Since comma is the character used to separate multiple
15287 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15288 you want to include a literal comma in the field.
15289 In other words, if you type a backslash followed by a comma it will
15290 be interpreted as a comma by Alpine, instead of as a separator between
15291 pattern values.
15292 All other backslashes are literal backslashes and should not be escaped.
15294 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15295 for more information on Patterns.
15297 Look <A HREF="h_edit_nav_cmds">here</A>
15298 to see the available Editing and Navigation commands.
15300 &lt;End of help on this topic&gt;
15301 </BODY>
15302 </HTML>
15303 ======= h_config_filt_topat =======
15304 <HTML>
15305 <HEAD>
15306 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15307 </HEAD>
15308 <BODY>
15309 <H1>&quot;To:&quot; Pattern Explained</H1>
15311 Any text you enter as the &quot;To pattern&quot;
15312 will be compared to the recipients from the To: line of
15313 messages when Alpine opens folders.
15314 When the text you entered matches
15315 all or part of the To: line of a message, then the Filter Action you have
15316 specified will be carried out.
15317 (Any other non-blank parts of the Pattern must match, too.)
15320 You may enter a complete email address, part of an address, or a
15321 list of addresses or partial addresses.
15322 For example:
15325 <PRE>
15326  To pattern = friend@public.com
15327  To pattern = rated.net
15328  To pattern = xxx@adults.com
15329               admin@msn.com
15330               fool@motleyfool.com
15331 </PRE>
15334 Each of those are valid To patterns.
15337 Messages match those patterns if any of the
15338 addresses in the To: line of the message contains the pattern.
15339 If the pattern is a list of patterns
15340 (like the last example above) then it is a match if any of the patterns in
15341 the list match any of the addresses in the To: line.
15342 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15343 present for a match.
15344 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15345 address2 must be present.
15346 That is exactly what using a list does.)
15349 Some messages may be &quot;bounced&quot; to you, and will
15350 have a &quot;Resent-To:&quot; header line.
15351 If the message contains a Resent-To: line
15352 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15353 Alpine will look for
15354 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15355 the original To: line.
15358 When entering a pattern, you may choose an address from your address book
15359 with the &quot;T&quot; command.
15362 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15363 &quot;!&quot; &quot;toggle NOT&quot; command.
15364 This changes the meaning of the To pattern so that it has the opposite meaning.
15365 It will be considered a match if there are no matches between the
15366 addresses in the To: line and the list of To patterns.
15368 Don't make the mistake of putting the &quot;!&quot; in the data field for
15369 the pattern.
15370 For example, if you type the characters &quot;!frizzle&quot; into the To
15371 pattern, the pattern will look like:
15373 <PRE>
15374  To pattern = !frizzle
15375 </PRE>
15377 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15378 In order to match messages that do not have &quot;frizzle&quot; in
15379 their To field, first type the characters &quot;frizzle&quot; followed
15380 by carriage return for the value of the To pattern, then negate it
15381 by typing the &quot;!&quot; command.
15382 It should end up looking like
15384 <PRE>
15385  ! To pattern = frizzle
15386 </PRE>
15389 You are not limited to using the six standard header patterns that are
15390 normally shown (To, From, Sender, Cc, News, and Subject).
15391 You may add any other header to a Pattern by
15392 using the &quot;eXtraHdr&quot; command to specify a different
15393 message header line; and then the Add or Change command to fill in
15394 a pattern for the new header line, just like you would for a standard header.
15396 A technicality: Since comma is the character used to separate multiple
15397 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15398 you want to include a literal comma in the field.
15399 In other words, if you type a backslash followed by a comma it will
15400 be interpreted as a comma by Alpine, instead of as a separator between
15401 pattern values.
15402 All other backslashes are literal backslashes and should not be escaped.
15404 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15405 for more information on Patterns.
15407 Look <A HREF="h_edit_nav_cmds">here</A>
15408 to see the available Editing and Navigation commands.
15410 &lt;End of help on this topic&gt;
15411 </BODY>
15412 </HTML>
15413 ======= h_config_role_topat =======
15414 <HTML>
15415 <HEAD>
15416 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15417 </HEAD>
15418 <BODY>
15419 <H1>&quot;To:&quot; Pattern Explained</H1>
15421 Any text you enter as the &quot;To pattern&quot;
15422 will be compared to the recipients from the To: line of
15423 the message being replied to or forwarded.
15424 (Any other non-blank parts of the Pattern must match, too.)
15425 In the case of the Compose command, this pattern and the other header
15426 patterns are ignored.
15429 You may enter a complete email address, part of an address, or a
15430 list of addresses or partial addresses.
15431 For example:
15434 <PRE>
15435  To pattern = friend@public.com
15436  To pattern = rated.net
15437  To pattern = xxx@adults.com
15438               admin@msn.com
15439               fool@motleyfool.com
15440 </PRE>
15443 Each of those are valid To patterns.
15446 Messages match those patterns if any of the
15447 addresses in the To: line of the message contains the pattern.
15448 If the pattern is a list of patterns
15449 (like the last example above) then it is a match if any of the patterns in
15450 the list match any of the addresses in the To: line.
15451 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15452 present for a match.
15453 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15454 address2 must be present.
15455 That is exactly what using a list does.)
15458 Some messages may be &quot;bounced&quot; to you, and will
15459 have a &quot;Resent-To:&quot; header line.
15460 If the message contains a Resent-To: line
15461 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15462 Alpine will look for
15463 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15464 the original To: line.
15467 When entering a pattern, you may choose an address from your address book
15468 with the &quot;T&quot; command.
15471 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15472 &quot;!&quot; &quot;toggle NOT&quot; command.
15473 This changes the meaning of the To pattern so that it has the opposite meaning.
15474 It will be considered a match if there are no matches between the
15475 addresses in the To: line and the list of To patterns.
15477 Don't make the mistake of putting the &quot;!&quot; in the data field for
15478 the pattern.
15479 For example, if you type the characters &quot;!frizzle&quot; into the To
15480 pattern, the pattern will look like:
15482 <PRE>
15483  To pattern = !frizzle
15484 </PRE>
15486 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15487 In order to match messages that do not have &quot;frizzle&quot; in
15488 their To field, first type the characters &quot;frizzle&quot; followed
15489 by carriage return for the value of the To pattern, then negate it
15490 by typing the &quot;!&quot; command.
15491 It should end up looking like
15493 <PRE>
15494  ! To pattern = frizzle
15495 </PRE>
15498 You are not limited to using the six standard header patterns that are
15499 normally shown (To, From, Sender, Cc, News, and Subject).
15500 You may add any other header to a Pattern by
15501 using the &quot;eXtraHdr&quot; command to specify a different
15502 message header line; and then the Add or Change command to fill in
15503 a pattern for the new header line, just like you would for a standard header.
15505 A technicality: Since comma is the character used to separate multiple
15506 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15507 you want to include a literal comma in the field.
15508 In other words, if you type a backslash followed by a comma it will
15509 be interpreted as a comma by Alpine, instead of as a separator between
15510 pattern values.
15511 All other backslashes are literal backslashes and should not be escaped.
15513 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15514 for more information on Patterns.
15516 Look <A HREF="h_edit_nav_cmds">here</A>
15517 to see the available Editing and Navigation commands.
15519 &lt;End of help on this topic&gt;
15520 </BODY>
15521 </HTML>
15522 ======= h_config_role_frompat =======
15523 <HTML>
15524 <HEAD>
15525 <TITLE>&quot;From:&quot; Pattern Explained</TITLE>
15526 </HEAD>
15527 <BODY>
15528 <H1>&quot;From:&quot; Pattern Explained</H1>
15530 This is just like the &quot;To pattern&quot; except that it is compared with
15531 the address in the From: line of the message
15532 instead of the addresses from the To: line.
15533 See the help for the To pattern for more information on header patterns.
15535 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15536 for more information on Patterns.
15538 Look <A HREF="h_edit_nav_cmds">here</A>
15539 to see the available Editing and Navigation commands.
15541 &lt;End of help on this topic&gt;
15542 </BODY>
15543 </HTML>
15544 ======= h_config_role_senderpat =======
15545 <HTML>
15546 <HEAD>
15547 <TITLE>&quot;Sender:&quot; Pattern Explained</TITLE>
15548 </HEAD>
15549 <BODY>
15550 <H1>&quot;Sender:&quot; Pattern Explained</H1>
15552 This is just like the &quot;To pattern&quot; except that it is compared with
15553 the address from the Sender: line of the message
15554 instead of the addresses from the To: line.
15555 See the help for the To pattern for more information on header patterns.
15557 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15558 for more information on Patterns.
15560 Look <A HREF="h_edit_nav_cmds">here</A>
15561 to see the available Editing and Navigation commands.
15563 &lt;End of help on this topic&gt;
15564 </BODY>
15565 </HTML>
15566 ======= h_config_role_ccpat =======
15567 <HTML>
15568 <HEAD>
15569 <TITLE>&quot;Cc:&quot; Pattern Explained</TITLE>
15570 </HEAD>
15571 <BODY>
15572 <H1>&quot;Cc:&quot; Pattern Explained</H1>
15574 This is just like the &quot;To pattern&quot; except that it is compared with
15575 the addresses from the Cc: line of the message
15576 instead of the addresses from the To: line.
15577 See the help for the To pattern for more information on header patterns.
15579 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15580 for more information on Patterns.
15582 Look <A HREF="h_edit_nav_cmds">here</A>
15583 to see the available Editing and Navigation commands.
15585 &lt;End of help on this topic&gt;
15586 </BODY>
15587 </HTML>
15588 ======= h_config_role_recippat =======
15589 <HTML>
15590 <HEAD>
15591 <TITLE>Recipient Pattern Explained</TITLE>
15592 </HEAD>
15593 <BODY>
15594 <H1>Recipient Pattern Explained</H1>
15596 This is just like the &quot;To pattern&quot; except that it is compared with
15597 the addresses from both the To: line and the Cc: line of the
15598 message instead of just the addresses from the To: line.
15599 In other words, it is considered a match if the pattern matches
15600 <EM>EITHER</EM> an address in the To: line <EM>OR</EM> an address
15601 in the Cc: line.
15602 (Notice that defining the Recipient pattern does not have the same
15603 effect as defining both the To and Cc patterns.
15604 Recipient is To <EM>OR</EM> Cc; not To <EM>AND</EM> Cc.
15605 It is equivalent to having two different rules;
15606 one with a To pattern and the other with the same Cc pattern.)
15608 A technicality: Since comma is the character used to separate multiple
15609 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15610 you want to include a literal comma in the field.
15611 In other words, if you type a backslash followed by a comma it will
15612 be interpreted as a comma by Alpine, instead of as a separator between
15613 pattern values.
15614 All other backslashes are literal backslashes and should not be escaped.
15616 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15617 for more information on Patterns.
15619 Look <A HREF="h_edit_nav_cmds">here</A>
15620 to see the available Editing and Navigation commands.
15622 &lt;End of help on this topic&gt;
15623 </BODY>
15624 </HTML>
15625 ======= h_config_role_particpat =======
15626 <HTML>
15627 <HEAD>
15628 <TITLE>Participant Pattern Explained</TITLE>
15629 </HEAD>
15630 <BODY>
15631 <H1>Participant Pattern Explained</H1>
15633 This is just like the &quot;To pattern&quot; except that it is compared with
15634 the addresses from the From: line, the To: line, and the Cc: line of the
15635 message instead of just the addresses from the To: line.
15636 In other words, it is considered a match if the pattern matches
15637 <EM>EITHER</EM> an address in the From: line, <EM>OR</EM> an address
15638 in the To: line, <EM>OR</EM> an address in the Cc: line.
15639 (Notice that defining the Participant pattern does not have the same
15640 effect as defining all of the From, To, and Cc patterns.
15641 Participant is From <EM>OR</EM> To <EM>OR</EM> Cc; not
15642 From <EM>AND</EM> To <EM>AND</EM> Cc.
15643 It is equivalent to having three different rules;
15644 one with a From pattern, another with the same To pattern, and a third with
15645 the same Cc pattern.)
15647 A technicality: Since comma is the character used to separate multiple
15648 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15649 you want to include a literal comma in the field.
15650 In other words, if you type a backslash followed by a comma it will
15651 be interpreted as a comma by Alpine, instead of as a separator between
15652 pattern values.
15653 All other backslashes are literal backslashes and should not be escaped.
15655 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15656 for more information on Patterns.
15658 Look <A HREF="h_edit_nav_cmds">here</A>
15659 to see the available Editing and Navigation commands.
15661 &lt;End of help on this topic&gt;
15662 </BODY>
15663 </HTML>
15664 ======= h_config_role_newspat =======
15665 <HTML>
15666 <HEAD>
15667 <TITLE>News Pattern Explained</TITLE>
15668 </HEAD>
15669 <BODY>
15670 <H1>News Pattern Explained</H1>
15672 If this pattern is non-blank, then for this rule to be considered a
15673 match, at least one of the newsgroups from
15674 the Newsgroups line of the message must match this pattern.
15675 If this pattern is a list of patterns, then at least one of the
15676 newsgroups must match at least one of the patterns.
15677 (Any other non-blank parts of the Pattern must match, too.)
15679 It is possible to add a <EM>NOT</EM> to the News Pattern meaning with the
15680 &quot;!&quot; &quot;toggle NOT&quot; command.
15681 This changes the meaning of the News pattern so that it has the opposite meaning.
15682 It will be considered a match if there are no matches between the
15683 addresses in the Newsgroups: line and the list of News patterns.
15685 Don't make the mistake of putting the &quot;!&quot; in the data field for
15686 the pattern.
15687 For example, if you type the characters &quot;!frizzle&quot; into the News
15688 pattern, the pattern will look like:
15690 <PRE>
15691  News pattern = !frizzle
15692 </PRE>
15694 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15695 In order to match messages that do not have &quot;frizzle&quot; in
15696 their Newsgroups header, first type the characters &quot;frizzle&quot; followed
15697 by carriage return for the value of the News pattern, then negate it
15698 by typing the &quot;!&quot; command.
15699 It should end up looking like
15701 <PRE>
15702  ! News pattern = frizzle
15703 </PRE>
15705 A technicality: Since comma is the character used to separate multiple
15706 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15707 you want to include a literal comma in the field.
15708 In other words, if you type a backslash followed by a comma it will
15709 be interpreted as a comma by Alpine, instead of as a separator between
15710 pattern values.
15711 All other backslashes are literal backslashes and should not be escaped.
15714 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15715 for more information on Patterns.
15717 Look <A HREF="h_edit_nav_cmds">here</A>
15718 to see the available Editing and Navigation commands.
15720 &lt;End of help on this topic&gt;
15721 </BODY>
15722 </HTML>
15723 ======= h_config_role_subjpat =======
15724 <HTML>
15725 <HEAD>
15726 <TITLE>&quot;Subject:&quot; Pattern Explained</TITLE>
15727 </HEAD>
15728 <BODY>
15729 <H1>&quot;Subject:&quot; Pattern Explained</H1>
15731 This is similar to the other parts of the Pattern.
15732 It is compared with
15733 the contents from the Subject of the message.
15735 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15736 for more information on Patterns.
15738 It is possible to add a <EM>NOT</EM> to the Subject Pattern meaning with the
15739 &quot;!&quot; &quot;toggle NOT&quot; command.
15740 This changes the meaning of the Subject pattern so that it has the opposite meaning.
15741 It will be considered a match if there are no matches between the
15742 text in the Subject: line and the list of Subject patterns.
15745 If you wish to have a header pattern that is not one of the six standard
15746 header patterns, you may add it with the &quot;eXtraHdr&quot; command.
15748 A technicality: Since comma is the character used to separate multiple
15749 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15750 you want to include a literal comma in the field.
15751 In other words, if you type a backslash followed by a comma it will
15752 be interpreted as a comma by Alpine, instead of as a separator between
15753 pattern values.
15754 All other backslashes are literal backslashes and should not be escaped.
15756 Look <A HREF="h_edit_nav_cmds">here</A>
15757 to see the available Editing and Navigation commands.
15759 &lt;End of help on this topic&gt;
15760 </BODY>
15761 </HTML>
15762 ======= h_config_role_alltextpat =======
15763 <HTML>
15764 <HEAD>
15765 <TITLE>AllText Pattern Explained</TITLE>
15766 </HEAD>
15767 <BODY>
15768 <H1>AllText Pattern Explained</H1>
15770 This is similar to the header patterns.
15771 Instead of comparing with text in a particular header field it 
15772 is compared with all of the text in the message header and body.
15774 It is possible to add a <EM>NOT</EM> to the AllText Pattern meaning with the
15775 &quot;!&quot; &quot;toggle NOT&quot; command.
15776 This changes the meaning of the AllText pattern so that it has the opposite meaning.
15777 It will be considered a match if there are no matches between the
15778 text of the message and the list of AllText patterns.
15780 Don't make the mistake of putting the &quot;!&quot; in the data field for
15781 the pattern.
15782 For example, if you type the characters &quot;!frizzle&quot; into the AllText
15783 pattern, the pattern will look like:
15785 <PRE>
15786  AllText pattern = !frizzle
15787 </PRE>
15789 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15790 In order to match messages that do not have &quot;frizzle&quot; in
15791 the text of the message, first type the characters &quot;frizzle&quot; followed
15792 by carriage return for the value of the AllText pattern, then negate it
15793 by typing the &quot;!&quot; command.
15794 It should end up looking like
15796 <PRE>
15797  ! AllText pattern = frizzle
15798 </PRE>
15800 It is possible that you may notice degraded performance when using
15801 AllText Patterns.
15803 A technicality: Since comma is the character used to separate multiple
15804 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15805 you want to include a literal comma in the field.
15806 In other words, if you type a backslash followed by a comma it will
15807 be interpreted as a comma by Alpine, instead of as a separator between
15808 pattern values.
15809 All other backslashes are literal backslashes and should not be escaped.
15811 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15812 for more information on Patterns.
15814 Look <A HREF="h_edit_nav_cmds">here</A>
15815 to see the available Editing and Navigation commands.
15817 &lt;End of help on this topic&gt;
15818 </BODY>
15819 </HTML>
15820 ======= h_config_role_bodytextpat =======
15821 <HTML>
15822 <HEAD>
15823 <TITLE>BodyText Pattern Explained</TITLE>
15824 </HEAD>
15825 <BODY>
15826 <H1>BodyText Pattern Explained</H1>
15828 This is similar to the header patterns.
15829 Instead of comparing with text in a particular header field it 
15830 is compared with all of the text in the message body.
15832 It is possible to add a <EM>NOT</EM> to the BodyText Pattern meaning with the
15833 &quot;!&quot; &quot;toggle NOT&quot; command.
15834 This changes the meaning of the BodyText pattern so that it has the opposite meaning.
15835 It will be considered a match if there are no matches between the
15836 text of the body of the message and the list of BodyText patterns.
15838 Don't make the mistake of putting the &quot;!&quot; in the data field for
15839 the pattern.
15840 For example, if you type the characters &quot;!frizzle&quot; into the BodyText
15841 pattern, the pattern will look like:
15843 <PRE>
15844  BdyText pattern = !frizzle
15845 </PRE>
15847 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15848 In order to match messages that do not have &quot;frizzle&quot; in
15849 their BodyText, first type the characters &quot;frizzle&quot; followed
15850 by carriage return for the value of the BodyText pattern, then negate it
15851 by typing the &quot;!&quot; command.
15852 It should end up looking like
15854 <PRE>
15855  ! BodyText pattern = frizzle
15856 </PRE>
15858 It is possible that you may notice degraded performance when using
15859 BodyText Patterns.
15861 A technicality: Since comma is the character used to separate multiple
15862 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15863 you want to include a literal comma in the field.
15864 In other words, if you type a backslash followed by a comma it will
15865 be interpreted as a comma by Alpine, instead of as a separator between
15866 pattern values.
15867 All other backslashes are literal backslashes and should not be escaped.
15869 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15870 for more information on Patterns.
15872 Look <A HREF="h_edit_nav_cmds">here</A>
15873 to see the available Editing and Navigation commands.
15875 &lt;End of help on this topic&gt;
15876 </BODY>
15877 </HTML>
15878 ======= h_config_role_charsetpat =======
15879 <HTML>
15880 <HEAD>
15881 <TITLE>Character Set Pattern Explained</TITLE>
15882 </HEAD>
15883 <BODY>
15884 <H1>Character Set Pattern Explained</H1>
15886 A message may use one or more character sets.
15887 This part of the Pattern matches messages that make use of
15888 certain specified character sets.
15889 It will be considered a match if a message uses any of the character
15890 sets in the list you give here.
15893 When filling in a value for this field, you may use
15894 the &quot;T&quot; command, which presents you with a large list of
15895 possible character sets to choose from.
15896 You may also just type in the name of a character set, and it need not
15897 be one that Alpine knows about.
15900 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
15901 GB2312) you may also use some shorthand names that Alpine provides.
15902 These names are more understandable shorthand names for sets of 
15903 character set names.
15904 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
15905 Selecting one of these shorthand names is equivalent to selecting all of
15906 the character sets that make up the set.
15907 You can see all of these shorthand names and the lists of character sets
15908 they stand for by typing the &quot;T&quot; command.
15911 For the purposes of this Pattern,
15912 Alpine will search through a message for all of the text parts and
15913 collect the character sets declared for each part.
15914 It will also look in the Subject line for a character set used there.
15915 Alpine does not actually look at the text of the message or the text
15916 of the Subject to determine if a declared character set is actually
15917 used, it looks only at the declarations themselves in the MIME part headers
15918 and in the Subject.
15921 It is possible to add a <EM>NOT</EM> to the Character Set Pattern meaning with the
15922 &quot;!&quot; &quot;toggle NOT&quot; command.
15923 This changes the meaning of the Character Set pattern so that
15924 it has the opposite meaning.
15925 It will be considered a match if none of the character sets in the
15926 list are used in a message.
15928 Don't make the mistake of putting the &quot;!&quot; in the data field for
15929 the pattern.
15930 For example, if you type the characters &quot;!GB2312&quot; into the
15931 Character Set pattern, the pattern will look like:
15933 <PRE>
15934  Charset pattern = !GB2312
15935 </PRE>
15937 This means you want to match the 7 character sequence &quot;!GB2312&quot;.
15938 In order to match messages that do not have the
15939 character set &quot;GB2312&quot;
15940 set, first type the characters &quot;GB2312&quot; followed
15941 by carriage return for the value of the Character Set pattern, then negate it
15942 by typing the &quot;!&quot; command.
15943 It should end up looking like
15945 <PRE>
15946  ! Charset pattern = GB2312
15947 </PRE>
15949 A technicality: Since comma is the character used to separate multiple
15950 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15951 you want to include a literal comma in the field.
15952 In other words, if you type a backslash followed by a comma it will
15953 be interpreted as a comma by Alpine, instead of as a separator between
15954 pattern values.
15955 All other backslashes are literal backslashes and should not be escaped.
15957 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15958 for more information on Patterns.
15960 Look <A HREF="h_edit_nav_cmds">here</A>
15961 to see the available Editing and Navigation commands.
15963 &lt;End of help on this topic&gt;
15964 </BODY>
15965 </HTML>
15966 ======= h_config_role_keywordpat =======
15967 <HTML>
15968 <HEAD>
15969 <TITLE>Keyword Pattern Explained</TITLE>
15970 </HEAD>
15971 <BODY>
15972 <H1>Keyword Pattern Explained</H1>
15974 A folder may have user-defined keywords.
15975 These are similar to the Important flag, which the user may set using the
15976 Flag command.
15977 The difference is that the Important flag is always present for each folder.
15978 User-defined keywords are picked by the user.
15979 You may add new keywords by defining them in the
15980 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
15981 After you have added a potential keyword with the <!--#echo var="VAR_keywords"--> option,
15982 the Flag command may be used to set or clear the keyword on individual messages.
15983 If you have given a keyword a nickname when configuring it,
15984 that nickname may be used instead of the actual keyword.
15987 When filling in a value for this field, it may be easiest to use
15988 the &quot;T&quot; command, which presents you with a list of the keywords
15989 you have defined to choose from.
15992 This part of the Pattern matches messages with certain keywords set.
15993 It will be considered a match if a message has any of the keywords in the
15994 list set.
15995 A keyword that you have not defined using the
15996 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
15997 will not be a match.
16000 It is possible to add a <EM>NOT</EM> to the Keyword Pattern meaning with the
16001 &quot;!&quot; &quot;toggle NOT&quot; command.
16002 This changes the meaning of the Keyword pattern so that it has the opposite meaning.
16003 It will be considered a match if none of the keywords in the list are set
16004 for a message.
16005 A keyword that you have not defined using the
16006 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16007 will not be a match, so a <EM>NOT</EM> of that keyword does match.
16009 Don't make the mistake of putting the &quot;!&quot; in the data field for
16010 the pattern.
16011 For example, if you type the characters &quot;!frizzle&quot; into the Keyword
16012 pattern, the pattern will look like:
16014 <PRE>
16015  Keyword pattern = !frizzle
16016 </PRE>
16018 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16019 In order to match messages that do not have the keyword &quot;frizzle&quot;
16020 set, first type the characters &quot;frizzle&quot; followed
16021 by carriage return for the value of the Keyword pattern, then negate it
16022 by typing the &quot;!&quot; command.
16023 It should end up looking like
16025 <PRE>
16026  ! Keyword pattern = frizzle
16027 </PRE>
16029 A technicality: Since comma is the character used to separate multiple
16030 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16031 you want to include a literal comma in the field.
16032 In other words, if you type a backslash followed by a comma it will
16033 be interpreted as a comma by Alpine, instead of as a separator between
16034 pattern values.
16035 All other backslashes are literal backslashes and should not be escaped.
16037 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16038 for more information on Patterns.
16040 Look <A HREF="h_edit_nav_cmds">here</A>
16041 to see the available Editing and Navigation commands.
16043 &lt;End of help on this topic&gt;
16044 </BODY>
16045 </HTML>
16046 ======= h_config_role_arbpat =======
16047 <HTML>
16048 <HEAD>
16049 <TITLE>Extra Header Patterns Explained</TITLE>
16050 </HEAD>
16051 <BODY>
16052 <H1>Extra Header Patterns Explained</H1>
16054 The header patterns that come after the Participant pattern but before the 
16055 AllText pattern are extra header patterns that you have added to a rule's
16056 Pattern. These are just like the other header patterns except that
16057 the contents of the particular header listed on the left hand side will
16058 be used for comparisons.
16060 The &quot;eXtraHdr&quot; command may be used to add more of these
16061 header patterns to the rule you are editing.
16063 The &quot;RemoveHdr&quot; command may be used to delete the highlighted
16064 extra header pattern from the rule you are editing.
16066 It is possible to add a <EM>NOT</EM> to the Extra Header Pattern meaning with the
16067 &quot;!&quot; &quot;toggle NOT&quot; command.
16068 This changes the meaning of the pattern so that it has the opposite meaning.
16069 It will be considered a match if there are no matches between the
16070 text in the header line and the list of patterns.
16072 Don't make the mistake of putting the &quot;!&quot; in the data field for
16073 the pattern.
16074 For example, if you type the characters &quot;!frizzle&quot; into the
16075 pattern, the pattern will look like:
16077 <PRE>
16078  Xyz pattern = !frizzle
16079 </PRE>
16081 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16082 In order to match messages that do not have &quot;frizzle&quot; in
16083 their Xyz field, first type the characters &quot;frizzle&quot; followed
16084 by carriage return for the value of the pattern, then negate it
16085 by typing the &quot;!&quot; command.
16086 It should end up looking like
16088 <PRE>
16089  ! Xyz pattern = frizzle
16090 </PRE>
16093 A technicality: Since comma is the character used to separate multiple
16094 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16095 you want to include a literal comma in the field.
16096 In other words, if you type a backslash followed by a comma it will
16097 be interpreted as a comma by Alpine, instead of as a separator between
16098 pattern values.
16099 All other backslashes are literal backslashes and should not be escaped.
16101 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16102 for more information on Patterns.
16104 Look <A HREF="h_edit_nav_cmds">here</A>
16105 to see the available Editing and Navigation commands.
16107 &lt;End of help on this topic&gt;
16108 </BODY>
16109 </HTML>
16110 ======= h_config_role_cat_cmd =======
16111 <HTML>
16112 <HEAD>
16113 <TITLE>Categorizer Command Explained</TITLE>
16114 </HEAD>
16115 <BODY>
16116 <H1>Categorizer Command Explained</H1>
16118 This is a command that is run with its standard input set to the message
16119 being checked and its standard output discarded.
16120 The full directory path should be specified.
16121 The command will be run and then its exit status will be checked against
16122 the Exit Status Interval, which defaults to just the value zero.
16123 If the exit status of the command falls in the interval, it is considered
16124 a match, otherwise it is not a match.
16127 This option may actually be a list of commands.
16128 The first one that exists and is executable is used.
16129 That makes it possible to use the same configuration with Unix Alpine and
16130 PC-Alpine.
16133 If none of the commands in the list exists and is executable then the rule
16134 is <EM>not</EM> a match.
16135 If it is possible that the command may not exist, you should be careful
16136 to structure your rules so that nothing destructive
16137 happens when the command does not exist.
16138 For example, you might have a filter that filters away spam when there is
16139 a match but does nothing when there is not a match.
16140 That would cause no harm if the command didn't exist.
16141 However, if you have a filter that filters away spam when there is not
16142 a match and keeps it when there is a match, that would filter everything
16143 if the categorizer command didn't exist.
16145 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
16146 setup for the bogofilter filter.
16149 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16150 for more information on Patterns.
16152 Look <A HREF="h_edit_nav_cmds">here</A>
16153 to see the available Editing and Navigation commands.
16155 &lt;End of help on this topic&gt;
16156 </BODY>
16157 </HTML>
16158 ======= h_config_role_cat_cmd_example =======
16159 <HTML>
16160 <HEAD>
16161 <TITLE>Categorizer Command Example</TITLE>
16162 </HEAD>
16163 <BODY>
16164 <H1>Categorizer Command Example</H1>
16166 Bogofilter
16167 (<A HREF="http://bogofilter.sourceforge.net/">http://bogofilter.sourceforge.net/</A>)
16168 is a mail filter that attempts to classify mail as spam or
16169 non-spam using statistical analysis of the message content.
16170 When run with no arguments and a message as standard input, it exits with
16171 exit status 0 if it thinks a message is spam and 1 if it thinks
16172 it is not spam.
16173 To use bogofilter as your Categorizer Command you would simply set Command to
16174 the pathname of the bogofilter program.
16175 For example,
16177 <CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER>
16179 Exit status of zero is what you are interested in, so you'd set the
16180 Exit Status Interval to
16182 <CENTER><SAMP>Exit Status Interval = (0,0)</SAMP></CENTER>
16185 In order to prevent downloading an entire huge message to check for spam, you
16186 might want to set the Character Limit to a few thousand characters (the
16187 assumption being that the spam will reveal itself in those characters)
16189 <CENTER><SAMP>Character Limit = 50000</SAMP></CENTER>
16192 You would probably use bogofilter in an Alpine Filter Rule, and have the action
16193 be to move the message to a spam folder.
16194 It would usually be wise to also check the &quot;Message is Recent&quot;
16195 part of the rule so that messages are only checked when they first arrive,
16196 and to restrict the Current Folder Type to just your INBOX.
16197 The reason for checking only Recent messages is to save the time it takes
16198 to run bogofilter on each message.
16199 As an experiment, you might start out by using this in an Indexcolor Rule
16200 instead of a Filter Rule.
16201 In that case, you probably wouldn't check the Recent checkbox.
16203 The use described above assumes that you are somehow maintaining bogofilter's
16204 database of words associated with spam and non-spam messages.
16205 One way to start your database would be to select a bunch of spam messages
16206 in Alpine (you might Save spam messages to a special folder or use Alpine's
16207 Select command to select several) and then Apply
16208 (<A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>)
16209 a pipe command to the spam messages.
16210 For example, you could have a shell script or an alias
16211 called <EM>this_is_spam</EM>, which would simply be the command
16213 <CENTER><SAMP>bogofilter -s</SAMP></CENTER>
16216 It is probably best to use the pipe command's Raw Text, With Delimiter,
16217 and Free Output options,
16218 which are at the bottom of the screen when you type the pipe command.
16219 That's because bogofilter expects the raw message as input, and uses
16220 the Delimiters to tell when a new message starts.
16221 You would not need to use a separate pipe for each message, because
16222 bogofilter can handle multiple messages at once.
16224 Similarly, you would select a group of non-spam messages
16225 and run them through a <EM>this_is_nonspam</EM> script
16226 that was something like
16228 <CENTER><SAMP>bogofilter -n</SAMP></CENTER>
16231 For the more adventurous, the next step might be to automate the upkeep of
16232 the bogofilter database.
16233 It might make more sense to have bogofilter be part of the delivery process,
16234 but it is also possible to do it entirely from within Alpine.
16235 Instead of using just plain &quot;bogofilter&quot; as the Categorizer Command,
16236 the &quot;-u&quot; argument will cause bogofilter to update the database.
16238 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16240 You'd want a couple more aliases or shell scripts called something like
16241 <EM>change_to_spam</EM>
16243 <CENTER><SAMP>bogofilter -Ns</SAMP></CENTER>
16246 <EM>change_to_nonspam</EM>
16248 <CENTER><SAMP>bogofilter -Sn</SAMP></CENTER>
16250 When you run across a message in your INBOX that should have been
16251 classified as spam you would pipe it to the change_to_spam script, and
16252 when you run across a message in your spam folder that should have been
16253 left in your INBOX you would pipe it through change_to_nonspam.
16256 There is a technical problem with this approach.
16257 Alpine may check your filters more than once.
16258 In particular, every time you start Alpine the filters will be checked for
16259 each message.
16260 Also, if you have any filters that depend on message state (New, Deleted, etc.)
16261 then Alpine will recheck for matches in messages that have changed state
16262 at the time you close the folder and before expunging.
16263 This is usually ok.
16264 However, in this case it is a problem because the command
16266 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16268 has the side effect of updating the database.
16269 So you run the risk of updating the database multiple times for a single
16270 message instead of updating it just once per message.
16271 There are some ways to work around this problem.
16272 What you need is a way to mark the message after you have run the filter.
16273 One way to mark messages is with the use of a keyword (say &quot;Bogo&quot;).
16274 Besides having the filter move the message to a spam folder, also have it
16275 set the Bogo keyword.
16276 (Note that you will have to set up the &quot;Bogo&quot; keyword in the
16277 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in Setup/Config.)
16278 This rule can only set the Bogo keyword for the messages that it matches.
16279 You will also need to add a second rule right after this one that
16280 matches all the messages that don't have the Bogo keyword set
16281 (put the keyword in the Keyword pattern and toggle
16282 the Not with the ! command)
16283 and takes the action of setting it.
16284 Then change the &quot;bogofilter -u&quot; rule so that it won't be a match
16285 (and so it won't re-run the bogofilter command) if the keyword is already
16286 set.
16288 What you will end up with is a rule that runs &quot;bogofilter -u&quot;
16289 on all messages that don't have the Bogo keyword set.
16290 This will have the side effect of inserting that message in the bogofilter
16291 database, match or not.
16292 If this rule matches (it is spam), the Bogo keyword will be set and
16293 the message will be moved to a spam folder.
16294 If it does not match, the
16295 following rule will mark the message by turning on the keyword.
16296 This second rule should be a non-terminating
16297 (<A HREF="h_config_filt_opts_nonterm">Dont-Stop-Even-if-Rule-Matches</A>)
16298 rule so that it doesn't stop the filtering process before the rest of
16299 your rules are consulted.
16302 In summary, the first rule is something like
16303 <PRE>
16304   Nickname          = bogofilter -u rule
16305   Current Folder Type =
16306                (*) Specific
16307                    Folder = INBOX
16309   ! Keyword pattern = Bogo
16311   External Categorizer Commands =
16312        Command              = /usr/local/bin/bogofilter -u
16313        Exit Status Interval = (0,0)
16314        Character Limit      = <No Value Set: using "-1">  (optionally set this)
16316   Filter Action =
16317        (*) Move
16318            Folder = spam
16319   
16320   Set These Keywords   = Bogo
16321 </PRE>
16323 and the following rule is
16324 <PRE>
16325   Nickname          = Set Bogo Keyword
16326   Current Folder Type =
16327                (*) Specific
16328                    Folder = INBOX
16330   ! Keyword pattern = Bogo
16332   Filter Action =
16333        (*) Just Set Message Status
16335   Set These Keywords   = Bogo
16337   Features =
16338       [X]  dont-stop-even-if-rule-matches
16339 </PRE>
16341 If it is possible for you to insert bogofilter in the delivery process instead
16342 of having it called from Alpine you could prevent having to wait
16343 for the bogofilter processing while you read your mail.
16344 You would have bogofilter add a header to the message at the time of delivery
16345 that identified it as spam or nonspam.
16346 With this method, you could avoid using a Categorizer Command while running Alpine,
16347 and just match on the header instead.
16348 You might still want to use the scripts mentioned above to initialize the
16349 database or to re-classify wrongly classified messages.
16352 Finally, it isn't for the faint-hearted,
16353 but it is also possible to run bogofilter from PC-Alpine.
16354 You can install Cygwin from
16355 <A HREF="http://www.cygwin.com/">http://www.cygwin.com/</A> and
16356 then compile bogofilter in the cygwin environment, and run it from
16357 within PC-Alpine.
16358 You would end up with a Categorizer command that looked something like
16360 <CENTER><SAMP>Command = C:&#92;cygwin&#92;bin&#92;bogofilter.exe -u</SAMP></CENTER>
16362 Note that the &quot;.exe&quot; extension is explicit,
16363 and that the bogofilter.exe executable should be in the same directory
16364 as cygwin1.dll.
16367 &lt;End of help on this topic&gt;
16368 </BODY>
16369 </HTML>
16370 ======= h_config_role_cat_status =======
16371 <HTML>
16372 <HEAD>
16373 <TITLE>Exit Status Interval Explained</TITLE>
16374 </HEAD>
16375 <BODY>
16376 <H1>Exit Status Interval Explained</H1>
16378 The categorizer command is run and the result is the exit status of
16379 that command.
16380 If that exit status falls in the Exit Status Interval
16381 then it is considered a match, otherwise it is not a match.
16382 Of course for the entire rule to match, it must also be checked against
16383 the other defined parts of the Pattern.
16385 The Exit Status Interval defaults to the single value 0 (zero).
16386 If you define it, it should be set to something like:
16388 <CENTER><SAMP>(min_exit_value,max_exit_value)</SAMP></CENTER>
16390 where &quot;min_exit_value&quot; and &quot;max_exit_value&quot; are integers.
16391 The special values &quot;INF&quot; and &quot;-INF&quot; may be used for large
16392 positive and negative integers.
16394 Actually, a list of intervals may be used if you wish.
16395 A list would look like
16397 <CENTER><SAMP>(min_exit_value1,max_exit_value1),(min_exit_value2,max_exit_value2),...</SAMP></CENTER>
16399 When there is an Exit Status Interval defined, it is a match if the exit status
16400 of the categorizer command is contained in any of the intervals.
16401 The intervals include both endpoints.
16403 The default interval is
16405 <CENTER><SAMP>(0,0)</SAMP></CENTER>
16407 and it matches only if the command exits with exit status equal to zero.
16410 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16411 for more information on Patterns.
16413 Look <A HREF="h_edit_nav_cmds">here</A>
16414 to see the available Editing and Navigation commands.
16416 &lt;End of help on this topic&gt;
16417 </BODY>
16418 </HTML>
16419 ======= h_config_role_cat_limit =======
16420 <HTML>
16421 <HEAD>
16422 <TITLE>Character Limit Explained</TITLE>
16423 </HEAD>
16424 <BODY>
16425 <H1>Character Limit Explained</H1>
16427 Setting this option makes it possible to limit how much of the message
16428 is made available to the categorizer command as input.
16429 The default value (-1) means that the entire message is fed to the
16430 command.
16431 A value of 0 (zero) means that only the headers of the message are
16432 made available.
16433 A positive integer means that the headers plus that many characters from
16434 the body of the message are passed to the categorizer.
16437 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16438 for more information on Patterns.
16440 Look <A HREF="h_edit_nav_cmds">here</A>
16441 to see the available Editing and Navigation commands.
16443 &lt;End of help on this topic&gt;
16444 </BODY>
16445 </HTML>
16446 ======= h_config_role_age =======
16447 <HTML>
16448 <HEAD>
16449 <TITLE>Age Interval Explained</TITLE>
16450 </HEAD>
16451 <BODY>
16452 <H1>Age Interval Explained</H1>
16454 The Age Interval, if defined, is part of the Pattern.
16455 If you use this, it should be set to something like:
16457 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
16459 where &quot;min_age&quot; and &quot;max_age&quot; are non-negative integers.
16460 The special value &quot;INF&quot; may be used for the max value.
16461 It represents infinity.
16463 In rare cases it may be useful to use the more general form of the value,
16464 which is a comma-separated list of intervals.
16465 It would look something like:
16467 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
16469 When there is an Age Interval defined, it is a match if the age, in days, of
16470 the message is contained in the interval.
16471 The interval includes both endpoints.
16472 If the option is set to a list of intervals then it is a match if the
16473 age of the message is contained in any of the intervals.
16475 Even though this option is called Age, it isn't actually
16476 the <EM>age</EM> of the message.
16477 Instead, it is how many days ago the message arrived in one of your folders.
16478 If the current time is a little past midnight, then a message that arrived
16479 just before midnight arrived yesterday, even though the message is only
16480 a few minutes old.
16481 By default, the date being used is not the date in the Date
16482 header of the message.
16483 It is the date that the message arrived in one of your folders.
16484 When you Save a message from one folder to another that arrival date
16485 is preserved.
16486 If you would like to use the date in the Date header that is possible.
16487 Turn on the option
16488 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
16489 near the bottom of the rule definition.
16491 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
16492 The age interval
16494 <CENTER><SAMP>(2,2)</SAMP></CENTER>
16496 matches all messages that arrived on the day before yesterday.
16497 The interval
16499 <CENTER><SAMP>(180,INF)</SAMP></CENTER>
16501 matches all messages that arrived at least 180 days before today.
16502 The interval
16504 <CENTER><SAMP>(0,1)</SAMP></CENTER>
16506 matches all messages that arrived today or yesterday.
16509 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16510 for more information on Patterns.
16512 Look <A HREF="h_edit_nav_cmds">here</A>
16513 to see the available Editing and Navigation commands.
16515 &lt;End of help on this topic&gt;
16516 </BODY>
16517 </HTML>
16518 ======= h_config_role_size =======
16519 <HTML>
16520 <HEAD>
16521 <TITLE>Size Interval Explained</TITLE>
16522 </HEAD>
16523 <BODY>
16524 <H1>Size Interval Explained</H1>
16526 The Size Interval, if defined, is part of the Pattern.
16527 If you use this, it should be set to something like:
16529 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
16531 where &quot;min_size&quot; and &quot;max_size&quot; are non-negative integers.
16532 The special value &quot;INF&quot; may be used for the max value.
16533 It represents infinity.
16535 In rare cases it may be useful to use the more general form of the value,
16536 which is a comma-separated list of intervals.
16537 It would look something like:
16539 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
16541 When there is a Size Interval defined, it is a match if the size of
16542 the message is contained in the interval.
16543 The interval includes both endpoints.
16544 If the option is set to a list of intervals then it is a match if the
16545 size of the message is contained in any of the intervals.
16547 The size interval
16549 <CENTER><SAMP>(10000,50000)</SAMP></CENTER>
16551 matches all messages with sizes greater than or equal to 10000, and less
16552 than or equal to 50000.
16553 The interval
16555 <CENTER><SAMP>(100000,INF)</SAMP></CENTER>
16557 matches all messages with sizes greater than or equal to 100000.
16560 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16561 for more information on Patterns.
16563 Look <A HREF="h_edit_nav_cmds">here</A>
16564 to see the available Editing and Navigation commands.
16566 &lt;End of help on this topic&gt;
16567 </BODY>
16568 </HTML>
16569 ======= h_config_role_scorei =======
16570 <HTML>
16571 <HEAD>
16572 <TITLE>Score Interval Explained</TITLE>
16573 </HEAD>
16574 <BODY>
16575 <H1>Score Interval Explained</H1>
16577 The Score Interval, if defined, is part of the Pattern.
16578 If you use this, it should be set to something like:
16580 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
16582 where &quot;min_score&quot; and &quot;max_score&quot; are integers between
16583 -32000 and 32000.
16584 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
16585 the min and max values.
16586 These represent negative and positive infinity.
16588 Actually, the value may be a list of intervals rather than just a
16589 single interval if that is useful.
16590 The elements of the list are separated by commas like:
16592 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
16594 When there is a Score Interval defined, it is a match if the score for
16595 the message is contained in any of the intervals.
16596 The intervals include both endpoints.
16597 The score for a message is calculated by looking at every scoring rule
16598 defined and adding up the Score Values for the rules that match the message.
16599 Scoring rules are created using the
16600 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
16603 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16604 for more information on Patterns.
16606 Look <A HREF="h_edit_nav_cmds">here</A>
16607 to see the available Editing and Navigation commands.
16609 &lt;End of help on this topic&gt;
16610 </BODY>
16611 </HTML>
16612 ======= h_config_role_fldr_type =======
16613 <HTML>
16614 <HEAD>
16615 <TITLE>Current Folder Type Explained</TITLE>
16616 </HEAD>
16617 <BODY>
16618 <H1>Current Folder Type Explained</H1>
16620 The Current Folder Type is part of the role's Pattern.
16621 It refers to the type of the currently open folder, which is the folder
16622 you were last looking at from the MESSAGE INDEX or MESSAGE TEXT screen.
16623 In order for a role to be considered a match, the current folder must
16624 be of the type you set here.
16625 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16626 all what you might think.
16628 If the Current Folder Type for a role's Pattern is set to &quot;News&quot;, for
16629 example, then
16630 that role will only be a match if the current folder is a newsgroup and
16631 the rest of the Pattern matches.
16632 The value &quot;Specific&quot; may be used when you want to limit the match
16633 to a specific folder (not just a specific type of folder), or to a list of
16634 specific folders.
16636 In order to match a specific folder you Select the &quot;Specific&quot;
16637 button <EM>AND</EM> fill in
16638 the name (or list of names) of
16639 the folder in the &quot;Folder List&quot; field.
16640 If the current folder is any of the folders in the list, that is considered
16641 a match.
16642 The name of each folder in the list may be either &quot;INBOX&quot;,
16643 the technical specification
16644 of the folder (like what appears in your configuration file) or, if the
16645 folder is one of your incoming folders, it may be the nickname you've given
16646 the folder.
16647 Here are a couple samples of specific folder names:
16649 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16651 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
16653 The easiest way to fill in the &quot;Folder List&quot; field is to use
16654 the &quot;T&quot; command that is available when the &quot;Folder List&quot; line is
16655 highlighted, or to use the &quot;Take&quot; command with the configuration
16656 feature
16657 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
16658 turned on.
16659 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16660 Current Folder Type is set to &quot;Specific&quot;, and any value that
16661 &quot;Folder List&quot; has is ignored unless the type
16662 is set to &quot;Specific&quot;.
16664 When reading a newsgroup, there may be a performance penalty
16665 incurred when collecting the information necessary to check a Pattern.
16666 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
16668 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16669 for more information on Patterns.
16671 Look <A HREF="h_edit_nav_cmds">here</A>
16672 to see the available Editing and Navigation commands.
16674 &lt;End of help on this topic&gt;
16675 </BODY>
16676 </HTML>
16677 ======= h_config_filt_rule_type =======
16678 <HTML>
16679 <HEAD>
16680 <TITLE>Filter Action Explained</TITLE>
16681 </HEAD>
16682 <BODY>
16683 <H1>Filter Action Explained</H1>
16685 The Filter Action specifies the action to be taken when the Pattern is a
16686 match.
16687 It may be set to &quot;Delete&quot; &quot;Move&quot;, or
16688 &quot;Just Set Message Status&quot;.
16690 If it is set to &quot;Delete&quot;, then the message that matches the
16691 Pattern will be deleted from the open folder.
16693 If it is set to &quot;Move&quot;, then the name of the folder to which
16694 the matching message should be moved is given in the &quot;Folder List&quot; field on the
16695 next line of the screen.
16696 A list of folders separated by commas may be given, in which case the
16697 message will be copied to all of the folders in the list before it is
16698 deleted.
16700 If it is set to neither of those two values (it is set to the value
16701 labeled &quot;Just Set Message Status&quot;) then the message status
16702 setting will happen
16703 but the message will not be deleted or moved.
16705 If you are Moving a message you may also set Message Status if you wish.
16707 The easiest way to fill in the &quot;Folder List&quot; field is to use
16708 the T command that is available when the &quot;Folder List&quot; line is
16709 highlighted.
16710 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16711 Filter Action is set to &quot;Move&quot;, and any value that
16712 &quot;Folder List&quot; has is ignored unless the type
16713 is set to &quot;Move&quot;.
16715 There are a few tokens that may be used in the names in the Folder List.
16716 They are all related to the date on which the filtering is taking place.
16717 The tokens are words surrounded by underscores.
16718 For example, if you want your filter to move messages to a folder named
16719 <P><CENTER><SAMP>abc-year-mon</SAMP></CENTER><P>
16720 you could specify the folder as
16721 <P><CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER><P>
16722 which would result in a file named something like
16723 <P><CENTER><SAMP>abc-2004-oct</SAMP></CENTER><P>
16725 <P><CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER><P>
16726 which would result in a file named something like
16727 <P><CENTER><SAMP>abc-04-10</SAMP></CENTER><P>
16728 The available tokens are listed
16729 <A HREF="h_index_tokens">here</A>.
16731 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16732 for more information on Patterns.
16734 Look <A HREF="h_edit_nav_cmds">here</A>
16735 to see the available Editing and Navigation commands.
16737 &lt;End of help on this topic&gt;
16738 </BODY>
16739 </HTML>
16740 ======= h_config_score_fldr_type =======
16741 <HTML>
16742 <HEAD>
16743 <TITLE>Current Folder Type Explained</TITLE>
16744 </HEAD>
16745 <BODY>
16746 <H1>Current Folder Type Explained</H1>
16748 The Current Folder Type is part of the scoring rule's Pattern.
16749 It refers to the type of the folder that
16750 the message being scored is in.
16751 In order for a rule to be considered a match, the current folder must
16752 be of the type you set here.
16753 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16754 all what you might think.
16756 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
16757 example, then
16758 that Pattern will only match if the current folder is a newsgroup and
16759 the rest of the Pattern matches.
16760 The value &quot;Specific&quot; may be used when you want to limit the match
16761 to a specific folder (not just a specific type of folder), or to a list of
16762 specific folders.
16764 In order to match a specific folder you Select the &quot;Specific&quot;
16765 button <EM>AND</EM> fill in
16766 the name (or list of names) of
16767 the folder in the &quot;Folder List&quot; field.
16768 If the current folder is any of the folders in the list, that is considered
16769 a match.
16770 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
16771 of the folder (like what appears in your configuration file) or, if the
16772 folder is one of your incoming folders, it may be the nickname you've given
16773 the folder.
16774 Here are a couple samples of specific folder names:
16776 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16778 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
16780 The easiest way to fill in the &quot;Folder List&quot; field is to use
16781 the T command that is available when the &quot;Folder List&quot; line is
16782 highlighted.
16783 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16784 Current Folder Type is set to &quot;Specific&quot;, and any value that
16785 &quot;Folder List&quot; has is ignored unless the type
16786 is set to &quot;Specific&quot;.
16788 When reading a newsgroup, there may be a performance penalty
16789 incurred when collecting the information necessary to check a Pattern.
16790 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
16791 For example, if you have Index Line Coloring rules that have Score Intervals
16792 defined then the scores for all the visible messages will need to be calculated.
16793 If some of your Scoring rules have 
16794 a Current Folder Type of
16795 &quot;Any&quot; or &quot;News&quot; this may cause the MESSAGE INDEX
16796 screen to draw more slowly when in a newsgroup.
16798 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16799 for more information on Patterns.
16801 Look <A HREF="h_edit_nav_cmds">here</A>
16802 to see the available Editing and Navigation commands.
16804 &lt;End of help on this topic&gt;
16805 </BODY>
16806 </HTML>
16807 ======= h_config_other_fldr_type =======
16808 <HTML>
16809 <HEAD>
16810 <TITLE>Current Folder Type Explained</TITLE>
16811 </HEAD>
16812 <BODY>
16813 <H1>Current Folder Type Explained</H1>
16815 The Current Folder Type is part of the rule's Pattern.
16816 It refers to the type of the folder being viewed.
16817 In order for a rule to be considered a match, the current folder must
16818 be of the type you set here.
16819 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16820 all what you might think.
16822 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
16823 example, then
16824 that Pattern will only match if the current folder is a newsgroup.
16825 The value &quot;Specific&quot; may be used when you want to limit the match
16826 to a specific folder (not just a specific type of folder), or to a list of
16827 specific folders.
16829 In order to match a specific folder you Select the &quot;Specific&quot;
16830 button <EM>AND</EM> fill in
16831 the name (or list of names) of
16832 the folder in the &quot;Folder List&quot; field.
16833 If the current folder is any of the folders in the list, that is considered
16834 a match.
16835 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
16836 of the folder (like what appears in your configuration file) or, if the
16837 folder is one of your incoming folders, it may be the nickname you've given
16838 the folder.
16839 Here are a couple samples of specific folder names:
16841 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16843 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
16845 The easiest way to fill in the &quot;Folder List&quot; field is to use
16846 the T command that is available when the &quot;Folder List&quot; line is
16847 highlighted.
16848 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16849 Current Folder Type is set to &quot;Specific&quot;, and any value that
16850 &quot;Folder List&quot; has is ignored unless the type
16851 is set to &quot;Specific&quot;.
16853 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16854 for more information on Patterns.
16856 Look <A HREF="h_edit_nav_cmds">here</A>
16857 to see the available Editing and Navigation commands.
16859 &lt;End of help on this topic&gt;
16860 </BODY>
16861 </HTML>
16862 ======= h_config_incol_fldr_type =======
16863 <HTML>
16864 <HEAD>
16865 <TITLE>Current Folder Type Explained</TITLE>
16866 </HEAD>
16867 <BODY>
16868 <H1>Current Folder Type Explained</H1>
16870 The Current Folder Type is part of the Line Coloring rule's Pattern.
16871 It refers to the type of the folder for which the MESSAGE INDEX is
16872 being viewed.
16873 In order for a rule to be considered a match, the current folder must
16874 be of the type you set here.
16875 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16876 all what you might think.
16878 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
16879 example, then
16880 that Pattern will only match if the current folder is a newsgroup and
16881 the rest of the Pattern matches.
16882 The value &quot;Specific&quot; may be used when you want to limit the match
16883 to a specific folder (not just a specific type of folder), or to a list of
16884 specific folders.
16886 In order to match a specific folder you Select the &quot;Specific&quot;
16887 button <EM>AND</EM> fill in
16888 the name (or list of names) of
16889 the folder in the &quot;Folder List&quot; field.
16890 If the current folder is any of the folders in the list, that is considered
16891 a match.
16892 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
16893 of the folder (like what appears in your configuration file) or, if the
16894 folder is one of your incoming folders, it may be the nickname you've given
16895 the folder.
16896 Here are a couple samples of specific folder names:
16898 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16900 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
16902 The easiest way to fill in the &quot;Folder List&quot; field is to use
16903 the T command that is available when the &quot;Folder List&quot; line is
16904 highlighted.
16905 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16906 Current Folder Type is set to &quot;Specific&quot;, and any value that
16907 &quot;Folder List&quot; has is ignored unless the type
16908 is set to &quot;Specific&quot;.
16910 When reading a newsgroup, there may be a performance penalty
16911 incurred when collecting the information necessary to check a Pattern.
16912 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
16913 For example, a rule with a non-Normal Index Line Color
16914 and a Current Folder Type of
16915 &quot;Any&quot; or &quot;News&quot; may cause the MESSAGE INDEX
16916 screen to draw more slowly when in a newsgroup.
16918 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16919 for more information on Patterns.
16921 Look <A HREF="h_edit_nav_cmds">here</A>
16922 to see the available Editing and Navigation commands.
16924 &lt;End of help on this topic&gt;
16925 </BODY>
16926 </HTML>
16927 ======= h_config_filt_fldr_type =======
16928 <HTML>
16929 <HEAD>
16930 <TITLE>Current Folder Type Explained</TITLE>
16931 </HEAD>
16932 <BODY>
16933 <H1>Current Folder Type Explained</H1>
16935 The Current Folder Type is part of the Filtering rule's Pattern.
16936 It refers to the type of the folder for which the filtering is being done.
16937 In order for a rule to be considered a match, the current folder must
16938 be of the type you set here.
16939 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16940 all what you might think.
16942 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
16943 example, then
16944 that Pattern will only match if the current folder is a newsgroup and
16945 the rest of the Pattern matches.
16946 The value &quot;Specific&quot; may be used when you want to limit the match
16947 to a specific folder (not just a specific type of folder), or to a list of
16948 specific folders.
16950 In order to match a specific folder you Select the &quot;Specific&quot;
16951 button <EM>AND</EM> fill in
16952 the name (or list of names) of
16953 the folder in the &quot;Folder List&quot; field.
16954 If the current folder is any of the folders in the list, that is considered
16955 a match.
16956 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
16957 of the folder (like what appears in your configuration file) or, if the
16958 folder is one of your incoming folders, it may be the nickname you've given
16959 the folder.
16960 Here are a couple samples of specific folder names:
16962 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16964 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
16966 The easiest way to fill in the &quot;Folder List&quot; field is to use
16967 the T command that is available when the &quot;Folder List&quot; line is
16968 highlighted.
16969 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16970 Current Folder Type is set to &quot;Specific&quot;, and any value that
16971 &quot;Folder List&quot; has is ignored unless the type
16972 is set to &quot;Specific&quot;.
16974 When reading a newsgroup, there may be a performance penalty
16975 incurred when collecting the information necessary to check a Pattern.
16976 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
16977 For example, a rule with a Current Folder Type of either
16978 &quot;Any&quot; or &quot;News&quot; may cause the filtering to happen
16979 more slowly when opening a newsgroup.
16981 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16982 for more information on Patterns.
16984 Look <A HREF="h_edit_nav_cmds">here</A>
16985 to see the available Editing and Navigation commands.
16987 &lt;End of help on this topic&gt;
16988 </BODY>
16989 </HTML>
16990 ======= h_config_role_stat_imp =======
16991 <HTML>
16992 <HEAD>
16993 <TITLE>Message Important Status Explained</TITLE>
16994 </HEAD>
16995 <BODY>
16996 <H1>Message Important Status Explained</H1>
16998 This part of the Pattern may have one of three possible values.
16999 The default value is &quot;Don't care&quot;, which matches any message.
17000 The other two values are &quot;Yes&quot;, which means the message must be
17001 flagged &quot;Important&quot; in order to be a match; or &quot;No&quot;, which
17002 means the message must <EM>not</EM> be flagged &quot;Important&quot; in order
17003 to be a match.
17005 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17006 for more information on Patterns.
17008 Look <A HREF="h_edit_nav_cmds">here</A>
17009 to see the available Editing and Navigation commands.
17011 &lt;End of help on this topic&gt;
17012 </BODY>
17013 </HTML>
17014 ======= h_config_role_stat_new =======
17015 <HTML>
17016 <HEAD>
17017 <TITLE>Message New Status Explained</TITLE>
17018 </HEAD>
17019 <BODY>
17020 <H1>Message New Status Explained</H1>
17022 This part of the Pattern may have one of three possible values.
17023 The default value is &quot;Don't care&quot;, which matches any message.
17024 The other two values are &quot;Yes&quot;, which means the message must be
17025 &quot;New&quot; in order to be a match; or &quot;No&quot;, which
17026 means the message must <EM>not</EM> be &quot;New&quot; in order
17027 to be a match.
17028 &quot;New&quot; is the same as <EM>Unseen</EM> and not &quot;New&quot; is the
17029 same as <EM>Seen</EM>.
17031 The nomenclature for New and Recent is a bit confusing:
17033 New means that the message is Unseen.
17034 It could have been in your mailbox for a long time but if you haven't looked
17035 at it, it is still considered New.
17036 That matches the default Alpine index display that shows an N for such a
17037 message.
17039 Recent means that the message was added to this folder since the last time
17040 you opened the folder.
17041 Alpine also shows an N by default for these types of messages.
17042 If you were to run two copies of Alpine that opened a folder one right after
17043 the other, a message would only show up as Recent in (at most) the first
17044 Alpine session.
17046 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17047 for more information on Patterns.
17049 Look <A HREF="h_edit_nav_cmds">here</A>
17050 to see the available Editing and Navigation commands.
17052 &lt;End of help on this topic&gt;
17053 </BODY>
17054 </HTML>
17055 ======= h_config_role_stat_recent =======
17056 <HTML>
17057 <HEAD>
17058 <TITLE>Message Recent Status Explained</TITLE>
17059 </HEAD>
17060 <BODY>
17061 <H1>Message Recent Status Explained</H1>
17063 This part of the Pattern may have one of three possible values.
17064 The default value is &quot;Don't care&quot;, which matches any message.
17065 The other two values are &quot;Yes&quot;, which means the message must be
17066 &quot;Recent&quot; in order to be a match; or &quot;No&quot;, which
17067 means the message must <EM>not</EM> be &quot;Recent&quot; in order
17068 to be a match.
17069 &quot;Recent&quot; means that the message was added to the folder since
17070 the last time the folder was opened.
17071 If more than one mail client has the folder opened, the message will
17072 appear to be &quot;Recent&quot; to only one of the clients.
17074 The nomenclature for New and Recent is a bit confusing:
17076 New means that the message is Unseen.
17077 It could have been in your mailbox for a long time but if you haven't looked
17078 at it, it is still considered New.
17079 That matches the default Alpine index display that shows an N for such a
17080 message.
17082 Recent means that the message was added to this folder since the last time
17083 you opened the folder.
17084 Alpine also shows an N by default for these types of messages.
17085 If you were to run two copies of Alpine that opened a folder one right after
17086 the other, a message would only show up as Recent in (at most) the first
17087 Alpine session.
17089 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17090 for more information on Patterns.
17092 Look <A HREF="h_edit_nav_cmds">here</A>
17093 to see the available Editing and Navigation commands.
17095 &lt;End of help on this topic&gt;
17096 </BODY>
17097 </HTML>
17098 ======= h_config_role_stat_del =======
17099 <HTML>
17100 <HEAD>
17101 <TITLE>Message Deleted Status Explained</TITLE>
17102 </HEAD>
17103 <BODY>
17104 <H1>Message Deleted Status Explained</H1>
17106 This part of the Pattern may have one of three possible values.
17107 The default value is &quot;Don't care&quot;, which matches any message.
17108 The other two values are &quot;Yes&quot;, which means the message must be
17109 marked &quot;Deleted&quot; in order to be a match; or &quot;No&quot;, which
17110 means the message must <EM>not</EM> be marked &quot;Deleted&quot; in order
17111 to be a match.
17113 If you are thinking of using this part of the Pattern as a way to prevent
17114 messages from being filtered more than once in a Filter Pattern,
17115 take a look at the Filter Option
17116 <A HREF="h_config_filt_opts_notdel">&quot;Move-Only-if-Not-Deleted&quot;</A>
17117 instead.
17118 It should work better than using this field since it will hide the filtered
17119 messages even if they are already Deleted.
17120 That option is at the bottom of the Filter configuration screen.
17122 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17123 for more information on Patterns.
17125 Look <A HREF="h_edit_nav_cmds">here</A>
17126 to see the available Editing and Navigation commands.
17128 &lt;End of help on this topic&gt;
17129 </BODY>
17130 </HTML>
17131 ======= h_config_role_stat_ans =======
17132 <HTML>
17133 <HEAD>
17134 <TITLE>Message Answered Status Explained</TITLE>
17135 </HEAD>
17136 <BODY>
17137 <H1>Message Answered Status Explained</H1>
17139 This part of the Pattern may have one of three possible values.
17140 The default value is &quot;Don't care&quot;, which matches any message.
17141 The other two values are &quot;Yes&quot;, which means the message must be
17142 marked &quot;Answered&quot; in order to be a match; or &quot;No&quot;, which
17143 means the message must <EM>not</EM> be marked &quot;Answered&quot; in order
17144 to be a match.
17146 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17147 for more information on Patterns.
17149 Look <A HREF="h_edit_nav_cmds">here</A>
17150 to see the available Editing and Navigation commands.
17152 &lt;End of help on this topic&gt;
17153 </BODY>
17154 </HTML>
17155 ======= h_config_role_abookfrom =======
17156 <HTML>
17157 <HEAD>
17158 <TITLE>Address in Address Book Explained</TITLE>
17159 </HEAD>
17160 <BODY>
17161 <H1>Address in Address Book Explained</H1>
17163 This option gives you a way to match messages that contain an address
17164 that is in one of your address books.
17165 Only the simple entries in your address books are searched.
17166 Address book distribution lists are ignored!
17168 This part of the Pattern may have one of five possible values.
17169 The default value is &quot;Don't care&quot;, which matches any message.
17170 The value &quot;Yes, in any address book&quot; means at least one of the addresses
17171 from the message must be in at least one of your
17172 address books in order to be a match.
17173 The value &quot;No, not in any address book&quot;
17174 means none of the addresses may
17175 be in any of your address books in order to be a match.
17177 The values &quot;Yes, in specific address books&quot; and
17178 &quot;No, not in any of specific address books&quot; are similar but instead
17179 of depending on all address books you are allowed to give a list of address
17180 books to look in.
17181 Usually this would be a single address book but it may be a
17182 list of address books as well.
17183 For each of these &quot;specific&quot; address book options you Select which
17184 of the Specific options you want (Yes or No) <EM>AND</EM> fill in the
17185 name (or list of names) of the address book in the
17186 &quot;Abook List&quot; field.
17187 The names to be used are those that appear in the ADDRESS BOOK LIST screen.
17188 The easiest way to fill in the Abook List field it to use
17189 the &quot;T&quot; command that is available when the &quot;Abook List&quot;
17190 line is highlighted.
17191 Note that you won't be able to edit the &quot;Abook List&quot; line unless the
17192 option is set to one of the two &quot;Specific&quot;, values.
17194 The addresses from the message that are checked for are determined by the
17195 setting you have for &quot;Types of addresses to check for in address book&quot;.
17196 If you set this to &quot;From&quot; the From address from the message will
17197 be looked up in the address book.
17198 If you set it to &quot;To&quot; instead then the To addresses will be used.
17199 If any of the To addresses are in the address book then it is considered
17200 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
17201 You could set it to both From and To, in which case all of the From and To
17202 addresses are used.
17203 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
17204 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
17205 exists or the From address if there is no Reply-To address.
17206 Same for the Sender address.
17208 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17209 for more information on Patterns.
17211 Look <A HREF="h_edit_nav_cmds">here</A>
17212 to see the available Editing and Navigation commands.
17214 &lt;End of help on this topic&gt;
17215 </BODY>
17216 </HTML>
17217 ======= h_config_inabook_from =======
17218 <HTML>
17219 <HEAD>
17220 <TITLE>From</TITLE>
17221 </HEAD>
17222 <BODY>
17223 <H1>From</H1>
17225 Setting the From line will cause the address from the From header line
17226 of the message to be checked for in the address book.
17228 &lt;End of help on this topic&gt;
17229 </BODY>
17230 </HTML>
17231 ======= h_config_inabook_replyto =======
17232 <HTML>
17233 <HEAD>
17234 <TITLE>Reply-To</TITLE>
17235 </HEAD>
17236 <BODY>
17237 <H1>Reply-To</H1>
17239 Setting the Reply-To line will cause the address from the Reply-To header line
17240 of the message to be checked for in the address book.
17241 However, if there is no Reply-To header line in the message the From header
17242 line will be used instead.
17243 We understand this is dumb but we don't have an easy way around it.
17245 &lt;End of help on this topic&gt;
17246 </BODY>
17247 </HTML>
17248 ======= h_config_inabook_sender =======
17249 <HTML>
17250 <HEAD>
17251 <TITLE>Sender</TITLE>
17252 </HEAD>
17253 <BODY>
17254 <H1>Sender</H1>
17256 Setting the Sender line will cause the address from the Sender header line
17257 of the message to be checked for in the address book.
17258 However, if there is no Sender header line in the message the From header
17259 line will be used instead.
17260 We understand this is dumb but we don't have an easy way around it.
17262 &lt;End of help on this topic&gt;
17263 </BODY>
17264 </HTML>
17265 ======= h_config_inabook_to =======
17266 <HTML>
17267 <HEAD>
17268 <TITLE>To</TITLE>
17269 </HEAD>
17270 <BODY>
17271 <H1>To</H1>
17273 Setting the To line will cause the address from the To header line
17274 of the message to be checked for in the address book.
17276 &lt;End of help on this topic&gt;
17277 </BODY>
17278 </HTML>
17279 ======= h_config_inabook_cc =======
17280 <HTML>
17281 <HEAD>
17282 <TITLE>CC</TITLE>
17283 </HEAD>
17284 <BODY>
17285 <H1>CC</H1>
17287 Setting the CC line will cause the address from the CC header line
17288 of the message to be checked for in the address book.
17290 &lt;End of help on this topic&gt;
17291 </BODY>
17292 </HTML>
17293 ======= h_config_role_stat_8bitsubj =======
17294 <HTML>
17295 <HEAD>
17296 <TITLE>Raw 8-bit in Subject Explained</TITLE>
17297 </HEAD>
17298 <BODY>
17299 <H1>Raw 8-bit in Subject Explained</H1>
17301 It seems that lots of unwanted email contains unencoded 8-bit characters
17302 in the Subject.
17303 Normally, characters with the 8th bit set are not allowed in the Subject
17304 header unless they are MIME-encoded.
17305 This option gives you a way to match messages that have Subjects that
17306 contain unencoded 8-bit characters.
17308 This part of the Pattern may have one of three possible values.
17309 The default value is &quot;Don't care&quot;, which matches any message.
17310 The other two values are &quot;Yes&quot;, which means the Subject of
17311 the message must contain unencoded 8-bit characters (characters with the
17312 most significant bit set)
17313 in order to be a match; or &quot;No&quot;, which
17314 means the Subject must <EM>not</EM>
17315 contain unencoded 8-bit characters in order to be a match.
17317 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17318 for more information on Patterns.
17320 Look <A HREF="h_edit_nav_cmds">here</A>
17321 to see the available Editing and Navigation commands.
17323 &lt;End of help on this topic&gt;
17324 </BODY>
17325 </HTML>
17326 ======= h_config_role_bom =======
17327 <HTML>
17328 <HEAD>
17329 <TITLE>Beginning of Month</TITLE>
17330 </HEAD>
17331 <BODY>
17332 <H1>Beginning of Month</H1>
17334 This option gives you a limited ability to take different actions depending on whether
17335 this is the first time Alpine has been run this month or not.
17336 Though it would be nice to have such an option available, this is not the
17337 same as whether or not this is the first time a paricular folder has been
17338 opened this month.
17339 If you want some action (probably Filtering) to take place in a folder each
17340 month, then you will need to be sure that the folder is opened during the
17341 first Alpine session of the month in order for this option to be helpful.
17343 This part of the Pattern may have one of three possible values.
17344 The default value is &quot;Don't care&quot;, which matches any message.
17345 The other two values are &quot;Yes&quot;, which means this is the first
17346 time Alpine has been run this month;
17347 or &quot;No&quot;, which
17348 means this is not the first time Alpine has been run this month.
17350 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17351 for more information on Patterns.
17353 Here are some technical details.
17354 The way that Alpine decides if it is the beginning of the month or not is
17355 to compare today's date with the date stored in the
17356 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
17357 variable in the config file.
17358 If the month of today's date is later than the month stored in the variable,
17359 then this is considered to be the first time you have run Alpine this month, and
17360 that turns the Beginning of the Month option on.
17362 Look <A HREF="h_edit_nav_cmds">here</A>
17363 to see the available Editing and Navigation commands.
17365 &lt;End of help on this topic&gt;
17366 </BODY>
17367 </HTML>
17368 ======= h_config_role_boy =======
17369 <HTML>
17370 <HEAD>
17371 <TITLE>Beginning of Year</TITLE>
17372 </HEAD>
17373 <BODY>
17374 <H1>Beginning of Year</H1>
17376 This option gives you a limited ability to take different actions depending on whether
17377 this is the first time Alpine has been run this year or not.
17378 Though it would be nice to have such an option available, this is not the
17379 same as whether or not this is the first time a paricular folder has been
17380 opened this year.
17381 If you want some action (probably Filtering) to take place in a folder each
17382 year, then you will need to be sure that the folder is opened during the
17383 first Alpine session of the year in order for this option to be helpful.
17385 This part of the Pattern may have one of three possible values.
17386 The default value is &quot;Don't care&quot;, which matches any message.
17387 The other two values are &quot;Yes&quot;, which means this is the first
17388 time Alpine has been run this year;
17389 or &quot;No&quot;, which
17390 means this is not the first time Alpine has been run this year.
17392 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17393 for more information on Patterns.
17395 Here are some technical details.
17396 The way that Alpine decides if it is the beginning of the year or not is
17397 to compare today's date with the date stored in the
17398 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
17399 variable in the config file.
17400 If the year of today's date is later than the year stored in the variable,
17401 then this is considered to be the first time you have run Alpine this year, and
17402 that turns the Beginning of the Year option on.
17404 Look <A HREF="h_edit_nav_cmds">here</A>
17405 to see the available Editing and Navigation commands.
17407 &lt;End of help on this topic&gt;
17408 </BODY>
17409 </HTML>
17410 ======= h_config_role_inick =======
17411 <HTML>
17412 <HEAD>
17413 <TITLE>Initialize Values From Role Explained</TITLE>
17414 </HEAD>
17415 <BODY>
17416 <H1>Initialize Values From Role Explained</H1>
17418 This is a power user feature.
17419 You will usually want to leave this field empty.
17420 The value of this field is the nickname of another one of your roles.
17421 The Action values from that other role
17422 are used as the initial values of the Action items for this role.
17423 If you put something in any of the action fields for this role, that will
17424 override whatever was in the corresponding field of the initializer role.
17426 You might use this field if the &quot;Action&quot; part of one of your roles
17427 is something you want to use in more than one role.
17428 Instead of filling in those action values again for each role, you
17429 may give the nickname of the role where the values are filled in.
17430 It's just a shortcut way to define Role Actions.
17432 Here's an example to help explain how this works.
17433 Suppose you have a role with nickname &quot;role1&quot; and role1 has
17434 (among other things)
17436 <CENTER><SAMP>Set Reply-To = The Pres &lt;president@example.com&gt;</SAMP></CENTER>
17438 set.
17439 If in &quot;role2&quot; you set &quot;Initialize settings using role&quot; to
17440 &quot;role1&quot;, then role2 will inherit the Set Reply-To value
17441 from role1 by default (and any of the other inheritable action values
17442 that are set).
17443 So if role2 had
17445 <CENTER><SAMP>Set Reply-To = &lt;No Value Set&gt;</SAMP></CENTER>
17447 defined, the Reply-To used with role2 would be &quot;The Pres &lt;president@example.com&gt;&quot;
17448 However, if role2 had
17450 <CENTER><SAMP>Set Reply-To = VP &lt;vicepresident@example.com&gt;</SAMP></CENTER>
17452 defined, then the Reply-To used with role2 would be &quot;VP &lt;vicepresident@example.com&gt;&quot; instead.
17454 If you wish,
17455 you may choose a nickname from your list of roles by using the
17456 &quot;T&quot; command.
17457 If the role you are using to initialize also has a role it initializes from,
17458 then that initialization happens first.
17459 That is, inheritance works as expected with the grandparent and
17460 great-grandparent (and so on) roles having the expected effect.
17462 Look <A HREF="h_edit_nav_cmds">here</A>
17463 to see the available Editing and Navigation commands.
17465 &lt;End of help on this topic&gt;
17466 </BODY>
17467 </HTML>
17468 ======= h_config_role_setfrom =======
17469 <HTML>
17470 <HEAD>
17471 <TITLE>Set From Explained</TITLE>
17472 </HEAD>
17473 <BODY>
17474 <H1>Set From Explained</H1>
17476 This describes part of the action to be taken if the Pattern for this
17477 role is a match.
17478 This field consists of a single address that will be used as the From
17479 address on the message you are sending.
17480 This should be a fully-qualified address like
17482 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
17484 or just
17486 <CENTER><SAMP>user@domain</SAMP></CENTER>
17488 If you wish,
17489 you may choose an address from your address book with the
17490 &quot;T&quot; command.
17492 If this is left blank, then your normal From address will be used.
17494 You may also find it useful to add the changed From address to the
17495 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
17496 configuration option.
17498 Look <A HREF="h_edit_nav_cmds">here</A>
17499 to see the available Editing and Navigation commands.
17501 &lt;End of help on this topic&gt;
17502 </BODY>
17503 </HTML>
17504 ======= h_config_role_setreplyto =======
17505 <HTML>
17506 <HEAD>
17507 <TITLE>Set Reply-To Explained</TITLE>
17508 </HEAD>
17509 <BODY>
17510 <H1>Set Reply-To Explained</H1>
17512 This describes part of the action to be taken if the Pattern for this
17513 role is a match.
17514 This field consists of a single address that will be used as the Reply-To
17515 address on the message you are sending.
17516 This may be a fully-qualified address like
17518 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
17520 or just
17522 <CENTER><SAMP>user@domain</SAMP></CENTER>
17524 If you wish,
17525 you may choose an address from your address book with the
17526 &quot;T&quot; command.
17528 If this is left blank, then there won't be a Reply-To address unless
17529 you have configured one specially with the
17530 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>"
17531 configuration option.
17533 Look <A HREF="h_edit_nav_cmds">here</A>
17534 to see the available Editing and Navigation commands.
17536 &lt;End of help on this topic&gt;
17537 </BODY>
17538 </HTML>
17539 ======= h_config_role_setfcc =======
17540 <HTML>
17541 <HEAD>
17542 <TITLE>Set Fcc Explained</TITLE>
17543 </HEAD>
17544 <BODY>
17545 <H1>Set Fcc Explained</H1>
17547 This describes part of the action to be taken if the Pattern for this
17548 role is a match.
17549 This field consists of a single folder name that will be used in
17550 the Fcc field of the message you are sending.
17551 You may put anything here that you would normally type into the Fcc
17552 field from the composer.
17554 In addition, an fcc of &quot;&quot; (two double quotation marks) means
17555 no Fcc.
17557 A blank field here means that Alpine will use its normal rules for deciding
17558 the default value of the Fcc field.
17559 For many roles, perhaps most, it may make more sense for you to use the
17560 other Alpine facilities for setting the Fcc.
17561 In particular, if you want the Fcc to depend on who you are sending the
17562 message to then the <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A>
17563 is probably more useful.
17564 In that case, you would want to leave the Fcc field here blank.
17565 However, if you have a role that depends on who the message you are replying
17566 to was From, or what address that message was sent to;
17567 then it might make sense to set the Fcc for that role here.
17569 If you wish,
17570 you may choose a folder from your folder collections by using the
17571 &quot;T&quot; command.
17573 Look <A HREF="h_edit_nav_cmds">here</A>
17574 to see the available Editing and Navigation commands.
17576 &lt;End of help on this topic&gt;
17577 </BODY>
17578 </HTML>
17579 ======= h_config_role_usesmtp =======
17580 <HTML>
17581 <HEAD>
17582 <TITLE>Use SMTP Server Explained</TITLE>
17583 </HEAD>
17584 <BODY>
17585 <H1>Use SMTP Server Explained</H1>
17587 This describes part of the action to be taken if the Pattern for this
17588 role is a match.
17589 If this field has a value, then it will be used as the SMTP server
17590 to send mail when this role is being used (unless the SMTP server variable
17591 is set in the system-wide fixed configuration file).
17592 It has the same semantics as the
17593 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
17594 variable in the Setup/Config screen.
17596 If you are using this to post from home when you are at home and from
17597 work when you are at work you need to be careful about postponing messages.
17598 When you postpone a composition that was using a role with this variable
17599 set, the SMTP server list will be saved
17600 with the postponed composition.
17601 It cannot be changed later.
17602 Because of this, you may want to make this a list of SMTP servers
17603 with the preferred server at the front of the list and alternate servers
17604 later in the list.
17605 In your &quot;Home&quot; role you would put the home SMTP server first and
17606 the work SMTP server last.
17607 In your &quot;Work&quot; role you would put the work SMTP server first and
17608 the home SMTP server last.
17609 Then if you start a composition as &quot;Work&quot;, postpone
17610 it, and then later resume it from home the work SMTP server will fail but
17611 the home SMTP server later in the list will succeed.
17613 You may be able to simplify things by making the regular
17614 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
17615 variable in the Setup/Config screen a list instead of using roles
17616 to set the SMTP server.
17619 Look <A HREF="h_edit_nav_cmds">here</A>
17620 to see the available Editing and Navigation commands.
17622 &lt;End of help on this topic&gt;
17623 </BODY>
17624 </HTML>
17625 ======= h_config_role_usenntp =======
17626 <HTML>
17627 <HEAD>
17628 <TITLE>Use NNTP Server Explained</TITLE>
17629 </HEAD>
17630 <BODY>
17631 <H1>Use NNTP Server Explained</H1>
17633 This describes part of the action to be taken if the Pattern for this
17634 role is a match.
17635 If this field has a value, then it will be used as the NNTP server
17636 to post to newsgroups when this role is being used (unless the NNTP server
17637 variable
17638 is set in the system-wide fixed configuration file).
17639 It has the same semantics as the
17640 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
17641 variable in the Setup/Config screen.
17643 This role setting can facilitate posting to the right nntp server for someone
17644 who reads news from various news sources.  The feature
17645 <A HREF="h_config_predict_nntp_server">&quot;<!--#echo var="FEAT_predict-nntp-server"-->&quot;</A>
17646 allows for setting the correct <!--#echo var="VAR_nntp-server"--> without having to individually
17647 set a role for that <!--#echo var="VAR_nntp-server"-->, but for greater flexibility, setting
17648 nntp servers for roles may be more desirable for some people.
17650 If you are using this to post from home when you are at home and from
17651 work when you are at work you need to be careful about postponing messages.
17652 When you postpone a composition that was using a role with this variable
17653 set, the NNTP server list will be saved
17654 with the postponed composition.
17655 It cannot be changed later.
17656 Because of this, you may want to make this a list of NNTP servers
17657 with the preferred server at the front of the list and alternate servers
17658 later in the list.
17659 In your &quot;Home&quot; role you would put the home NNTP server first and
17660 the work NNTP server last.
17661 In your &quot;Work&quot; role you would put the work NNTP server first and
17662 the home NNTP server last.
17663 Then if you start a composition as &quot;Work&quot;, postpone
17664 it, and then later resume it from home the work NNTP server will fail but
17665 the home NNTP server later in the list will succeed.
17667 You may be able to simplify things by making the regular
17668 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
17669 variable in the Setup/Config screen a list instead of using roles
17670 to set the NNTP server.
17673 Look <A HREF="h_edit_nav_cmds">here</A>
17674 to see the available Editing and Navigation commands.
17676 &lt;End of help on this topic&gt;
17677 </BODY>
17678 </HTML>
17679 ======= h_config_role_setotherhdr =======
17680 <HTML>
17681 <HEAD>
17682 <TITLE>Set Other Headers Explained</TITLE>
17683 </HEAD>
17684 <BODY>
17685 <H1>Set Other Headers Explained</H1>
17687 This describes part of the action to be taken if the Pattern for this
17688 role is a match.
17689 This field gives you a way to set values for headers besides
17690 &quot;From&quot; and &quot;Reply-To&quot;.
17691 If you want to set either of those, use the specific
17692 &quot;Set From&quot; and &quot;Set Reply-To&quot; settings above.
17694 This field is similar to the
17695 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" option.
17696 Each header you specify here must include the header tag 
17697 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
17698 and may optionally include a value for that header.
17699 In order to see these headers when you compose using this role you 
17700 must use the rich header
17701 <!--chtml if pinemode="function_key"-->(F5)
17702 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
17703 Here's an example that shows how you might set the To address.
17705 <CENTER><SAMP>Set Other Hdrs = To: Full Name &lt;user@domain&gt;</SAMP></CENTER>
17707 Headers set in this way are different from headers set with the
17708 <!--#echo var="VAR_customized-hdrs"--> option in that the value you give for a header here
17709 will replace any value that already exists.
17710 For example, if you are Replying to a message there will already be at
17711 least one address in the To header (the address you are Replying to).
17712 However, if you Reply using a role that sets the To header, that role's
17713 To header value will be used instead.
17715 Limitation: Because commas are used to separate the list of
17716 Other Headers, it is not possible to have the value of a
17717 header contain a comma;
17718 nor is there currently an &quot;escape&quot; mechanism provided
17719 to make this work.
17721 Look <A HREF="h_edit_nav_cmds">here</A>
17722 to see the available Editing and Navigation commands.
17724 &lt;End of help on this topic&gt;
17725 </BODY>
17726 </HTML>
17727 ======= h_config_role_setlitsig =======
17728 <HTML>
17729 <HEAD>
17730 <TITLE>Set Literal Signature Explained</TITLE>
17731 </HEAD>
17732 <BODY>
17733 <H1>Set Literal Signature Explained</H1>
17735 This describes part of the action to be taken if the Pattern for this
17736 role is a match.
17737 This field contains the actual text for your signature, as opposed to
17738 the name of a file containing your signature.
17739 If this is defined it takes precedence over any value set in the
17740 &quot;Set Signature&quot; field.
17742 This is simply a different way to store the signature.
17743 The signature is stored inside your Alpine configuration file instead of in
17744 a separate file.
17745 Tokens work the same way they do with
17746 <A HREF="h_config_role_setsig">Set Signature</A>, so refer to the
17747 help text there for more information.
17750 The two character sequence &#92;n (backslash followed by
17751 the character n) will be used to signify a line-break in your signature.
17752 You don't have to enter the &#92;n, but it will be visible in the
17753 CHANGE THIS ROLE RULE window after you are done editing the signature.
17755 Look <A HREF="h_edit_nav_cmds">here</A>
17756 to see the available Editing and Navigation commands.
17758 &lt;End of help on this topic&gt;
17759 </BODY>
17760 </HTML>
17761 ======= h_config_role_setsig =======
17762 <HTML>
17763 <HEAD>
17764 <TITLE>Set Signature Explained</TITLE>
17765 </HEAD>
17766 <BODY>
17767 <H1>Set Signature Explained</H1>
17769 This describes part of the action to be taken if the Pattern for this
17770 role is a match.
17772 If either the default <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A>
17773 option from Setup/Config
17774 or the &quot;Set LiteralSig&quot; option for this role are defined,
17775 then this option will be ignored.
17776 You can tell that that is the case because the value of this
17777 option will show up as
17779 <CENTER><SAMP>&lt;Ignored: using LiteralSig instead&gt;</SAMP></CENTER>
17781 You may either use all Literal Signatures (signatures stored in your
17782 configuration file) throughout Alpine, or all signature files.
17783 You can't mix the two.
17785 This field consists of a filename that will be used as the signature
17786 file when using this role.
17788 If the filename is followed by a vertical bar (|) then instead
17789 of reading the contents of the file the file is assumed to be a
17790 program that will produce the text to be used on its standard output.
17791 The program can't have any arguments and doesn't receive any input from Alpine,
17792 but the rest of the processing works as if the contents came from a file.
17794 Instead of storing the data in a local file, the
17795 signature data may be stored remotely in an IMAP folder.
17796 In order to do this, 
17797 you must use a remote name for the signature.
17798 A remote signature name might look like:
17800 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
17803 The syntax used here is the same as the syntax used for a remote
17804 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
17805 Note that you may not access an existing signature file remotely,
17806 you have to create a new <EM>folder</EM> that contains the signature data.
17807 If the name you use here for the signature data is a remote name, then when
17808 you edit the file using the &quot;F&quot; command the data will
17809 be saved remotely in the folder.
17810 You aren't required to do anything special to create the folder, it
17811 gets created if you use a remote name.
17814 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
17815 the name of the file) you have specified.
17816 If you type &quot;T&quot; you may use a browser to choose an existing filename.
17818 Besides containing regular text, a signature file may also
17819 contain (or a signature program may produce) tokens that are replaced with text
17820 that depends on the message you are replying to or forwarding.
17821 The tokens all look like _word_ (a word surrounded by underscores).
17822 For example, if the token
17824 <CENTER><SAMP>_DATE_</SAMP></CENTER>
17826 is included in the text of the signature file, then when you reply to
17827 or forward a message, the token will be replaced with the actual date
17828 the message you are replying to or forwarding was sent.
17830 If you use a role that has a signature file for a plain composition
17831 (that is, not a reply or forward) then there is no original message, so
17832 any tokens that depend on the message will be replaced with nothing.
17833 So if you want a signature file to be useful for new compositions it
17834 shouldn't include any of the tokens that depend on the message being
17835 replied to or forwarded.
17837 The list of available tokens is
17838 <A HREF="h_index_tokens">here</A>.
17840 Actually, for the adventurous, there is a way to conditionally include text based
17841 on whether or not a token would result in specific replacement text.
17842 For example, you could include some text based on whether or not
17843 the _NEWS_ token would result in any newsgroups if it was used.
17844 It's explained in detail
17845 <A HREF="h_reply_token_conditionals">here</A>.
17847 In the very unlikely event that you want to include a literal token in
17848 a signature file, you must precede it with a backslash character.
17849 For example, to include the literal text _DATE_ you must actually use
17850 &#92;_DATE_.
17851 It is not possible to have a literal backslash followed by an expanded token.
17853 A blank field here means that Alpine will use its normal rules for deciding
17854 which file (if any) to use for the signature file.
17856 An alternate method for storing the signature is available in
17857 <A HREF="h_config_role_setlitsig">Set Literal Signature</A>.
17859 Look <A HREF="h_edit_nav_cmds">here</A>
17860 to see the available Editing and Navigation commands.
17862 &lt;End of help on this topic&gt;
17863 </BODY>
17864 </HTML>
17865 ======= h_config_role_settempl =======
17866 <HTML>
17867 <HEAD>
17868 <TITLE>Set Template Explained</TITLE>
17869 </HEAD>
17870 <BODY>
17871 <H1>Set Template Explained</H1>
17873 This describes part of the action to be taken if the Pattern for this
17874 role is a match.
17875 This field consists of a filename that will be used as the template
17876 file when using this role.
17877 The template file is a file that is included at the top of the message you
17878 are composing.
17880 If the filename is followed by a vertical bar (|) then instead
17881 of reading the contents of the file the file is assumed to be a
17882 program that will produce the text to be used on its standard output.
17883 The program can't have any arguments and doesn't receive any input from Alpine,
17884 but the rest of the processing works as if the contents came from a file.
17886 Instead of storing the data in a local file, the
17887 template may be stored remotely in an IMAP folder.
17888 In order to do this, 
17889 you must use a remote name for the template.
17890 A remote template name might look like:
17892 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/templ3</SAMP></CENTER>
17895 The syntax used here is the same as the syntax used for a remote
17896 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
17897 Note that you may not access an existing template file remotely,
17898 you have to create a new <EM>folder</EM> that contains the template data.
17899 If the name you use here for the template is a remote name, then when
17900 you edit the file using the &quot;F&quot; command the data will
17901 be saved remotely in the folder.
17902 You aren't required to do anything special to create the folder, it
17903 gets created if you use a remote name.
17905 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
17906 the name of the file) you have specified.
17907 If you type &quot;T&quot; you may use a browser to choose an existing filename.
17909 Besides containing regular text, the template file may also
17910 contain (or a template file program may produce) tokens that are replaced with text
17911 that depends on the message you are replying to or forwarding.
17912 The tokens all look like _word_ (a word surrounded by underscores).
17913 For example, if the token
17915 <CENTER><SAMP>_DATE_</SAMP></CENTER>
17917 is included in the text of the template file, then when you reply to
17918 or forward a message, the token will be replaced with the actual date
17919 the message you are replying to or forwarding was sent.
17921 If you use a role that has a template file for a plain composition
17922 (that is, not a reply or forward) then there is no original message, so
17923 any tokens that depend on the message will be replaced with nothing.
17924 So if you want a template file to be useful for new compositions it
17925 shouldn't include any of the tokens that depend on the message being
17926 replied to or forwarded.
17928 The list of available tokens is
17929 <A HREF="h_index_tokens">here</A>.
17931 Actually, for the adventurous, there is a way to conditionally include text based
17932 on whether or not a token would result in specific replacement text.
17933 For example, you could include some text based on whether or not
17934 the _NEWS_ token would result in any newsgroups if it was used.
17935 It's explained in detail
17936 <A HREF="h_reply_token_conditionals">here</A>.
17938 In the very unlikely event that you want to include a literal token in
17939 a template file, you must precede it with a backslash character.
17940 For example, to include the literal text _DATE_ you must actually use
17941 &#92;_DATE_.
17942 It is not possible to have a literal backslash followed by an expanded token.
17944 A blank template field means that Alpine will not use a template file when
17945 this role is being used.
17947 Look <A HREF="h_edit_nav_cmds">here</A>
17948 to see the available Editing and Navigation commands.
17950 &lt;End of help on this topic&gt;
17951 </BODY>
17952 </HTML>
17953 ======= h_config_filt_stat_imp =======
17954 <HTML>
17955 <HEAD>
17956 <TITLE>Set Important Status Explained</TITLE>
17957 </HEAD>
17958 <BODY>
17959 <H1>Set Important Status Explained</H1>
17961 This describes part of the action to be taken if the Pattern for this
17962 filter is a match.
17963 If set to &quot;Don't change it&quot; then this does nothing.
17964 If set to &quot;Set this state&quot; then the Important flag is set
17965 for the matching message.
17966 If set to &quot;Clear this state&quot; then the Important flag is cleared
17967 for the matching message.
17968 The important flag usually causes an asterisk to show up in the MESSAGE
17969 INDEX.
17970 It may also be useful when selecting a set of messages
17971 with the Select command.
17973 Look <A HREF="h_edit_nav_cmds">here</A>
17974 to see the available Editing and Navigation commands.
17976 &lt;End of help on this topic&gt;
17977 </BODY>
17978 </HTML>
17979 ======= h_config_filt_stat_new =======
17980 <HTML>
17981 <HEAD>
17982 <TITLE>Set New Status Explained</TITLE>
17983 </HEAD>
17984 <BODY>
17985 <H1>Set New Status Explained</H1>
17987 This describes part of the action to be taken if the Pattern for this
17988 filter is a match.
17989 If set to &quot;Don't change it&quot; then this does nothing.
17990 If set to &quot;Set this state&quot; then the
17991 matching message is marked New.
17992 If set to &quot;Clear this state&quot; then the
17993 matching message is marked Seen.
17995 Look <A HREF="h_edit_nav_cmds">here</A>
17996 to see the available Editing and Navigation commands.
17998 &lt;End of help on this topic&gt;
17999 </BODY>
18000 </HTML>
18001 ======= h_config_filt_stat_ans =======
18002 <HTML>
18003 <HEAD>
18004 <TITLE>Set Answered Status Explained</TITLE>
18005 </HEAD>
18006 <BODY>
18007 <H1>Set Answered Status Explained</H1>
18009 This describes part of the action to be taken if the Pattern for this
18010 filter is a match.
18011 If set to &quot;Don't change it&quot; then this does nothing.
18012 If set to &quot;Set this state&quot; then the Answered flag is set
18013 for the matching message.
18014 If set to &quot;Clear this state&quot; then the Answered flag is cleared
18015 for the matching message.
18017 Look <A HREF="h_edit_nav_cmds">here</A>
18018 to see the available Editing and Navigation commands.
18020 &lt;End of help on this topic&gt;
18021 </BODY>
18022 </HTML>
18023 ======= h_config_filt_stat_del =======
18024 <HTML>
18025 <HEAD>
18026 <TITLE>Set Deleted Status Explained</TITLE>
18027 </HEAD>
18028 <BODY>
18029 <H1>Set Deleted Status Explained</H1>
18031 This describes part of the action to be taken if the Pattern for this
18032 filter is a match.
18033 If set to &quot;Don't change it&quot; then this does nothing.
18034 If set to &quot;Set this state&quot; then the
18035 matching message is marked Deleted.
18036 If set to &quot;Clear this state&quot; then the
18037 matching message is marked UnDeleted.
18039 You should not use this option unless you are prepared to have matching
18040 messages expunged from the folder permanently.
18041 For example, if you type the Expunge command, this filter is applied
18042 before the expunge, so matching messages will be marked Deleted and then
18043 will be permanently expunged from the folder.
18044 However, since the index isn't redrawn in between the time that the message
18045 is marked Deleted and the time that you are asked to expunge, the only
18046 indication that you are expunging the message comes in the number of messages
18047 being expunged.
18048 The same thing may happen when you close a folder.
18049 It is also possible that an expunge not initiated by you will
18050 delete matching messages.
18052 Look <A HREF="h_edit_nav_cmds">here</A>
18053 to see the available Editing and Navigation commands.
18055 &lt;End of help on this topic&gt;
18056 </BODY>
18057 </HTML>
18058 ======= h_config_role_scoreval =======
18059 <HTML>
18060 <HEAD>
18061 <TITLE>Score Value Explained</TITLE>
18062 </HEAD>
18063 <BODY>
18064 <H1>Score Value Explained</H1>
18066 A message's score is the sum of the Score Values from all of the Scoring rules
18067 with Patterns that match the message.
18068 The value you give here is the Score Value associated with this rule.
18069 A Score Value is an integer between -100 and 100, with the default
18070 value of zero.
18072 Alternatively, if the
18073 <A HREF="h_config_role_scorehdrtok">&quot;Score From Header&quot;</A>
18074 field is defined
18075 (on the line right below the &quot;Score Value&quot; field)
18076 then the &quot;Score Value&quot; is ignored and
18077 the &quot;Score From Header&quot; field is used instead.
18079 Look <A HREF="h_edit_nav_cmds">here</A>
18080 to see the available Editing and Navigation commands.
18082 &lt;End of help on this topic&gt;
18083 </BODY>
18084 </HTML>
18085 ======= h_config_role_scorehdrtok =======
18086 <HTML>
18087 <HEAD>
18088 <TITLE>Score Value From Header Explained</TITLE>
18089 </HEAD>
18090 <BODY>
18091 <H1>Score Value From Header Explained</H1>
18093 This option provides a way to use a number that appears in the headers of your
18094 messages as the message's score, or as a component of that score.
18095 If this field is defined then it is used instead of the &quot;Score Value&quot;.
18096 The idea behind this option is that there may be a score embedded in the
18097 headers of messages that has already been calculated outside of Alpine.
18098 For example, messages delivered to you may contain an &quot;X-Spam&quot; header and
18099 somewhere in that header there is a score.
18101 The value for this option is the name of the header followed by parentheses
18102 with two arguments inside:
18104 <CENTER><SAMP>HeaderName(field_number,field_separators)</SAMP></CENTER>
18106 No space is allowed between the comma and the start of the field_separators.
18107 It would be interpreted as the first separator if it was there.
18108 Field 0 is the whole line, Field 1 is the data up to the first separator, Field 2
18109 starts after that and goes to the second separator, and so on.
18110 It's easier to explain with examples.
18112 <CENTER><SAMP>X-Spam(2,&quot;&nbsp;&quot;)</SAMP></CENTER>
18114 In the above example the header that is used is the &quot;X-Spam&quot; header.
18115 The value of that header (the part after the colon and the space) is split
18116 into fields separated by spaces.
18118 <CENTER><SAMP>Field1 &lt;space&gt; Field2 &lt;space&gt; Field3 ...</SAMP></CENTER>
18120 The second field is selected and converted to an integer. It only makes sense
18121 if Field2 really is an integer.
18123 Here's an example of a SpamAssassin header.
18124 The exact look of the header will vary, but if your incoming mail
18125 contains headers that look like the following
18127 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
18129 you might want to use the hits value as a score.
18130 Since the score is an integer value you can't make use of the decimal part of
18131 the number, but
18132 you might split off the hits=10 part as a score by using the characters &quot;=&quot;
18133 and &quot;.&quot; as your separators.
18135 <CENTER><SAMP>X-Spam-Status(2,&quot;=.&quot;)</SAMP></CENTER>
18137 The first field starts with the Y in Yes and goes until the &quot;=&quot; after
18138 hits.
18139 The second field is &quot;10&quot; so the score value would be 10.
18141 Another example we've seen has headers that look like
18143 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
18145 Because there are two equals before the 7% the value
18147 <CENTER><SAMP>X-Spam(3,&quot;=%&quot;)</SAMP></CENTER>
18149 should capture the probability as the score.
18151 The Score From Header scoring value actually works just like the
18152 regular Score Value in that the rest of the pattern has to match before
18153 it is used and the scores from all the different scoring rules that
18154 match for a particular message are added together.
18155 When using the Score From Header method it may (or may not) make sense to
18156 use only a single scoring rule with a pattern that matches every message.
18158 Look <A HREF="h_edit_nav_cmds">here</A>
18159 to see the available Editing and Navigation commands.
18161 &lt;End of help on this topic&gt;
18162 </BODY>
18163 </HTML>
18164 ======= h_config_role_replyuse =======
18165 <HTML>
18166 <HEAD>
18167 <TITLE>Reply Use Explained</TITLE>
18168 </HEAD>
18169 <BODY>
18170 <H1>Reply Use Explained</H1>
18172 This option determines how this particular role will be used when Replying
18173 to a message.
18174 There are three possible values for this option.
18175 The value &quot;Never&quot;
18176 means that this role will not be a candidate for use when Replying.
18177 The role's Pattern will not be checked for a match, however the role will
18178 be available to be manually switched to if there is a confirmation prompt.
18181 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18182 mean that you do want to consider this role when Replying.
18183 For either of these settings, the role's Pattern will be compared with
18184 the message being replied to.
18185 If there is a match then this role will either be used without confirmation
18186 or will be the default when confirmation is asked for, depending on
18187 which of the two options is selected.
18188 If confirmation is requested, you will also have a chance to
18189 manually change the role to any one of your other roles.
18192 You won't be prompted for confirmation if none of your role Patterns
18193 match the message being replied to.
18194 This is independent of the value of the current option.
18195 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18196 feature may be used to change this behavior.
18198 &lt;End of help on this topic&gt;
18199 </BODY>
18200 </HTML>
18201 ======= h_config_role_forwarduse =======
18202 <HTML>
18203 <HEAD>
18204 <TITLE>Forward Use Explained</TITLE>
18205 </HEAD>
18206 <BODY>
18207 <H1>Forward Use Explained</H1>
18209 This option determines how this particular role will be used when Forwarding
18210 a message.
18211 There are three possible values for this option.
18212 The value &quot;Never&quot;
18213 means that this role will not be a candidate for use when Forwarding.
18214 The role's Pattern will not be checked for a match, however the role will
18215 be available to be manually switched to if there is a confirmation prompt.
18218 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18219 mean that you do want to consider this role when Forwarding.
18220 For either of these settings, the role's Pattern will be compared with
18221 the message being forwarded.
18222 If there is a match then this role will either be used without confirmation
18223 or will be the default when confirmation is asked for, depending on
18224 which of the two options is selected.
18225 If confirmation is requested, you will also have a chance to
18226 manually change the role to any one of your other roles.
18229 You won't be prompted for confirmation if none of your role Patterns
18230 match the message being forwarded.
18231 This is independent of the value of the current option.
18232 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18233 feature may be used to change this behavior.
18235 &lt;End of help on this topic&gt;
18236 </BODY>
18237 </HTML>
18238 ======= h_config_role_composeuse =======
18239 <HTML>
18240 <HEAD>
18241 <TITLE>Compose Use Explained</TITLE>
18242 </HEAD>
18243 <BODY>
18244 <H1>Compose Use Explained</H1>
18246 This option determines how this particular role will be used when Composing
18247 a new message using the &quot;Compose&quot; command.
18248 This does not affect what happens when using the &quot;Role&quot; command
18249 to compose a new message.
18250 The &quot;Role&quot; command allows you to select a role from all of the
18251 roles you have defined, regardless of what Uses you've assigned to those
18252 roles.
18255 There are three possible values for this option.
18256 The value &quot;Never&quot;
18257 means that this role will not be a candidate for use when Composing.
18258 The role's Current Folder Type will not be checked for a match, however the role
18259 will be available to be manually switched to if there is a confirmation prompt.
18262 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18263 mean that you do want to consider this role when Composing.
18264 For either of these settings,
18265 the role's Current Folder Type will be checked (since there is no message
18266 to compare with, the rest of the Pattern is considered a match).
18267 If there is a match then this role will either be used without confirmation
18268 or will be the default when confirmation is asked for, depending on
18269 which of the two options is selected.
18270 If confirmation is requested, you will also have a chance to
18271 manually change the role to any one of your other roles.
18274 When using the Compose command the role checking is a little different
18275 because there is no message being replied to or forwarded.
18276 Because of this the Current Folder Type is checked but the header pattern
18277 fields, the AllText pattern, the BodyText pattern, and the Score Interval are all ignored.
18278 A role is considered to be a match if it is a candidate for Compose Use and
18279 its Current Folder Type matches the currently open folder.
18280 This could be useful if you want to set a role based on the folder you
18281 are reading, or the type of folder you are reading.
18284 You won't be prompted for confirmation if none of your role Patterns
18285 are a match.
18286 This is independent of the value of the current option.
18287 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18288 feature may be used to change this behavior.
18290 &lt;End of help on this topic&gt;
18291 </BODY>
18292 </HTML>
18293 ======= h_config_filter_folder =======
18294 <HTML>
18295 <HEAD>
18296 <TITLE>Filter Folder Explained</TITLE>
18297 </HEAD>
18298 <BODY>
18299 <H1>Filter Folder Explained</H1>
18301 When the Filter Action is set to &quot;Move&quot;,
18302 the folder or folders specified here will be used to store messages matching
18303 the provided pattern.
18306 If you set the Filter Action to &quot;Move&quot; you must give a folder name
18307 here.
18310 If you wish,
18311 you may choose a folder from your folder collections by using the
18312 &quot;T&quot; command.
18314 Besides regular text, the folder name may also contain
18315 tokens that are replaced with text representing the current date
18316 when you run Alpine.
18317 For example, if the folder name you use is
18319 <CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER>
18321 that is replaced with something like
18323 <CENTER><SAMP>abc-2004-oct</SAMP></CENTER>
18327 <CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER>
18329 becomes
18331 <CENTER><SAMP>abc-04-10</SAMP></CENTER>
18333 The token names must be surrounded by underscores in order to be recognized
18334 as tokens.
18335 The tokens that may be used are those that are derived from the current date.
18336 They're listed near the bottom of the list of tokens give
18337 <A HREF="h_index_tokens">here</A>.
18339 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18340 for more information on Patterns.
18342 Look <A HREF="h_edit_nav_cmds">here</A>
18343 to see the available Editing and Navigation commands.
18345 &lt;End of help on this topic&gt;
18346 </BODY>
18347 </HTML>
18348 ======= h_config_filter_kw_set =======
18349 <HTML>
18350 <HEAD>
18351 <TITLE>Set These Keywords Explained</TITLE>
18352 </HEAD>
18353 <BODY>
18354 <H1>Set These Keywords Explained</H1>
18356 This describes part of the action to be taken if the Pattern for this
18357 filter is a match.
18358 Read a little about keywords in the help text for the
18359 <A HREF="h_common_flag">Flag</A> command.
18360 This option is a list of keywords that will be Set when there is a match.
18361 If you wish, you may choose keywords from the list of keywords you have
18362 defined with the &quot;T&quot; command.
18363 You may add new keywords by defining them in the
18364 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
18365 If you have given a keyword a nickname when configuring it,
18366 that nickname may be used instead of the actual keyword.
18369 Look <A HREF="h_edit_nav_cmds">here</A>
18370 to see the available Editing and Navigation commands.
18372 &lt;End of help on this topic&gt;
18373 </BODY>
18374 </HTML>
18375 ======= h_config_filter_kw_clr =======
18376 <HTML>
18377 <HEAD>
18378 <TITLE>Clear These Keywords Explained</TITLE>
18379 </HEAD>
18380 <BODY>
18381 <H1>Clear These Keywords Explained</H1>
18383 This describes part of the action to be taken if the Pattern for this
18384 filter is a match.
18385 Read a little about keywords in the help text for the
18386 <A HREF="h_common_flag">Flag</A> command.
18387 This option is a list of keywords that will be Cleared when there is a match.
18388 If you wish, you may choose keywords from the list of keywords you have
18389 defined with the &quot;T&quot; command.
18390 You may add new keywords by defining them in the
18391 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
18392 If you have given a keyword a nickname when configuring it,
18393 that nickname may be used instead of the actual keyword.
18396 Look <A HREF="h_edit_nav_cmds">here</A>
18397 to see the available Editing and Navigation commands.
18399 &lt;End of help on this topic&gt;
18400 </BODY>
18401 </HTML>
18402 ======= h_index_tokens =======
18403 <HTML>
18404 <HEAD>
18405 <TITLE>Tokens for Index and Replying</TITLE>
18406 </HEAD>
18407 <BODY>
18409 This set of special tokens may be used in the
18410 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option,
18411 in the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
18412 in signature files,
18413 in template files used in
18414 <A HREF="h_rules_roles">&quot;roles&quot;</A>, and in the folder name
18415 that is the target of a Filter Rule.
18416 Some of them aren't available in all situations.
18418 The tokens are used as they appear below for the &quot;<!--#echo var="VAR_index-format"-->&quot;
18419 option, but they must be surrounded by underscores for the
18420 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option, in signature and template files,
18421 and in the target of Filter Rules.
18425 <H1><EM>Tokens Available for all Cases (except Filter Rules)</EM></H1>
18427 <DL>
18428 <DT>SUBJECT</DT>
18429 <DD>
18430 This token represents the Subject the sender gave the message.
18431 Alternatives for use in the index screen are
18432 SUBJKEY, SUBJKEYINIT, SUBJECTTEXT, SUBJKEYTEXT, and SUBJKEYINITTEXT.
18433 You may color the subject text in the MESSAGE INDEX screen differently by using the
18434 <A HREF="h_config_index_subject_color">Index Subject Color</A> and the
18435 <A HREF="h_config_index_opening_color">Index Opening Color</A>
18436 options available from
18437 the <A HREF="h_color_setup">Setup Kolor</A> screen.
18438 </DD>
18440 <DT>FROM</DT>
18441 <DD>
18442 This token represents the personal name (or email address if the name
18443 is unavailable) of the person specified in the message's &quot;From:&quot;
18444 header field.
18445 You may color the from text in the MESSAGE INDEX screen differently by using the
18446 <A HREF="h_config_index_from_color">Index From Color</A>
18447 option available from
18448 the <A HREF="h_color_setup">Setup Kolor</A> screen.
18449 </DD>
18451 <DT>ADDRESS</DT>
18452 <DD>
18453 This is similar to the &quot;FROM&quot; token, only it is always the
18454 email address, never the personal name.
18455 For example, &quot;mailbox@domain&quot;.
18456 </DD>
18458 <DT>MAILBOX</DT>
18459 <DD>
18460 This is the same as the &quot;ADDRESS&quot; except that the 
18461 domain part of the address is left off.
18462 For example, &quot;mailbox&quot;.
18463 </DD>
18465 <DT>SENDER</DT>
18466 <DD>
18467 This token represents the personal name (or email address) of the person
18468 listed in the message's &quot;Sender:&quot; header field.
18469 </DD>
18471 <DT>TO</DT>
18472 <DD>
18473 This token represents the personal names (or email addresses if the names
18474 are unavailable) of the persons specified in the
18475 message's &quot;To:&quot; header field.
18476 </DD>
18478 <DT>NEWSANDTO</DT>
18479 <DD>
18480 This token represents the newsgroups from the
18481 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
18482 the personal names (or email addresses if the names
18483 are unavailable) of the persons specified in the
18484 message's &quot;To:&quot; header field.
18485 </DD>
18487 <DT>TOANDNEWS</DT>
18488 <DD>
18489 Same as &quot;NEWSANDTO&quot; except in the opposite order.
18490 </DD>
18492 <DT>NEWS</DT>
18493 <DD>
18494 This token represents the newsgroups from the
18495 message's &quot;Newsgroups:&quot; header field.
18496 </DD>
18498 <DT>CC</DT>
18499 <DD>
18500 This token represents the personal names (or email addresses if the names
18501 are unavailable) of the persons specified in the
18502 message's &quot;Cc:&quot; header field.
18503 </DD>
18505 <DT>RECIPS</DT>
18506 <DD>
18507 This token represents the personal names (or email addresses if the names
18508 are unavailable) of the persons specified in both the
18509 message's &quot;To:&quot; header field and
18510 the message's &quot;Cc:&quot; header field.
18511 </DD>
18513 <DT>NEWSANDRECIPS</DT>
18514 <DD>
18515 This token represents the newsgroups from the
18516 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
18517 the personal names (or email addresses if the names
18518 are unavailable) of the persons specified in the
18519 message's &quot;To:&quot; and &quot;Cc:&quot; header fields.
18520 </DD>
18522 <DT>RECIPSANDNEWS</DT>
18523 <DD>
18524 Same as &quot;NEWSANDRECIPS&quot; except in the opposite order.
18525 </DD>
18527 <DT>INIT</DT>
18528 <DD>
18529 This token represents the initials from the personal name
18530 of the person specified in the message's &quot;From:&quot;
18531 header field.
18532 If there is no personal name, it is blank.
18533 </DD>
18535 <DT>DATE</DT>
18536 <DD>
18537 This token represents the date on which the message was sent, according
18538 to the &quot;Date&quot; header field.
18539 It has the format MMM DD. For example, &quot;Oct 23&quot;.
18540 The feature
18541 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>,
18542 which adjusts for the timezone the message was sent from,
18543 may have an affect on the value of this token as well as the values of
18544 all of the other DATE or TIME tokens.
18545 Some of the DATE and TIME tokens are displayed in a locale-specific
18546 way unless the option
18547 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is set.
18548 </DD>
18550 <DT>SMARTDATE</DT>
18551 <DD>
18552 This token represents the date on which the message was sent, according
18553 to the &quot;Date&quot; header field.
18554 It is &quot;Today&quot; if the message was sent today,
18555 &quot;Yesterday&quot; for yesterday,
18556 &quot;Wednesday&quot; if it was last Wednesday, and so on. If the
18557 message is from last year and is more than six months old it includes the year, as well.
18558 See the SMARTDATE alternatives below, as well.
18559 </DD>
18561 <DT>SMARTTIME</DT>
18562 <DD>
18563 This token represents the most relevant elements of the date on which
18564 the message was sent (according to the &quot;Date&quot; header field),
18565 in a compact form. If the message was sent today, only the time is used
18566 (e.g. &quot;9:22am&quot;, &quot;10:07pm&quot;); if it was sent during
18567 the past week, the day of the week and the hour are used
18568 (e.g. &quot;Wed09am&quot;, &quot;Thu10pm&quot;); other dates are
18569 given as date, month, and year (e.g. &quot;23Aug00&quot;,
18570 &quot;9Apr98&quot;).
18571 </DD>
18573 <DT>SMARTDATETIME</DT>
18574 <DD>
18575 This is a combination of SMARTDATE and SMARTTIME.
18576 It is SMARTDATE unless the SMARTDATE value is &quot;Today&quot;, in which
18577 case it is SMARTTIME.
18578 See the SMARTDATETIME alternatives below, as well.
18579 </DD>
18581 <DT>DATEISO</DT>
18582 <DD>
18583 This token represents the date on which the message was sent, according
18584 to the &quot;Date&quot; header field.
18585 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
18586 </DD>
18588 <DT>SHORTDATEISO</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 YY-MM-DD. For example, &quot;98-10-23&quot;.
18593 </DD>
18595 <DT>SHORTDATE1</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 MM/DD/YY. For example, &quot;10/23/98&quot;.
18600 </DD>
18602 <DT>SHORTDATE2</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 DD/MM/YY. For example, &quot;23/10/98&quot;.
18607 </DD>
18609 <DT>SHORTDATE3</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>SHORTDATE4</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 YY.MM.DD. For example, &quot;98.10.23&quot;.
18621 </DD>
18623 <DT>LONGDATE</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 MMM DD, YYYY. For example, &quot;Oct 23, 1998&quot;.
18628 </DD>
18630 <DT>SMARTDATE alternatives</DT>
18631 <DD>
18632 There are several versions of SMARTDATE that are all the same except
18633 for the way they format dates far in the past.
18634 SMARTDATE formats the date using the information from your locale settings
18635 to format the date string. It may end up formatting dates so that they look
18636 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
18637 The feature
18638 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
18639 may have an affect on the values of these tokens.
18640 If you want more control you may use one of the following.
18641   <DL>
18642   <DT>SMARTDATE</DT> <DD>If the option
18643 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
18644 then this will be locale specific. Control this with the
18645 LC_TIME locale setting on a UNIX system. On Windows
18646 the Regional Options control panel may be used to set the Short date
18647 format. At the programming level, the strftime routine is what Alpine
18648 uses to print the date.
18649 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
18650 to SMARTDATES1.</DD>
18651   <DT>SMARTDATEISO</DT> <DD>DATEISO format. See text above.</DD>
18652   <DT>SMARTDATESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
18653   <DT>SMARTDATES1</DT> <DD>SHORTDATE1 format.</DD>
18654   <DT>SMARTDATES2</DT> <DD>SHORTDATE2 format.</DD>
18655   <DT>SMARTDATES3</DT> <DD>SHORTDATE3 format.</DD>
18656   <DT>SMARTDATES4</DT> <DD>SHORTDATE4 format.</DD>
18657   </DL>
18658 </DD>
18660 <DT>SMARTDATETIME alternatives</DT>
18661 <DD>
18662 There are several versions of SMARTDATETIME that are all very similar.
18663 The ones that end in 24 use a 24-hour clock for Today's messages instead
18664 of a 12-hour clock.
18665 The other variation is
18666 for the way they format dates far in the past.
18667 SMARTDATETIME and SMARTDATETIME24 format the date using the information from your locale settings
18668 to format the date string. It may end up formatting dates so that they look
18669 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
18670 The feature
18671 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
18672 may have an affect on the values of these tokens.
18673 The possible choices are:
18674   <DL>
18675   <DT>SMARTDATETIME</DT> <DD>If the option
18676 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
18677 then this will be locale specific. Control this with the
18678 LC_TIME locale setting on a UNIX system. On Windows
18679 the Regional Options control panel may be used to set the Short date
18680 format. At the programming level, the strftime routine is what Alpine
18681 uses to print the date.
18682 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
18683 to SMARTDATETIMES1.</DD>
18684   <DT>SMARTDATETIME24</DT> <DD>Use TIME24 for Today</DD>
18685   <DT>SMARTDATETIMEISO</DT> <DD>DATEISO format. See text above.</DD>
18686   <DT>SMARTDATETIMEISO24</DT> <DD>Use TIME24 for Today</DD>
18687   <DT>SMARTDATETIMESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
18688   <DT>SMARTDATETIMESHORTISO24</DT> <DD>Use TIME24 for Today</DD>
18689   <DT>SMARTDATETIMES1</DT> <DD>SHORTDATE1 format.</DD>
18690   <DT>SMARTDATETIMES124</DT> <DD>Use TIME24 for Today</DD>
18691   <DT>SMARTDATETIMES2</DT> <DD>SHORTDATE2 format.</DD>
18692   <DT>SMARTDATETIMES224</DT> <DD>Use TIME24 for Today</DD>
18693   <DT>SMARTDATETIMES3</DT> <DD>SHORTDATE3 format.</DD>
18694   <DT>SMARTDATETIMES324</DT> <DD>Use TIME24 for Today</DD>
18695   <DT>SMARTDATETIMES4</DT> <DD>SHORTDATE4 format.</DD>
18696   <DT>SMARTDATETIMES424</DT> <DD>Use TIME24 for Today</DD>
18697   </DL>
18698 </DD>
18700 <DT>DAYDATE</DT>
18701 <DD>
18702 This token represents the date on which the message was sent, according
18703 to the &quot;Date&quot; header field.
18704 It looks like &quot;Sat, 23 Oct 1998&quot;.
18705 This token is never converted in any locale-specific way.
18706 </DD>
18708 <DT>PREFDATE</DT>
18709 <DD>
18710 This token represents the date on which the message was sent, according
18711 to the &quot;Date&quot; header field.
18712 It is your operating system's idea of the preferred date representation for the current locale.
18713 Internally it uses the %x version of the date from the strftime routine.
18714 </DD>
18716 <DT>PREFTIME</DT>
18717 <DD>
18718 This token represents the time at which the message was sent, according
18719 to the &quot;Date&quot; header field.
18720 It is the preferred time representation for the current locale.
18721 Internally it uses the %X version of the time from the strftime routine.
18722 </DD>
18724 <DT>PREFDATETIME</DT>
18725 <DD>
18726 This token represents the date and time at which the message was sent, according
18727 to the &quot;Date&quot; header field.
18728 It is the preferred date and time representation for the current locale.
18729 Internally it uses the %c version of the time from the strftime routine.
18730 </DD>
18732 <DT>DAY</DT>
18733 <DD>
18734 This token represents the day of the month on which the message was sent,
18735 according to the &quot;Date&quot; header field.
18736 For example, &quot;23&quot; or &quot;9&quot;.
18737 </DD>
18739 <DT>DAY2DIGIT</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;09&quot;.
18744 It is always 2 digits.
18745 </DD>
18747 <DT>DAYORDINAL</DT>
18748 <DD>
18749 This token represents the ordinal number that is the day of
18750 the month on which the message was sent,
18751 according to the &quot;Date&quot; header field.
18752 For example, &quot;23rd&quot; or &quot;9th&quot;.
18753 </DD>
18755 <DT>DAYOFWEEK</DT>
18756 <DD>
18757 This token represents the day of the week on which the message was sent,
18758 according to the &quot;Date&quot; header field.
18759 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
18760 </DD>
18762 <DT>DAYOFWEEKABBREV</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;Sun&quot; or &quot;Wed&quot;.
18767 </DD>
18769 <DT>MONTHABBREV</DT>
18770 <DD>
18771 This token represents the month the message was sent, according
18772 to the &quot;Date&quot; header field.
18773 For example, &quot;Oct&quot;.
18774 </DD>
18776 <DT>MONTHLONG</DT>
18777 <DD>
18778 This token represents the month in which the message was sent, according
18779 to the &quot;Date&quot; header field.
18780 For example, &quot;October&quot;.
18781 </DD>
18783 <DT>MONTH</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;10&quot; or &quot;9&quot;.
18788 </DD>
18790 <DT>MONTH2DIGIT</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;09&quot;.
18795 It is always 2 digits.
18796 </DD>
18798 <DT>YEAR</DT>
18799 <DD>
18800 This token represents the year the message was sent, according
18801 to the &quot;Date&quot; header field.
18802 For example, &quot;1998&quot; or &quot;2001&quot;.
18803 </DD>
18805 <DT>YEAR2DIGIT</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;98&quot; or &quot;01&quot;.
18810 It is always 2 digits.
18811 </DD>
18813 <DT>TIME24</DT>
18814 <DD>
18815 This token represents the time at which the message was sent, according
18816 to the &quot;Date&quot; header field.
18817 There is no adjustment made for different time zones, so you'll get
18818 the time the message was sent according to the time zone the sender
18819 was in.
18820 It has the format HH:MM. For example, &quot;17:28&quot;.
18821 </DD>
18823 <DT>TIME12</DT>
18824 <DD>
18825 This token represents the time at which the message was sent, according
18826 to the &quot;Date&quot; header field.
18827 This time is for a 12 hour clock.
18828 It has the format HH:MMpm.
18829 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
18830 </DD>
18832 <DT>TIMEZONE</DT>
18833 <DD>
18834 This token represents the numeric timezone from
18835 the &quot;Date&quot; header field.
18836 It has the format [+-]HHMM. For example, &quot;-0800&quot;.
18837 </DD>
18839 </DL>
18842 <H1><EM>Tokens Available Only for <!--#echo var="VAR_index-format"--></EM></H1>
18844 <DL>
18845 <DT>MSGNO</DT>
18846 <DD>
18847 This token represents the message's current position in the folder that,
18848 of course, may change as the folder is sorted or new mail arrives.
18849 </DD>
18851 <DT>STATUS</DT>
18852 <DD>
18853 This token represents a three character wide field displaying various
18854 aspects of the message's state.
18855 The first character is either blank,
18856 a '*' for message marked Important, or a '+' indicating a message
18857 addressed directly to you (as opposed to your having received it via a
18858 mailing list, for example).
18859 When the feature
18860 &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot;
18861 is set, if the first character would have been
18862 blank then it will instead be a '-' if the message is cc'd to you.
18863 The second character is typically blank,
18864 though the arrow cursor may occupy it if either the 
18865 &quot;<A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>&quot;
18866 or the
18867 &quot;<A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A>&quot; feature
18868 is set (or you actually are on a slow link).
18869 The third character is either '<A HREF="h_flag_deleted">D</A>' (Deleted),
18870 '<A HREF="h_flag_answered">A</A>' (Answered),
18871 '<A HREF="h_flag_forwarded">F</A>' (Forwarded),
18872 '<A HREF="h_flag_new">N</A>' (New), or blank.
18874 If you are using a threaded view of the index and this message is at the
18875 top of a collapsed portion of a thread,
18876 then this token refers to all of the messages in the collapsed portion of
18877 the thread instead of just the top message.
18878 The first character will be a '*' if <EM>any</EM> of the messages in the thread
18879 are marked Important, else a '+' if any of the messages are addressed
18880 to you, else a '-' if any of the messages are cc'd to you.
18881 The third character will be a 'D' if <EM>all</EM> of the messages
18882 in the collapsed thread are marked deleted,
18883 an 'A' if <EM>all</EM> of the messages
18884 in the collapsed thread are marked answered,
18885 it will be an 'N' if any of
18886 the messages are undeleted and unseen, and it will be blank otherwise.
18887 </DD>
18889 <DT>FULLSTATUS</DT>
18890 <DD>
18891 This token represents a less abbreviated alternative
18892 to the &quot;STATUS&quot; token.
18893 It is six characters wide.
18894 The first character is '+', '-', or blank, the
18895 second blank, the third either '*' or blank, the fourth
18896 '<A HREF="h_flag_new">N</A>' or blank,
18897 the fifth '<A HREF="h_flag_answered">A</A>'
18898 or blank, and the sixth character is
18899 either '<A HREF="h_flag_deleted">D</A>' or
18900 blank.
18902 If you are using a threaded view of the index and this message is at the
18903 top of a collapsed portion of a thread,
18904 then this token refers to all of the messages in the collapsed portion of
18905 the thread instead of just the top message.
18906 The first character is '+', '-', or blank depending on whether <EM>any</EM>
18907 of the messages in the collapsed thread are addressed to you or cc'd to you.
18908 The third character will be '*' if any of the messages are marked
18909 Important.
18910 The fourth character will be 'N' if all of the messages in the thread
18911 are New, else 'n' if some of the messages in the thread are New, else blank.
18912 The fifth character will be 'A' or 'a' or blank, and the sixth character
18913 will be 'D' or 'd' or blank.
18914 </DD>
18916 <DT>IMAPSTATUS</DT>
18917 <DD>
18918 This token represents an even less abbreviated alternative to the
18919 &quot;STATUS&quot; token.
18920 It differs from &quot;FULLSTATUS&quot; in only the fourth character, which is
18921 an 'N' if the message is new to this folder since the last time
18922 it was opened <EM>and</EM> it has not been viewed, an 'R' (Recent) if the message
18923 is new to the folder and has been viewed, a 'U' (Unseen) if the message is not 
18924 new to the folder since it was last opened <EM>but</EM> has not been
18925 viewed, or a blank if the message has been in the folder since it was
18926 last opened and has been viewed.
18928 If you are using a threaded view of the index and this message is at the
18929 top of a collapsed portion of a thread,
18930 then the fourth character will be
18931 'N' if all of the messages in the thread are unseen and recent;
18932 else 'n' if some of the messages in the thread are unseen and recent;
18933 else 'U' if all of the messages in the thread are unseen and not recent;
18934 else 'u' if some of the messages in the thread are unseen and not recent;
18935 else 'R' if all of the messages in the thread are seen and recent;
18936 else 'r' if some of the messages in the thread are seen and recent;
18937 else blank.
18938 </DD>
18940 <DT>SHORTIMAPSTATUS</DT>
18941 <DD>
18942 This is the same as the last four of the six characters of IMAPSTATUS,
18943 so the '+' To Me information will be missing.
18944 </DD>
18946 <DT>SIZE</DT>
18947 <DD>
18948 This token represents the total size, in bytes, of the message.
18949 If a &quot;K&quot; (Kilobyte)
18950 follows the number, the size is approximately 1,000
18951 times that many bytes (rounded to the nearest 1,000).
18952 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
18953 1,000,000 times that many bytes.
18954 Commas are not used in this field.
18955 This field is seven characters wide, including the enclosing parentheses.
18956 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
18957 The progression of sizes used looks like:
18960 <CENTER><SAMP>0 1 ... 9999 10K ... 999K 1.0M ... 99.9M 100M ... 2000M</SAMP></CENTER>
18962 </DD>
18964 <DT>SIZECOMMA</DT>
18965 <DD>
18966 This token represents the total size, in bytes, of the message.
18967 If a &quot;K&quot; (Kilobyte)
18968 follows the number, the size is approximately 1,000
18969 times that many bytes (rounded to the nearest 1,000).
18970 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
18971 1,000,000 times that many bytes.
18972 Commas are used if the number shown is 1,000 or greater.
18973 The SIZECOMMA field is one character wider than the SIZE field.
18974 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
18975 The progression of sizes used looks like:
18978 <CENTER><SAMP>0 1 ... 99,999 100K ... 9,999K 10.0M ... 999.9M 1,000M ... 2,000M</SAMP></CENTER>
18980 </DD>
18982 <DT>KSIZE</DT>
18983 <DD>
18984 This token represents the total size of the message, expressed in
18985 kilobytes or megabytes, as most appropriate.
18986 These are 1,024 byte kilobytes and 1,024 x 1,024 byte megabytes.
18987 The progression of sizes used looks like:
18990 <CENTER><SAMP>0K 1K ... 1023K 1.0M ... 99.9M 100M ... 2047M</SAMP></CENTER>
18992 </DD>
18994 <DT>SIZENARROW</DT>
18995 <DD>
18996 This token represents the total size, in bytes, of the message.
18997 If a &quot;K&quot; (Kilobyte)
18998 follows the number, the size is approximately 1,000
18999 times that many bytes.
19000 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19001 1,000,000 times that many bytes.
19002 If a &quot;G&quot; (Gigabyte) follows the number, the size is approximately
19003 1,000,000,000 times that many bytes.
19004 This field uses only five characters of screen width, including the enclosing
19005 parentheses.
19006 The progression of sizes used looks like:
19009 <CENTER><SAMP>0 1 ... 999 1K ... 99K .1M ... .9M 1M ... 99M .1G ... .9G 1G 2G</SAMP></CENTER>
19011 </DD>
19013 <DT>DESCRIPSIZE</DT>
19014 <DD>
19015 This token is intended to represent a more useful description of the
19016 message than just its size, but it isn't very useful at this point.
19017 The plus sign in this view means there are attachments.
19018 Note that including this token in
19019 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19020 display a little while Alpine collects the necessary information.
19021 </DD>
19023 <DT>SUBJKEY</DT>
19024 <DD>
19025 This token is the same as the SUBJECT token unless keywords are set for
19026 the message.
19027 In that case, a list of keywords enclosed in braces will be prepended to
19028 the subject of the message.
19029 Only those keywords that you have defined in your
19030 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19031 in Setup/Config are considered in the list.
19032 In other words, keywords that have been set by some other means, perhaps
19033 by another email program, won't show up unless included in
19034 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19035 Having this set in the <!--#echo var="VAR_index-format"--> will also cause the keywords to be
19036 prepended to the subject in the MESSAGE TEXT screen.
19037 If you have given a keyword a nickname
19038 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19039 instead of the actual keyword.
19040 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19041 option may be used to modify this token slightly.
19042 It is also possible to color keywords in the index using the
19043 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19044 </DD>
19046 <DT>SUBJKEYINIT</DT>
19047 <DD>
19048 This token is the same as the SUBJKEY token except that instead of
19049 prepending a list of keywords to the subject, a list of first initials
19050 of keywords will be prepended instead.
19051 For example, if a message has the keywords <EM>Work</EM> and <EM>Now</EM>
19052 set (or Work and Now are the Alpine nicknames of keywords that are set)
19053 then the SUBJKEY token would cause a result like
19055 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
19057 whereas the SUBJKEYINIT token would give
19059 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
19061 Only those keywords that you have defined in your
19062 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19063 in Setup/Config are considered in the list.
19064 In other words, keywords that have been set by some other means, perhaps
19065 by another email program, won't show up unless included in
19066 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19067 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19068 option may be used to modify this token slightly.
19069 It is also possible to color keywords in the index using the
19070 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19071 </DD>
19073 <DT>SUBJECTTEXT</DT>
19074 <DD>
19075 Same as SUBJECT but if there is room in the Subject field for more text,
19076 the opening part of the text of the message is displayed after the subject.
19077 The time needed to fetch the text may cause a performance problem
19078 which can, of course, be avoided by using the SUBJECT version of
19079 the Subject instead.
19080 You may color this opening text differently by using the
19081 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19082 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19083 You may adjust the characters that are displayed between the Subject and the
19084 opening text with the option
19085 <A HREF="h_config_opening_sep"><!--#echo var="VAR_opening-text-separator-chars"--></A>.
19086 </DD>
19088 <DT>SUBJKEYTEXT</DT>
19089 <DD>
19090 Same as SUBJKEY but with the opening message text.
19091 </DD>
19093 <DT>OPENINGTEXT</DT>
19094 <DD>
19095 This is similar to SUBJECTTEXT.
19096 Instead of combining the Subject and the opening text in a single
19097 field in the index screen this token allows you to allocate a
19098 separate column just for the opening text of the message.
19099 The time needed to fetch this text may cause a performance problem.
19100 You may color this opening text differently by using the
19101 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19102 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19103 </DD>
19105 <DT>OPENINGTEXTNQ</DT>
19106 <DD>
19107 This is very similar to OPENINGTEXT.
19108 The NQ stands for No Quotes.
19109 The only difference is that quoted text (lines beginning with &gt;) is deleted.
19110 For some messages this may be confusing.
19111 For example, a message might have a line preceding some quoted
19112 text that reads something like &quot;On May 8th person A said.&quot;
19113 That no longer makes sense after the quoted text is deleted and it
19114 will appear that person A said whatever the text after the quote
19115 is, even though that is really person B talking.
19116 </DD>
19118 <DT>SUBJKEYINITTEXT</DT>
19119 <DD>
19120 Same as SUBJKEYINIT but with the opening message text.
19121 </DD>
19123 <DT>KEY</DT>
19124 <DD>
19125 This is a space-delimited list of keywords that are set for the message.
19126 Only those keywords that you have defined in your
19127 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19128 in Setup/Config are considered in the list.
19129 In other words, keywords that have been set by some other means, perhaps
19130 by another email program, won't show up unless included in
19131 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19132 If you have given a keyword a nickname
19133 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19134 instead of the actual keyword.
19135 It is also possible to color keywords in the index using the
19136 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19137 This token defaults to an arbitrary width of 5.
19138 You should set it to whatever width suits you using something
19139 like KEY(17) in the <!--#echo var="VAR_index-format"-->.
19140 </DD>
19142 <DT>KEYINIT</DT>
19143 <DD>
19144 This is a list of keyword initials that are set for the message.
19145 If you have given a keyword a nickname
19146 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), the initial of that nickname
19147 is displayed instead of the initial of the actual keyword.
19148 It is also possible to color keyword initials in the index using the
19149 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19150 This token defaults to an arbitrary width of 2.
19151 You should set it to whatever width suits you using something
19152 like KEYINIT(3) in the <!--#echo var="VAR_index-format"-->.
19153 </DD>
19155 <DT>PRIORITY</DT>
19156 <DD>
19157 The X-Priority header is a non-standard header that is used in a
19158 somewhat standard way by many mail programs.
19159 Alpine expects the value of this header to be a digit with a value
19160 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
19161 Since this priority is something that the sender sets it is only an indication
19162 of the priority that the sender attaches to the mail and it is therefore almost
19163 totally unreliable for use as a filtering criterion.
19164 This token will display the numeric value of the priority if it is between
19165 1 and 5.
19166 It will be suppressed (blank) if the value is 3, which is normal priority.
19167 This token may be colored with the
19168 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19169 </DD>
19171 <DT>PRIORITYALPHA</DT>
19172 <DD>
19173 This is a more verbose interpretation of the X-Priority field.
19174 Once again nothing is displayed unless the value of the field
19175 is 1, 2, 4, or 5.
19176 The values displayed for those values are:
19178 <TABLE>
19179 <TR> <TD>1</TD> <TD>Highest</TD> </TR>
19180 <TR> <TD>2</TD> <TD>High</TD> </TR>
19181 <TR> <TD>4</TD> <TD>Low</TD> </TR>
19182 <TR> <TD>5</TD> <TD>Lowest</TD> </TR>
19183 </TABLE>
19185 This token may be colored with the
19186 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19187 </DD>
19189 <DT>PRIORITY!</DT>
19190 <DD>
19191 This is a one character, non-numeric version of the X-Priority field.
19192 If the value of the X-Priority header is 1 or 2 an exclamation
19193 point is displayed.
19194 If the value is 4 or 5 a &quot;v&quot; (think down arrow) is displayed.
19195 This token may be colored with the
19196 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19197 </DD>
19199 <DT>ATT</DT>
19200 <DD>
19201 This is a one column wide field that represents the number of attachments
19202 a message has. It will be blank if there are no attachments, a single
19203 digit for one to nine attachments, or an asterisk for more than nine.
19204 Note that including this token in
19205 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19206 display a little while Alpine collects the necessary information.
19207 </DD>
19209 <DT>FROMORTO</DT>
19210 <DD>
19211 This token represents <EM>either</EM> the personal name (or email address) of
19212 the person listed in the message's &quot;From:&quot; header
19213 field, <EM>or</EM>, if that address is yours or one of your
19214 <A HREF="h_config_alt_addresses">alternate addresses</A>,
19215 the first person specified in the
19216 message's &quot;To:&quot; header field
19217 with the prefix &quot;To: &quot; prepended.
19218 If the from address is yours and there is also no &quot;To&quot; address,
19219 Alpine will use the address on the &quot;Cc&quot; line.
19220 If there is no address there, either, Alpine will look for a newsgroup name
19221 from the &quot;Newsgroups&quot; header field and put
19222 that after the &quot;To: &quot; prefix.
19223 </DD>
19225 <DT>FROMORTONOTNEWS</DT>
19226 <DD>
19227 This is almost the same as <EM>FROMORTO</EM>.
19228 The difference is that newsgroups aren't considered.
19229 When a message is from you, doesn't have a To or Cc, and does have
19230 a Newsgroups header; this token will be your name instead of the name
19231 of the newsgroup (like it would be with FROMORTO).
19232 </DD>
19234 <DT>TEXT</DT>
19235 <DD>
19236 This is a different sort of token.
19237 It allows you to display a label within each index line.
19238 It will be the same fixed text for each line.
19239 It is different from all the other tokens in that there is no space column
19240 displayed after this token.
19241 Instead, it is butted up against the following field.
19242 It also has a different syntax.
19243 The text to display is given following a colon after the
19244 word &quot;TEXT&quot;.
19245 For example,
19247 <CENTER><SAMP>TEXT:abc=</SAMP></CENTER>
19249 would insert the literal text &quot;abc=&quot; (without the quotes)
19250 into the index display line.
19251 You must quote the text if it includes space characters, like
19253 <CENTER><SAMP>TEXT:&quot;abc&nbsp;=&nbsp;&quot;</SAMP></CENTER>
19255 </DD>
19257 <DT>HEADER</DT>
19258 <DD>
19259 This allows you to display the text from a particular header line in the
19260 message.
19261 The syntax for this token is substantially different from all the others
19262 in order that you might be able to display a portion of the text following
19263 a particular header.
19264 The header name you are interested in is given following a colon
19265 after the word &quot;HEADER&quot;.
19266 For example,
19268 <CENTER><SAMP>HEADER:X-Spam</SAMP></CENTER>
19270 would display the text of the X-Spam header, if any.
19271 Like for other index tokens a width field may (and probably should)
19272 follow this.
19274 <CENTER><SAMP>HEADER:X-Spam(10)</SAMP></CENTER>
19276 displays the first ten characters of the X-Spam header.
19277 Unlike other index tokens, the syntax for HEADER is more flexible.
19278 An optional second argument comes after a comma inside the parentheses.
19279 It specifies the &quot;field&quot; number.
19280 By default, the field separator is a space character.
19281 No extra space characters are allowed in the argument list.
19283 <CENTER><SAMP>HEADER:X-Spam(10,2)</SAMP></CENTER>
19285 would display the second field, left-justified, in a 10 character
19286 wide field.
19287 The second field would consist of all the text after the first space
19288 up to the next space or the end of the header.
19289 The default field number is zero, which stands for the entire line.
19290 There is also an optional third argument that is a list of field
19291 separators. It defaults to a space character.
19292 The example
19294 <CENTER><SAMP>HEADER:X-Spam(10,2,:%&nbsp;)</SAMP></CENTER>
19296 would cause the field separators to be any of colon, percent,
19297 or space (there is a space character between the percent and the
19298 right parenthesis).
19299 The first field runs from the start of the header value up to the first
19300 colon, percent, or space; the second goes from there to the next; and so on.
19301 In order to use a comma character as a field separator you must escape
19302 it by preceding it with a backslash (&#92;).
19303 The same is true of the backslash character itself.
19304 There is one further optional argument.
19305 It is an R or an L to specify right or left adjustment of the text
19306 within the field.
19307 The default is to left justify, however if you are displaying numbers
19308 you might prefer to right justify.
19310 Here's an example of a SpamAssassin header.
19311 The exact look of the header will vary, but if your incoming mail
19312 contains headers that look like the following
19314 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
19316 you might want to display the hits value.
19317 The first field starts with the Y in Yes.
19318 To get what you're interested in you might use &quot;=&quot; and
19319 space as the field separators and display the third field, like
19321 <CENTER><SAMP>HEADER:X-Spam-Status(4,3,=&nbsp;)</SAMP></CENTER>
19323 or maybe you would break at the dot instead
19325 <CENTER><SAMP>HEADER:X-Spam-Status(2,2,=.,R)</SAMP></CENTER>
19327 Another example we've seen has headers that look like
19329 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
19331 Because there are two equals and a comma before the 7% and a comma
19332 after it, the token
19334 <CENTER><SAMP>HEADER:X-Spam(3,4,=&#92;,,R)</SAMP></CENTER>
19336 should display the probability (for example 7% or 83%) right justified
19337 in a 3-wide field.
19338 </DD>
19340 <DT>ARROW</DT>
19341 <DD>
19342 This gives an alternative way to display the current message in the
19343 MESSAGE INDEX screen.
19344 Usually the current message is indicated by the line being shown in
19345 reverse video.
19346 Instead, if the ARROW token is included in your <!--#echo var="VAR_index-format"-->,
19347 the current line will include an &quot;arrow&quot; that
19348 looks like
19350 <CENTER><SAMP>-&gt;</SAMP></CENTER>
19352 in the ARROW token's field.
19353 For all of the non-current messages, the ARROW field will be filled
19354 with blanks.
19355 If you use the fixed-field width feature the length of the &quot;arrow&quot;
19356 may be adjusted.
19357 The arrow will be drawn as width-1 dashes followed by a greater than sign.
19358 For example, if you use ARROW(3) you will get
19360 <CENTER><SAMP>--&gt;</SAMP></CENTER>
19362 and ARROW(1) will give you just
19364 <CENTER><SAMP>&gt;</SAMP></CENTER>
19366 It is also possible to set the color of the ARROW field.
19367 By default (and for non-current messages) the arrow is colored the same
19368 as the index line it is part of.
19369 You may set it to be another color with the 
19370 <A HREF="h_config_index_arrow_color">Index Arrow Color</A> option available from
19371 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19372 </DD>
19374 <DT>SCORE</DT>
19375 <DD>
19376 This gives the
19377 <a href="h_rules_score">score</a>
19378 of each message.
19379 This will be six columns wide to accomodate the widest possible score.
19380 You will probably want to use the <!--#echo var="VAR_index-format"--> fixed-field width feature
19381 to limit the width of the field to the widest score that
19382 you use (e.g. SCORE(3) if your scores are always between 0 and 999).
19383 If you have not defined any score rules the scores will all be zero.
19384 If any of your score rules contain AllText or BodyText patterns
19385 then including SCORE in the <!--#echo var="VAR_index-format"-->
19386 may slow down the display of the MESSAGE INDEX screen.
19387 </DD>
19388 </DL>
19391 <H1><EM>Tokens Available for all but <!--#echo var="VAR_index-format"--></EM></H1>
19393 <DL>
19394 <DT>CURNEWS</DT>
19395 <DD>
19396 This token represents the current newsgroup if there is one.
19397 For example, &quot;comp.mail.pine&quot;.
19398 </DD>
19400 <DT>MSGID</DT>
19401 <DD>
19402 This token represents the message ID of the message.
19403 This token does not work with Filter Rule folder names.
19404 </DD>
19406 <DT>CURDATE</DT>
19407 <DD>
19408 This token represents the current date.
19409 It has the format MMM DD. For example, &quot;Oct 23&quot;.
19410 </DD>
19412 <DT>CURDATEISO</DT>
19413 <DD>
19414 This token represents the current date.
19415 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
19416 </DD>
19418 <DT>CURDATEISOS</DT>
19419 <DD>
19420 This token represents the current date.
19421 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
19422 </DD>
19424 <DT>CURPREFDATE</DT>
19425 <DD>
19426 This token represents the current date.
19427 It is your operating system's idea of the preferred date representation for the current locale.
19428 Internally it uses the %x version of the date from the strftime routine.
19429 </DD>
19431 <DT>CURPREFTIME</DT>
19432 <DD>
19433 This token represents the current time.
19434 It is the preferred time representation for the current locale.
19435 Internally it uses the %X version of the time from the strftime routine.
19436 </DD>
19438 <DT>CURPREFDATETIME</DT>
19439 <DD>
19440 This token represents the current date and time.
19441 It is the preferred date and time representation for the current locale.
19442 Internally it uses the %c version of the time from the strftime routine.
19443 </DD>
19445 <DT>CURTIME24</DT>
19446 <DD>
19447 This token represents the current time.
19448 It has the format HH:MM. For example, &quot;17:28&quot;.
19449 </DD>
19451 <DT>CURTIME12</DT>
19452 <DD>
19453 This token represents the current time.
19454 This time is for a 12 hour clock.
19455 It has the format HH:MMpm.
19456 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
19457 </DD>
19459 <DT>CURDAY</DT>
19460 <DD>
19461 This token represents the current day of the month.
19462 For example, &quot;23&quot; or &quot;9&quot;.
19463 </DD>
19465 <DT>CURDAY2DIGIT</DT>
19466 <DD>
19467 This token represents the current day of the month.
19468 For example, &quot;23&quot; or &quot;09&quot;.
19469 It is always 2 digits.
19470 </DD>
19472 <DT>CURDAYOFWEEK</DT>
19473 <DD>
19474 This token represents the current day of the week.
19475 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
19476 </DD>
19478 <DT>CURDAYOFWEEKABBREV</DT>
19479 <DD>
19480 This token represents the current day of the week.
19481 For example, &quot;Sun&quot; or &quot;Wed&quot;.
19482 </DD>
19484 <DT>CURMONTH</DT>
19485 <DD>
19486 This token represents the current month.
19487 For example, &quot;10&quot; or &quot;9&quot;.
19488 </DD>
19490 <DT>CURMONTH2DIGIT</DT>
19491 <DD>
19492 This token represents the current month.
19493 For example, &quot;10&quot; or &quot;09&quot;.
19494 It is always 2 digits.
19495 </DD>
19497 <DT>CURMONTHLONG</DT>
19498 <DD>
19499 This token represents the current month.
19500 For example, &quot;October&quot;.
19501 </DD>
19503 <DT>CURMONTHABBREV</DT>
19504 <DD>
19505 This token represents the current month.
19506 For example, &quot;Oct&quot;.
19507 </DD>
19509 <DT>CURYEAR</DT>
19510 <DD>
19511 This token represents the current year.
19512 For example, &quot;1998&quot; or &quot;2001&quot;.
19513 </DD>
19515 <DT>CURYEAR2DIGIT</DT>
19516 <DD>
19517 This token represents the current year.
19518 For example, &quot;98&quot; or &quot;01&quot;.
19519 It is always 2 digits.
19520 </DD>
19522 <DT>LASTMONTH</DT>
19523 <DD>
19524 This token represents last month.
19525 For example, if this is November (the 11th month),
19526 it is equal to &quot;10&quot; or if this is October (the 10th month),
19527 it is &quot;9&quot;.
19528 It is possible that this and the other tokens beginning with LASTMONTH
19529 below could be useful when used with a Filtering Rule that
19530 has the &quot;Beginning of Month&quot; option set.
19531 </DD>
19533 <DT>LASTMONTH2DIGIT</DT>
19534 <DD>
19535 This token represents last month.
19536 For example, if this is November (the 11th month),
19537 it is equal to &quot;10&quot; or if this is October (the 10th month),
19538 it is &quot;09&quot;.
19539 It is always 2 digits.
19540 </DD>
19542 <DT>LASTMONTHLONG</DT>
19543 <DD>
19544 This token represents last month.
19545 For example, if this is November the value is &quot;October&quot;.
19546 </DD>
19548 <DT>LASTMONTHABBREV</DT>
19549 <DD>
19550 This token represents last month.
19551 For example, if this is November the value is &quot;Oct&quot;.
19552 </DD>
19554 <DT>LASTMONTHYEAR</DT>
19555 <DD>
19556 This token represents what the year was a month ago.
19557 For example, if this is October, 1998, it is &quot;1998&quot;.
19558 If this is January, 1998, it is &quot;1997&quot;.
19559 </DD>
19561 <DT>LASTMONTHYEAR2DIGIT</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;98&quot;.
19565 If this is January, 1998, it is &quot;97&quot;.
19566 </DD>
19568 <DT>LASTYEAR</DT>
19569 <DD>
19570 This token represents last year.
19571 For example, if this is 1998, it equals &quot;1997&quot;.
19572 It is possible that this
19573 could be useful when used with a Filtering Rule that
19574 has the &quot;Beginning of Year&quot; option set.
19575 </DD>
19577 <DT>LASTYEAR2DIGIT</DT>
19578 <DD>
19579 This token represents last year.
19580 For example, if this is 1998, it equals &quot;97&quot;.
19581 It is always 2 digits.
19582 </DD>
19584 <DT>ROLENICK</DT>
19585 <DD>
19586 This token represents the nickname of the
19587 role currently being used.  If no role is being used,
19588 then no text will be printed for this token.
19589 This token does not work with Filter Rule folder names.
19590 </DD>
19591 </DL>
19594 <H1><EM>Token Available Only for <!--#echo var="VAR_reply-leadin"--></EM></H1>
19595 See the help for the
19596 <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option
19597 to see why you might want to use this.
19598 Since the <!--#echo var="VAR_reply-leadin"--> contains free text this token
19599 must be surrounded by underscores when used.
19601 <DL>
19602 <DT>NEWLINE</DT>
19603 <DD>
19604 This is an end of line marker.
19605 </DD>
19606 </DL>
19609 <H1><EM>Token Available Only for Templates and Signatures</EM></H1>
19611 <DL>
19612 <DT>CURSORPOS</DT>
19613 <DD>
19614 This token is different from the others.
19615 When it is replaced it is replaced with nothing, but it sets an Alpine
19616 internal variable that tells the composer to start with the cursor
19617 positioned at the position where this token was.
19618 If both the template file and the signature file contain
19619 a &quot;CURSORPOS&quot; token, then the position in the template file
19620 is used.
19621 If there is a template file and neither it nor the signature file contains
19622 a &quot;CURSORPOS&quot; token, then the cursor is positioned
19623 after the end of the contents of the
19624 template file when the composer starts up.
19625 </DD>
19626 </DL>
19629 &lt;End of help on this topic&gt;
19630 </BODY>
19631 </HTML>
19632 ======= h_reply_token_conditionals =======
19633 <HTML>
19634 <HEAD>
19635 <TITLE>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</TITLE>
19636 </HEAD>
19637 <BODY>
19638 <H1>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</H1>
19640 Conditional text inclusion may be used with
19641 the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
19642 in signature files, and in template files used in
19643 <A HREF="h_rules_roles">&quot;roles&quot;</A>.
19644 It may <EM>not</EM> be used with the
19645 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
19648 There is a limited if-else capability for including text.
19649 The if-else condition is based
19650 on whether or not a given token would result in replacement text you
19651 specify.
19652 The syntax of this conditional inclusion is
19654 <CENTER><SAMP>_token_(match_this, if_matched [ , if_not_matched ] )</SAMP></CENTER>
19656 The left parenthesis must follow the underscore immediately, with no
19657 intervening space.
19658 It means the token is expanded and the results of that expansion are
19659 compared against the &quot;match_this&quot; argument.
19660 If there is an exact match, then the &quot;if_matched&quot; text is used
19661 as the replacement text.
19662 Otherwise, the &quot;if_not_matched&quot; text is used.
19663 One of the most useful values for the &quot;match_this&quot; argument is
19664 the empty string, &quot;&quot;.
19665 In that case the expansion is compared against the empty string.
19667 Here's an example to make it clearer.
19668 This text could be included in one of your template files:
19670 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;I'm replying to email&quot;, &quot;I'm replying to news&quot;)</SAMP></CENTER>
19672 If that is included in a template file that you are using while replying
19673 to a message (because you chose to use the role it was part of),
19674 and that message has a newsgroup header and a newsgroup in that header,
19675 then the text
19677 <CENTER><SAMP>I'm replying to news</SAMP></CENTER>
19679 will be included in the message you are about to compose.
19680 On the other hand, if the message you are replying to does not have
19681 a newsgroup, then the text
19683 <CENTER><SAMP>I'm replying to email</SAMP></CENTER>
19685 would be included instead.
19686 This would also work in signature files and in
19687 the &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option.
19688 If the &quot;match_this&quot;, &quot;if_matched&quot;,
19689 or &quot;if_not_matched&quot; arguments contain
19690 spaces, parentheses, or commas;
19691 they have to be quoted with double quotation marks (like in the example
19692 above).
19693 If you want to include a literal quote (&quot;) in the text you must escape the
19694 quote by preceding it with a backslash (&#92;) character.
19695 If you want to include a literal backslash character you must escape it
19696 by preceding it with another backslash.
19698 The comma followed by &quot;if_not_matched&quot; is optional.
19699 If there is no &quot;if_not_matched&quot;
19700 present then no text is included if the not_matched case is true.
19701 Here's another example:
19703 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;&quot;, &quot;This msg was seen in group: _NEWS_.&quot;)</SAMP></CENTER>
19705 Here you can see that tokens may appear in the arguments.
19706 The same is true for tokens with the conditional parentheses.
19707 They may appear in arguments,
19708 though you do have to be careful to get the quoting and escaping of
19709 nested double quotes correct.
19710 If this was in the signature file being used and you were replying to a message
19711 sent to comp.mail.pine the resulting text would be:
19713 <CENTER><SAMP>This msg was seen in group: comp.mail.pine.</SAMP></CENTER>
19715 If you were replying to a message that wasn't sent to any newsgroup the
19716 resulting text would be a single blank line.
19717 The reason you'd get a blank line is because the end of the line is
19718 outside of the conditional, so is always included.
19719 If you wanted to get rid of that blank line you could do so by moving
19720 the end of line inside the conditional.
19721 In other words, it's ok to have multi-line
19722 &quot;if_matched&quot; or &quot;if_not_matched&quot; arguments in your
19723 template file.
19724 The text just continues until the next double quotation, even if it's not
19725 on the same line.
19727 Here's an example for use in the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;:
19729 <CENTER><SAMP>On _DAYDATE_, _FROM__CURNEWS_(&quot;&quot;, &quot;&quot;, &quot;seen in _CURNEWS_,&quot;) wrote</SAMP></CENTER>
19731 If this was in your <!--#echo var="VAR_reply-leadin"--> and you were replying to a message
19732 while reading the newsgroup comp.mail.pine the resulting text would be:
19734 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone, seen in comp.mail.pine, wrote:</SAMP></CENTER>
19736 If you were replying to a message while reading an email folder instead
19737 of a newsgroup the resulting leadin text would be
19739 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
19741 Here's one more (contrived) example illustrating a matching argument
19742 that is not the empty string.
19744 <CENTER><SAMP>_SMARTDATE_("Today", _SMARTDATE_, "On _DATE_") _FROM_ wrote:</SAMP></CENTER>
19746 If this was the value of your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option and you
19747 were replying to
19748 a message that was sent today, then the value of the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;
19749 would be
19751 <CENTER><SAMP>Today Fred Flintstone wrote:</SAMP></CENTER>
19753 But if you were replying to a message sent on Oct. 27 (and that wasn't
19754 today) you would get
19756 <CENTER><SAMP>On Oct 27 Fred Flintstone wrote:</SAMP></CENTER>
19759 &lt;End of help on this topic&gt;
19760 </BODY>
19761 </HTML>
19762 ======= h_composer_cntxt_nick =======
19763 <HTML>
19764 <HEAD>
19765 <TITLE>Collection Nickname Explained</TITLE>
19766 </HEAD>
19767 <BODY>
19768 <H1>Collection Edit Help -- Nickname Field</H1>
19770 This field is provided so you can add a short nickname to use when
19771 referring to this collection within Alpine.  Spaces are allowed, and
19772 you don't need to use double-quotes.  However, the double-quote
19773 character is not allowed.
19775 Look <A HREF="h_edit_nav_cmds">here</A>
19776 to see the available Editing and Navigation commands.
19778 &lt;End of help on this topic&gt;
19779 </BODY>
19780 </HTML>
19781 ======= h_folder_server_syntax =======
19782 <HTML>
19783 <HEAD>
19784 <TITLE>Server Name Syntax</TITLE>
19785 </HEAD>
19786 <BODY>
19787 <H1>Server Name Syntax</H1>
19789 This help describes the syntax that may be used for server names
19790 that may be associated with remote folders or SMTP servers.
19793 A server name is the hostname of the server.
19794 It's a good idea to use the host's fully-qualified network name.
19797 <CENTER><SAMP>foo.example.com</SAMP></CENTER>
19800 However, IP addresses are allowed if surrounded
19801 with square-brackets.
19804 <CENTER><SAMP>[127.0.0.1]</SAMP></CENTER>
19807 An optional network port number may be supplied by appending
19808 a colon (:) followed by the port number
19809 to the server name.
19810 By default, the IMAP port number, 143, is used.
19813 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
19816 Besides server name and optional port number, various other optional
19817 parameters may be supplied that alter Alpine's interaction with the server.
19818 A parameter is supplied by appending a slash (/) character followed by
19819 the parameter's name and,
19820 depending on the particular parameter, the value assigned to that
19821 name, to the server name (and optional port number).
19822 Parameter names are <EM>not</EM> case sensitive.
19823 Currently supported parameters include:
19825 <DL>
19827 <DT>User</DT>
19828 <DD>This parameter requires an associated value, and is intended to
19829 provide the username identifier with which to establish the server
19830 connection.
19831 If your SMTP server offers SMTP AUTH authentication, adding this 
19832 parameter to the
19833 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
19834 option will cause Alpine to attempt to authenticate to the server using the
19835 supplied username.
19836 Similarly, if your NNTP server offers NNTP &quot;AUTHINFO SASL&quot;
19837 or &quot;AUTHINFO USER&quot; authentication, adding this parameter to the
19838 <A HREF="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></A>
19839 option (or to the server name for any folder collection using NNTP)
19840 will cause Alpine to attempt
19841 to authenticate to the server using the supplied username.
19842 An example might be:
19845 <CENTER><SAMP>/user=katie</SAMP></CENTER>
19848 </DD>
19850 <DT>TLS</DT>
19851 <DD>
19852 Normally, when a new connection is made an attempt is made to 
19853 negotiate a secure (encrypted) session using Transport Layer Security (TLS).
19854 If that fails then a non-encrypted connection will be attempted instead.
19855 This is a unary parameter indicating communication with the server must 
19856 take place over a TLS connection. If the attempt to use TLS fails then
19857 this parameter will cause the connection to fail instead of falling
19858 back to an unsecure connection.
19861 <CENTER><SAMP>/tls</SAMP></CENTER>
19864 </DD>
19866 <DT>SSL</DT>
19867 <DD>
19868 This is a unary parameter indicating communication with the server should 
19869 take place over a Secure Socket Layer connection.  The server must support
19870 this method, and be prepared to accept connections on the appropriate
19871 port (993 by default).
19872 Alpine must be linked with an SSL library for this option to be operational.
19875 <CENTER><SAMP>/ssl</SAMP></CENTER>
19878 </DD>
19880 <DT>TLS1</DT>
19881 <DD>
19882 This parameter indicates that the connection to the server will be made
19883 over the SSL port, but using the TLSv1 protocol, instead of the usual
19884 SSLv3 or SSLv2 protocols.
19885 Alpine must be linked with an SSL library for this option to be operational.
19888 <CENTER><SAMP>/tls1</SAMP></CENTER>
19891 </DD>
19893 <DT>DTLS1</DT>
19894 <DD>
19895 This parameter indicates that the connection to the server will be made
19896 over the SSL port, but using the DTLSv1 protocol, instead of the usual
19897 SSLv3 or SSLv2 protocols.
19898 Alpine must be linked with an SSL library for this option to be operational.
19901 <CENTER><SAMP>/dtls1</SAMP></CENTER>
19904 </DD>
19906 <DT>TLS1_1</DT>
19907 <DD>
19908 This parameter indicates that the connection to the server will be made
19909 over the SSL port, but using the TLSv1.1 protocol, instead of the usual
19910 SSLv3 or SSLv2 protocols.
19911 Alpine must be linked with an SSL library for this option to be operational.
19914 <CENTER><SAMP>/tls1_1</SAMP></CENTER>
19917 </DD>
19919 <DT>TLS1_2</DT>
19920 <DD>
19921 This parameter indicates that the connection to the server will be made
19922 over the SSL port, but using the TLSv1.2 protocol, instead of the usual
19923 SSLv3 or SSLv2 protocols.
19924 Alpine must be linked with an SSL library for this option to be operational.
19927 <CENTER><SAMP>/tls1_2</SAMP></CENTER>
19930 </DD>
19933 <DT>NoValidate-Cert</DT>
19934 <DD>Do not validate certificates (for TLS or SSL connections) from the server.
19935 This is needed if the server uses self-signed certificates or if Alpine
19936 cannot validate the certificate for some other known reason.
19938 </DD>
19940 <DT>Anonymous</DT>
19941 <DD>This is a unary parameter (that means it does not have a value)
19942 indicating that the connection be logged in as
19943 &quot;anonymous&quot; rather than a specific user.
19944 Not all servers offer anonymous
19945 access; those which do generally only offer read-only access to certain
19946 &quot;public&quot; folders.
19949 <CENTER><SAMP>/anonymous</SAMP></CENTER>
19952 </DD>
19954 <DT>Secure</DT>
19955 <DD>This is a unary parameter indicating that the connection use the
19956 most secure authentication method mutually supported by Alpine and the
19957 server.
19958 Alpine is capable of authenticating connections to 
19959 the server using several methods.
19960 By default, Alpine will attempt each
19961 method until either a connection is established or the
19962 list of methods is exhausted.
19963 This parameter causes Alpine to instead fail 
19964 the connection if the first (generally most &quot;secure&quot;) method fails.
19967 <CENTER><SAMP>/secure</SAMP></CENTER>
19970 </DD>
19972 <DT>Submit</DT>
19973 <DD>This is a unary parameter for use with the
19974 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A> option.
19975 It indicates that the connection should be made to the Submit server
19976 (<A HREF="http://www.ietf.org/rfc/rfc2476.txt">RFC 3676</A>)
19977 (port 587) instead of the SMTP port (25).
19978 At the time this help was written the submit option was equivalent to
19979 specifying port 587.
19982 <CENTER><SAMP>/submit</SAMP></CENTER>
19986 <CENTER><SAMP>host:587</SAMP></CENTER>
19989 </DD>
19991 <DT>Debug</DT>
19992 <DD>This is a unary parameter indicating that the connection be established
19993 in a verbose mode.  Basically, it causes Alpine to log the communication with
19994 the server in Alpine's debug file.
19995 Normally, the pine -d command-line flag would be used instead.
19997 </DD>
19999 <DT>NoRsh</DT>
20000 <DD>By default, Alpine attempts to login using &quot;rsh&quot;,
20001 the UNIX remote shell program.
20002 Including &quot;NoRsh&quot; will cause connections to this server to skip
20003 the &quot;rsh&quot; attempt.
20004 This might be useful to avoid long timeouts caused by rsh firewalls, for
20005 example.
20007 </DD>
20009 <DT>Service</DT>
20010 <DD>This parameter requires an associated value.  The default value is
20011 &quot;IMAP&quot; which indicates communication with the server based
20012 on the IMAP4rev1 protocol (defined in RFC 3501 -- see 
20013 <A HREF="http://www.imap.org/docs/rfc3501.html">http://www.imap.org/docs/rfc3501.html</A>).</DD>
20015 Other service values include:
20016  <DL>
20017  <DT>NNTP</DT>
20018  <DD>This value indicates communication with the server takes place via
20019 the Network News Transfer Protocol.  Use this to define a collection
20020 of newsgroups on a remote news server.  So
20023 <CENTER><SAMP>/service=NNTP</SAMP></CENTER>
20025 or just
20027 <CENTER><SAMP>/NNTP</SAMP></CENTER>
20030 is the way to specify NNTP access.
20032  </DD>
20034  <DT>POP3</DT>
20035  <DD>This value indicates communication with the server takes place via the
20036 Post Office Protocol 3 protocol.
20039 <CENTER><SAMP>/service=POP3</SAMP></CENTER>
20041 or just
20043 <CENTER><SAMP>/POP3</SAMP></CENTER>
20046 Note that there are several important issues
20047 to consider when selecting this option:
20048 <OL>
20049  <LI> POP3 provides access to only your INBOX.  In other words,
20050 secondary folders such as your &quot;saved-messages&quot; are inaccessible.
20051  <LI> Alpine's implementation of POP3 does not follow the traditional POP
20052 model and will leave your mail on the server. Refer to the
20053 <A HREF="h_maildrop">Mail Drop</A> functionality for a possible way around this problem.
20054  <LI> See the discussion about new-mail checking in <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
20055 </OL>
20056 </DD>
20057 </DL>
20058 </DL>
20061 Note that it is possible to include more than one parameter in a server
20062 specification by concatenating the parameters. For example:
20065 <CENTER><SAMP>foo.example.com:port/user=katie/novalidate-cert/debug</SAMP></CENTER>
20069 &lt;End of help on this topic&gt;
20070 </BODY>
20071 </HTML>
20072 ======= h_composer_cntxt_server =======
20073 <HTML>
20074 <HEAD>
20075 <TITLE>Collection Server: Explained</TITLE>
20076 </HEAD>
20077 <BODY>
20078 <H1>Collection Edit Help -- Server Field</H1>
20080 This collection's &quot;Server:&quot; definition indicates the
20081 hostname of the server providing access to the folders in this
20082 collection.
20083 The syntax of this server name is the same as for other server names used
20084 in remote folder names in
20085 Alpine and is described
20086 <A HREF="h_folder_server_syntax">here</A>.
20089 &lt;End of help on this topic&gt;
20090 </BODY>
20091 </HTML>
20092 ======= h_composer_cntxt_path =======
20093 <HTML>
20094 <HEAD>
20095 <TITLE>Collection Path: Explained</TITLE>
20096 </HEAD>
20097 <BODY>
20098 <H1>Collection Edit Help -- Path Field</H1>
20100 The collection's &quot;Path:&quot; definition indicates the location
20101 of the folders in this collection.  If the path or any of its components
20102 do not exist, Alpine will prompt you for their creation when exiting the
20103 Add/Change screen.
20105 <P> 
20106 By default the path is interpreted as defining a section of your personal
20107 folder area.  This area and how you specify it are defined by the
20108 server, if one is specified in the collection, or, typically, the home
20109 directory if no server is defined.
20112 To define a collection outside the default &quot;area&quot;, prefix
20113 the path with the &quot;namespace&quot; to use when interpreting the
20114 given path.  If a namespace is specified, the Path begins with the
20115 sharp, &quot;#&quot;, character followed by the name of the namespace
20116 and then the namespace's path-element-delimiter.  Aside from the
20117 path's format, namespaces can also imply access rights, content
20118 policy, audience, location, and, occasionally, access methods.
20121 Each server exports its own set (possibly of size one) of 
20122 namespaces.  Hence, it's likely communication with your server's
20123 administrator will be required for specific configurations.  Some of
20124 the more common namespaces, however, include:
20126 <DL>
20127 <DT>#news.</DT>
20128 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
20129 names are hierarchically defined with each level delimited by a period.
20130 </DD>
20131 <DT>#public/</DT>
20132 <DD>This specifies a folder area that the server may export to the general
20133 public.
20134 </DD>
20135 <DT>#shared/</DT>
20136 <DD>This specifies a folder area that the folder may export to groups
20137 of users.
20138 </DD>
20139 <DT>#ftp/</DT>
20140 <DD>This specifies a folder area that is the same as that it may have 
20141 exported via the &quot;File Transfer Protocol&quot;.
20142 </DD>
20143 <DT>#mh/</DT>
20144 <DD>This specifies the personal folder area associated with folders
20145 and directories that were created using the MH message handling system.
20146 </DD>
20147 </DL>
20150 In addition, the server may support access to other user's folders,
20151 provided you have suitable permissions.  Common methods use a prefix
20152 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
20153 indicate the root of the other user's folder area.
20156 No, nothing's simple.
20159 &lt;End of help on this topic&gt;
20160 </BODY>
20161 </HTML>
20162 ======= h_composer_cntxt_view =======
20163 <HTML>
20164 <HEAD>
20165 <TITLE>Collection View: Explained</TITLE>
20166 </HEAD>
20167 <BODY>
20168 <H1>Collection Edit Help -- View Field</H1>
20170 The collection's &quot;View:&quot; definition provides a way to limit
20171 the displayed list of folders within a collection.  By default, only
20172 folders that contain the specified characters anywhere in their name
20173 are shown in the collection's folder list.
20176 Additionally, you can use a wildcard character to better control
20177 the list of folders selected for display.  The wildcard specifier is
20178 the star, &quot;*&quot;, character.
20181 So, for example, to define a collection of all folders ending with
20182 &quot;c&quot;, you'd specify a view of &quot;*c&quot; (without the
20183 quote characters!).  Or, similarly, to define a collection of folders
20184 whose names start with &quot;a&quot; and end with &quot;z&quot;, you'd
20185 specify a view of &quot;a*z&quot;.
20188 &lt;End of help on this topic&gt;
20189 </BODY>
20190 </HTML>
20191 ======= h_composer_abook_add_server =======
20192 <HTML>
20193 <HEAD>
20194 <TITLE>Addressbook Server Name Field Explained</TITLE>
20195 </HEAD>
20196 <BODY>
20197 This field should be left blank if the address book is stored in a regular
20198 file on this system.  If it is a remote address book stored on an IMAP
20199 server then this is the name of that IMAP server.
20201 Look <A HREF="h_edit_nav_cmds">here</A>
20202 to see the available Editing and Navigation commands.
20204 &lt;End of help on this topic&gt;
20205 </BODY>
20206 </HTML>
20207 ======= h_composer_abook_add_folder =======
20208 <HTML>
20209 <HEAD>
20210 <TITLE>Addressbook Folder Name Field Explained</TITLE>
20211 </HEAD>
20212 <BODY>
20213 For a remote address book (one for which the Server Name is filled in)
20214 this is the name of a folder on the remote server. The address book data
20215 will be stored in this folder. This folder should be used only for
20216 storing this single address book, not for other address books or for
20217 other messages.
20219 For a local address book (one for which the Server Name is not filled in)
20220 this is the name of a file in which the address book will be stored.
20221 The file is in the same directory as the Alpine configuration file if the
20222 configuration file is local.
20223 If the configuration file is remote, then this will be in the home directory
20224 for Unix Alpine and in the directory specified by the
20225 &quot;-aux local_directory&quot; command line argument.
20227 Look <A HREF="h_edit_nav_cmds">here</A>
20228 to see the available Editing and Navigation commands.
20230 &lt;End of help on this topic&gt;
20231 </BODY>
20232 </HTML>
20233 ======= h_composer_abook_add_nick =======
20234 <HTML>
20235 <HEAD>
20236 <TITLE>Addressbook NickName Field Explained</TITLE>
20237 </HEAD>
20238 <BODY>
20239 This is just an optional nickname for this address book. If present, it
20240 is used in some of the displays and error messages in the address book
20241 maintenance screens. It is for your convenience only and serves no
20242 other purpose.
20244 Look <A HREF="h_edit_nav_cmds">here</A>
20245 to see the available Editing and Navigation commands.
20247 &lt;End of help on this topic&gt;
20248 </BODY>
20249 </HTML>
20250 ======= h_composer_qserv_cn =======
20251 <HTML>
20252 <HEAD>
20253 <TITLE>Directory Query Form Explained</TITLE>
20254 </HEAD>
20255 <BODY>
20257 Fill in as many of these fields as you wish to narrow down your
20258 search. All the fields you fill in must match in order for an entry
20259 to be returned. You may use the wildcard character &quot;*&quot; in
20260 any of the fields, it matches any zero or more characters at that
20261 point in the string. There are no implicit wildcards, so the match is
20262 exact unless you include wildcards.
20265 Note that if an attribute isn't present at all, then the match will fail.
20266 For example, if a server doesn't support the Locality attribute, then no
20267 matter what you put in the Locality field (other than leaving it empty)
20268 the search will fail.
20271 This field, the Common Name field, is typically a person's full name.
20274 <H1>EDITING and NAVIGATION COMMANDS</H1>
20275 <!--chtml if pinemode="function_key"-->
20276 <PRE>
20277 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
20278 ^B (Left Arrow)    Back character       | ^D       Delete current character
20279 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
20280 ^P (Up Arrow)      Previous line        |
20281 ^N (Down Arrow)    Next line            | F9       Cut marked text or
20282 ^A                 Beginning of line    |            delete current line
20283 ^E                 End of line          | F10      Undelete line(s)
20284 F7                 Previous page        |
20285 F8                 Next page            |-------------------------------------
20286 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
20287 ----------------------------------------|
20288 EXIT COMMANDS    |  GENERAL COMMANDS    | F5    Restore previous search
20289 F2   Cancel      |   F1    Get help     |
20290 F3   Search      |   ^Z    Suspend      | ^L    Redraw Screen
20291 </PRE>
20292 <!--chtml else-->
20293 <PRE>
20294 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
20295 ^B (Left Arrow)    Back character       | ^D       Delete current character
20296 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
20297 ^P (Up Arrow)      Previous line        |
20298 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
20299 ^A                 Beginning of line    |            delete current line
20300 ^E                 End of line          | ^U       Undelete line(s)
20301 ^Y                 Previous page        |
20302 ^V                 Next page            |-------------------------------------
20303 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
20304 ----------------------------------------|
20305 EXIT COMMANDS    |  GENERAL COMMANDS    | ^R     Restore previous search
20306 ^C   Cancel      |   ^G    Get help     |
20307 ^X   Search      |   ^Z    Suspend      | ^L     Redraw Screen
20308 </PRE>
20309 <!--chtml endif-->
20310 <P><UL>
20311 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20312 </UL><P>
20313 &lt;End of help on this topic&gt;
20314 </BODY>
20315 </HTML>
20316 ======= h_composer_qserv_sn =======
20318 The Surname is usually the family name of a person.
20320 <End of help on this topic>
20321 ======= h_composer_qserv_gn =======
20323 This is the part of a person's name that isn't the surname or initials.
20325 <End of help on this topic>
20326 ======= h_composer_qserv_mail =======
20328 This is the email address of a person.
20330 <End of help on this topic>
20331 ======= h_composer_qserv_org =======
20333 This is the organization a person belongs to.
20335 <End of help on this topic>
20336 ======= h_composer_qserv_unit =======
20338 This is the organizational unit a person belongs to.
20340 <End of help on this topic>
20341 ======= h_composer_qserv_country =======
20343 This is the country a person belongs to.
20345 <End of help on this topic>
20346 ======= h_composer_qserv_state =======
20348 This is the state a person belongs to.
20350 <End of help on this topic>
20351 ======= h_composer_qserv_locality =======
20353 This is the locality a person belongs to.
20355 <End of help on this topic>
20356 ======= h_composer_qserv_custom =======
20358 This one is for advanced users only! If you put something in this field,
20359 then the rest of the fields are ignored.
20361 This field may be set to the string representation of an LDAP search
20362 filter (see RFC1960). Here are some examples:
20364 To search for an entry with a surname equal to "clinton" you could set
20365 the custom filter to:
20367      (sn=clinton)
20368     
20369 This is equivalent to putting "clinton" in the SurName field.
20370 To search for an entry that has a surname that begins with "clint" and
20371 has a givenname equal to "william" you could use:
20373      (&(sn=clint*)(givenname=william))
20374     
20375 This is equivalent to setting the SurName field to "clint*" and the
20376 GivenName field to "william".
20377 To search for an entry where either the common name OR the email address
20378 contains "abcde" you could use:
20380      (|(cn=*abcde*)(mail=*abcde*))
20382 That isn't equivalent to anything you can do by setting the other fields
20383 because of the OR.
20385 <End of help on this topic>
20386 ======= h_composer_qserv_qq =======
20388 This one is a little different from the rest of the categories.  It causes
20389 a search to be formed from the configured search filter that you filled
20390 in when you added the directory server to your configuration. It can also
20391 be combined with the other fields if you'd like.
20393 <End of help on this topic>
20394 ======= h_address_format =======
20395 <HTML>
20396 <HEAD>
20397 <TITLE>INTERNET EMAIL ADDRESS FORMAT</TITLE>
20398 </HEAD>
20399 <BODY>
20400 <H1>INTERNET EMAIL ADDRESS FORMAT</H1>
20402 A valid email address on the Internet has a username, an &quot;@&quot; sign, 
20403 and then a domain, with no spaces.  
20404 For example, jsmith@art.example.com might be the email address
20405 of a person  
20406 with the username &quot;jsmith&quot; who has an account in the domain
20407 &quot;art.example.com&quot;.  The number of dot-separated segments on the 
20408 right of the &quot;@&quot; sign can vary - a shorter example would be 
20409 isabelle@elsewhere.edu (the shortest possible form: here, only the 
20410 organization's domain is specified after the &quot;@&quot; sign); a longer 
20411 example would be 
20412  jsingh@shakti.edutech.example.com
20413 (here, the name of the host &quot;shakti&quot; in the domain 
20414 edutech.example.com is also specified).  
20415 <P>  
20416 If you do not know the exact email address of someone you want to write 
20417 to, ask them what it is using other means of communication than email; or 
20418 use the tools for 
20419 finding people's addresses that are available on the Internet.
20421 If you are sending to someone on the same system as you are, you can leave
20422 the &quot;@&quot; sign and all the information to its right off of the 
20423 address, and Alpine will fill it in automatically, 
20424 unless the feature 
20425 <A HREF="h_config_compose_rejects_unqual">&quot;<!--#echo var="FEAT_compose-rejects-unqualified-addrs"-->&quot;</A> is set in SETUP CONFIGURATION.
20428 When an email address you send a message to is not reachable -- either because 
20429 it is simply an incorrect address, or because email can temporarily not be 
20430 delivered to it due to a technical problem on the way to or at the recipient's 
20431 end -- you will almost always get an error notification email message back.
20433 If you encounter problems with, or have questions about, email delivery or
20434 email address syntax, contact your local network computing consultants.
20435 <P><UL>
20436 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20437 </UL>
20439 &lt;End of help on this topic&gt;
20440 </BODY>
20441 </HTML>
20442 ======= h_flag_user_flag =======
20443 <HTML>
20444 <HEAD>
20445 <TITLE>STATUS FLAG: User Defined Keyword</TITLE>
20446 </HEAD>
20447 <BODY>
20448 <H1>STATUS FLAG: User Defined Keyword</h1>
20450 This is a keyword that is defined for this folder.
20451 It was most likely defined by the owner of the folder.
20452 Alpine will not set or clear this flag on its own.
20454 <P><UL>
20455 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20456 </UL><P>
20457 &lt;End of help on this topic&gt;
20458 </BODY>
20459 </HTML>
20460 ======= h_flag_important =======
20461 <html>
20462 <title>STATUS FLAG: Important</title>
20463 <body>
20464 <h1>STATUS FLAG: Important</h1>
20467 The <EM>Important</EM> flag, indicated by an asterisk in Alpine's
20468 MESSAGE&nbsp;INDEX
20469 screen, can only be set by the user, and is intended to be used in
20470 whatever fashion makes sense to you.  You are the only one that can set or
20471 clear it. 
20474 &lt;End of help on this topic&gt;
20475 </BODY>
20476 </HTML>
20477 ======= h_flag_new =======
20478 <html>
20479 <title>STATUS FLAG: New</title>
20480 <body>
20481 <h1>STATUS FLAG: New</h1>
20484 The <EM>New</EM> flag, indicated by the letter 'N' in Alpine's
20485 MESSAGE&nbsp;INDEX screen,
20486 is automatically set when messages are delivered to your Inbox (or other
20487 folder specified outside of Alpine).  Likewise, it is cleared automatically
20488 the first time you read the message it is associated with.
20491 Sometimes it's helpful in prioritizing your mail.  For example, perhaps
20492 a message isn't weighty enough to assign it an <A HREF="h_flag_important">Important</A> flag, but
20493 you'd like to be reminded of it next time you read mail.  This can be done
20494 easily by <A HREF="h_common_flag">explicitly</A> resetting the <EM>New</EM> flag.
20498 &lt;End of help on this topic&gt;
20499 </BODY>
20500 </HTML>
20501 ======= h_flag_answered =======
20502 <html>
20503 <title>STATUS FLAG: Answered</title>
20504 <body>
20505 <h1>STATUS FLAG: Answered</h1>
20507 The <EM>Answered</EM> flag, indicated by the letter 'A' in Alpine's
20508 MESSAGE&nbsp;INDEX
20509 screen, is automatically set when you reply to a message.  This flag is not
20510 automatically cleared.
20513 &lt;End of help on this topic&gt;
20514 </BODY>
20515 </HTML>
20516 ======= h_flag_forwarded =======
20517 <html>
20518 <title>STATUS FLAG: Forwarded</title>
20519 <body>
20520 <h1>STATUS FLAG: Forwarded</h1>
20522 The <EM>Forwarded</EM> flag, indicated by the letter 'F' in Alpine's
20523 MESSAGE&nbsp;INDEX
20524 screen, is automatically set when you forward a message.  This flag is not
20525 automatically cleared.
20528 &lt;End of help on this topic&gt;
20529 </BODY>
20530 </HTML>
20531 ======= h_flag_deleted =======
20532 <html>
20533 <title>STATUS FLAG: Deleted</title>
20534 <body>
20535 <h1>STATUS FLAG: Deleted</h1>
20537 The <EM>Deleted</EM> flag, indicated by the letter 'D' in Alpine's
20538 MESSAGE&nbsp;INDEX
20539 screen, is set when you use the &quot;"D&nbsp;Delete&quot; command.
20540 It is cleared
20541 when you use the &quot;U&nbsp;Undelete&quot; command.
20544 Messages marked with this flag will be permanently removed from
20545 the folder when you issue the <A HREF="h_index_cmd_expunge">Expunge</A>
20546 command, or
20547 when you indicate acceptance of their removal upon leaving the folder.
20550 Note, there can be other actions implicit in the
20551 &quot;D&nbsp;Delete&quot; command,
20552 such as advancing to the next message, that may be momentarily undesirable.
20553 For this reason, it's sometimes useful to set or clear the <EM>Deleted</EM>
20554 flag <A HREF="h_common_flag">explicitly</A>.
20557 &lt;End of help on this topic&gt;
20558 </BODY>
20559 </HTML>
20560 ====== h_config_incoming_timeo ======
20561 <HTML>
20562 <HEAD>
20563 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></TITLE>
20564 </HEAD>
20565 <BODY>
20566 <H1>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></H1>
20568 This option has no effect unless the feature
20569 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20570 is set, which in turn has no effect unless
20571 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20572 is set.
20574 Sets the time in seconds that Alpine will
20575 attempt to open a network connection used for monitoring for Unseen
20576 messages in Incoming Folders. The default is 5.
20577 If a connection has not completed within this many seconds Alpine will
20578 give up and consider it a failed connection.
20580 <UL>   
20581 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20582 </UL><P>
20583 &lt;End of help on this topic&gt;
20584 </BODY>
20585 </HTML>
20586 ====== h_config_psleep ======
20587 <HTML>
20588 <HEAD>
20589 <TITLE>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</TITLE>
20590 </HEAD>
20591 <BODY>
20592 <H1>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</H1>
20595 In the good old days a mailcap viewer was used to examine an 
20596 attachment before saving it, and after viewing the attachment control 
20597 would return to the operating system when the viewer was closed. Therefore, 
20598 when the mailcap viewer returned control to the operating system, it 
20599 could be assumed that the user who opened the attachment was done
20600 examining it, and the copy of the attachment that was used, could be removed.
20603 However, today this assumption is not longer valid. Some viewers return 
20604 control to the operating system before they actually read the attachment
20605 to be examined. This causes Alpine to delete the attachment before it 
20606 is read by the viewer, causing the viewer to fail opening the attachment.
20609 In order to work around this problem, Alpine checks, after the viewer has 
20610 returned control to the operating system, if there is any process that is 
20611 using the attachment. This variable controls the number of seconds that 
20612 must elapse between checks. Once it is found that no process is using the 
20613 attachment, this is removed.
20616 The minimum value for this variable is 60 (checks will be made once per 
20617 minute), and the maximum value is 600 (checks will be made once every 10 
20618 minutes). The default value is 60.
20621 <UL>   
20622 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20623 </UL><P>
20624 &lt;End of help on this topic&gt;
20625 </BODY>
20626 </HTML>
20627 ====== h_config_incoming_interv ======
20628 <HTML>
20629 <HEAD>
20630 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval"--></TITLE>
20631 </HEAD>
20632 <BODY>
20633 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval"--></H1>
20635 This option has no effect unless the feature
20636 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20637 is set, which in turn has no effect unless
20638 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20639 is set.
20641 This option specifies, in seconds, how often Alpine will check
20642 for new mail and state changes in Incoming Folders when Incoming Folders
20643 Checking is turned on.
20644 The default is 3 minutes (180).
20645 This value applies only to folders that are local to the system that
20646 Alpine is running on or that are accessed using the IMAP protocol.
20647 The similar option
20648 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>
20649 applies to all other monitored folders.
20651 <UL>   
20652 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20653 </UL><P>
20654 &lt;End of help on this topic&gt;
20655 </BODY>
20656 </HTML>
20657 ====== h_config_incoming_second_interv ======
20658 <HTML>
20659 <HEAD>
20660 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></TITLE>
20661 </HEAD>
20662 <BODY>
20663 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></H1>
20665 This option has no effect unless the feature
20666 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20667 is set, which in turn has no effect unless
20668 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20669 is set.
20671 This option together with the option
20672 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
20673 specifies, in seconds, how often Alpine will check
20674 for new mail and state changes in Incoming Folders when Incoming Folders
20675 Checking is turned on.
20676 The default for this option is 3 minutes (180).
20677 For folders that are local to this system or
20678 that are accessed using the IMAP protocol
20679 the value of the option
20680 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
20681 is used.
20682 For all other monitored folders, the value of this option is used.
20684 The reason there are two separate options is because it is usually
20685 less expensive to check local and IMAP folders than it is to check
20686 other types, like POP or NNTP folders.
20687 You may want to set this secondary value to a higher number than
20688 the primary check interval.
20690 <UL>   
20691 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20692 </UL><P>
20693 &lt;End of help on this topic&gt;
20694 </BODY>
20695 </HTML>
20696 ====== h_config_incoming_list ======
20697 <HTML>
20698 <HEAD>
20699 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-list"--></TITLE>
20700 </HEAD>
20701 <BODY>
20702 <H1>OPTION: <!--#echo var="VAR_incoming-check-list"--></H1>
20704 This option has no effect unless the feature
20705 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20706 is set, which in turn has no effect unless
20707 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20708 is set.
20710 When monitoring the Incoming Message Folders for Unseen messages Alpine will
20711 normally monitor all Incoming Folders.
20712 You may use this option to restrict the list of monitored folders to a
20713 subset of all Incoming Folders.
20715 <UL>   
20716 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20717 </UL><P>
20718 &lt;End of help on this topic&gt;
20719 </BODY>
20720 </HTML>
20721 ====== h_config_pers_name ======
20722 <HTML>
20723 <HEAD>
20724 <TITLE>OPTION: <!--#echo var="VAR_personal-name"--></TITLE>
20725 </HEAD>
20726 <BODY>
20727 <H1>OPTION: <!--#echo var="VAR_personal-name"--></H1>
20729 This value is used to determine the full name part of the "From" address
20730 on messages you send.
20731 <!--chtml if pinemode="os_windows"-->
20732  PC-Alpine requires that this be set in order to properly construct the "From" address.
20733 <!--chtml else-->
20734  If unset, Unix Alpine will obtain your full name from
20735  the system password file. PC-Alpine, on the other hand, requires that this be set.
20736 <!--chtml endif-->
20738 If you want to change the value of what gets included in the From header
20739 in messages you send (other than just the Personal Name)
20740 look <A HREF="h_config_change_your_from">here</A> for a description.
20741 <P><UL>
20742 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20743 </UL><P>
20744 &lt;End of help on this topic&gt;
20745 </BODY>
20746 </HTML>
20747 ====== h_config_pruned_folders ======
20748 <html>
20749 <header>
20750 <title>OPTION: <!--#echo var="VAR_pruned-folders"--></title>
20751 </header>
20752 <body>
20753 <h1>OPTION: <!--#echo var="VAR_pruned-folders"--></h1>
20755 This variable allows you to define a list of one or more folders that
20756 Alpine will offer to prune for you in the same way it automatically offers
20757 to prune your "sent-mail" folder each month.
20758 Each folder in this list must be a folder in your default folder collection
20759 (the first folder collection if you have more than one), and it is just
20760 the relative name of the folder in the collection, not the fully-qualified name.
20761 It is similar to sent-mail.
20762 Instead of something like
20764 <CENTER><SAMP><!--#echo var="VAR_pruned-folders"-->={servername}mail/folder</SAMP></CENTER>
20766 the correct value to use would be
20768 <CENTER><SAMP>folder</SAMP></CENTER>
20770 There is an assumption here that your first collection is the folders in
20772 <CENTER><SAMP>{servername}mail</SAMP></CENTER>
20775 Once a month, for each folder listed, Alpine will offer to move
20776 the contents of the folder to a new folder of the same name but with
20777 the previous month's date appended.  Alpine will then look for any such
20778 date-appended folder names created for a previous month, and offer each
20779 one it finds for deletion.
20782 If you decline the first offer, no mail is moved and no new folder is
20783 created.
20786 The new folders will be created
20787 in your default folder collection.
20790 <UL>   
20791 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20792 </UL><P>
20793 &lt;End of help on this topic&gt;
20794 </body>
20795 </html>
20796 ====== h_config_upload_cmd ======
20797 <HTML>
20798 <HEAD>
20799 <TITLE>OPTION: <!--#echo var="VAR_upload-command"--></TITLE>
20800 </HEAD>
20801 <BODY>
20802 <H1>OPTION: <!--#echo var="VAR_upload-command"--></H1>
20804 This option affects the behavior of the Composer's &quot;Read File&quot; 
20805 (^R in the message body) and &quot;Attach File&quot; (^J in the header) 
20806 commands.  It specifies
20807 a Unix program name, and any necessary command line arguments, that Alpine can
20808 use to transfer files from your personal computer into messages that you are
20809 composing.<P>
20811 <B>Note:</B> this facility is intended for use with serial line transfer 
20812 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
20813 to work with TCP/IP file transfer programs such as ftp.<P>
20815 If a program is specified, the commands listed above are modified to offer a
20816 subcommand (^Y) to activate the transfer.  Obviously, the Unix program
20817 specified here must match the transfer program or protocol available on the
20818 personal computer.<P>
20820 Alpine expects to exchange uploaded data via a file on your Unix system.  When
20821 the specified upload program finishes, Alpine expects the uploaded data to be
20822 contained in this file.<P>
20824 When upload is invoked via the &quot;Read File&quot; subcommand, Alpine 
20825 generates a
20826 temporary file name that it will pass to the specified Unix program.  Alpine
20827 will read the resulting uploaded text from this file and then delete it when
20828 the upload command is finished.<P>
20830 When upload is invoked via the &quot;Attach File&quot; subcommand, Alpine will 
20831 prompt
20832 you for the name of the file that is to contain the uploaded information that
20833 it is to attach.  Alpine will attach this file to the composition, but will
20834 <B>not</B> delete this file after the upload command is finished.<P>
20836 The special token &quot;_FILE_&quot; may be included among the Unix program's 
20837 command
20838 line arguments.  Alpine will replace this symbol with the name of the file
20839 being used to exchange the uploaded information.  This token allows you to
20840 position the file name where it is required in the Unix program's command
20841 line arguments.<P>
20843 If the &quot;_FILE_&quot; token is not present in the specified command, the
20844 temporary file's name is automatically appended to the specified Unix
20845 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
20846 <B>last</B> command line argument.
20847 <P><UL>
20848 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20849 </UL><P>
20850 &lt;End of help on this topic&gt;
20851 </BODY>
20852 </HTML>
20853 ====== h_config_upload_prefix ======
20854 <HTML>
20855 <HEAD>
20856 <TITLE>OPTION: <!--#echo var="VAR_upload-command-prefix"--></TITLE>
20857 </HEAD>
20858 <BODY>
20859 <H1>OPTION: <!--#echo var="VAR_upload-command-prefix"--></H1>
20861 This option is used in conjunction with the <!--#echo var="VAR_upload-command"--> option.
20862 It defines text to be written to the terminal emulator (via standard output)
20863 immediately prior to starting upload command.  This is useful for
20864 integrated serial line file transfer agents that permit command passing
20865 (e.g., Kermit's APC method).<P>
20867 The special token &quot;_FILE_&quot; may be included in the string specification.
20868 That symbol will be replaced with the (Alpine-created) name of the temporary
20869 file in which Alpine will expect to find the uploaded file.
20870 <P><UL>
20871 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20872 </UL><P>
20873 &lt;End of help on this topic&gt;
20874 </BODY>
20875 </HTML>
20876 ====== h_config_download_cmd ======
20877 <HTML>
20878 <HEAD>
20879 <TITLE>OPTION: <!--#echo var="VAR_download-command"--></TITLE>
20880 </HEAD>
20881 <BODY>
20882 <H1>OPTION: <!--#echo var="VAR_download-command"--></H1>
20884 This option affects the behavior of the Export command.  It specifies a Unix
20885 program name, and any necessary command line arguments, that Alpine can use to
20886 transfer the exported message to your personal computer's disk.<P>
20887 Note: this facility is intended for use with serial line transfer 
20888 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
20889 to work with TCP/IP file transfer programs such as ftp.<P>
20890 If a program is specified, the Export command is modified to offer a
20891 subcommand (^V) to activate the transfer (in lieu of saving it to
20892  the machine where Alpine is running).  Obviously, the Unix program
20893 specified here must match the transfer program or protocol available on the
20894 personal computer.<P>
20896 When this subcommand is selected and before Alpine invokes the specified Unix
20897 program, Alpine will create a temporary file containing the text of the
20898 exported message.  Alpine uses this file to pass the exported message text to
20899 the specified Unix program.<P>
20901 The special token &quot;_FILE_&quot; may be included among the Unix program's command
20902 line arguments.  Alpine will replace this symbol with the temporary file's name
20903 before executing the Unix program.  This token allows you to position the
20904 file name where it is required in the Unix program's command line arguments.
20906 If the &quot;_FILE_&quot; token is not present in the specified command, the
20907 temporary file's name is automatically appended to the specified Unix
20908 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
20909 <B>last</B> command line argument.
20910 <P><UL>
20911 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20912 </UL><P>
20913 &lt;End of help on this topic&gt;
20914 </BODY>
20915 </HTML>
20916 ====== h_config_download_prefix ======
20917 <HTML>
20918 <HEAD>
20919 <TITLE>OPTION: <!--#echo var="VAR_download-command-prefix"--></TITLE>
20920 </HEAD>
20921 <BODY>
20922 <H1>OPTION: <!--#echo var="VAR_download-command-prefix"--></H1>
20924 This option is used in conjunction with the <!--#echo var="VAR_download-command"--> option.
20925 It defines text to be written to the terminal emulator (via standard output)
20926 immediately prior to starting the download command.  This is useful for
20927 integrated serial line file transfer agents that permit command passing
20928 (e.g., Kermit's APC method).
20930 The special token &quot;_FILE_&quot; may be included in the string 
20931 specification.
20932 That symbol will be replaced with the (Alpine-created) name of the temporary
20933 file into which Alpine will place the message to be downloaded.
20934 <P><UL>
20935 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20936 </UL><P>
20937 &lt;End of help on this topic&gt;
20938 </BODY>
20939 </HTML>
20940 ====== h_config_mailcap_path ======
20941 <HTML>
20942 <HEAD>
20943 <TITLE>OPTION: <!--#echo var="VAR_mailcap-search-path"--></TITLE>
20944 </HEAD>
20945 <BODY>
20946 <H1>OPTION: <!--#echo var="VAR_mailcap-search-path"--></H1>
20947 This variable is used to replace Alpine's default mailcap file search path.
20948 It takes one or more file names (full paths must be specified) in which to
20949 look for mail capability data.  The default search path can be found in this
20950 <A HREF="h_news_config">Alpine Configuration</A> help, near the bottom.
20951 If there is more than one file name listed, list members should be delimited
20952 by 
20953 <!--chtml if pinemode="os_windows"-->
20954 a semi-colon (;) under Windows; for example:<PRE>
20955         C:&#92;MYCONFIG&#92;MAILCAP.TXT;H:&#92;NETCONFIG&#92;MAILCAP.TXT
20956 </PRE>
20957 <!--chtml else-->
20958 a colon (:) under UNIX; for example:<PRE>
20959         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
20960 </PRE>
20961 <!--chtml endif-->
20962 <P><UL>
20963 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20964 </UL>
20966 &lt;End of help on this topic&gt;
20967 </BODY>
20968 </HTML>
20969 ====== h_config_mimetype_path ======
20970 <HTML>
20971 <HEAD>
20972 <TITLE>OPTION: <!--#echo var="VAR_mimetype-search-path"--></TITLE>
20973 </HEAD>
20974 <BODY>
20975 <H1>OPTION: <!--#echo var="VAR_mimetype-search-path"--></H1>
20977 This variable is used to replace Alpine's default mime.types file search path.
20978 It takes one or more file names (full paths must be specified) in which to
20979 look for file-name-extension to MIME type mapping data.  The default search
20980 path can be found in this
20981 <A HREF="h_news_config">Alpine Configuration</A> help.
20985 If there is more than one file name listed, list members should be delimited
20986 by a colon (:) under UNIX and a semi-colon (;) under Windows.
20988 &lt;End of help on this topic&gt;
20989 </BODY></HTML>
20990 ====== h_config_set_att_ansi ======
20991 <HTML><HEAD>
20992 <TITLE>OPTION: Set printer to attached ansi printer</TITLE>
20993 </HEAD>
20994 <BODY>
20995 <H1>OPTION: Set printer to attached ansi printer</H1>
20997 Type "S" to set your printer to "attached-to-ansi".<BR>
20998 It is OK to include "attached-to-ansi" in your personal list below.
21000 &lt;End of help on this topic&gt;
21001 </BODY></HTML>
21002 ====== h_config_set_att_ansi2 ======
21003 <HTML><HEAD>
21004 <TITLE>OPTION: Set printer to attached ansi printer (no formfeed)</TITLE>
21005 </HEAD>
21006 <BODY>
21007 <H1>OPTION: Set printer to attached ansi printer (no formfeed)</H1>
21009 Type "S" to set your printer to "attached-to-ansi-no-formfeed".<BR>
21010 It is OK to include "attached-to-ansi-no-formfeed" in your personal
21011 list below.
21015 This is the same as the "attached-to-ansi" option except that a
21016 formfeed character will not be appended to the end of the print job.
21017 If your printer already ejects the paper by itself at the end of the
21018 job, you may prefer the "no-formfeed" form of this printer so that you
21019 don't get an extra blank page between print jobs.
21022 &lt;End of help on this topic&gt;
21023 </BODY></HTML>
21024 ====== h_config_set_att_wyse ======
21025 <HTML><HEAD>
21026 <TITLE>OPTION: Set printer to attached Wyse60 printer</TITLE>
21027 </HEAD>
21028 <BODY>
21029 <H1>OPTION: Set printer to attached Wyse60 printer</H1>
21031 Type "S" to set your printer to "attached-to-wyse".<BR>
21032 It is OK to include "attached-to-wyse" in your personal list below.
21034 This is very similar to "attached-to-ansi".
21035 The only difference is in the control characters sent to turn the printer
21036 on and off.
21037 The ansi version of the printer uses ESC LEFT_BRACKET 5 i
21038 to turn on the printer and ESC LEFT_BRACKET 4 i
21039 to turn it off.
21040 The Wyse version uses Ctrl-R for on, and Ctrl-T for off.
21041 &lt;End of help on this topic&gt;
21042 </BODY></HTML>
21043 ====== h_config_set_att_wyse2 ======
21044 <HTML><HEAD>
21045 <TITLE>OPTION: Set printer to attached Wyse60 printer (no formfeed)</TITLE>
21046 </HEAD>
21047 <BODY>
21048 <H1>OPTION: Set printer to attached Wyse60 printer (no formfeed)</H1>
21050 Type "S" to set your printer to "attached-to-wyse-no-formfeed".<BR>
21051 It is OK to include "attached-to-wyse-no-formfeed" in your personal
21052 list below.
21056 This is the same as the "attached-to-wyse" option except that a
21057 formfeed character will not be appended to the end of the print job.
21058 If your printer already ejects the paper by itself at the end of the
21059 job, you may prefer the "no-formfeed" form of this printer so that you
21060 don't get an extra blank page between print jobs.
21063 &lt;End of help on this topic&gt;
21064 </BODY></HTML>
21065 ====== h_config_set_stand_print ======
21066 <HTML>
21067 <HEAD>
21068 <TITLE>OPTION: Set default printer</TITLE>
21069 </HEAD>
21070 <H1>OPTION: Set default printer</H1>
21071 <BODY>
21072 Move to the printer you want and type "S" to set it to be your
21073 default printer.  This list is not modifiable by you and has been
21074 set up by the system administrators.  If there is more than one printer
21075 listed in the Command List, you will be able to cycle through that
21076 whole list at the time you print, starting with your default.
21077 It is OK to include entries from this Standard list in your personal
21078 list below.
21080 &lt;End of help on this topic&gt;
21081 </BODY>
21082 </HTML>
21083 ====== h_config_set_custom_print ======
21084 <HTML>
21085 <HEAD>
21086 <TITLE>OPTION: Set default printer</TITLE>
21087 </HEAD>
21088 <H1>OPTION: Set default printer</H1>
21089 <BODY>
21090 You may add as many print commands as you want to your personal list.
21091 Specify one of them as your default printer by moving to the printer
21092 you want and typing "S".  If there is more than one printer listed
21093 in the Command List, you will be able to cycle through that list at
21094 the time you print, starting with your default.  It is OK to include
21095 entries from the Standard list above or to include the command
21096 "attached-to-ansi", "attached-to-ansi-no-formfeed", "attached-to-wyse", or
21097 "attached-to-wyse-no-formfeed" as one of the entries here.
21099 &lt;End of help on this topic&gt;
21100 </BODY>
21101 </HTML>
21102 ====== h_config_user_id =====
21103 <HTML>
21104 <HEAD>
21105 <TITLE>OPTION: <!--#echo var="VAR_user-id"--></TITLE>
21106 </HEAD>
21107 <BODY>
21108 <H1>OPTION: <!--#echo var="VAR_user-id"--></H1>
21110 This value is used as part of the "From" address on messages you send.
21111 It is also the default login name for remote IMAP server access.  Set this
21112 to the username part you want to appear on outgoing email.
21114 If you want to change the value of what gets included in the From header
21115 in messages you send (other than just the User ID)
21116 look <A HREF="h_config_change_your_from">here</A> for a description.
21118 <P><UL>   
21119 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21120 </UL><P>
21121 &lt;End of help on this topic&gt;
21122 </BODY>
21123 </HTML>
21124 ====== h_config_user_dom =====
21125 <HTML>
21126 <HEAD>
21127 <TITLE>OPTION: <!--#echo var="VAR_user-domain"--></TITLE>
21128 </HEAD>
21129 <BODY>
21130 <H1>OPTION: <!--#echo var="VAR_user-domain"--></H1>
21132 This value specifies the domain part (right-hand side) of your return
21133 address on outgoing email and is also used as the default domain for email
21134 composed to a local user.
21135 <!--chtml if pinemode="os_windows"-->
21136  This value is required for PC-Alpine. If you are unsure as to what this should be,
21137  contact your local help desk, system administrator, or Internet Service Provider.
21138 <!--chtml else-->
21139  If unset, Unix Alpine will obtain the domain from
21140  the system.  Often this value will be set for your whole site by the
21141  system administrator.<P>
21142 <!--chtml endif-->
21143 If you set this, see also the <A HREF="h_config_quell_local_lookup">
21144 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
21146 If you want to change the value of what gets included in the From header
21147 in messages you send (other than just the User Domain)
21148 look <A HREF="h_config_change_your_from">here</A> for a description.
21149 <P><UL>
21150 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21151 </UL><P>
21152 &lt;End of help on this topic&gt;
21153 </BODY>
21154 </HTML>
21155 ====== h_config_smtp_server =====
21156 <HTML>
21157 <HEAD>
21158 <TITLE>OPTION: <!--#echo var="VAR_smtp-server"--></TITLE>
21159 </HEAD>
21160 <BODY>
21161 <H1>OPTION: <!--#echo var="VAR_smtp-server"--></H1>
21162 This value specifies the name of one or more SMTP 
21163 (Simple Mail Transfer Protocol) servers for sending mail. 
21164 <!--chtml if pinemode="os_windows"-->
21165 You must have an SMTP server for use with PC-Alpine.
21166 SMTP servers are
21167 normally set up by a system administrator for use by all members of a given
21168 campus or department.
21169 Contact your local help desk to ask what SMTP
21170 servers you should use.  
21171 <!--chtml else-->
21172 Unix Alpine users may not need to set an SMTP server.
21173 Alpine will attempt to execute the program (usually sendmail) that is used
21174 to insert mail into the mail system.
21175 If this works for you, you may leave this option blank.
21176 If there is an SMTP server running on the Unix host you may be able to
21177 improve sending performance slightly by setting the SMTP server option
21178 to &quot;localhost&quot; or to the actual name of the Unix host.
21180 If the Unix host doesn't work the way Alpine was expecting you will need to
21181 set the value of this option.
21182 SMTP servers are
21183 normally set up by a system administrator for use by all members of a given
21184 campus or department.
21185 Contact your local help desk to ask what SMTP
21186 servers you should use.  
21187 <!--chtml endif-->
21189 Your SMTP server may offer SMTP AUTH authentication.
21190 It may even require it.
21191 If your SMTP server offers SMTP AUTH authentication you may specify a
21192 &quot;user&quot; name parameter to cause Alpine to attempt to authenticate.
21193 This parameter requires an associated value,
21194 the username identifier with which to establish the server
21195 connection.
21196 An example might be:
21199 <CENTER><SAMP>smtpserver.example.com/user=katie</SAMP></CENTER>
21202 If AUTH authentication is offered by the server, this will cause Alpine to
21203 attempt to use it.
21204 If AUTH authentication is not offered by the server, this will cause Alpine
21205 to fail sending with an error similar to:
21208 <CENTER><SAMP>Error: SMTP authentication not available</SAMP></CENTER>
21211 Another type of authentication that is used by some ISPs is called
21212 &quot;POP before SMTP&quot; or &quot;IMAP before SMTP&quot;,
21213 which means that you have to authenticate
21214 yourself to the POP or IMAP server by opening a mailbox before you
21215 can send mail.
21216 To do this, you usually only have to open your INBOX.
21219 You may tell Alpine to use the
21220 <A HREF="http://www.ietf.org/rfc/rfc2476.txt">Message Submission</A>
21221 port (587) instead of the SMTP port (25) by including the &quot;submit&quot;
21222 parameter
21223 in this option.
21224 At this time &quot;/submit&quot; is simply equivalent to specifying
21225 port 587, though it may imply more than that at some point in the future.
21226 Some ISPs are blocking port 25 in order to reduce the amount of spam
21227 being sent to their users.
21228 You may find that the submit option allows you to get around such a block.
21231 <CENTER><SAMP>smtpserver.example.com/submit</SAMP></CENTER>
21234 To specify any non-standard port number on the SMTP server you may follow
21235 the hostname with a colon followed by the portnumber.
21238 <CENTER><SAMP>smtpserver.example.com:12345</SAMP></CENTER>
21241 Normally, when a connection is made to the Smtp-Server Alpine will attempt
21242 to negotiate a secure (encrypted) session using Transport Layer Security (TLS).
21243 If that fails then a non-encrypted connection will be attempted instead.
21244 You may specify that a TLS connection is required if you wish.
21245 If you append &quot;/tls&quot; to the name then the connection will fail
21246 instead of falling back to a non-secure connection.
21249 <CENTER><SAMP>smtpserver.example.com/tls</SAMP></CENTER>
21253 For more details about server name possibilities see
21254 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
21257 <UL>
21258 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21259 </UL>
21261 &lt;End of help on this topic&gt;
21262 </BODY>
21263 </HTML>
21264 ====== h_config_nntp_server =====
21265 <HTML>
21266 <HEAD>
21267 <TITLE>OPTION: <!--#echo var="VAR_nntp-server"--></TITLE></HEAD>
21268 <BODY>
21269 <H1>OPTION: <!--#echo var="VAR_nntp-server"--></H1>
21271 This value specifies the name of one or more NNTP
21272 (Network News Transfer Protocol)
21273 servers for reading and posting USENET news.
21274 NNTP servers are normally
21275 set up by a system administrator for use by all members of a given campus
21276 or department.
21277 Contact your local help desk to ask what NNTP servers you should use.  
21278 <!--chtml if pinemode="os_windows"--><!--chtml else-->
21279 Often Unix Alpine users will find that this variable has been
21280 set for the whole system (and they don't have to worry about it).  
21281 <!--chtml endif-->
21282 When you define an NNTP server here, Alpine implicitly defines a news
21283 collection for you, assuming that server as the news server and assuming
21284 that you will use the NNTP protocol and a local newsrc configuration file
21285 for reading news.
21286 For more about reading news with Alpine, see
21287 <A HREF="h_reading_news">how to use Alpine to read news</A>.
21289 Your NNTP server may offer NNTP &quot;AUTHINFO SASL&quot;
21290 or &quot;AUTHINFO USER&quot; authentication.
21291 It may even require it.
21292 If your NNTP server does offer such authentication you may specify a user name
21293 parameter to cause Alpine to attempt to authenticate.
21294 The same is true for the server name in a folder collection that uses NNTP.
21295 This parameter requires an associated value,
21296 the username identifier with which to establish the server connection.
21297 An example might be:
21300 <CENTER><SAMP>nntpserver.example.com/user=katie</SAMP></CENTER>
21303 If authentication is offered by the server, this will cause Alpine to
21304 attempt to use it.
21305 If authentication is not offered by the server, this will cause Alpine
21306 to fail with an error similar to:
21309 <CENTER><SAMP>Error: NNTP authentication not available</SAMP></CENTER>
21311 For more details about the server name possibilities see
21312 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
21313 <P><UL>
21314 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21315 </UL><P>
21316 &lt;End of help on this topic&gt;
21317 </BODY>
21318 </HTML>
21319 ====== h_config_inbox_path =====
21320 <HTML>
21321 <HEAD>
21322 <TITLE>OPTION: <!--#echo var="VAR_inbox-path"--></TITLE>
21323 </HEAD>
21324 <BODY>
21325 <H1>OPTION: <!--#echo var="VAR_inbox-path"--></H1>
21327 This value overrides the default value of your INBOX name/path/location.
21328 <!--chtml if pinemode="os_windows"-->
21329 PC-Alpine users must specify an inbox path and it must be a folder on an
21330 IMAP server.  
21331 <!--chtml else-->
21332 Unix and VMS Alpine users will often find that this variable
21333 has been pre-configured by your system administrator.  
21334 <!--chtml endif-->
21335 You may be able to specify an alternate INBOX that is either a local folder 
21336 or a folder on an IMAP server.
21338 A typical remote <!--#echo var="VAR_inbox-path"--> entry would be: &#123;monet.art.example.com}INBOX
21339 where &quot;monet.art.example.com&quot; is replaced by the name of your IMAP
21340 mail server.
21342 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21343 details on the syntax of folder definitions.
21345 See <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A> if your
21346 mail is disappearing.
21347 <P><UL>
21348 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21349 </UL><P>
21350 &lt;End of help on this topic&gt;
21351 </BODY>
21352 </HTML>
21353 ====== h_config_change_your_from =====
21354 <HTML>
21355 <HEAD>
21356 <TITLE>How to Change your From Address</TITLE>
21357 </HEAD>
21358 <BODY>
21359 <H1>How to Change your From Address</H1>
21361 If the From address that Alpine includes in mail that you send is not correct,
21362 you may want to configure a different default value for the From address.
21363 You may follow these directions to change the default:
21366 <UL>
21367   <LI> Go to the Main Alpine Menu
21368   <LI> From there type the Setup Command
21369   <LI> From there type the Config Command
21370 </UL>
21373 You've probably already seen this SETUP CONFIGURATION screen.
21374 If not, there are many options you may want to set here.
21375 To set the value of the From header you may use the
21376 <A href="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> option.
21377 Find it by scrolling down a few pages or use the WhereIs command to
21378 search for &quot;customized&quot;.
21379 You may want to read the help text associated with the option.
21381 To add a custom From header, type the Add command and enter the
21382 full header line, including the leading &quot;From:&nbsp;&quot;.
21383 For example:
21385 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
21387 Now exit the Setup command and try sending mail to yourself to see
21388 what the From line looks like.
21390 When you are in the composer you may edit the custom From line by typing
21391 Ctrl-R while your cursor is in the headers of the message and then moving
21392 to the From line and editing.
21393 If you want to leave the default value the same but add the possibility
21394 of being able to edit the header when you compose, add just the header
21395 name without a value.
21396 For example:
21398 <CENTER><SAMP>From:</SAMP></CENTER>
21400 If you change your From address you may also find it useful to add the
21401 changed From address to the
21402 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
21403 configuration option.
21405 <UL>   
21406 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21407 </UL><P>
21408 &lt;End of help on this topic&gt;
21409 </BODY>
21410 </HTML>
21411 ====== h_config_default_fcc =====
21412 <HTML>
21413 <HEAD>
21414 <TITLE>OPTION: <!--#echo var="VAR_default-fcc"--></TITLE>
21415 </HEAD>
21416 <BODY>
21417 <H1>OPTION: <!--#echo var="VAR_default-fcc"--></H1>
21419 This value specifies where a copy of outgoing mail should be saved.  If
21420 this is not a path name, it will be in the default collection for saves.
21421 Any valid folder specification, local or IMAP, is allowed.  This default
21422 folder carbon copy only applies when the 
21423 <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A> 
21424 is set to use the default folder.  
21425 <!--chtml if pinemode="os_windows"-->
21426 PC-Alpine default is &quot;SENTMAIL&quot; (normally stored as SENTMAIL.MTX)
21427 <!--chtml else-->
21428 Unix Alpine default
21429 is normally &quot;sent-mail&quot; in the default folder collection. 
21430 <!--chtml endif-->
21432 If you access your email through an IMAP server, especially if you often switch between Unix Alpine
21433 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on your
21434 IMAP server (remember that in order to later access this remote folder through Alpine, it
21435 must be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
21436 for more information). An example:<p>
21437 <CENTER><SAMP>{monet.art.example.com}mail/sent-mail</SAMP></CENTER>
21439 To suppress saving of outgoing mail, set: <!--#echo var="VAR_default-fcc"-->=&quot;&quot;
21441 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21442 details on the syntax of folder definitions.
21444 <UL>   
21445 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21446 </UL><P>
21447 &lt;End of help on this topic&gt;
21448 </BODY>
21449 </HTML>
21450 ====== h_config_def_save_folder =====
21451 <HTML>
21452 <HEAD>
21453 <TITLE>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></TITLE>
21454 </HEAD>
21455 <BODY>
21456 <H1>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></H1>
21458 This option determines the default folder name for save-message operations 
21459 (&quot;saves&quot;).
21461 If this is not a path name, it will be in the default collection for saves.
21462 Any valid folder specification, local or IMAP, is allowed.  This default
21463 folder only applies when the
21464 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
21465 doesn't override it.  
21466 <!--chtml if pinemode="os_windows"-->
21467 PC-Alpine default is &quot;SAVEMAIL&quot; (normally stored as SAVEMAIL.MTX).
21468 <!--chtml else-->
21469 Unix Alpine default
21470 is normally &quot;saved-messages&quot; in the default folder collection.
21471 <!--chtml endif-->
21472 If you access your email through an IMAP server, especially if you often switch between Unix
21473 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on an
21474 IMAP server (remember that in order to later access this remote folder through Alpine, it
21475 should be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
21476 for more information). An example:<p>
21477 <CENTER><SAMP>{monet.art.example.com}mail/saved-messages</SAMP></CENTER>
21479 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21480 details on the syntax of folder definitions.
21482 <UL>   
21483 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21484 </UL><P>
21485 &lt;End of help on this topic&gt;
21486 </BODY>
21487 </HTML>
21488 ====== h_config_postponed_folder =====
21489 <HTML>
21490 <HEAD>
21491 <TITLE>OPTION: <!--#echo var="VAR_postponed-folder"--></TITLE>
21492 </HEAD>
21493 <BODY>
21494 <H1>OPTION: <!--#echo var="VAR_postponed-folder"--></H1>
21496 This value overrides the default name for the folder where postponed
21497 messages are saved.  If this is not a path name, it will be in the default
21498 collection for message Saves.  Any valid folder specification, local or
21499 remote, is allowed. 
21500 PC-Alpine default
21501 is &quot;POSTPOND&quot; (stored as POSTPOND.MTX).
21502 The Unix Alpine default is normally &quot;postponed-msgs&quot;
21503 in the default collection. 
21505 Tip: If you are using different installations of (PC-)Alpine -- for example, PC-Alpine on your personal
21506 computer at home, and Unix Alpine on campus -- you can postpone a composition begun with one Alpine and
21507 resume it later with the other if you set this option to the <B>same folder on the same IMAP host</B>
21508 in all Alpine copies you use. 
21509 (Remember that in order to later access this remote folder through Alpine, it must be in a folder
21510 collection. See <A HREF="h_what_are_collections">Folder Collections Extensions Explained</a>
21511 for more information). An
21512 example:<p> 
21513 <CENTER><SAMP>{monet.art.example.com}mail/postponed-msgs</SAMP></CENTER>
21515 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21516 details on the syntax of folder definitions.
21518 <UL>   
21519 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21520 </UL><P>
21521 &lt;End of help on this topic&gt;
21522 </BODY>
21523 </HTML>
21524 ====== h_config_read_message_folder =====
21525 <HTML>
21526 <HEAD>
21527 <TITLE>OPTION: <!--#echo var="VAR_read-message-folder"--></TITLE>
21528 </HEAD>
21529 <BODY>
21530 <H1>OPTION: <!--#echo var="VAR_read-message-folder"--></H1>
21532 By virtue of specifying a folder name here, Alpine will be configured to
21533 save all messages that you have read during a session into the designated
21534 &quot;read messages&quot; folder.  This allows you to more easily distinguish
21535 between your really new email (in your INBOX) and those that you have
21536 already read.  Depending on how you define the 
21537 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
21538 setting, you may or may not be asked when you quit
21539 Alpine if you want read messages to be moved to this folder.  In either
21540 case, moving the messages means they will be deleted from your INBOX.
21542 If this is not a path name, it will be in the default collection for
21543 saves.  Any valid folder specification, local or remote (via IMAP), is
21544 allowed.  There is no default for the name of the read message folder.
21546 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21547 details on the syntax of folder definitions.
21549 <UL>   
21550 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21551 </UL><P>
21552 &lt;End of help on this topic&gt;
21553 </BODY>
21554 </HTML>
21555 ====== h_config_form_folder =====
21556 <HTML>
21557 <HEAD>
21558 <TITLE>OPTION: <!--#echo var="VAR_form-letter-folder"--></TITLE>
21559 </HEAD>
21560 <BODY>
21561 <H1>OPTION: <!--#echo var="VAR_form-letter-folder"--></H1>
21563 A &quot;<!--#echo var="VAR_form-letter-folder"-->&quot; is a mail folder that is intended to
21564 contain messages that you have composed and that are intended to be
21565 sent in their original form repeatedly.
21568 Setting this variable will alter Alpine's usual behavior when you
21569 execute the Compose command.  Normally, Alpine offers a chance to
21570 continue a postponed or interrupted message should one or the other
21571 exist.  When this variable is set to a folder name that exists, Alpine
21572 will also offer the chance to select a message from the folder to
21573 insert into the composer (much like when continuing a postponed message).
21574 The difference, however, is that Alpine will not automatically delete
21575 the selected message from the Form Letter Folder.
21577 Setting this variable will also affect Alpine's behavior when you
21578 Postpone a message from the composer.  Normally, Alpine simply stashes
21579 the message away in your
21580 &quot;<A HREF="h_config_postponed_folder"><!--#echo var="VAR_postponed-folder"--></A>&quot;.
21581 Regardless of the specified folder's existence, Alpine will ask which
21582 folder you intend the message to be stored in.  Choose the
21583 &quot;F&quot; option to store the message in your Form Letter Folder.
21584 This is the most common way to add a message to the folder.
21587 Another method of adding messages to the folder is via the Alpine
21588 composer's <SAMP>Fcc:</SAMP> field.  If you are sending a message that
21589 you expect to send in the same form again, you can enter the Form
21590 Letter Folder's name in this field.  Alpine, as usual, will copy the
21591 message as it's sent.  Note, when you later select this message from 
21592 your Form Letter Folder, it will have the same recipients as the original
21593 message.
21596 To delete a message from the Form Letter Folder, you can either select
21597 the folder from a suitable FOLDER LIST screen, or use the Delete
21598 command in the MESSAGE INDEX offered when selecting from the folder as
21599 part of the Compose command.  You can delete a Form Letter Folder just
21600 as any other folder from a suitable FOLDER LIST screen.
21603 You may find that the <A HREF="h_rules_roles">&quot;Roles&quot;</A>
21604 facility can be used
21605 to replace the Form Letter Folder.
21608 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21609 details on the syntax of folder definitions.
21612 <UL>   
21613 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21614 </UL><P>
21615 &lt;End of help on this topic&gt;
21616 </BODY>
21617 </HTML>
21618 ====== h_config_archived_folders =====
21619 <HTML>
21620 <HEAD>
21621 <TITLE>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></TITLE>
21622 </HEAD>
21623 <BODY>
21624 <H1>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></H1>
21626 This is like
21627 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>,
21628 only more general.  You may archive
21629 any of the folders in your incoming collection.  This is a list of folder
21630 pairs, with the first separated from the second in the pair by a space.
21631 The first folder in a pair is the folder you want to archive, and the
21632 second folder is the folder that read messages from the first should be
21633 moved to.  Depending on how you define the
21634 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
21635 setting, you may or may not be asked when you
21636 leave the first folder if you want read messages to be moved to the
21637 second folder.  In either case, moving the messages means they will be
21638 deleted from the first folder.
21640 The name of the first folder in each pair can be either the technical
21641 specification of the folder (like what appears in your configuration file)
21642 or (much easier) the nickname that you gave the folder when you made it
21643 an incoming folder.
21645 For example:<p>
21646 <CENTER><SAMP>{monet.art.example.com}inbox {monet.art.example.com}mail/inbox-archive</SAMP></CENTER>
21647 <p>or, using nicknames:<p>
21648 <CENTER><SAMP>inbox inbox-archive</SAMP></CENTER>
21650 If these are not path names, they will be in the default collection for
21651 saves. Any valid folder specification, local or remote (via IMAP), is
21652 allowed. There is no default.
21654 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21655 details on the syntax of folder definitions.
21657 <UL>   
21658 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21659 </UL><P>
21660 &lt;End of help on this topic&gt;
21661 </BODY>
21662 </HTML>
21663 ====== h_config_newsrc_path ======
21664 <HTML>
21665 <HEAD>
21666 <TITLE>OPTION: <!--#echo var="VAR_newsrc-path"--></TITLE>
21667 </HEAD>
21668 <BODY>
21669 <H1>OPTION: <!--#echo var="VAR_newsrc-path"--></H1>
21671 This option overrides the default name Alpine uses for your "newsrc" news
21672 status and subscription file.  If set, Alpine will take this value as the
21673 full pathname for the desired newsrc file.<P>
21675 If this option is <B>not</B> set, 
21676 <!--chtml if pinemode="os_windows"-->
21677 PC-Alpine looks first for $HOME&#92;NEWSRC (where $HOME defaults to the root
21678 of the current drive, e.g. &quot;C:&#92;&quot;) and then it looks in the same
21679 directory as your pinerc file for NEWSRC.
21680 <!--chtml else-->
21681 Unix Alpine looks for the file ~/.newsrc (that is, the file named .newsrc in 
21682 your account's home directory).
21683 <!--chtml endif-->
21684 <P><UL>
21685 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21686 </UL>
21688 &lt;End of help on this topic&gt;
21689 </BODY>
21690 </HTML>
21691 ====== h_config_literal_sig =====
21692 <HTML>
21693 <HEAD>
21694 <TITLE>OPTION: <!--#echo var="VAR_literal-signature"--></TITLE>
21695 </HEAD>
21696 <BODY>
21697 <H1>OPTION: <!--#echo var="VAR_literal-signature"--></H1>
21699 With this option your actual signature, as opposed to
21700 the name of a file containing your signature,
21701 is stored in the Alpine configuration file.
21702 If this is defined it takes precedence over the <!--#echo var="VAR_signature-file"--> option.
21705 This is simply a different way to store the signature.
21706 The signature is stored inside your Alpine configuration file instead of in
21707 a separate file.
21708 Tokens work the same way they do with the
21709 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A> so look there for
21710 help.
21713 The Setup/Signature command on Alpine's MAIN MENU will edit
21714 the &quot;<!--#echo var="VAR_literal-signature"-->&quot; by default.  However, if no
21715 &quot;<!--#echo var="VAR_literal-signature"-->&quot; is defined and the file named in the
21716 &quot;<!--#echo var="VAR_signature-file"-->&quot; option exists, then the latter will be used
21717 instead.
21720 The two character sequence &#92;n (backslash followed by
21721 the character n) will be used to signify a line-break in your signature.
21722 You don't have to enter the &#92;n, but it will be visible in the
21723 SETUP CONFIGURATION window after you are done editing the signature.
21726 <UL>   
21727 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21728 </UL><P>
21729 &lt;End of help on this topic&gt;
21730 </BODY>
21731 </HTML>
21732 ====== h_config_signature_file =====
21733 <HTML>
21734 <HEAD>
21735 <TITLE>OPTION: <!--#echo var="VAR_signature-file"--></TITLE>
21736 </HEAD>
21737 <BODY>
21738 <H1>OPTION: <!--#echo var="VAR_signature-file"--></H1>
21740 If a <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined,
21741 then this &quot;<!--#echo var="VAR_signature-file"-->&quot; option will be ignored.
21742 You can tell that that is the case because the value of the
21743 &quot;<!--#echo var="VAR_signature-file"-->&quot; will show up as
21745 <CENTER><SAMP>&lt;Ignored: using <!--#echo var="VAR_literal-signature"--> instead&gt;</SAMP></CENTER>
21747 You may either use all Literal Signatures (signatures stored in your
21748 configuration file) throughout Alpine, or all signature files.
21749 You can't mix the two.
21751 This is the name of a file that will be automatically inserted into
21752 outgoing messages.
21753 It typically contains information such as your
21754 name, email address and organizational affiliation.
21755 Alpine adds the
21756 signature into the message as soon as you enter the composer so you
21757 can choose to remove it or edit it on a message by message basis.
21758 Signature file placement in message replies is controlled by the
21759 &quot;<A HREF="h_config_sig_at_bottom"><!--#echo var="FEAT_signature-at-bottom"--></A>&quot;
21760 setting in the feature list.
21763 The default file name is
21764 <!--chtml if pinemode="os_windows"-->
21765 &quot;PINE.SIG&quot; in the same directory as your PINERC file if your
21766 PINERC file is a local file.
21767 If your PINERC file is remote, then it will be in the directory specified
21768 by the &quot;-aux local_directory&quot; command line option.
21769 <!--chtml else-->
21770 &quot;.signature&quot;.
21771 <!--chtml endif-->
21774 To create or edit your signature file choose Setup from the MAIN MENU
21775 and then select S for Signature (Main/Setup/Signature).  This puts you
21776 into the Signature Editor where you can enter a <EM>few</EM> lines of
21777 text containing your identity and affiliation.
21780 If the filename is followed by a vertical bar (|) then instead
21781 of reading the contents of the file the file is assumed to be a
21782 program that will produce the text to be used on its standard output.
21783 The program can't have any arguments and doesn't receive any input from Alpine,
21784 but the rest of the processing works as if the contents came from a file.
21787 Instead of storing the data in a local file, the
21788 signature data may be stored remotely in an IMAP folder.
21789 In order to do this, 
21790 you must use a remote name for the file.
21791 A remote <!--#echo var="VAR_signature-file"--> name might look like:
21793 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/signature</SAMP></CENTER>
21796 The syntax used here is the same as the syntax used for remote configuration
21797 files from the command line.
21798 Note that you may not access an existing signature file remotely,
21799 you have to create a new <EM>folder</EM> that contains the signature data.
21800 If the name you use here for the signature file is a remote name, then when
21801 you edit the file from the Setup/Signature command the data will be stored
21802 remotely in the folder.
21803 You aren't required to do anything special to create the folder, it
21804 gets created automatically if you use a remote name.
21807 Besides regular text, the signature file may also contain
21808 (or a signature program may produce) tokens that
21809 are replaced with text that usually depends on the message you are replying
21810 to or forwarding.
21811 For example, if the signature file contains the token
21813 <CENTER><SAMP>_DATE_</SAMP></CENTER>
21815 anywhere in the text, then that token is replaced by the date
21816 the message you are replying to or forwarding was sent.
21817 If it contains
21819 <CENTER><SAMP>_CURDATE_</SAMP></CENTER>
21821 that is replaced with the current date.
21822 The first is an example of a token that depends on the message you
21823 are replying to (or forwarding) and the second is an example which
21824 doesn't depend on anything other than the current date.
21825 You have to be a little careful with this facility since tokens that
21826 depend on the message you are replying to or forwarding will be replaced
21827 by nothing in the case where you are composing a new message from scratch.
21828 The use of <A HREF="h_rules_roles">&quot;roles&quot;</A> may help you
21829 in this respect.
21830 It allows you to use different signature files in different cases.
21833 The list of tokens available for use in the signature file is
21834 <A HREF="h_index_tokens">here</A>.
21837 Instead of, or along with the use of &quot;roles&quot; to give you
21838 different signature files in different situations, there is also
21839 a way to conditionally include text based
21840 on whether or not a token would result in specific replacement text.
21841 For example, you could include some text based on whether or not
21842 the _NEWS_ token would result in any newsgroups if it was used.
21843 This is explained in detail
21844 <A HREF="h_reply_token_conditionals">here</A>.
21845 This isn't for the faint of heart.
21847 In the very unlikely event that you want to include a literal token
21848 in the signature you must precede it with a backslash character.
21849 For example,
21851 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
21853 would produce something like
21855 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
21857 It is not possible to have a literal backslash followed by an expanded token.
21859 An alternate method for storing the signature data is available by using the
21860 <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> configuration option.
21861 This variable will be used by default.
21863 <UL>   
21864 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21865 </UL><P>
21866 &lt;End of help on this topic&gt;
21867 </BODY>
21868 </HTML>
21869 ====== h_config_init_cmd_list =====
21870 <HTML>
21871 <HEAD>
21872 <TITLE>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></TITLE>
21873 </HEAD>
21874 <BODY>
21875 <H1>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></H1>
21877 The initial keystroke--or command--list option lets you start Alpine at
21878 any place you like.
21879 Whatever keystrokes you specify here will be executed
21880 by Alpine upon startup as a macro.
21881 The words SPACE, TAB, DOWN, UP, LEFT, and
21882 RIGHT indicate the pressing of those keys.
21883 CR indicates the pressing of the RETURN key.
21884 F1 through F12 represent the function keys, and ^ followed
21885 by a character indicates that key pressed along with the control key (in
21886 other words, ^P means Ctrl-P).
21887 As a shortcut notation, an element of the list may be several characters
21888 surrounded by double-quotes (").
21889 That will be expanded into the individual keystrokes
21890 (excluding the double-quote characters).
21891 For example, the quoted-string
21893 <P><CENTER>"ABC"</CENTER>
21896 is interpreted the same as the three separate list members
21898 <P><CENTER>A and B and C</CENTER>
21901 which is also the same as
21903 <P><CENTER>A,B,C</CENTER>
21906 An example: To view message 1 on startup,
21907 you could use an <!--#echo var="VAR_initial-keystroke-list"--> equal to
21909 <P><CENTER>I,J,1,CR,V</CENTER>
21912 An equivalent version of this is
21914 <P><CENTER>"IJ1",CR,V</CENTER>
21917 Restrictions: You cannot pre-type into the composer with the initial
21918 keystroke list, and you cannot mix function key commands with letter
21919 commands.
21921 <P><UL>   
21922 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21923 </UL>
21925 &lt;End of help on this topic&gt;
21926 </BODY>
21927 </HTML>
21928 ====== h_config_comp_hdrs =====
21929 <html>
21930 <header>
21931 <title>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></title>
21932 </header>
21933 <body>
21934 <h1>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></h1>
21936 You can control which headers you want visible when composing outgoing
21937 email using this option.
21938 You can specify any of the regular set, any
21939 <A HREF="h_compose_richhdr">Rich Header</A>,
21940 or any <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
21941 that you have already defined.
21942 If you use this setting at all, you must specify all the
21943 headers you want to see, you can't just add to the regular header set.
21944 The default set is To:, Cc:, Attchmnt:, and Subject:.<p>
21946 Note that the "Newsgroups:" header will be abbreviated in the Composer
21947 display, but should be spelled out in full here.<p>
21948 <UL>   
21949 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21950 </UL><P>
21951 &lt;End of help on this topic&gt;
21952 </body>
21953 </html>
21954 ====== h_config_custom_hdrs =====
21955 <HTML>
21956 <HEAD>
21957 <TITLE>OPTION: <!--#echo var="VAR_customized-hdrs"--></TITLE>
21958 </HEAD>
21959 <BODY>
21960 <H1>OPTION: <!--#echo var="VAR_customized-hdrs"--></H1>
21962 You may add your own custom headers to outgoing messages.
21963 Each header you specify here must include the header tag 
21964 (<A HREF="h_composer_reply_to">Reply-To:</A>, Approved:, etc.)
21965 and may optionally include a value for that header.
21966 If you want to see these custom headers each time you compose a message,
21967 you must add them to your
21968 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> list, 
21969 otherwise they become part
21970 of the rich header set that you only see when you press the
21971 <A HREF="h_compose_richhdr">Rich Header</A>
21972 <!--chtml if pinemode="function_key"-->(F5)
21973 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
21974 (If you are looking for a way to change which headers are <EM>displayed</EM>
21975 when you view a message, take a look at the
21976 <A HREF="h_config_viewer_headers"><!--#echo var="VAR_viewer-hdrs"--></A>
21977 option instead.)
21978 Here's an example that shows how you might set your From address
21980 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
21982 and another showing how you might set a Reply-To address
21984 <CENTER><SAMP>Reply-To: user@example.com</SAMP></CENTER>
21986 You may also set non-standard header values here.
21987 For example, you could add
21989 <CENTER><SAMP>Organization: My Organization Name</SAMP></CENTER>
21991 or even
21993 <CENTER><SAMP>X-Favorite-Colors: Purple and Gold</SAMP></CENTER>
21995 If you include a value after the colon then that header will be included
21996 in your outgoing messages unless you delete it before sending.
21997 If a header in the <!--#echo var="VAR_customized-hdrs"--> list has only a tag but no value, then
21998 it will not be included in outgoing messages unless you edit a value
21999 in manually.
22000 For example, if
22002 <CENTER><SAMP>Reply-To:</SAMP></CENTER>
22004 is in the list, then the Reply-To header will be available for editing
22005 but won't be included unless a value is added while in the composer.
22007 It's actually a little more complicated than that.
22008 The values of headers that you set with the <!--#echo var="VAR_customized-hdrs"--> option are
22009 defaults.
22010 If the message you are about to compose already has a value for a header,
22011 that value is used instead of a value from your <!--#echo var="VAR_customized-hdrs"-->.
22012 For example, if you are Replying to a message the Subject field
22013 will already be filled in.
22014 In that case, if the <!--#echo var="VAR_customized-hdrs"--> list contains a Subject line, the
22015 custom subject will <EM>NOT</EM> be used.
22016 The subject derived from the subject of the message you are Replying
22017 to will be used instead.
22019 It is also possible to make header setting even more complicated and more
22020 automatic by using
22021 <A HREF="h_rules_roles">Roles</A>,
22022 but if all you want to do is set a default value for a header, you don't
22023 need to think about Roles.
22025 If you change your From address you may also find it useful to add the
22026 changed From address to the
22027 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
22028 configuration option.
22030 Limitation: Because commas are used to separate the list of
22031 <!--#echo var="VAR_customized-hdrs"-->, it is not possible to have the value of a
22032 header contain a comma.
22033 Nor is there currently an &quot;escape&quot; mechanism provided
22034 to make this work.
22035 <P><UL>
22036 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22037 </UL>
22039 &lt;End of help on this topic&gt;
22040 </BODY>
22041 </HTML>
22042 ====== h_config_viewer_headers =====
22043 <HTML>
22044 <HEAD>
22045 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdrs"--></TITLE>
22046 </HEAD>
22047 <BODY>
22048 <H1>OPTION: <!--#echo var="VAR_viewer-hdrs"--></H1>
22050 You may change the default list of headers that are viewed by listing
22051 the headers you want to view here.  If the headers in your
22052 &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list are present in the message, then they
22053 will be shown.  The order of the headers you list will be honored.  If
22054 the special value &quot;all-except&quot; is included as the first
22055 header in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list, then all headers in the
22056 message except those in the list will be shown.  The values are all
22057 case insensitive.
22060 Note that once you put anything in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list,
22061 then the original default headers are ignored.  So, if you just wanted
22062 to add the header Organization to the list, you would have to list
22063 Organization plus all of the other headers originally in the default
22064 list.  If you just included Organization and nothing else, then you
22065 would see only the Organization header, nothing else.
22068 The default list of headers includes:
22069 <UL>
22070   <LI>From
22071   <LI>Resent-From
22072   <LI>To
22073   <LI>Resent-To
22074   <LI>Cc
22075   <LI>Resent-cc
22076   <LI>Bcc
22077   <LI>Newsgroups
22078   <LI>Followup-To
22079   <LI>Date
22080   <LI>Resent-Date
22081   <LI>Subject
22082   <LI>Resent-Subject
22083   <LI>Reply-To
22084 </UL>
22087 If you are looking for a way to control which headers are included in
22088 outgoing mail and are visible or not in the composer, take a look at the
22089 options
22090 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22091 and <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> instead of
22092 this option.
22094 <UL>   
22095 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22096 </UL><P>
22097 &lt;End of help on this topic&gt;
22098 </BODY>
22099 </HTML>
22100 ====== h_config_viewer_margin_left =====
22101 <HTML>
22102 <HEAD>
22103 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-left"--></TITLE>
22104 </HEAD>
22105 <BODY>
22106 <H1>OPTION: <!--#echo var="VAR_viewer-margin-left"--></H1>
22108 This variable controls the left-hand vertical margin's width in
22109 Alpine's Message Viewing screen.
22110 Its value is the number of space characters preceding each displayed line.
22111 For consistency with
22112 <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>,
22113 you may specify the column number to start in
22114 (column numbering begins with number 1)
22115 instead of the width of the margin by appending a lower case letter
22116 &quot;c&quot; to the number.
22117 For example, a value of &quot;2c&quot; means to start the text in column two,
22118 which is entirely equivalent to a value of &quot;1&quot;, which means to
22119 leave a margin of 1 space.
22121 The default is a left margin of 0 (zero).
22122 Misconfigurations (for example, negative values or values with starting
22123 left columns greater than the ending right column)
22124 are silently ignored.
22125 If the number of columns for text between the <!--#echo var="VAR_viewer-margin-left"--> and
22126 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22127 instead.
22130 &lt;End of help on this topic&gt;
22131 </BODY>
22132 </HTML>
22133 ====== h_config_viewer_margin_right =====
22134 <HTML>
22135 <HEAD>
22136 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-right"--></TITLE>
22137 </HEAD>
22138 <BODY>
22139 <H1>OPTION: <!--#echo var="VAR_viewer-margin-right"--></H1>
22141 This variable controls the right-hand vertical margin's width in
22142 Alpine's Message Viewing screen.
22143 Its value is the number of space characters following each displayed line.
22144 You may specify the column number to end the text in
22145 (column numbering begins with number 1)
22146 instead of the width of the margin by appending a lower case letter
22147 &quot;c&quot; to the number.
22148 For example, a value of &quot;76c&quot; means to end the text in column 76.
22149 If the screen is 80 characters wide, this is equivalent to a value
22150 of &quot;4&quot;, which means to leave a margin of 4 spaces.
22151 However, if you use different size screens at different times, then these
22152 two values are not equivalent.
22154 The default right margin is 4.
22155 Misconfigurations (for example, negative values or values with starting
22156 left columns greater than the ending right column)
22157 are silently ignored.
22158 If the number of columns for text between the
22159 <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
22160 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22161 instead.
22164 &lt;End of help on this topic&gt;
22165 </BODY>
22166 </HTML>
22167 ====== h_config_quote_suppression =====
22168 <HTML>
22169 <HEAD>
22170 <TITLE>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></TITLE>
22171 </HEAD>
22172 <BODY>
22173 <H1>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></H1>
22175 This option should be used with care.
22176 It will cause some of the quoted text to be eliminated from the
22177 display when viewing a message in the MESSAGE TEXT screen.
22178 For example, if you set the <!--#echo var="VAR_quote-suppression-threshold"--> to the
22179 value &quot;5&quot;,
22180 this will cause quoted text that is longer than five lines to be truncated.
22181 Quoted text of five or fewer consecutive lines will be displayed in its entirety.
22182 Quoted text of more than six lines will have the first five lines displayed
22183 followed by a line that looks something like
22185 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
22187 As a special case, if exactly one line of quoted text would be hidden, the
22188 entire quote will be shown instead.
22189 So for the above example, quoted text that is exactly six lines long will
22190 will be shown in its entirety.
22191 (In other words, instead of hiding a single line and adding a line
22192 that announces that one line was hidden, the line is just shown.)
22194 If the sender of a message has carefully chosen the quotes that he or she
22195 includes, hiding those quotes may change the meaning of the message.
22196 For that reason, Alpine requires that when you want to set the value of this
22197 variable to something less than four lines, you actually have to set it
22198 to the negative of that number.
22199 So if you want to set this option to &quot;3&quot;, you actually have to
22200 set it to &quot;-3&quot;.
22201 The only purpose of this is to get you to think about whether or not you
22202 really want to do this!
22203 If you want to delete all quoted text you set the value of this option
22204 to the special value &quot;-10&quot;.
22206 The legal values for this option are
22208 <TABLE>   
22209 <TR>
22210   <TD> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22211   <TD> Default, don't hide anything </TD>
22212 </TR>
22213 <TR>
22214   <TD> &nbsp;-1,-2,-3&nbsp;&nbsp; </TD>
22215   <TD> Suppress quote lines past 1, 2, or 3 lines </TD>
22216 </TR>
22217 <TR>
22218   <TD> &nbsp;4,5,6,...&nbsp; </TD>
22219   <TD> Suppress if more than that many lines </TD>
22220 </TR>
22221 <TR>
22222   <TD> &nbsp;&nbsp;&nbsp;-10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22223   <TD> Suppress all quoted lines </TD>
22224 </TR>
22225 </TABLE>
22227 If you set this option to a non-default value you may sometimes wish to
22228 view the quoted text that is not shown.
22229 When this is the case, the
22230 <A HREF="h_common_hdrmode">HdrMode Command</A>
22231 may be used to show the hidden text.
22232 Typing the &quot;H&quot; command once will show the hidden text.
22233 Typing a second &quot;H&quot; will also turn on Full Header mode.
22234 The presence or absence of the HdrMode command is determined by the
22235 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
22236 Feature-List option in your Alpine configuration, so you will want to
22237 be sure that is turned on if you use quote suppression.
22239 For the purposes of this option, a quote is a line that begins with the
22240 character &quot;&gt;&quot;.
22242 Quotes are only suppressed when displaying a message on the screen.
22243 The entire quote will be left intact when printing or forwarding or something
22244 similar.
22246 &lt;End of help on this topic&gt;
22247 </BODY>
22248 </HTML>
22249 ====== h_config_saved_msg_name_rule =====
22250 <HTML>
22251 <HEAD>
22252 <TITLE>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></TITLE>
22253 </HEAD>
22254 <BODY>
22255 <H1>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></H1>
22257 This option determines the default folder name when saving
22258 a message.
22261 The default option is &quot;default-folder&quot;, which is the folder
22262 called &quot;saved-messages&quot; in Unix Alpine and
22263 &quot;savemail&quot; in PC-Alpine.  To change the default folder, modify
22264 the Alpine option called
22265 <A HREF="h_config_def_save_folder">&quot;<!--#echo var="VAR_default-saved-msg-folder"-->&quot;</A>.
22268 Choosing any of the &quot;by-&quot; options cause Alpine to attempt to
22269 get the chosen option's value for the message being saved (or for the
22270 first message being saved if using an aggregrate save).
22271 For example, if &quot;by-from&quot; is chosen, Alpine attempts to get the
22272 value of who the message came from (i.e. the from address).
22273 Alpine then attempts to save the message to a folder matching that value.
22274 If &quot;by-from&quot; is chosen and no value is obtained, Alpine uses
22275 &quot;by-sender&quot;.
22276 The opposite is also true.
22277 If &quot;by-recipient&quot; is chosen and the message was posted to a
22278 newsgroup, Alpine will use the newsgroup name.
22279 If &quot;by-replyto&quot; is chosen and no value is obtained, Alpine uses
22280 &quot;by-from&quot;.
22283 If any of the &quot;by-realname&quot; options are chosen, Alpine will attempt
22284 to use the personal name part of the address instead of the mailbox part.
22285 If any of the &quot;by-nick&quot; options are chosen, the
22286 address is looked up in your address book and if found, the
22287 nickname for that entry is used.
22288 Only simple address book entries are checked, not distribution lists.
22289 Similarly, if any of the
22290 &quot;by-fcc&quot; options are chosen, the fcc from the corresponding
22291 address book entry is used.
22292 If by-realname, or the by-nick or by-fcc lookups result in no value,
22293 then if the chosen option ends with the &quot;then-from&quot;,
22294 &quot;then-sender&quot;, &quot;then-replyto&quot;,
22295 or &quot;then-recip&quot; suffix, Alpine
22296 reverts to the same behavior as &quot;by-from&quot;,
22297 &quot;by-sender&quot;, &quot;by-replyto&quot;, or &quot;by-recip&quot;
22298 depending on which option was specified.
22299 If the chosen option doesn't end with one of
22300 the &quot;then-&quot; suffixes, then Alpine reverts to the default
22301 folder when no match is found in the address book.
22304 Choosing the option called &quot;last-folder-used&quot;, causes Alpine
22305 to save to the folder that you saved to the last time you saved a
22306 message.  The first time you save a message in an Alpine session, Alpine
22307 attempts to save the message to the default folder.
22310 Here is an example to make some of the options clearer.
22311 If the message is From
22313 <CENTER><SAMP>Fred Flintstone &lt;flint@bedrock.org&gt;</SAMP></CENTER>
22315 and this rule is set to &quot;by-from&quot;, then the default folder offered
22316 in the save dialog would be &quot;flint&quot;.
22318 If this rule is set to &quot;by-realname-of-from&quot; then the default would
22319 be &quot;Fred Flintstone&quot;.
22321 If this rule is set to &quot;by-nick-of-from&quot; then Alpine will search
22322 for the address &quot;flint@bedrock.org&quot; in your address book.
22323 If an entry is found and it has a nickname associated with it, that nickname
22324 will be offered as the default folder.
22325 If not, the default saved message folder will be offered as the default.
22327 If this rule is set to &quot;by-fcc-of-from&quot; then Alpine will search
22328 for the address &quot;flint@bedrock.org&quot; in your address book.
22329 If an entry is found and it has an Fcc associated with it, that Fcc
22330 will be offered as the default folder.
22331 If not, the default saved message folder will be offered as the default.
22333 If this rule is set to &quot;by-nick-of-from-then-from&quot; then Alpine will search
22334 for the address &quot;flint@bedrock.org&quot; in your address book.
22335 If an entry is found and it has a nickname associated with it, that nickname
22336 will be offered as the default folder.
22337 If it is not found (or has no nickname) then the default offered will be
22338 the same as it would be for the &quot;by-from&quot; rule.
22339 That is, it would be &quot;flint&quot;
22341 <UL>   
22342 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22343 </UL><P>
22344 &lt;End of help on this topic&gt;
22345 </BODY>
22346 </HTML>
22347 ====== h_config_fcc_rule =====
22348 <HTML>
22349 <HEAD>
22350 <TITLE>OPTION: <!--#echo var="VAR_fcc-name-rule"--></TITLE>
22351 </HEAD>
22352 <BODY>
22353 <H1>OPTION: <!--#echo var="VAR_fcc-name-rule"--></H1>
22355 This option determines the default name for folder carbon copy. Choose
22356 one:
22358 <DL>
22359 <DT>default-fcc</DT>
22360 <DD>This is the normal default, the value of which is set in the
22361 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable as specified earlier in this
22362 configuration.
22363 </DD>
22365 <DT>last-fcc-used</DT>
22366 <DD> Causes Alpine to use the folder that was last
22367 used in the fcc field
22368 </DD>
22370 <DT>by-nickname</DT>
22371 <DD>Means that Alpine will use the nickname
22372 from your address book that matches the first address in the To line.
22373 If there is no match, it will use the value of the
22374 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable.
22375 </DD>
22377 <DT>by-recipient</DT>
22378 <DD>Means Alpine will form a folder name
22379 based on the left hand side of the first address in the To line.
22380 </DD>
22382 <DT>by-nick-then-recip</DT>
22383 <DD>Means that it will use the
22384 matching nickname from your address book if there is one, otherwise it
22385 will extract the recipient name from the address and use that (like
22386 by-recipient).
22387 </DD>
22389 <DT>current-folder</DT>
22390 <DD>Causes a copy to be written to
22391 the currently open folder, unless that is the INBOX.  In the case
22392 where the current folder is the INBOX, the &quot;<!--#echo var="VAR_default-fcc"-->&quot; is
22393 used instead.
22394 </DD>
22395 </DL>
22398 Note: Whatever the fcc specified by the rule here, it will be
22399 over-ridden by any fcc entries you have in your address book.
22402 <UL>   
22403 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22404 </UL><P>
22405 &lt;End of help on this topic&gt;
22406 </BODY>
22407 </HTML>
22408 ====== h_config_sort_key =====
22409 <HTML>
22410 <HEAD>
22411 <TITLE>OPTION: <!--#echo var="VAR_sort-key"--></TITLE>
22412 </HEAD>
22413 <BODY>
22414 <H1>OPTION: <!--#echo var="VAR_sort-key"--></H1>
22416 This option determines the order in which messages will be displayed in
22417 the MESSAGE INDEX screen.  Choose from:
22419 <UL>
22420  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
22421  <LI> <A HREF="h_index_sort_date">Date</A>
22422  <LI> <A HREF="h_index_sort_subj">Subject</A>
22423  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
22424  <LI> <A HREF="h_index_sort_thread">Thread</A>
22425  <LI> <A HREF="h_index_sort_from">From</A>
22426  <LI> <A HREF="h_index_sort_size">Size</A>
22427  <LI> <A HREF="h_index_sort_score">Score</A>
22428  <LI> <A HREF="h_index_sort_to">To</A>
22429  <LI> <A HREF="h_index_sort_cc">Cc</A>
22430 </UL>
22433 Each type of sort may also be reversed.
22434 Normal default is by &quot;Arrival&quot;.
22437 A possible point of confusion arises when you change the configuration
22438 of the <!--#echo var="VAR_sort-key"-->.
22439 The folder will normally be re-sorted when you go back to viewing the
22440 index.
22441 However, if you have manually sorted the folder with the
22442 Sort
22443 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
22444 command, then it will not be re-sorted until the next time it is opened.
22447 <UL>   
22448 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22449 </UL><P>
22450 &lt;End of help on this topic&gt;
22451 </BODY>
22452 </HTML>
22453 ====== h_config_other_startup =====
22454 <HTML>
22455 <HEAD>
22456 <TITLE>OPTION: Set Startup Rule</TITLE>
22457 </HEAD>
22458 <BODY>
22459 <H1>OPTION: Set Startup Rule</H1>
22461 This option determines which message will be the <EM>current message</EM> when
22462 the folder is first opened.
22463 It works the same way that the option
22464 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
22465 works, so look there for help.
22466 It may be used for any folder, not just incoming folders.
22469 <UL>   
22470 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22471 </UL><P>
22472 &lt;End of help on this topic&gt;
22473 </BODY>
22474 </HTML>
22475 ====== h_config_perfolder_sort =====
22476 <HTML>
22477 <HEAD>
22478 <TITLE>Set Sort Order</TITLE>
22479 </HEAD>
22480 <BODY>
22481 <H1>Set Sort Order</H1>
22483 This option determines the order in which messages will be displayed in
22484 the MESSAGE INDEX screen when the Current Folder Type set in the
22485 Pattern is a match. Choose from:
22487 <UL>
22488  <LI> <A HREF="h_index_sort_default">Default</A>
22489  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
22490  <LI> <A HREF="h_index_sort_date">Date</A>
22491  <LI> <A HREF="h_index_sort_subj">Subject</A>
22492  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
22493  <LI> <A HREF="h_index_sort_thread">Thread</A>
22494  <LI> <A HREF="h_index_sort_from">From</A>
22495  <LI> <A HREF="h_index_sort_size">Size</A>
22496  <LI> <A HREF="h_index_sort_score">Score</A>
22497  <LI> <A HREF="h_index_sort_to">To</A>
22498  <LI> <A HREF="h_index_sort_cc">Cc</A>
22499 </UL>
22502 Each type of sort may also be reversed.
22503 Normal default is by &quot;Arrival&quot;.
22506 A possible point of confusion arises when you change the configuration
22507 of the Sort Order for the currently open folder.
22508 The folder will normally be re-sorted when you go back to viewing the
22509 index.
22510 However, if you have manually sorted the folder with the
22511 Sort
22512 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
22513 command, then it will not be re-sorted until the next time it is opened.
22516 <UL>   
22517 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22518 </UL><P>
22519 &lt;End of help on this topic&gt;
22520 </BODY>
22521 </HTML>
22522 ====== h_config_fld_sort_rule =====
22523 <HTML>
22524 <HEAD>
22525 <TITLE>OPTION: <!--#echo var="VAR_folder-sort-rule"--></TITLE>
22526 </HEAD>
22527 <BODY>
22528 <H1>OPTION: <!--#echo var="VAR_folder-sort-rule"--></H1>
22530 This option controls the order in which folder list entries will be
22531 presented in the FOLDER LIST screen.  Choose one of the following:
22533 <DL>
22534 <DT>Alphabetical</DT>
22535 <DD>sort by alphabetical name independent of type
22536 </DD>
22538 <DT>Alpha-with-dirs-last</DT>
22539 <DD>sort by alphabetical name grouping directory entries
22540 to the end of the list
22541 </DD>
22543 <DT>Alpha-with-dirs-first</DT>
22544 <DD>sort by alphabetical name grouping directory entries
22545 to the start of the list
22546 </DD>
22547 </DL>
22549 The normal default is &quot;Alphabetical&quot;.
22552 <UL>   
22553 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22554 </UL><P>
22555 &lt;End of help on this topic&gt;
22556 </BODY>
22557 </HTML>
22558 ====== h_config_ab_sort_rule =====
22559 <HTML>
22560 <HEAD>
22561 <TITLE>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></TITLE>
22562 </HEAD>
22563 <BODY>
22564 <H1>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></H1>
22566 This option controls the order in which address book entries will be
22567 presented.  Choose one of the following:
22569 <DL>
22570 <DT>fullname</DT>
22571 <DD>use fullname field, lists mixed in
22572 </DD>
22574 <DT>fullname-with-lists-last</DT>
22575 <DD>use fullname field, but put lists at end
22576 </DD>
22578 <DT>nickname</DT>
22579 <DD>use nickname field, lists mixed in
22580 </DD>
22582 <DT>nickname-with-lists-last</DT>
22583 <DD>use nickname field, but put lists at end
22584 </DD>
22586 <DT>dont-sort</DT>
22587 <DD>don't change order of file
22588 </DD>
22589 </DL>
22592 The normal default is &quot;fullname-with-lists-last&quot;.
22593 If you use an address book from more than one computer and those
22594 computers sort the address book differently then the sort order
22595 will be the order where the last change to the address book was
22596 made.
22597 There are two reasons the sorting might be different on different
22598 systems.
22599 First, the <!--#echo var="VAR_addrbook-sort-rule"--></a> may be set differently in the two
22600 places.
22601 Second, the collation rules on the two computers may be different.
22602 For example, one system might ignore special characters while the other
22603 doesn't or one may sort upper and lower case letters together while
22604 the other doesn't.
22605 In any case, the order you see is the order on the system where the
22606 last change was made, for example by an address book edit or a
22607 Take Address command.
22610 <UL>   
22611 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22612 </UL><P>
22613 &lt;End of help on this topic&gt;
22614 </BODY>
22615 </HTML>
22616 ====== h_config_post_char_set =====
22617 <HTML>
22618 <HEAD>
22619 <TITLE>OPTION: <!--#echo var="VAR_posting-character-set"--></TITLE>
22620 </HEAD>
22621 <BODY>
22622 <H1>OPTION: <!--#echo var="VAR_posting-character-set"--></H1>
22624 The <!--#echo var="VAR_posting-character-set"--> configuration option is used
22625 when sending messages.
22629 When sending a message the text typed in the composer is
22630 labeled with the character set specified by this option.
22631 If the composed text is not fully representable in the 
22632 specified <!--#echo var="VAR_posting-character-set"-->, then it is labeled as &quot;UTF-8.&quot
22633 instead;
22636 Attachments are labeled with your
22637 <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>.
22640 Generally, there should be little need to set this option.
22641 If left unset, the
22642 default behavior is to label composed text as specifically as
22643 possible.  That is, if the composed text has no non-ASCII characters,
22644 it is labeled as &quot;US-ASCII.&quot; Similarly, if it is composed of
22645 only ISO-8859-15 characters, it is labeled as such.  Alpine will
22646 attempt to automatically detect a number of character sets including ISO-8859-15,
22647 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
22648 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, and EUC-KR.
22649 If the message contains a mix of character sets,
22650 it is labeled as &quot;UTF-8.&quot;
22654 This setting is provided to allow you to force a particular character set that
22655 Alpine does not automatically detect. For example, if a message is representable
22656 in more than one character set then Alpine may choose a different default
22657 than you want.
22658 Lastly, by setting this option explicitly to
22659 &quot;UTF-8&quot; all non-ASCII messages you send will be labeled as
22660 &quot;UTF-8&quot; instead of something more specific.
22663 In the Setup/Config screen you may choose from a list of all the
22664 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
22667 The options
22668 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
22669 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
22670 are closely related.
22671 Setting the feature
22672 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
22673 should cause this option to be ignored.
22676 <UL>   
22677 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22678 </UL><P>
22679 &lt;End of help on this topic&gt;
22680 </BODY>
22681 </HTML>
22682 ====== h_config_unk_char_set =====
22683 <HTML>
22684 <HEAD>
22685 <TITLE>OPTION: <!--#echo var="VAR_unknown-character-set"--></TITLE>
22686 </HEAD>
22687 <BODY>
22688 <H1>OPTION: <!--#echo var="VAR_unknown-character-set"--></H1>
22690 The <!--#echo var="VAR_unknown-character-set"--> configuration option is used
22691 when reading or replying to messages.
22695 A text message should either be made up of all US-ASCII characters
22696 or it should contain a charset label which tells the software which
22697 character set encoding to use to interpret the message.
22698 Sometimes a malformed message may be unlabeled but contain non-ascii text.
22699 This message is outside of the standards so any attempt to read it could fail.
22700 When Alpine attempts to read such a message it will try to interpret the
22701 text in the character set you specify here.
22702 For example, if you have correspondents who send you unlabeled messages that
22703 are usually made up of characters from the WINDOWS-1251 character set, setting
22704 this <!--#echo var="VAR_unknown-character-set"--> to <CODE>WINDOWS-1251</CODE> will
22705 allow you to read those messages.
22706 Of course, if the unlabeled message is actually in some other character set,
22707 then you may see garbage on your screen.
22709 Instead of just unlabeled text, this option also affects text which is labeled
22710 with the charsets &quot;X-Unknown&quot; or &quot;US-ASCII&quot;.
22713 In the Setup/Config screen you may choose from a list of all the
22714 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
22717 <UL>   
22718 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22719 </UL><P>
22720 &lt;End of help on this topic&gt;
22721 </BODY>
22722 </HTML>
22723 ====== h_config_char_set =====
22724 <HTML>
22725 <HEAD>
22726 <TITLE>OPTION: Display Character Set</TITLE>
22727 </HEAD>
22728 <BODY>
22729 <H1>OPTION: Display Character Set</H1>
22731 The Display Character Set configuration option is used when viewing messages.
22733 Alpine uses Unicode characters internally and 
22734 it is a goal for Alpine to handle email in many different languages.
22735 Alpine will properly display only left-to-right character sets
22736 in a fixed-width font. Specifically, Alpine assumes that a fixed-width
22737 font is in use, in the sense that
22738 characters are assumed to take up zero, one, or two character cell
22739 widths from left to right on the screen. This is true even in PC-Alpine.
22742 Alpine recognizes some local character sets that are right-to-left
22743 (Arabic, Hebrew, and Thai) or not representable in a fixed-width font
22744 (Arabic) and properly converts texts in these character sets to/from
22745 Unicode; however, there are known display bugs with these character
22746 sets.
22749 There are three possible configuration character settings and some
22750 environment variable settings that can affect how Alpine
22751 handles international characters.
22752 The first two of these are only available in UNIX Alpine.
22753 The three configuration options are
22754 Display Character Set,
22755 Keyboard Character Set, and
22756 <!--#echo var="VAR_posting-character-set"-->.
22757 The Keyboard Character Set defaults to being the same value
22758 as the Display Character Set, and that is usually correct, because
22759 the keyboard almost always produces characters in the same character set
22760 as the display displays.
22761 The Display Character Set is the character set that Alpine
22762 will attempt to use when sending characters to the display.
22765 By default, the Display Character Set variable is not set and UNIX Alpine
22766 will attempt to get this information from the environment.
22767 In particular, the <CODE>nl_langinfo(CODESET)</CODE> call is used.
22768 This usually depends on the setting of the environment variables LANG or LC_CTYPE.
22769 An explicit configuration setting for Display Character Set will,
22770 of course, override any default setting.
22772 For PC-Alpine the Display Character Set
22773 and the Keyboard Character Set
22774 are always equivalent to <CODE>UTF-8</CODE> and this is not settable.
22777 It is probably best to use UNIX Alpine in a terminal emulator
22778 capable of displaying UTF-8 characters, since that will allow you to
22779 view just about any received text that is correctly formatted (note,
22780 however, the above comments about known index display bugs with certain
22781 character sets). You'll need to have an emulator that uses a UTF-8 font
22782 and you'll need to set up your environment to use a UTF-8 charmap. For
22783 example, on a Linux system you might include
22785 <CENTER> <CODE>setenv LANG en_US.UTF-8</CODE> </CENTER>
22788 or something similar in your UNIX startup files.
22789 You'd also have to select a UTF-8 font in your terminal emulator.
22792 The types of values that the character set variables may be set to are
22793 <CODE>UTF-8</CODE>, <CODE>ISO-8859-1</CODE>, or <CODE>EUC-JP</CODE>.
22794 The <CODE>ISO-2022</CODE> character sets are not supported for input or
22795 for display, but as a special case, <CODE>ISO-2022-JP</CODE> is supported
22796 for use only as a <!--#echo var="VAR_posting-character-set"-->.
22797 In the Setup/Config screen you may choose from a list of all the
22798 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
22799 Here is a list of many of the possible character sets:
22802 <TABLE>
22803 <TR> <TD>UTF-8</TD> <TD>Unicode</TD> </TR>
22804 <TR> <TD>US-ASCII</TD> <TD>7 bit American English characters</TD> </TR>
22805 <TR> <TD>ISO-8859-1</TD> <TD>8 bit European "Latin 1" character set</TD> </TR>
22806 <TR> <TD>ISO-8859-2</TD> <TD>8 bit European "Latin 2" character set</TD> </TR>
22807 <TR> <TD>ISO-8859-3</TD> <TD>8 bit European "Latin 3" character set</TD> </TR>
22808 <TR> <TD>ISO-8859-4</TD> <TD>8 bit European "Latin 4" character set</TD> </TR>
22809 <TR> <TD>ISO-8859-5</TD> <TD>8 bit Latin and Cyrillic</TD> </TR>
22810 <TR> <TD>ISO-8859-6</TD> <TD>8 bit Latin and Arabic</TD> </TR>
22811 <TR> <TD>ISO-8859-7</TD> <TD>8 bit Latin and Greek</TD> </TR>
22812 <TR> <TD>ISO-8859-8</TD> <TD>8 bit Latin and Hebrew</TD> </TR>
22813 <TR> <TD>ISO-8859-9</TD> <TD>8 bit European "Latin 5" character set</TD> </TR>
22814 <TR> <TD>ISO-8859-10</TD> <TD>8 bit European "Latin 6" character set</TD> </TR>
22815 <TR> <TD>ISO-8859-11</TD> <TD>Latin and Thai</TD> </TR>
22816 <TR> <TD>ISO-8859-12</TD> <TD>Reserved</TD> </TR>
22817 <TR> <TD>ISO-8859-13</TD> <TD>8 bit European "Latin 7" character set</TD> </TR>
22818 <TR> <TD>ISO-8859-14</TD> <TD>8 bit European "Latin 8" character set</TD> </TR>
22819 <TR> <TD>ISO-8859-15</TD> <TD>8 bit European "Latin 9" character set</TD> </TR>
22820 <TR> <TD>ISO-8859-16</TD> <TD>8 bit European "Latin 10" character set</TD> </TR>
22821 <TR> <TD>KOI8-R</TD> <TD>8 bit Latin and Russian</TD> </TR>
22822 <TR> <TD>KOI8-U</TD> <TD>8 bit Latin and Ukranian</TD> </TR>
22823 <TR> <TD>WINDOWS-1251</TD> <TD>8 bit Latin and Russian</TD> </TR>
22824 <TR> <TD>TIS-620</TD> <TD>8 bit Latin and Thai</TD> </TR>
22825 <TR> <TD>VISCII</TD> <TD>8 bit Latin and Vietnamese</TD> </TR>
22826 <TR> <TD>GBK</TD> <TD>Latin and Chinese Simplified</TD> </TR>
22827 <TR> <TD>GB2312</TD> <TD>Latin and Chinese Simplified</TD> </TR>
22828 <TR> <TD>CN-GB</TD> <TD>Latin and Chinese Simplified</TD> </TR>
22829 <TR> <TD>BIG5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
22830 <TR> <TD>BIG-5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
22831 <TR> <TD>EUC-JP</TD> <TD>Latin and Japanese</TD> </TR>
22832 <TR> <TD>SHIFT-JIS</TD> <TD>Latin and Japanese</TD> </TR>
22833 <TR> <TD>EUC-KR</TD> <TD>Latin and Korean</TD> </TR>
22834 <TR> <TD>KSC5601</TD> <TD>Latin and Korean</TD> </TR>
22835 </TABLE>
22838 When reading incoming email, Alpine understands many different
22839 character sets and is able to convert the incoming mail into Unicode.
22840 The Unicode will be converted to the Display Character Set
22841 for display on your terminal.
22842 Characters typed at the keyboard will be converted from the
22843 Keyboard Character Set to Unicode for Alpine's internal
22844 use.
22845 You may find that you can read some malformed messages that do not
22846 contain a character set label by setting the option
22847 <A HREF="h_config_unk_char_set">&quot;<!--#echo var="VAR_unknown-character-set"-->&quot;</A>.
22850 The <!--#echo var="VAR_posting-character-set"--> is used when sending messages.
22851 The default behavior obtained by leaving this variable unset is usually
22852 what is wanted. In that default case, Alpine will attempt
22853 to label the message with the most specific character set from the
22854 rather arbitrary set
22856 US-ASCII, ISO-8859-15,
22857 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
22858 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, EUC-KR, and UTF-8.
22861 For example, if the message is made up of only US-ASCII characters, it
22862 will be labeled US-ASCII. Otherwise, if it is all ISO-8859-15 characters,
22863 that will be the label. If that doesn't work the same is tried for the
22864 remaining members of the list.
22867 It might make sense to set <!--#echo var="VAR_posting-character-set"--> to an
22868 explicit value instead.
22869 For example, if you usually send messages in Greek, setting this
22870 option to ISO-8859-7 will result in messages being labeled as
22871 US-ASCII if there are no non-ascii characters, ISO-8859-7 if there
22872 are only Greek characters, or UTF-8 if there are some characters
22873 that aren't representable in ISO-8859-7.
22874 Another possibility is to set this option explicitly to UTF-8.
22875 In that case
22876 Alpine labels only ascii messages as US-ASCII and all other
22877 messages as UTF-8.
22880 The options
22881 <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
22882 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
22883 are closely related to this option.
22884 Setting the feature
22885 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
22886 should cause this option to be ignored.
22889 When displaying a message, Alpine compares this setting to the character
22890 set specified in the message.  If not all of the
22891 characters in the message can be displayed using the Display Character Set
22892 then Alpine places an editorial
22893 comment in the displayed text (enclosed in square-brackets) indicating
22894 that some characters may not be displayed correctly.
22895 This comment may be eliminated by turning on the option
22896 <A HREF="h_config_quell_charset_warning"><!--#echo var="FEAT_quell-charset-warning"--></A>.
22899 <UL>   
22900 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22901 </UL><P>
22902 &lt;End of help on this topic&gt;
22903 </BODY>
22904 </HTML>
22905 ====== h_config_key_char_set =====
22906 <HTML>
22907 <HEAD>
22908 <TITLE>OPTION: Keyboard Character Set</TITLE>
22909 </HEAD>
22910 <BODY>
22911 <H1>OPTION: Keyboard Character Set</H1>
22913 UNIX Alpine only.
22915 The Keyboard Character Set identifies the character set of the characters
22916 coming from your keyboard.
22917 It defaults to having the same value as your
22918 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>,
22919 which in turn defaults to a value obtained from your environment.
22920 It is unlikely that you will need to use this option, because the keyboard
22921 almost always produces the same kind of characters as the display displays.
22924 This character set is also used when accessing files in your local
22925 file system.
22926 The names of the files are assumed to be in the same character set as
22927 what the keyboard produces, as well as the contents of the files.
22930 In the Setup/Config screen you may choose from a list of all the
22931 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
22934 The options
22935 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
22936 and <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
22937 are closely related.
22938 Setting the feature
22939 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
22940 should cause this option to be ignored.
22943 <UL>   
22944 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22945 </UL><P>
22946 &lt;End of help on this topic&gt;
22947 </BODY>
22948 </HTML>
22949 ====== h_config_editor =====
22950 <HTML>
22951 <HEAD>
22952 <TITLE>OPTION: <!--#echo var="VAR_editor"--></TITLE>
22953 </HEAD>
22954 <BODY>
22955 <H1>OPTION: <!--#echo var="VAR_editor"--></H1>
22957 <!--#echo var="VAR_editor"--> specifies the program invoked by ^_ in the Composer. This is
22958 normally an alternative to Alpine's internal composer (Pico).  You could use
22959 this setting to specify an alternate editor to use occasionally or if you
22960 have a favorite editor and want to use it all the time (see the 
22961 <A HREF="h_config_alt_ed_now">&quot;<!--#echo var="FEAT_enable-alternate-editor-implicitly"-->&quot;</A> setting).  <P>
22962 If you specify multiple editors for this option, ^_ will invoke the first one 
22963 of those specified that exists and is executable.  When specifying a program 
22964 for use here, make sure that the format of the text it saves -- which, when 
22965 you exit it, will become the message body in Alpine -- is appropriate 
22966 for the body of an email message; avoid proprietary formats that may result in 
22967 a message body that the recipient of your message will be unable to decipher.
22969 <!--chtml if pinemode="os_windows"-->
22970 <!--chtml else-->
22971 If you are in doubt about what editors are available on your system, or which 
22972 of them may be appropriate for specification here, ask your local computing 
22973 support staff.  
22974 <!--chtml endif-->
22976 Note that if <a href="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></a> is
22977 unset, outgoing text will be set as flowed.  In most cases this will be fine,
22978 but if the editor has a &quot;flowed text&quot; mode, it would be best to
22979 use that.
22981 <P><UL>
22982 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22983 </UL>
22985 &lt;End of help on this topic&gt;
22986 </BODY>
22987 </HTML>
22988 ====== h_config_speller =====
22989 <HTML>
22990 <HEAD>
22991 <TITLE>OPTION: <!--#echo var="VAR_speller"--></TITLE>
22992 </HEAD>
22993 <BODY>
22994 <H1>OPTION: <!--#echo var="VAR_speller"--></H1>
22996 UNIX Alpine only.
22998 For PC-Alpine, you must install the aspell library code that you
22999 may get from
23000 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
23002 This option affects the behavior of the ^T (spell check) command in the
23003 Composer.  It specifies the program invoked by ^T in the Composer.
23004 By default, Alpine uses
23006 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
23008 if it knows where to find &quot;aspell&quot;.
23009 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
23010 then the command used is
23012 <CENTER><SAMP>ispell -l</SAMP></CENTER>
23014 Otherwise, the ancient &quot;spell&quot; command is used.
23016 If you specify a value for this command (with full pathname) then that is what
23017 will be used instead of any of the defaults.
23018 When invoking this
23019 spell-checking program, Alpine appends a tempfile name (where the message is
23020 passed) to the command line. Alpine expects the speller to correct the
23021 spelling in that file. When you exit from that program Alpine will read the
23022 tempfile back into the composer.
23024 Don't set this speller option to the standard Unix spell command.
23025 That won't work because spell works in a different way.
23028 <UL>   
23029 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23030 </UL><P>
23031 &lt;End of help on this topic&gt;
23032 </BODY>
23033 </HTML>
23034 ====== h_config_display_filters =====
23035 <HTML>
23036 <HEAD>
23037 <TITLE>OPTION: <!--#echo var="VAR_display-filters"--></TITLE>
23038 </HEAD>
23039 <BODY>
23040 <H1>OPTION: <!--#echo var="VAR_display-filters"--></H1>
23042 This option defines a list of text-filtering commands (programs or
23043 scripts) that may be used to filter text portions of received messages
23044 prior to their use (e.g., presentation in the &quot;MESSAGE TEXT&quot;
23045 display screen, exporting to a text file).  
23046 For security reasons, the full path name of the
23047 filter command must be specified.
23050 The command is executed and the message is piped into its standard input. 
23051 The standard output of the command is read back by Alpine.  The
23052 &quot;_TMPFILE_&quot; token (see below) overrides this default behavior. 
23054 <P> 
23055 The filter's use is based on the configured &quot;trigger&quot; string.  The
23056 format of a filter definition is:
23058 <P>   
23059 <CENTER>&lt;trigger&gt; &lt;command&gt; &lt;arguments&gt;</CENTER>
23062 You can specify as many filters as you wish, separating them with a comma.  
23063 Each filter can have only one trigger and command.  Thus, two trigger 
23064 strings that invoke the same command require separate filter 
23065 specifications. 
23067 <P> 
23068 The &quot;trigger&quot; is simply text that, if found in the message,
23069 will invoke the associated command.  If the trigger contains any space
23070 characters, it must be placed within quotes.  Likewise, should you
23071 wish a filter to be invoked unconditionally, define the trigger as the
23072 null string, &quot;&quot; (two consecutive double-quote characters).  If the
23073 trigger string is found anywhere in the text of the message the filter
23074 is invoked.  Placing the trigger text within the tokens defined below
23075 changes where within the text the trigger must be before considering
23076 it a match.
23078 <P>  
23079 Trigger Modifying Tokens:
23080 <DL>
23081 <DT>_CHARSET(<VAR>string</VAR>)_</DT>
23082 <DD>This token tells Alpine to invoke the supplied command
23083 if the text is in a character set matching <VAR>string</VAR>
23084 (e.g., ISO-8859-2 or ISO-2022-JP).
23085 </DD>
23088 <DT>_LEADING(<VAR>string</VAR>)_</DT>
23089 <DD>This token tells Alpine to invoke the supplied command
23090 if the enclosed <VAR>string</VAR> is found to be the first
23091 non-whitespace text.
23092 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23093 the space character.
23094 </DD>
23096 <DT>_BEGINNING(<VAR>string</VAR>)_</DT>
23097 <DD>This token tells Alpine to invoke the supplied command
23098 if the enclosed <VAR>string</VAR> is found at the beginning
23099 of any line in the text.
23100 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23101 the space character.
23102 </DD>
23103 </DL>
23106 The &quot;command&quot; and &quot;arguments&quot; portion is simply
23107 the command line to be invoked if the trigger string is found.  Below
23108 are tokens that Alpine will recognize and replace with special values
23109 when the command is actually invoked.
23112 Command Modifying Tokens:
23114 <DL>
23115 <DT>_TMPFILE_</DT>
23116 <DD>When the command is executed, this token is 
23117 replaced with the path and name of the temporary 
23118 file containing the text to be filtered.  Alpine 
23119 expects the filter to replace this data with the 
23120 filter's result.
23123 NOTE: Use of this token implies that the text to 
23124 be filtered is not piped into standard input of the 
23125 executed command and its standard output is ignored. 
23126 Alpine restores the tty modes before invoking the
23127 filter in case the filter interacts with the user
23128 via its own standard input and output.  
23129 </DD>
23130                         
23131 <DT>_RESULTFILE_</DT>
23132 <DD>When the command is executed, this token is 
23133 replaced with the path and name of a temporary 
23134 file intended to contain a status message from the 
23135 filter.  Alpine displays this in the message status 
23136 field. 
23137 </DD>
23139 <DT>_DATAFILE_</DT>
23140 <DD>When the command is executed, this token is 
23141 replaced with the path and name of a temporary 
23142 file that Alpine creates once per session and deletes 
23143 upon exit.  The file is intended to be used by the 
23144 filter to store state information between instances 
23145 of the filter.
23146 </DD>
23147    
23148 <DT>_PREPENDKEY_</DT>
23149 <DD>When the command is executed, this token indicates that a random
23150 number will be passed down the input stream before the message text.
23151 This number could be used as a session key.  It is sent in this way to
23152 improve security.  The number is unique to the current Alpine session
23153 and is only generated once per session.
23154 </DD>
23156 <DT>_SILENT_</DT>
23157 <DD>When the filter is executed, this token tells Alpine not to repaint
23158 the screen while the command is being executed. This can be used with 
23159 filters that do not interact with the user, and therefore repainting 
23160 the screen is not necessary. 
23161 </DD>
23162 </DL>
23165 The feature
23166 <A HREF="h_config_disable_reset_disp"><!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></A> is related.
23168 Performance caveat/considerations:
23169 <BR>
23170 Testing for the trigger and invoking the filter doesn't come for free.
23171 There is overhead associated with searching for the trigger string, testing
23172 for the filter's existence and actually piping the text through the filter.
23173 The impact can be reduced if the Trigger Modifying Tokens above are 
23174 employed.
23176 &lt;End of help on this topic&gt;
23177 </BODY>
23178 </HTML>
23179 ====== h_config_sending_filter =====
23180 <HTML>
23181 <HEAD>
23182 <TITLE>OPTION: <!--#echo var="VAR_sending-filters"--></TITLE>
23183 </HEAD>
23184 <BODY>
23185 <H1>OPTION: <!--#echo var="VAR_sending-filters"--></H1>
23186       
23187 This option defines a list of text-filtering commands (programs and
23188 scripts) that may be selectively invoked to process a message just before
23189 it is sent.  If set, the Composer's ^X (Send) command will allow you to
23190 select which filter (or none) to apply to the message before it is sent. 
23191 For security reasons, the full path of the filter program must be
23192 specified.
23195 Command Modifying Tokens:
23197 <DL>
23198 <DT>_RECIPIENTS_</DT>
23199 <DD>When the command is executed, this token is replaced 
23200 with the space delimited list of recipients of the 
23201 message being sent. 
23202 </DD>
23203         
23204 <DT>_TMPFILE_</DT>
23205 <DD>
23206 When the command is executed, this token is 
23207 replaced with the path and name of the temporary 
23208 file containing the text to be filtered.  Alpine 
23209 expects the filter to replace this data with the 
23210 filter's result.
23213 NOTE: Use of this token implies that the text to 
23214 be filtered is not piped into standard input of the 
23215 executed command and its standard output is ignored. 
23216 Alpine restores the tty modes before invoking the
23217 filter in case the filter interacts with the user
23218 via its own standard input and output.  
23219 </DD>
23220                         
23221 <DT>_RESULTFILE_</DT>
23222 <DD>When the command is executed, this token is 
23223 replaced with the path and name of a temporary 
23224 file intended to contain a status message from the 
23225 filter.  Alpine displays this in the message status 
23226 field. 
23227 </DD>
23229 <DT>_DATAFILE_</DT>
23230 <DD>When the command is executed, this token is replaced 
23231 in the command line with the path and name of a 
23232 temporary file that Alpine creates once per session 
23233 and deletes upon exit.  The file is intended to be 
23234 used by the filter to store state information between 
23235 instances of the filter.
23236 </DD>
23237    
23238 <DT>_PREPENDKEY_</DT>
23239 <DD>When the command is executed, this token indicates 
23240 that a random number will be passed down the input 
23241 stream before the message text.  This number could 
23242 be used as a session key.  It is sent in this way 
23243 to improve security.  The number is unique to the 
23244 current Alpine session and is only generated once per 
23245 session. 
23246 </DD>
23248 <DT>_INCLUDEALLHDRS_</DT>
23249 <DD>When the command is executed, this token indicates 
23250 that the headers of the message will be passed down the input stream
23251 before the message text.
23252 </DD>
23254 <DT>_MIMETYPE_</DT>
23255 <DD>When the command is executed, this token is replaced in the
23256 command name with a temporary file name used to accept any new MIME
23257 Content-Type information necessitated by the output of the filter.
23258 Upon the filter's exit, if the file contains new MIME type
23259 information, Alpine verifies its format and replaces the outgoing
23260 message's MIME type information with that contained in the file. This
23261 is basically a cheap way of sending something other than Text/Plain.
23262 </DD>
23263 </DL>
23265 <P>   
23266 NOTE: Only the body text, which is visible in the Composer, is piped
23267 through this filter.  Attachments are not sent to the filter.
23268 <P>   
23269 Sending filters are not used if the feature
23270 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set.
23272 <UL>   
23273 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23274 </UL><P>
23275 &lt;End of help on this topic&gt;
23276 </BODY>
23277 </HTML>
23278 ====== h_config_keywords =====
23279 <HTML>
23280 <HEAD>
23281 <TITLE>OPTION: <!--#echo var="VAR_keywords"--></TITLE>
23282 </HEAD>
23283 <BODY>
23284 <H1>OPTION: <!--#echo var="VAR_keywords"--></H1>
23286 You may define your own set of keywords and optionally set them on a
23287 message by message basis.
23288 These are similar to the &quot;Important&quot; flag which the user
23289 may set using the Flag command.
23290 The difference is that the Important flag is always present for each folder.
23291 User-defined keywords are chosen by the user.
23292 You may set up the list of possible keywords here, or you may add keywords
23293 from the Flag Details screen that you
23294 can get to after typing the
23295 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
23296 command.
23297 After the keywords have been defined,
23298 then you use the <A HREF="h_common_flag">Flag command</A>
23299 to set or clear the keywords in each message.
23300 The behavior of the flag command may be modified by using the
23301 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
23302 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
23305 Keywords may be used when Selecting messages (Select Keyword).
23306 Keywords may also be used in the Patterns of Rules (Filters, Indexcolors, etc).
23307 Filter Rules may be used to set keywords automatically.
23308 Keywords may be displayed as part of the Subject of a message by using
23309 the SUBJKEY or SUBJKEYINIT tokens in the
23310 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
23311 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
23312 option may be used to modify the display of keywords using
23313 SUBJKEY and SUBJKEYINIT slightly.
23314 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
23315 screen by using the KEY or KEYINIT tokens.
23316 It is also possible to color keywords in the index using the
23317 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
23318 Keywords are not supported by all mail servers.
23321 You may give keywords nicknames if you wish.
23322 If the keyword definition you type in contains a SPACE character, then the
23323 actual value of the keyword is everything after the last SPACE and the
23324 nickname for that keyword is everything before the last SPACE.
23325 For example, suppose you are trying to interoperate with another email program
23326 that uses a particular keyword with an unpleasant name.
23327 Maybe it uses a keyword called
23329 <CENTER><SAMP>VendorName.SoftwareName.08</SAMP></CENTER>
23331 but for you that keyword means that the message is work-related.
23332 You could define a keyword to have the value
23334 <CENTER><SAMP>Work VendorName.SoftwareName.08</SAMP></CENTER>
23336 and then you would use the name &quot;Work&quot; when dealing with
23337 that keyword in Alpine.
23338 If you defined it as
23340 <CENTER><SAMP>My Work VendorName.SoftwareName.08</SAMP></CENTER>
23342 the nickname would be everything before the last SPACE, that is the nickname
23343 would be &quot;My Work&quot;.
23345 Some commonly used keywords begin with dollar signs.
23346 This presents a slight complication, because the dollar sign is normally used
23347 to signify
23348 <A HREF="h_news_config">environment variable expansion</A>
23349 in the Alpine configuration.
23350 In order to specify a keyword that begins with a dollar sign you must
23351 precede the dollar sign with a second dollar sign to escape its special
23352 meaning.
23353 For example, if you want to include the keyword
23355 <CENTER><SAMP>$Label1</SAMP></CENTER>
23357 as one of your possible keywords, you must enter the text
23359 <CENTER><SAMP>$$Label1</SAMP></CENTER>
23362 instead.
23364 There are a couple limitations.
23365 First, not all servers support keywords.
23366 Second, some servers (including the IMAP server included with Alpine)
23367 have a per folder limit on the number of keywords that may be defined.
23368 This count commonly includes every keyword you have ever used in the
23369 folder, even if it is no longer being used.
23370 In other words, you can add keywords but you cannot remove them easily.
23371 If you have changed keywords over the life of a folder and find that
23372 you have reached such a limit, one possible solution might be to copy
23373 all of the messages to a newly created folder (using Alpine) and then
23374 delete the original and rename the new folder.
23375 The reason this might work is that only the keywords currently set in
23376 any of the messages will be used in the new folder, hopefully putting you
23377 under the limit.
23380 <UL>   
23381 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23382 </UL><P>
23383 &lt;End of help on this topic&gt;
23384 </BODY>
23385 </HTML>
23386 ====== h_config_alt_addresses =====
23387 <HTML>
23388 <HEAD>
23389 <TITLE>OPTION: <!--#echo var="VAR_alt-addresses"--></TITLE>
23390 </HEAD>
23391 <BODY>
23392 <H1>OPTION: <!--#echo var="VAR_alt-addresses"--></H1>
23394 This option provides a place for you to list alternate email addresses
23395 you may have.
23396 Each address in the list should be the actual email address part of an
23397 address, without the full name field or the angle brackets.
23398 For example:
23401 <CENTER><SAMP>user@example.com</SAMP></CENTER>
23404 The matching is case-insensitive, so this would match any of
23405 <SAMP>User@example.com</SAMP>, <SAMP>user@Example.Com</SAMP>, or
23406 <SAMP>USER@EXAMPLE.COM</SAMP> as well.
23409 If set, the option affects the behavior of the Reply
23410 command and the &quot;+&quot; symbol in the MESSAGE INDEX, which denotes that
23411 a message has been addressed specifically to you.
23414 In the default INDEX display
23415 the personal name (or email address) of
23416 the person listed in the message's &quot;From:&quot; header
23417 field is usually displayed except when that address is yours or one of your
23418 alternate addresses.
23419 In that case you will usually see the name of
23420 the first person specified in the
23421 message's &quot;To:&quot; header field
23422 with the prefix &quot;To: &quot; prepended.
23425 With respect to Reply, the reply-to-all option will exclude addresses
23426 listed here.
23429 The feature
23430 <A HREF="h_config_copy_to_to_from"><!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></A>
23431 is somewhat related to this option.
23434 In addition to a list of actual addresses,
23435 you may use regular expressions (as used with egrep with the ignore case flag)
23436 to describe the addresses you want to match.
23437 Alpine will somewhat arbitrarily interpret your entry as a regular
23438 expression if it contains any of the characters
23439 *, |, +, ?, {, [, ^, $, or &#92;.
23440 Otherwise, it will be treated literally.
23441 The feature
23442 <a href="h_config_disable_regex"><!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
23443 may be used to turn off regular expression processing regardless of whether or not
23444 special characters appear in the entry.
23447 A description of how regular expressions work is beyond the
23448 scope of this help text, but some examples follow.
23451 The entry
23454 <CENTER><SAMP>.*@example.com</SAMP></CENTER>
23457 in the <!--#echo var="VAR_alt-addresses"--> list would mean that any
23458 address with a domain name of <SAMP>example.com</SAMP> (such as
23459 <SAMP>fred@example.com</SAMP> or <SAMP>wilma@example.com</SAMP>) will be considered
23460 one of your alternate addresses.
23461 Strictly speaking, the dot in <SAMP>example.com</SAMP> ought to be escaped with
23462 a backslash, as in <SAMP>example&#92;.com</SAMP>, and a dollar sign anchor ought
23463 to come at the end of the expression to prevent a match of <SAMP>example.com.org</SAMP>.
23464 Complicating things further, the dollar sign
23465 is special in the Alpine configuration (it signifies environment variable expansion)
23466 so the dollar sign should be doubled or backslash escaped for Alpine's sake.
23467 Quotes around the whole expression will not escape the dollar sign successfully.
23468 So this example should look like
23471 <CENTER><SAMP>.*@example&#92;.com$$</SAMP></CENTER>
23475 The entry
23478 <CENTER><SAMP>^fred[0-9]*@example.com$$</SAMP></CENTER>
23481 would match
23482 <SAMP>fred3@example.com</SAMP> or <SAMP>fred17@example.com</SAMP> as well
23483 as <SAMP>fred@example.com</SAMP>.
23486 You could match all addresses that look like
23487 <SAMP>fred+stuff@example.com</SAMP> for any value of <SAMP>stuff</SAMP> with the
23488 entry
23491 <CENTER><SAMP>^fred&#92;+.*@example.com$$</SAMP></CENTER>
23494 Notice that you have to escape the plus sign with a backslash because plus
23495 is a special character in regular expressions.
23496 If you wanted to match plain <SAMP>fred</SAMP> as well as <SAMP>fred+stuff</SAMP>
23497 the expression
23500 <CENTER><SAMP>^fred(()|&#92;+.*)@example.com$$</SAMP></CENTER>
23503 would do it, but it would be easier to just add fred@example.com as a
23504 separate entry.
23507 One more example, a match of all first-level subdomains, is given by
23510 <CENTER><SAMP>^fred@[[:alnum:]_-]*&#92;.example&#92;.com$$</SAMP></CENTER>
23514 Because the regular expression matching is based on an old library
23515 (<SAMP>hs_regex</SAMP>) the regular expressions might not work exactly as you expect,
23516 but they should be close.
23519 <UL>   
23520 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23521 </UL><P>
23522 &lt;End of help on this topic&gt;
23523 </BODY>
23524 </HTML>
23525 ====== h_config_abook_formats =====
23526 <HTML>
23527 <HEAD>
23528 <TITLE>OPTION: <!--#echo var="VAR_addressbook-formats"--></TITLE>
23529 </HEAD>
23530 <BODY>
23531 <H1>OPTION: <!--#echo var="VAR_addressbook-formats"--></H1>
23533 This option specifies the format that address books are displayed in.
23534 Normally, address books are displayed with the nicknames in the first
23535 column, the fullnames in the second column, and addresses in the third
23536 column.  The system figures out reasonable defaults for the widths of
23537 the columns.  An address book may be given a different format by
23538 listing special tokens in the order you want them to display.  The
23539 possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
23540 So, for example, to get the default behavior you could list
23543 <CENTER><!--#echo var="VAR_addressbook-formats"-->=NICKNAME FULLNAME ADDRESS</CENTER>
23546 (You can also use the token DEFAULT to get the default behavior for
23547 an address book format.)
23550 The tokens are separated by spaces.  &quot;<!--#echo var="VAR_addressbook-formats"-->&quot;
23551 is a list, so if you have more than one address book you may have a
23552 separate format for each by putting its format at the corresponding
23553 location in the &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.
23557 Listed first are the personal address books, then the global address
23558 books.  So, if you have two personal address books and one global
23559 address book, you may have up to three formats in the
23560 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.  If
23561 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; doesn't have as many elements as there
23562 are address books, the last element is used repeatedly.
23566 Each of the tokens may also be optionally followed by parentheses with
23567 either a number or a percentage inside the parentheses.  For example,
23568 <SAMP>FULLNAME(13)</SAMP> means to allocate 13 characters of space to
23569 the fullnames column, <SAMP>FULLNAME(20%)</SAMP> means to allocate 20%
23570 of the available space (the screen width minus the space for
23571 inter-column spaces) to the fullnames column, while plain
23572 <SAMP>FULLNAME</SAMP> means the system will attempt to figure out a
23573 reasonable number of columns.
23576 There are always 2 spaces between every column, so if you use
23577 fixed column widths (like 13) you should remember to take that into
23578 account.
23581 <UL>   
23582 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23583 </UL><P>
23584 &lt;End of help on this topic&gt;
23585 </BODY>
23586 </HTML>
23587 ====== h_config_set_index_format =====
23588 <HTML>
23589 <HEAD>
23590 <TITLE>Set Index Format</TITLE>
23591 </HEAD>
23592 <BODY>
23593 <H1>Set Index Format</H1>
23595 This option is used to customize the content of lines in the
23596 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.
23597 This action works exactly like the regular
23598 &quot;<!--#echo var="VAR_index-format"-->&quot; option in the Setup/Config screen,
23599 except that you can have a folder-specific value for it if you specify it here.
23600 Consult the help for
23601 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
23602 for more information.
23605 <UL>   
23606 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23607 </UL><P>
23608 &lt;End of help on this topic&gt;
23609 </BODY>
23610 </HTML>
23611 ====== h_config_index_format =====
23612 <HTML>
23613 <HEAD>
23614 <TITLE>OPTION: <!--#echo var="VAR_index-format"--></TITLE>
23615 </HEAD>
23616 <BODY>
23617 <H1>OPTION: <!--#echo var="VAR_index-format"--></H1>
23619 This option is used to customize the content of lines in the
23620 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.  Each line is intended 
23621 to convey some amount of immediately relevant information about each 
23622 message in the current folder.
23625 Alpine provides a pre-defined set of informational fields with
23626 reasonable column widths automatically computed.  You can, however,
23627 replace this default set by listing special tokens in the order you
23628 want them displayed.
23631 The list of available tokens is
23632 <A HREF="h_index_tokens">here</A>.
23635 Spaces are used to separate listed tokens.  Additionally, you can
23636 specify how much of the screen's width the token's associated data
23637 should occupy on the index line by appending to the token a pair of
23638 parentheses enclosing either a number or percentage.  For example,
23639 &quot;SUBJECT(13)&quot; means to allocate 13 characters of space to the subject
23640 column, and &quot;SUBJECT(20%)&quot; means to
23641 allocate 20% of the available space
23642 to the subjects column, while plain &quot;SUBJECT&quot; means the system will
23643 attempt to figure out a reasonable amount of space.
23646 There is always one space between every pair of columns, so if you use fixed
23647 column widths (like 13) you should remember to take that into account.
23648 Several of the fields are virtually fixed-width, so it doesn't make
23649 much sense to specify the width for them.  The fields STATUS,
23650 FULLSTATUS, IMAPSTATUS, MSGNO, the DATE fields, SIZE,
23651 and DESCRIPSIZE all fall into that category.
23652 You <EM>may</EM> specify widths for those if you wish, but
23653 you're probably better off letting the system pick those widths.  <P>
23656 The default is equivalent to:
23659 <CENTER><SAMP>STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)</SAMP></CENTER>
23662 This means that the four fields without percentages will be allocated
23663 first, and then 33% and 67% of the <EM>remaining</EM> space will go to
23664 the from and subject fields.  If one of those two fields is specified
23665 as a percentage and the other is left for the system to choose, then
23666 the percentage is taken as an absolute percentage of the screen, not
23667 of the space remaining after allocating the first four columns.  It
23668 doesn't usually make sense to do it that way.  If you leave off all
23669 the widths, then the subject and from fields (if both are present) are
23670 allocated space in a 2 to 1 ratio, which is almost exactly the same as
23671 the default.
23674 What you are most likely to do with this configuration option is to
23675 specify which fields appear at all, which order they appear in, and the
23676 percentage of screen that is used for the from and subject fields if you
23677 don't like the 2 to 1 default.
23680 If you want to retain the default format that Pine 4.64 had, use
23683 <CENTER><SAMP><!--#echo var="VAR_index-format"-->=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)</SAMP></CENTER>
23685 <EM>and</EM> set the feature
23686 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>.
23687 <UL>   
23688 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23689 </UL><P>
23690 &lt;End of help on this topic&gt;
23691 </BODY>
23692 </HTML>
23693 ====== h_config_reply_intro =====
23694 <HTML>
23695 <HEAD>
23696 <TITLE>OPTION: <!--#echo var="VAR_reply-leadin"--></TITLE>
23697 </HEAD>
23698 <BODY>
23699 <H1>OPTION: <!--#echo var="VAR_reply-leadin"--></H1>
23701 This option is used to customize the content of the introduction line
23702 that is included when replying to a message and including the original
23703 message in the reply.
23704 The normal default (what you will get if you delete this variable) looks
23705 something like:
23707 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
23709 where the day of the week is only included if it is available in the
23710 original message.
23711 You can replace this default with text of your own.
23712 The text may contain tokens that are replaced with text
23713 that depends on the message you are replying to.
23714 For example, the default is equivalent to:
23716 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
23719 Since this variable includes regular text mixed with special tokens
23720 the tokens have to be surrounded by underscore characters.
23721 For example, to use the token &quot;<SAMP>PREFDATE</SAMP>&quot;
23722 you would need to use &quot;<SAMP>_PREFDATE_</SAMP>&quot;,
23723 not &quot;<SAMP>PREFDATE</SAMP>&quot;.
23725 The list of available tokens is
23726 <A HREF="h_index_tokens">here</A>.
23729 By default, the text is all on a single line and is followed by a blank line.
23730 If your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; turns out to be longer
23731 than 80 characters when replying to a particular message, it is shortened.
23732 However, if you use the token
23734 <CENTER><SAMP>_NEWLINE_</SAMP></CENTER>
23737 anywhere in the value, no end of line or blank line is appended, and no
23738 shortening is done.
23739 The _NEWLINE_ token may be used to get rid of the blank line following
23740 the text, to add more blank lines, or to form a multi-line
23741 &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
23742 To clarify how _NEWLINE_ works recall that the default value is:
23744 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
23747 That is equivalent to
23749 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE__NEWLINE_</SAMP></CENTER>
23752 In the former case, two newlines are added automatically because
23753 no _NEWLINE_ token appears in the value of the option (for backwards
23754 compatibility). In the latter case, the newlines are explicit.
23755 If you want to remove the blank line that follows the
23756 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; text use a single
23757 _NEWLINE_ token like
23759 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE_</SAMP></CENTER>
23762 Because of the backwards compatibility problem, it is not possible to
23763 remove all of the ends of lines, because then there will be no _NEWLINE_ tokens
23764 and that will cause the automatic adding of two newlines!
23765 If you want, you may embed newlines in the middle of the text, as well,
23766 producing a multi-line &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
23769 By default, no attempt is made to localize the date.
23770 If you prefer a localized form you may find that one of the tokens
23771 _PREFDATE_ or _PREFDATETIME_ is a satisfactory substitute.
23772 If you want more control one of the many other date tokens, such as _DATEISO_,
23773 might be better.
23776 For the adventurous, there is a way to conditionally include text based
23777 on whether or not a token would result in specific replacement text.
23778 For example, you could include some text based on whether or not
23779 the _NEWS_ token would result in any newsgroups if it was used.
23780 It's explained in detail
23781 <A HREF="h_reply_token_conditionals">here</A>.
23784 In the very unlikely event that you want to include a literal token
23785 in the introduction line you must precede it with a backslash character.
23786 For example,
23788 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
23790 would produce something like
23792 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
23794 It is not possible to have a literal backslash followed by an expanded token.
23796 <UL>   
23797 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23798 </UL><P>
23799 &lt;End of help on this topic&gt;
23800 </BODY>
23801 </HTML>
23802 ====== h_config_remote_abook_history =====
23803 <HTML>
23804 <HEAD>
23805 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-history"--></TITLE>
23806 </HEAD>
23807 <BODY>
23808 <H1>OPTION: <!--#echo var="VAR_remote-abook-history"--></H1>
23810 Sets how many extra copies of
23811 remote address book
23812 data will be kept in each remote address book folder.
23813 The default is three.
23814 These extra copies are simply old versions of the data. Each time a change
23815 is made a new copy of the address book data is appended to the folder. Old
23816 copies are trimmed, if possible, when Alpine exits.
23817 An old copy can be put back into use by
23818 deleting and expunging newer versions of the data from the folder.
23819 Don't delete the first message from the folder. It is a special header
23820 message for the remote address book and it must be there.
23821 This is to prevent regular folders from being used as remote address book
23822 folders and having their data destroyed.
23824 This option is also used to determine how many extra copies of remote
23825 Alpine configuration files are kept.
23827 <UL>   
23828 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23829 </UL><P>
23830 &lt;End of help on this topic&gt;
23831 </BODY>
23832 </HTML>
23833 ====== h_config_remote_abook_validity =====
23834 <HTML>
23835 <HEAD>
23836 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-validity"--></TITLE>
23837 </HEAD>
23838 <BODY>
23839 <H1>OPTION: <!--#echo var="VAR_remote-abook-validity"--></H1>
23841 Sets the minimum number of minutes that a
23842 remote address book will be considered up to date.
23843 Whenever an entry contained in a remote address book is used,
23844 if more than this many minutes have
23845 passed since the last check the remote server will be queried to see if the
23846 address book has changed.
23847 If it has changed, the local copy is updated.
23848 The default value is five minutes.
23849 The special value of -1 means never check.
23850 The special value of zero means only check when the address book is first
23851 opened.
23853 No matter what the value, the validity check is always done when the
23854 address book is about to be changed by the user.
23855 The check can be initiated manually by typing <EM>^L</EM> (Ctrl-L)
23856 while in the address book maintenance screen for the remote address book.
23858 <UL>   
23859 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23860 </UL><P>
23861 &lt;End of help on this topic&gt;
23862 </BODY>
23863 </HTML>
23864 ====== h_config_user_input_timeo =====
23865 <HTML>
23866 <HEAD>
23867 <TITLE>OPTION: <!--#echo var="VAR_user-input-timeout"--></TITLE>
23868 </HEAD>
23869 <BODY>
23870 <H1>OPTION: <!--#echo var="VAR_user-input-timeout"--></H1>
23872 If this is set to an integer greater than zero, then this is the number
23873 of <EM>hours</EM> to wait for user input before Alpine times out.
23874 If Alpine is
23875 in the midst of composing a message or is waiting for user response to
23876 a question, then it will not timeout.
23877 However, if Alpine is sitting idle waiting for
23878 the user to tell it what to do next and the user does not give any
23879 input for this many hours, Alpine will exit.
23880 No expunging or moving of read
23881 messages will take place.
23882 It will exit similarly to the way it would exit
23883 if it received a hangup signal.
23884 This may be useful for cleaning up unused Alpine sessions that have been
23885 forgotten by their owners.
23886 The Alpine developers envision system administrators
23887 setting this to a value of several hours (24?) so that it won't surprise
23888 a user who didn't want to be disconnected.
23890 <UL>   
23891 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23892 </UL><P>
23893 &lt;End of help on this topic&gt;
23894 </BODY>
23895 </HTML>
23896 ====== h_config_ssh_open_timeo =====
23897 <HTML>
23898 <HEAD>
23899 <TITLE>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></TITLE>
23900 </HEAD>
23901 <BODY>
23902 <H1>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></H1>
23904 Sets the time in seconds that Alpine will
23905 attempt to open a UNIX secure shell connection.
23906 The default is 15, the minimum non-zero value is 5,
23907 and the maximum is unlimited. If this is set to zero ssh connections
23908 will be completely disabled.
23910 <UL>   
23911 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23912 </UL><P>
23913 &lt;End of help on this topic&gt;
23914 </BODY>
23915 </HTML>
23916 ====== h_config_rsh_open_timeo =====
23917 <HTML>
23918 <HEAD>
23919 <TITLE>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></TITLE>
23920 </HEAD>
23921 <BODY>
23922 <H1>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></H1>
23924 Sets the time in seconds that Alpine will
23925 attempt to open a UNIX remote shell connection.
23926 The default is 15, the minimum non-zero value is 5,
23927 and the maximum is unlimited. If this is set to zero rsh connections
23928 will be completely disabled.
23929 This might be useful if rsh connections will never work in your environment
23930 but are causing delays due to firewalls or some other reason.
23932 <UL>   
23933 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23934 </UL><P>
23935 &lt;End of help on this topic&gt;
23936 </BODY>
23937 </HTML>
23938 ====== h_config_tcp_open_timeo =====
23939 <HTML>
23940 <HEAD>
23941 <TITLE>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></TITLE>
23942 </HEAD>
23943 <BODY>
23944 <H1>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></H1>
23946 Sets the time in seconds that Alpine will
23947 attempt to open a network connection. The default is 30, the minimum is 5,
23948 and the maximum is system defined (typically 75). If a connection has not
23949 completed within this many seconds Alpine will give up and consider it a
23950 failed connection.
23952 <UL>   
23953 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23954 </UL><P>
23955 &lt;End of help on this topic&gt;
23956 </BODY>
23957 </HTML>
23958 ====== h_config_tcp_readwarn_timeo =====
23959 <HTML>
23960 <HEAD>
23961 <TITLE>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></TITLE>
23962 </HEAD>
23963 <BODY>
23964 <H1>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></H1>
23966 Sets the time in seconds that Alpine will
23967 wait for a network read before warning you that things are moving slowly
23968 and possibly giving you the option to break the connection.
23969 The default is 15 seconds. The minimum is 5 seconds and the maximumn is
23970 1000 seconds.
23972 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
23974 <UL>   
23975 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23976 </UL><P>
23977 &lt;End of help on this topic&gt;
23978 </BODY>
23979 </HTML>
23980 ====== h_config_tcp_writewarn_timeo =====
23981 <HTML>
23982 <HEAD>
23983 <TITLE>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></TITLE>
23984 </HEAD>
23985 <BODY>
23986 <H1>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></H1>
23988 Sets the time in seconds that Alpine will
23989 wait for a network write before warning you that things are moving slowly
23990 and possibly giving you the option to break the connection.
23991 The default is 0 which means it is unset. If set to a non-zero value, the
23992 minimum is 5 and the maximum is 1000.
23994 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
23996 <UL>   
23997 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23998 </UL><P>
23999 &lt;End of help on this topic&gt;
24000 </BODY>
24001 </HTML>
24002 ====== h_config_tcp_query_timeo =====
24003 <HTML>
24004 <HEAD>
24005 <TITLE>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></TITLE>
24006 </HEAD>
24007 <BODY>
24008 <H1>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></H1>
24010 When Alpine times out a network read or write it will normally just display
24011 a message saying &quot;Still waiting&quot;.
24012 However, if enough time has elapsed since it started waiting it will offer
24013 to let you break the connection.
24014 That amount of time is set by this option, which defaults to 60 seconds,
24015 has a minimum of 5 seconds, and a maximum of 1000 seconds.
24017 <UL>   
24018 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24019 </UL><P>
24020 &lt;End of help on this topic&gt;
24021 </BODY>
24022 </HTML>
24023 ====== h_config_incoming_folders =====
24024 <HTML>
24025 <HEAD>
24026 <TITLE>OPTION: <!--#echo var="VAR_incoming-folders"--></TITLE>
24027 </HEAD>
24028 <BODY>
24029 <H1>OPTION: <!--#echo var="VAR_incoming-folders"--></H1>
24031 This is a list of one or more folders other than <EM>INBOX</EM> that
24032 may receive new messages.
24033 It is related to the
24034 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
24035 feature.
24036 This variable is normally manipulated with the Add, Delete, and Rename
24037 commands in the FOLDER LIST for the Incoming Message Folders collection.
24039 <UL>   
24040 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24041 </UL><P>
24042 &lt;End of help on this topic&gt;
24043 </BODY>
24044 </HTML>
24045 ====== h_config_folder_spec =====
24046 <HTML>
24047 <HEAD>
24048 <TITLE>OPTION: <!--#echo var="VAR_folder-collections"--></TITLE>
24049 </HEAD>
24050 <BODY>
24051 <H1>OPTION: <!--#echo var="VAR_folder-collections"--></H1>
24053 This is a list of one or more collections where saved mail is stored. 
24054 The first collection in this list is the default
24055 collection for <EM>Save</EM>s,
24056 including <A HREF="h_config_default_fcc"><!--#echo var="VAR_default-fcc"--></A>.
24058 This variable is normally manipulated using the Setup/collectionList screen.
24060 <UL>   
24061 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24062 </UL><P>
24063 &lt;End of help on this topic&gt;
24064 </BODY>
24065 </HTML>
24066 ====== h_config_news_spec =====
24067 <HTML>
24068 <HEAD>
24069 <TITLE>OPTION: <!--#echo var="VAR_news-collections"--></TITLE>
24070 </HEAD>
24071 <BODY>
24072 <H1>OPTION: <!--#echo var="VAR_news-collections"--></H1>
24074 This is a list of collections where news folders are located.
24076 This variable is normally manipulated using the Setup/collectionList screen.
24078 <UL>   
24079 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24080 </UL><P>
24081 &lt;End of help on this topic&gt;
24082 </BODY>
24083 </HTML>
24084 ====== h_config_address_book =====
24085 <HTML>
24086 <HEAD>
24087 <TITLE>OPTION: <!--#echo var="VAR_address-book"--></TITLE>
24088 </HEAD>
24089 <BODY>
24090 <H1>OPTION: <!--#echo var="VAR_address-book"--></H1>
24092 A list of personal address books.
24093 Each entry in the list is an
24094 optional nickname followed by a pathname or file name relative to the home
24095 directory.
24096 The nickname is separated from the rest of the line with whitespace.
24097 Instead of a local pathname or file name, a remote folder name can be given.
24098 This causes the address book to
24099 be a Remote address book.
24101 Use the Setup/AddressBook screen to modify this variable.
24103 <UL>   
24104 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24105 </UL><P>
24106 &lt;End of help on this topic&gt;
24107 </BODY>
24108 </HTML>
24109 ====== h_config_glob_addrbook =====
24110 <HTML>
24111 <HEAD>
24112 <TITLE>OPTION: <!--#echo var="VAR_global-address-book"--></TITLE>
24113 </HEAD>
24114 <BODY>
24115 <H1>OPTION: <!--#echo var="VAR_global-address-book"--></H1>
24117 A list of shared address books.  Each entry in the list is an
24118 optional nickname followed by a pathname or file name relative to the home
24119 directory.
24120 A SPACE character separates the nickname from the rest of the line.
24121 Instead of a local pathname or file name, a remote folder name can be given.
24122 This causes the address book to
24123 be a Remote address book.
24124 Global address books are
24125 defined to be ReadOnly.
24127 Use the Setup/AddressBook screen to modify this variable.
24129 <UL>   
24130 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24131 </UL><P>
24132 &lt;End of help on this topic&gt;
24133 </BODY>
24134 </HTML>
24135 ====== h_config_last_vers =====
24136 <HTML>
24137 <HEAD>
24138 <TITLE>OPTION: <!--#echo var="VAR_last-version-used"--></TITLE>
24139 </HEAD>
24140 <BODY>
24141 <H1>OPTION: <!--#echo var="VAR_last-version-used"--></H1>
24143 This is set automatically by Alpine. 
24144 It is used to keep track of the last version of Alpine that
24145 was run by the user.
24146 Whenever the version number increases, a new version message is printed out.
24147 This may not be set in the system-wide configuration files.
24149 <UL>   
24150 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24151 </UL><P>
24152 &lt;End of help on this topic&gt;
24153 </BODY>
24154 </HTML>
24155 ====== h_config_printer =====
24156 <HTML>
24157 <HEAD>
24158 <TITLE>OPTION: Printer</TITLE>
24159 </HEAD>
24160 <BODY>
24161 <H1>OPTION: Printer</H1>
24163 Your default printer selection.
24165 Use the Setup/Printer screen to modify this variable.
24167 <UL>   
24168 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24169 </UL><P>
24170 &lt;End of help on this topic&gt;
24171 </BODY>
24172 </HTML>
24173 ====== h_config_print_cat =====
24174 <HTML>
24175 <HEAD>
24176 <TITLE>OPTION: <!--#echo var="VAR_personal-print-category"--></TITLE>
24177 </HEAD>
24178 <BODY>
24179 <H1>OPTION: <!--#echo var="VAR_personal-print-category"--></H1>
24181 This is an internal Alpine variable.
24182 It will be equal to 1, 2, or 3 depending on whether the default printer is
24183 attached, standard, or a personal print command.
24185 Use the Setup/Printer screen to modify this variable.
24187 <UL>   
24188 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24189 </UL><P>
24190 &lt;End of help on this topic&gt;
24191 </BODY>
24192 </HTML>
24193 ====== h_config_print_command =====
24194 <HTML>
24195 <HEAD>
24196 <TITLE>OPTION: <!--#echo var="VAR_personal-print-command"--></TITLE>
24197 </HEAD>
24198 <BODY>
24199 <H1>OPTION: <!--#echo var="VAR_personal-print-command"--></H1>
24201 List of personal print commands.
24203 Use the Setup/Printer screen to modify this variable.
24205 <UL>   
24206 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24207 </UL><P>
24208 &lt;End of help on this topic&gt;
24209 </BODY>
24210 </HTML>
24211 ====== h_config_pat_old =====
24212 <HTML>
24213 <HEAD>
24214 <TITLE>OPTION: Patterns</TITLE>
24215 </HEAD>
24216 <BODY>
24217 <H1>OPTION: Patterns</H1>
24219 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by the
24220 options Patterns-Roles, Patterns-Filters, Patterns-Scores, Patterns-Indexcolors,
24221 and Patterns-Other.
24222 Patterns-Scores and Patterns-Filters have been replaced since then by
24223 Patterns-Scores2 and Patterns-Filters2.
24225 Use the Setup/Rules screens to modify these variable.
24227 <UL>   
24228 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24229 </UL><P>
24230 &lt;End of help on this topic&gt;
24231 </BODY>
24232 </HTML>
24233 ====== h_config_pat_roles =====
24234 <HTML>
24235 <HEAD>
24236 <TITLE>OPTION: <!--#echo var="VAR_patterns-roles"--></TITLE>
24237 </HEAD>
24238 <BODY>
24239 <H1>OPTION: <!--#echo var="VAR_patterns-roles"--></H1>
24241 List of rules used for roles.
24242 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by this and
24243 other options.
24245 Use the Setup/Rules/Roles screen to modify this variable.
24247 <UL>   
24248 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24249 </UL><P>
24250 &lt;End of help on this topic&gt;
24251 </BODY>
24252 </HTML>
24253 ====== h_config_pat_filts =====
24254 <HTML>
24255 <HEAD>
24256 <TITLE>OPTION: <!--#echo var="VAR_patterns-filters2"--></TITLE>
24257 </HEAD>
24258 <BODY>
24259 <H1>OPTION: <!--#echo var="VAR_patterns-filters2"--></H1>
24261 List of rules used for filters.
24263 Use the Setup/Rules/Filters screen to modify this variable.
24265 <UL>   
24266 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24267 </UL><P>
24268 &lt;End of help on this topic&gt;
24269 </BODY>
24270 </HTML>
24271 ====== h_config_pat_scores =====
24272 <HTML>
24273 <HEAD>
24274 <TITLE>OPTION: <!--#echo var="VAR_patterns-scores2"--></TITLE>
24275 </HEAD>
24276 <BODY>
24277 <H1>OPTION: <!--#echo var="VAR_patterns-scores2"--></H1>
24279 List of rules used for scoring.
24281 Use the Setup/Rules/SetScores screen to modify this variable.
24283 <UL>   
24284 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24285 </UL><P>
24286 &lt;End of help on this topic&gt;
24287 </BODY>
24288 </HTML>
24289 ====== h_config_pat_other =====
24290 <HTML>
24291 <HEAD>
24292 <TITLE>OPTION: <!--#echo var="VAR_patterns-other"--></TITLE>
24293 </HEAD>
24294 <BODY>
24295 <H1>OPTION: <!--#echo var="VAR_patterns-other"--></H1>
24297 List of rules used for miscellaneous configuration.
24299 Use the Setup/Rules/Other screen to modify this variable.
24301 <UL>   
24302 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24303 </UL><P>
24304 &lt;End of help on this topic&gt;
24305 </BODY>
24306 </HTML>
24307 ====== h_config_pat_incols =====
24308 <HTML>
24309 <HEAD>
24310 <TITLE>OPTION: patterns-indexcolors</TITLE>
24311 </HEAD>
24312 <BODY>
24313 <H1>OPTION: patterns-indexcolors</H1>
24315 List of rules used for coloring lines in the index.
24317 Use the Setup/Rules/Indexcolor screen to modify this variable.
24319 <UL>   
24320 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24321 </UL><P>
24322 &lt;End of help on this topic&gt;
24323 </BODY>
24324 </HTML>
24325 ====== h_config_pat_srch =====
24326 <HTML>
24327 <HEAD>
24328 <TITLE>OPTION: patterns-search</TITLE>
24329 </HEAD>
24330 <BODY>
24331 <H1>OPTION: patterns-search</H1>
24333 List of rules used only for searching with the Select command in the MESSAGE INDEX.
24335 Use the Setup/Rules/searCh screen to modify this variable.
24337 <UL>   
24338 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24339 </UL><P>
24340 &lt;End of help on this topic&gt;
24341 </BODY>
24342 </HTML>
24343 ====== h_config_font_name =====
24344 <HTML>
24345 <HEAD>
24346 <TITLE>OPTION: Font Name</TITLE>
24347 </HEAD>
24348 <BODY>
24349 <H1>OPTION: Font Name</H1>
24351 PC-Alpine only.
24353 Name of normal font.
24355 Use the pulldown Config menu to modify this variable.
24357 <UL>   
24358 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24359 </UL><P>
24360 &lt;End of help on this topic&gt;
24361 </BODY>
24362 </HTML>
24363 ====== h_config_font_size =====
24364 <HTML>
24365 <HEAD>
24366 <TITLE>OPTION: Font Size</TITLE>
24367 </HEAD>
24368 <BODY>
24369 <H1>OPTION: Font Size</H1>
24371 PC-Alpine only.
24373 Size of normal font.
24375 Use the pulldown Config menu to modify this variable.
24377 <UL>   
24378 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24379 </UL><P>
24380 &lt;End of help on this topic&gt;
24381 </BODY>
24382 </HTML>
24383 ====== h_config_font_style =====
24384 <HTML>
24385 <HEAD>
24386 <TITLE>OPTION: Font Style</TITLE>
24387 </HEAD>
24388 <BODY>
24389 <H1>OPTION: Font Style</H1>
24391 PC-Alpine only.
24393 Style of normal font.
24395 Use the pulldown Config menu to modify this variable.
24397 <UL>   
24398 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24399 </UL><P>
24400 &lt;End of help on this topic&gt;
24401 </BODY>
24402 </HTML>
24403 ====== h_config_font_char_set =====
24404 <HTML>
24405 <HEAD>
24406 <TITLE>OPTION: Font Character Set</TITLE>
24407 </HEAD>
24408 <BODY>
24409 <H1>OPTION: Font Character Set</H1>
24411 PC-Alpine only.
24413 Character set of normal font.
24415 Use the pulldown Config menu to modify this variable.
24417 <UL>   
24418 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24419 </UL><P>
24420 &lt;End of help on this topic&gt;
24421 </BODY>
24422 </HTML>
24423 ====== h_config_print_font_name =====
24424 <HTML>
24425 <HEAD>
24426 <TITLE>OPTION: Print-Font-Name</TITLE>
24427 </HEAD>
24428 <BODY>
24429 <H1>OPTION: Print-Font-Name</H1>
24431 PC-Alpine only.
24433 Name of printer font.
24435 Use the pulldown Config menu to modify this variable.
24437 <UL>   
24438 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24439 </UL><P>
24440 &lt;End of help on this topic&gt;
24441 </BODY>
24442 </HTML>
24443 ====== h_config_print_font_size =====
24444 <HTML>
24445 <HEAD>
24446 <TITLE>OPTION: Print-Font-Size</TITLE>
24447 </HEAD>
24448 <BODY>
24449 <H1>OPTION: Print-Font-Size</H1>
24451 PC-Alpine only.
24453 Size of printer font.
24455 Use the pulldown Config menu to modify this variable.
24457 <UL>   
24458 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24459 </UL><P>
24460 &lt;End of help on this topic&gt;
24461 </BODY>
24462 </HTML>
24463 ====== h_config_print_font_style =====
24464 <HTML>
24465 <HEAD>
24466 <TITLE>OPTION: Print-Font-Style</TITLE>
24467 </HEAD>
24468 <BODY>
24469 <H1>OPTION: Print-Font-Style</H1>
24471 PC-Alpine only.
24473 Style of printer font.
24475 Use the pulldown Config menu to modify this variable.
24477 <UL>   
24478 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24479 </UL><P>
24480 &lt;End of help on this topic&gt;
24481 </BODY>
24482 </HTML>
24483 ====== h_config_print_font_char_set =====
24484 <HTML>
24485 <HEAD>
24486 <TITLE>OPTION: Print-Font-Char-Set</TITLE>
24487 </HEAD>
24488 <BODY>
24489 <H1>OPTION: Print-Font-Char-Set</H1>
24491 PC-Alpine only.
24493 Character set of printer font.
24495 Use the pulldown Config menu to modify this variable.
24497 <UL>   
24498 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24499 </UL><P>
24500 &lt;End of help on this topic&gt;
24501 </BODY>
24502 </HTML>
24503 ====== h_config_window_position =====
24504 <HTML>
24505 <HEAD>
24506 <TITLE>OPTION: Window-Position</TITLE>
24507 </HEAD>
24508 <BODY>
24509 <H1>OPTION: Window-Position</H1>
24511 PC-Alpine only.
24513 Position on the screen of the Alpine window.
24515 Alpine normally maintains this variable itself, and it is set automatically. 
24516 This variable is provided to those who wish to use the same window position 
24517 across different machines from the same configuration.
24518 <A HREF="h_config_winpos_in_config"><!--#echo var="FEAT_store-window-position-in-config"--></A> 
24519 must also be set for this setting to be used.
24521 The format for this variable is of the form: <CODE>CxR+X+Y</CODE>, where
24522 C is the number of columns, R is the number of rows, and X and Y specify the
24523 top left corner of the window.
24525 <UL>   
24526 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24527 </UL><P>
24528 &lt;End of help on this topic&gt;
24529 </BODY>
24530 </HTML>
24531 ====== h_config_cursor_style =====
24532 <HTML>
24533 <HEAD>
24534 <TITLE>OPTION: Cursor Style</TITLE>
24535 </HEAD>
24536 <BODY>
24537 <H1>OPTION: Cursor Style</H1>
24539 PC-Alpine only.
24541 Cursor style.
24543 Use the pulldown Config menu to modify this variable.
24545 <UL>   
24546 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24547 </UL><P>
24548 &lt;End of help on this topic&gt;
24549 </BODY>
24550 </HTML>
24551 ====== h_config_ldap_servers =====
24552 <HTML>
24553 <HEAD>
24554 <TITLE>OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
24555 </HEAD>
24556 <BODY>
24557 <H1>OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
24559 List of LDAP servers and associated data.
24561 Use the Setup/Directory screen to modify this variable.
24563 <UL>   
24564 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24565 </UL><P>
24566 &lt;End of help on this topic&gt;
24567 </BODY>
24568 </HTML>
24569 ====== h_config_sendmail_path =====
24570 <HTML>
24571 <HEAD>
24572 <TITLE>OPTION: <!--#echo var="VAR_sendmail-path"--></TITLE>
24573 </HEAD>
24574 <BODY>
24575 <H1>OPTION: <!--#echo var="VAR_sendmail-path"--></H1>
24577 This names the path to an
24578 alternative program, and any necessary arguments, to be used in posting
24579 mail messages. See the Technical notes for more information.
24581 <UL>   
24582 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24583 </UL><P>
24584 &lt;End of help on this topic&gt;
24585 </BODY>
24586 </HTML>
24587 ====== h_config_oper_dir =====
24588 <HTML>
24589 <HEAD>
24590 <TITLE>OPTION: <!--#echo var="VAR_operating-dir"--></TITLE>
24591 </HEAD>
24592 <BODY>
24593 <H1>OPTION: <!--#echo var="VAR_operating-dir"--></H1>
24595 This names the root of the
24596 tree to which you are restricted when reading and writing folders and
24597 files. It is usually used in the system-wide,
24598 <EM>fixed</EM> configuration file.
24600 <UL>   
24601 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24602 </UL><P>
24603 &lt;End of help on this topic&gt;
24604 </BODY>
24605 </HTML>
24606 ====== h_config_rshpath =====
24607 <HTML>
24608 <HEAD>
24609 <TITLE>OPTION: <!--#echo var="VAR_rsh-path"--></TITLE>
24610 </HEAD>
24611 <BODY>
24612 <H1>OPTION: <!--#echo var="VAR_rsh-path"--></H1>
24614 Sets the name of the command used to open a UNIX remote shell
24615 connection. The default is typically <CODE>/usr/ucb/rsh</CODE>.
24617 <UL>   
24618 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24619 </UL><P>
24620 &lt;End of help on this topic&gt;
24621 </BODY>
24622 </HTML>
24623 ====== h_config_rshcmd =====
24624 <HTML>
24625 <HEAD>
24626 <TITLE>OPTION: <!--#echo var="VAR_rsh-command"--></TITLE>
24627 </HEAD>
24628 <BODY>
24629 <H1>OPTION: <!--#echo var="VAR_rsh-command"--></H1>
24631 Sets the format of the command used to
24632 open a UNIX remote shell connection. The default is
24633 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
24634 provided command. The first is for the command's pathname, the second is
24635 for the host to connnect to, the third is for the user to connect as, and
24636 the fourth is for the connection method (typically <CODE>imap</CODE>).
24638 <UL>   
24639 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24640 </UL><P>
24641 &lt;End of help on this topic&gt;
24642 </BODY>
24643 </HTML>
24644 ====== h_config_sshpath =====
24645 <HTML>
24646 <HEAD>
24647 <TITLE>OPTION: <!--#echo var="VAR_ssh-path"--></TITLE>
24648 </HEAD>
24649 <BODY>
24650 <H1>OPTION: <!--#echo var="VAR_ssh-path"--></H1>
24652 Sets the name of the command used to open a UNIX secure shell
24653 connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
24655 <UL>   
24656 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24657 </UL><P>
24658 &lt;End of help on this topic&gt;
24659 </BODY>
24660 </HTML>
24661 ====== h_config_sshcmd =====
24662 <HTML>
24663 <HEAD>
24664 <TITLE>OPTION: <!--#echo var="VAR_ssh-command"--></TITLE>
24665 </HEAD>
24666 <BODY>
24667 <H1>OPTION: <!--#echo var="VAR_ssh-command"--></H1>
24669 Sets the format of the command used to
24670 open a UNIX secure shell connection. The default is
24671 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
24672 provided command. The first is for the command's pathname, the second is
24673 for the host to connnect to, the third is for the user to connect as, and
24674 the fourth is for the connection method (typically <CODE>imap</CODE>).
24676 <UL>   
24677 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24678 </UL><P>
24679 &lt;End of help on this topic&gt;
24680 </BODY>
24681 </HTML>
24682 ====== h_config_new_ver_quell =====
24683 <HTML>
24684 <HEAD>
24685 <TITLE>OPTION: <!--#echo var="VAR_new-version-threshold"--></TITLE>
24686 </HEAD>
24687 <BODY>
24688 <H1>OPTION: <!--#echo var="VAR_new-version-threshold"--></H1>
24690 When a new version of Alpine is run for the first time it offers a
24691 special explanatory screen to the user upon startup.  This option
24692 helps control when and if that special screen appears for users that
24693 have previously run Alpine.  It takes as its value an Alpine version
24694 number.  Alpine versions less than the specified value will supress this
24695 special screen while versions equal to or greater than that specified
24696 will behave normally.
24698 <UL>   
24699 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24700 </UL><P>
24701 &lt;End of help on this topic&gt;
24702 </BODY>
24703 </HTML>
24704 ====== h_config_disable_drivers =====
24705 <HTML>
24706 <HEAD>
24707 <TITLE>OPTION: <!--#echo var="VAR_disable-these-drivers"--></TITLE>
24708 </HEAD>
24709 <BODY>
24710 <H1>OPTION: <!--#echo var="VAR_disable-these-drivers"--></H1>
24712 This variable is a list of mail drivers that will be disabled.
24713 The candidates for disabling are listed below.
24714 There may be more in the future if you compile Alpine with
24715 a newer version of the c-client library.
24718 <UL>
24719 <LI> mbox
24720 <LI> mbx
24721 <LI> mh
24722 <LI> mmdf
24723 <LI> mtx
24724 <LI> mx
24725 <LI> news
24726 <LI> phile
24727 <LI> tenex
24728 <LI> unix
24729 </UL>
24732 The <EM>mbox</EM> driver enables the following behavior: if there is a
24733 file called <CODE>mbox</CODE>
24734 in your home directory, and if that file is either empty or in Unix mailbox
24735 format, then every time you open <EM>INBOX</EM> the <EM>mbox</EM> driver
24736 will automatically transfer mail from the system mail spool directory into the
24737 <CODE>mbox</CODE> file and
24738 delete it from the spool directory. If you disable the <EM>mbox</EM> driver,
24739 this will not happen.
24742 It is not recommended to disable the driver that supports the system default
24743 mailbox format. On most non-SCO systems, that driver is the
24744 <EM>unix</EM> driver.
24745 On most SCO systems, it is the <EM>mmdf</EM> driver.
24746 The system default driver may be
24747 configured to something else on your system; check with your system manager
24748 for additional information.
24751 It is most likely not very useful for you to disable any of the drivers other
24752 than possibly <EM>mbox</EM>.
24753 You could disable some of the others if you know for
24754 certain that you don't need them but the performance gain in doing so
24755 is very modest.
24757 <UL>   
24758 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24759 </UL><P>
24760 &lt;End of help on this topic&gt;
24761 </BODY>
24762 </HTML>
24763 ====== h_config_disable_auths =====
24764 <HTML>
24765 <HEAD>
24766 <TITLE>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></TITLE>
24767 </HEAD>
24768 <BODY>
24769 <H1>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></H1>
24771 This variable is a list of SASL (Simple Authentication and Security
24772 Layer) authenticators that will be disabled.
24773 SASL is a mechanism for
24774 authenticating to IMAP, POP3, SMTP, and other network servers.
24777 Alpine matches its list of supported authenticators with the server to
24778 determine the most secure authenticator that is supported by both.
24779 If no matching authenticators are found, Alpine will revert to plaintext
24780 login (or, in the case of SMTP, will be unable to authenticate at all).
24782 The candidates for disabling can be found <A HREF="X-Alpine-Config:">here</A>.
24785 Normally, you will not disable any authenticators.
24786 There are two exceptions:
24788 <OL>
24789 <LI> You use a broken server that advertises an authenticator,
24790 but does not actually implement it.
24791 <LI> You have a Kerberos-capable version of Alpine and the server is
24792 also Kerberos-capable, but you can not obtain Kerberos
24793 credentials on the server machine, thus you desire to disable
24794 GSSAPI (which in turn disables Alpine's Kerberos support).
24795 </OL>
24797 It is never necessary to disable authenticators, since Alpine will try
24798 other authenticators before giving up.
24799 However, disabling the relevant authenticator avoids annoying error messages.
24801 <UL>   
24802 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24803 </UL><P>
24804 &lt;End of help on this topic&gt;
24805 </BODY>
24806 </HTML>
24807 ====== h_config_abook_metafile =====
24808 <HTML>
24809 <HEAD>
24810 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></TITLE>
24811 </HEAD>
24812 <BODY>
24813 <H1>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></H1>
24815 This is usually set by Alpine and is the name of a file
24816 that contains data about
24817 remote address books and remote configuration files.
24819 <UL>   
24820 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24821 </UL><P>
24822 &lt;End of help on this topic&gt;
24823 </BODY>
24824 </HTML>
24825 ====== h_config_composer_wrap_column =====
24826 <HTML>
24827 <HEAD>
24828 <TITLE>OPTION: <!--#echo var="VAR_composer-wrap-column"--></TITLE>
24829 </HEAD>
24830 <BODY>
24831 <H1>OPTION: <!--#echo var="VAR_composer-wrap-column"--></H1>
24834 This option specifies an aspect of Alpine's Composer.  This gives the
24835 maximum width that auto-wrapped lines will have.  It's also the maximum
24836 width of lines justified using the <A HREF="h_compose_justify">^J
24837 Justify</A> command.  The normal default
24838 is &quot;74&quot;.  The largest allowed setting is normally &quot;80&quot;
24839 in order to
24840 prevent very long lines from being sent in outgoing mail.  When the mail
24841 is actually sent, trailing spaces will be stripped off of each line.
24844 <UL>   
24845 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24846 </UL><P>
24847 &lt;End of help on this topic&gt;
24848 </BODY>
24849 </HTML>
24850 ====== h_config_deadlets =====
24851 <HTML>
24852 <HEAD>
24853 <TITLE>OPTION: <!--#echo var="VAR_dead-letter-files"--></TITLE>
24854 </HEAD>
24855 <BODY>
24856 <H1>OPTION: <!--#echo var="VAR_dead-letter-files"--></H1>
24859 This option affects Alpine's behavior when you cancel a message being
24860 composed.  Alpine's usual behavior is to write the canceled message to
24861 a file named 
24862 <!--chtml if pinemode="os_windows"-->
24863 &quot;DEADLETR&quot;,
24864 <!--chtml else-->
24865 &quot;dead.letter&quot; in your home directory,
24866 <!--chtml endif-->
24867 overwriting any previous message.
24869 If you set this option to a value higher than one, then that many copies
24870 of dead letter files will be saved.
24871 For example, if you set this option to &quot;3&quot; then you may have
24872 files named
24873 <!--chtml if pinemode="os_windows"-->
24874 &quot;DEADLETR&quot;,
24875 &quot;DEADLETR2&quot;, and
24876 &quot;DEADLETR3&quot;.
24877 <!--chtml else-->
24878 &quot;dead.letter&quot;,
24879 &quot;dead.letter2&quot;, and
24880 &quot;dead.letter3&quot; in your home directory.
24881 <!--chtml endif-->
24882 In this example, the most recently cancelled message will be in
24883 <!--chtml if pinemode="os_windows"-->
24884 &quot;DEADLETR&quot;,
24885 <!--chtml else-->
24886 &quot;dead.letter&quot;,
24887 <!--chtml endif-->
24888 and the third most recently cancelled message will be in
24889 <!--chtml if pinemode="os_windows"-->
24890 &quot;DEADLETR3&quot;.
24891 <!--chtml else-->
24892 &quot;dead.letter3&quot;.
24893 <!--chtml endif-->
24894 The fourth most recently cancelled message will no longer be saved.
24897 If you set this option to zero, then NO record of canceled messages is
24898 maintained.
24900 If the feature
24901 <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A>
24902 is set, that overrides whatever you set for this option.
24903 If this option had existed at the time, then the Quell feature would not
24904 have been added, but it is still there for backwards compatibility.
24905 So, in order for this option to have the desired effect, make sure the
24906 Quell feature is turned off.
24909 <UL>   
24910 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24911 </UL><P>
24912 &lt;End of help on this topic&gt;
24913 </BODY>
24914 </HTML>
24915 ====== h_config_maxremstream =====
24916 <HTML>
24917 <HEAD>
24918 <TITLE>OPTION: <!--#echo var="VAR_max-remote-connections"--></TITLE>
24919 </HEAD>
24920 <BODY>
24921 <H1>OPTION: <!--#echo var="VAR_max-remote-connections"--></H1>
24923 This option affects low-level behavior of Alpine.
24924 The default value for this option is <EM>3</EM>.
24925 If your INBOX is accessed using the IMAP protocol
24926 from an IMAP server, that connection is kept open throughout the
24927 duration of your Alpine session, independent of the value of this option.
24928 The same is true of any 
24929 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
24930 you have defined.
24931 This option controls Alpine's behavior when connecting to remote IMAP folders
24932 other than your INBOX or your <!--#echo var="VAR_stay-open-folders"-->.
24933 It specifies the maximum number of remote IMAP connections (other than
24934 those mentioned above) that Alpine will use for accessing the rest of your
24935 folders.
24936 If you set this option to zero, you will turn off most remote connection
24937 re-use.
24938 It's difficult to understand exactly what this option does, and it is usually
24939 fine to leave it set to its default value.
24940 It is probably more likely that you will be interested in setting the
24941 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A> option
24942 instead of changing the value of this option.
24943 A slightly longer explanation of what is going on with this option
24944 is given in the next paragraphs.
24947 There are some time costs involved in opening and closing remote IMAP 
24948 folders, the main costs being the time you have to wait for the connection
24949 to the server and the time for the folder to open.
24950 Opening a folder may involve not only the time the server takes to do its
24951 processing but time that Alpine uses to do filtering.
24952 These times can vary widely.
24953 They depend on how loaded the server is, how large
24954 the folder being opened is, and how you set up filtering, among other things.
24955 Once Alpine has opened a connection to a particular folder, it will attempt
24956 to keep that connection open in case you use it again.
24957 In order to do this,
24958 Alpine will attempt to use the <!--#echo var="VAR_max-remote-connections"--> (the value of
24959 this option) IMAP connections you have alloted for this purpose.
24961 For example, suppose the value of this option is set to &quot;2&quot;.
24962 If your INBOX is accessed on a remote server using the IMAP protocol, that
24963 doesn't count as one of the remote connections but it is always kept open.
24964 If you then open another IMAP folder, that would be your first
24965 remote connection counted as one of the <!--#echo var="VAR_max-remote-connections"--> connections.
24966 If you open a third folder the second will be left open, in case you
24967 return to it.
24968 You won't be able to tell it has been left open.
24969 It will appear to be closed when you leave the folder but the connection
24970 will remain in the background.
24971 Now suppose you go back to the second folder (the first folder after the
24972 INBOX).
24973 A connection to that folder is still open so you won't have to wait
24974 for the startup time to open it.
24975 Meanwhile, the connection to the third folder will be left behind.
24976 Now, if you open a fourth folder, you will bump into the
24977 <!--#echo var="VAR_max-remote-connections"--> limit, because this will be the third folder other
24978 than INBOX and you have the option set to &quot;2&quot;.
24979 The connection that is being used for
24980 the third folder will be re-used for this new fourth folder.
24981 If you go back to the third folder after this, it is no longer already
24982 connected when you get there.
24983 You'll still save some time since Alpine will re-use the connection to the
24984 fourth folder and you have already logged in on that connection,
24985 but the folder will have to be re-opened from scratch.
24987 If a folder is large and the startup cost is dominated by the time it takes
24988 to open that folder or to run filters on it, then it will pay to make the
24989 value of this option large enough to keep it open.
24990 On the other hand, if you only revisit a handful of folders or if
24991 the folders are small, then it might
24992 make more sense to keep this number small so that the reconnect
24993 time (the time to start up a new connection and authenticate)
24994 is eliminated instead.
24996 You may also need to consider the impact on the server.
24997 On the surface, a larger number here may cause a larger impact on the
24998 server, since you will have more connections open to the server.
24999 On the other hand, not only will <EM>you</EM> be avoiding the startup costs
25000 associated with reopening a folder, but the <EM>server</EM> will be
25001 avoiding those costs as well.
25003 When twenty five minutes pass without any active use of an IMAP connection
25004 being saved for possible re-use, that connection will be shut down,
25007 <UL>   
25008 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25009 </UL><P>
25010 &lt;End of help on this topic&gt;
25011 </BODY>
25012 </HTML>
25013 ====== h_config_permlocked =====
25014 <HTML>
25015 <HEAD>
25016 <TITLE>OPTION: <!--#echo var="VAR_stay-open-folders"--></TITLE>
25017 </HEAD>
25018 <BODY>
25019 <H1>OPTION: <!--#echo var="VAR_stay-open-folders"--></H1>
25021 This option affects low-level behavior of Alpine.
25022 There is no default value for this option.
25023 It is related to the options
25024 <A HREF="h_config_preopen_stayopens">&quot;<!--#echo var="FEAT_preopen-stayopen-folders"-->&quot;</A>,
25025 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>,
25026 and <A HREF="h_config_expunge_stayopens">&quot;<!--#echo var="FEAT_offer-expunge-of-stayopen-folders"-->&quot;</A>.
25029 Note: changes made to this list take effect the next time you open a
25030 folder in the list.
25033 This is a list of folders that will be permanently kept open once they
25034 are first opened.
25035 The names in this list may be either the nickname of an Incoming folder
25036 or the full technical specification of a folder.
25037 The folders in this list need not be remote IMAP folders, they could usefully
25038 be local folders, as well.
25039 If a folder in the list is a newsgroup or is not accessed either locally
25040 or via IMAP, then the entry will be ignored.
25041 For example, folders accessed via NNTP or POP3 will not be kept open, since
25042 the way that new mail is found with those protocols involves closing and
25043 reopening the connection.
25045 Once a Stay Open folder has been opened, new-mail checking will continue
25046 to happen on that folder for the rest of the Alpine session.
25047 Your INBOX is always implicitly included in this Stay-Open list and doesn't
25048 need to be added explicitly.
25050 Another difference that you may notice between a Stay Open folder and a
25051 non-Stay Open folder is which message is selected as the current message
25052 when you enter the folder index.
25053 Normally, the starting position for an incoming folder (which most Stay Open
25054 folders will likely be) is controlled by the
25055 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
25056 However, if a folder is a Stay Open folder, when you re-enter the folder
25057 after the first time the current message will be the same as it was when
25058 you left the folder.
25059 An exception is made if you use the TAB command to get to the folder.
25060 In that case, the message number will be incremented by one from what it
25061 was when you left the folder.
25063 The above special behavior is thought to be useful.
25064 However, it is special and different from what you might at first expect.
25065 The feature
25066 <A HREF="h_config_use_reg_start_for_stayopen"><!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></A>
25067 may be used to turn off this special treatment.
25069 If the message that was current when you left the folder no longer exists,
25070 then the regular startup rule will be used instead.
25073 <UL>   
25074 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25075 </UL><P>
25076 &lt;End of help on this topic&gt;
25077 </BODY>
25078 </HTML>
25079 ====== h_config_viewer_overlap =====
25080 <html>
25081 <header>
25082 <title>OPTION: <!--#echo var="VAR_viewer-overlap"--></title>
25083 </header>
25084 <body>
25085 <h1>OPTION: <!--#echo var="VAR_viewer-overlap"--></h1>
25087 This option specifies an aspect of Alpine's Message Viewing screen.  When
25088 the space bar is used to page forward in a message, the number of lines
25089 specified by the &quot;<!--#echo var="VAR_viewer-overlap"-->&quot; variable will be repeated from the
25090 bottom of the screen.  That is, if this was set to two lines, then the
25091 bottom two lines of the screen would be repeated on the top of the next
25092 screen.  The normal default value is "2".<p>
25093 <UL>   
25094 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25095 </UL><P>
25096 &lt;End of help on this topic&gt;
25097 </body>
25098 </html>
25099 ====== h_config_scroll_margin =====
25100 <HTML>
25101 <HEAD>
25102 <TITLE>OPTION: <!--#echo var="VAR_scroll-margin"--></TITLE>
25103 </HEAD>
25104 <BODY>
25105 <H1>OPTION: <!--#echo var="VAR_scroll-margin"--></H1>
25107 This option controls when Alpine's line-by-line scrolling occurs.
25108 Typically, when a selected item is at the top or bottom screen edge
25109 and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
25110 displayed items are scrolled down or up by a single line.
25113 This option allows you to tell Alpine the number of lines from the top and
25114 bottom screen edge that line-by-line paging should occcur.  For example,
25115 setting this value to one (1) will cause Alpine to scroll the display
25116 vertically when you move to select an item on the display's top or
25117 bottom edge.
25120 By default, this variable is zero, indicating that scrolling happens
25121 when you move up or down to select an item immediately off the display's
25122 top or bottom edge.
25125 <UL>   
25126 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25127 </UL><P>
25128 &lt;End of help on this topic&gt;
25129 </BODY>
25130 </HTML>
25131 ====== h_config_wordseps =====
25132 <HTML>
25133 <HEAD>
25134 <TITLE>OPTION: <!--#echo var="VAR_composer-word-separators"--></TITLE>
25135 </HEAD>
25136 <BODY>
25137 <H1>OPTION: <!--#echo var="VAR_composer-word-separators"--></H1>
25139 This option affects how a &quot;word&quot; is defined in the composer.
25140 The definition of a word is used when using the Forward Word and Backward
25141 Word commands in the composer, as well as when using the spell checker.
25142 Whitespace is always considered a word separator.
25143 Punctuation (like question marks, periods, commas, and so on) is always
25144 a word separator if it comes at the end of a word.
25145 By default, a punctuation character that is in the middle of a word does
25146 not break up that word as long as the character before and the character
25147 after it are both alphanumeric.
25148 If you add a character to this option it will be considered a
25149 word separator even when it occurs in the middle of an alphanumeric word.
25150 For example, if you want to skip through each part of an address instead
25151 of skipping the whole address at once you might want to include &quot;@&quot;
25152 and &quot;.&quot; in this list.
25153 If you want the word-skipper to stop on each part of a UNIX filename you
25154 could add &quot;/&quot; to the list.
25155 The equal sign and dash are other possibilities you might find helpful.
25157 <UL>   
25158 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25159 </UL><P>
25160 &lt;End of help on this topic&gt;
25161 </BODY>
25162 </HTML>
25163 ====== h_config_reply_indent_string =====
25164 <HTML>
25165 <HEAD>
25166 <TITLE>OPTION: <!--#echo var="VAR_reply-indent-string"--></TITLE>
25167 </HEAD>
25168 <BODY>
25169 <H1>OPTION: <!--#echo var="VAR_reply-indent-string"--></H1>
25171 This option specifies an aspect of Alpine's Reply command.
25172 When a message is replied to and the text of the message is included, the
25173 included text usually has the string &quot;&gt;&nbsp;&quot; prepended
25174 to each line indicating it is quoted text.
25175 (In case you haven't seen this before, &quot;string&quot; is a technical term
25176 that means chunk of text.)
25179 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
25180 in 1999 and its wide-spread adoption since then, you will usually be better off if you
25181 use one of the standard values,
25182 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot;, for this option.
25185 This option specifies a different value for that string.
25186 If you wish to use a string that begins or ends with a space,
25187 enclose the string in double quotes.
25190 Besides simple text, the prepended string can be based
25191 on the message being replied to.
25192 The following tokens are substituted for the message's corresponding value:
25194 <DL>
25195 <DT>_FROM_</DT>
25196 <DD>This token gets replaced with the message sender's &quot;username&quot;.
25197 If the name is longer than six characters, only the first six characters are
25198 used.
25199 </DD>
25201 <DT>_NICK_</DT>
25202 <DD>This token gets replaced with the nickname of the message sender's
25203 address as found in your addressbook.
25204 If no addressbook entry is found,
25205 Alpine replaces the characters &quot;_NICK_&quot; with nothing.
25206 If the nickname is longer than six characters, only the first six characters are
25207 used.
25208 </DD>
25210 <DT>_INIT_</DT>
25211 <DD>This token gets replaced with the initials of the sender of the message.
25212 </DD>
25214 </DL>
25216 NOTE: When the
25217 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
25218 feature is enabled, you are given the opportunity to edit the string, whether 
25219 it is the default or one automatically generated using the above tokens.
25221 If you change your <!--#echo var="VAR_reply-indent-string"-->
25222 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
25223 quoted text will not be flowed
25224 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
25225 when you reply.
25226 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
25227 set to the default value.
25229 <UL>   
25230 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25231 </UL><P>
25232 &lt;End of help on this topic&gt;
25233 </BODY>
25234 </HTML>
25235 ====== h_config_quote_replace_string =====
25236 <HTML>
25237 <HEAD>
25238 <TITLE>OPTION: <!--#echo var="VAR_quote-replace-string"--></TITLE>
25239 </HEAD>
25240 <BODY>
25241 <H1>OPTION: <!--#echo var="VAR_quote-replace-string"--></H1>
25243 This option specifies what string to use as a quote when <b>viewing</b> a
25244 message.  The standard way of quoting messages when replying is the string
25245 &quot;&gt;&nbsp;&quot; (quote space).
25246 With this variable set, viewing a message will
25247 replace occurrences of 
25248 &quot;&gt;&nbsp;&quot; and &quot;&gt;&quot; with the replacement string.
25249 This setting works best when
25250 <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
25251 or the equivalent setting in your correspondents' mail programs
25252 is set to the default
25253 &quot;&gt;&nbsp;&quot;, but it will also work fine with the
25254 <!--#echo var="VAR_reply-indent-string"--> set to &quot;&gt;&quot;.
25256 By default, this setting will only work on messages that are flowed, which is
25257 the default way of sending messages for many mail clients including
25258 Alpine.  Enable the feature
25259 <A HREF="h_config_quote_replace_noflow"><!--#echo var="FEAT_quote-replace-nonflowed"--></A>
25260 to also have quote-replacement performed on non-flowed messages.
25263 Setting this option will replace  &quot;&gt;&quot; and 
25264 &quot;&gt;&nbsp;&quot; with the new setting. This string may include trailing
25265 spaces. To preserve those spaces enclose the full string in double quotes.
25267 No padding to separate the text of the message from the quote string is
25268 added. This means that if you do not add trailing spaces to the value of
25269 this variable, text will be displayed right next to the quote string,
25270 which may be undesirable. This can be avoided by adding a new string
25271 separated by a space from your selection of quote string replacement. This
25272 last string will be used for padding. For example, setting this variable to 
25273 <br>&quot;&gt;&quot; &quot; &quot; has the effect of setting
25274 &quot;&gt;&quot; as the <!--#echo var="VAR_quote-replace-string"-->, with the text padded by
25275 a space from the last quote string to make it more readable.
25277 One possible setting for this variable could be
25278 &quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot; (four spaces wrapped in quotes), which
25279 would have the effect of indenting each level of quoting four spaces and
25280 removing the &quot;&gt;&quot;'s.  Different levels of quoting could be made
25281 more discernible by setting colors for quoted text.
25283 Replying to or forwarding the viewed message will preserve the original
25284 formatting of the message, so quote-replacement will not be performed on
25285 messages that are being composed.
25287 <UL>   
25288 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25289 </UL><P>
25290 &lt;End of help on this topic&gt;
25291 </BODY>
25292 </HTML>
25293 ====== h_config_empty_hdr_msg =====
25294 <HTML>
25295 <HEAD>
25296 <TITLE>OPTION: <!--#echo var="VAR_empty-header-message"--></TITLE>
25297 </HEAD>
25298 <BODY>
25299 <H1>OPTION: <!--#echo var="VAR_empty-header-message"--></H1>
25301 When sending, if both the To and Cc fields are empty and you
25302 are sending the message to a Bcc,
25303 Alpine will put a special address in the To line.  The default value is:
25306 <CENTER><SAMP>undisclosed-recipients:&nbsp;;</SAMP></CENTER>
25309 The reason for this is to avoid embarrassment caused by some Internet
25310 mail transfer software that interprets a &quot;missing&quot;
25311 <SAMP>To:</SAMP> header as an error and replaces it with an
25312 <SAMP>Apparently-to:</SAMP> header that may contain the addresses you
25313 entered on the <SAMP>Bcc:</SAMP> line, defeating the purpose of the
25314 Bcc.  You may change the part of this message that comes before the
25315 &quot;:&nbsp;;&quot; by setting the &quot;<!--#echo var="VAR_empty-header-message"-->&quot;
25316 variable to something else.
25319 The normal default is &quot;undisclosed-recipients&quot;.
25322 <UL>   
25323 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25324 </UL><P>
25325 &lt;End of help on this topic&gt;
25326 </BODY>
25327 </HTML>
25328 ====== h_config_status_msg_delay =====
25329 <HTML>
25330 <HEAD>
25331 <TITLE>OPTION: <!--#echo var="VAR_status-message-delay"--></TITLE>
25332 </HEAD>
25333 <BODY>
25334 <H1>OPTION: <!--#echo var="VAR_status-message-delay"--></H1>
25336 This option has evolved over time, causing the possible values to be
25337 counter-intuitive.
25338 Read carefully before you set this option.
25339 First we explain what the option does, then there is a longer discussion
25340 following that.
25342 If this is set to zero, the default value, it has <EM>no</EM> effect.
25343 Positive and negative values serve two similar, but different purposes.
25345 If it is set to a positive number, it causes the cursor to move to the
25346 status line whenever a status message is printed and pause there for this
25347 many seconds.
25348 It will probably only be useful if the 
25349 <A HREF="h_config_show_cursor">&quot;<!--#echo var="FEAT_show-cursor"-->&quot;</A> feature is
25350 also turned on.
25351 Setting this option to a positive number can only be used to
25352 <EM>increase</EM> the status message delay.
25353 This may be useful for Braille displays, or other non-traditional displays.
25355 If it is set to a negative number the interpretation is a bit complicated.
25356 Negative numbers are used to <EM>decrease</EM> the amount of delay Alpine uses to
25357 allow you to read important status messages.
25358 Of course, this may cause you to miss some important messages.
25359 If you see a message flash by but miss what it says you can use the
25360 Journal command from the MAIN MENU to read it.
25361 If you set this option to a negative value, the delay will be
25362 no more than one second less than the absolute value
25363 of the value you set.
25364 So if you set it to -1, the delay will be no more than zero seconds, no
25365 delay at all.
25366 If you set it to -2, the delay will be no more than 1 second.
25367 And so on, -3 is 2 seconds, -4 is 3 seconds, ...
25368 If the delay that Alpine would have used by default is less than this delay,
25369 then the smaller delay set by Alpine will be used.
25370 Setting this option to a negative value can only reduce the amount of
25371 delay, never increase it.
25373 Here is a more detailed explanation.
25374 Status messages are the messages that show up spontaneously in the
25375 status message line, usually the third line from the bottom of the screen.
25376 By default, Alpine assigns each status message it produces a minimum
25377 display time.
25378 Some status messages have a minimum display time of zero.
25379 You can see an example of such a message by paging up in this help text
25380 until you reach the top of the screen.
25381 If you try to page past the top you will see the message
25383 <CENTER><SAMP>[Already at start of help text]</SAMP></CENTER>
25385 in the status line.
25386 If there is another more important use of the status message line this message
25387 might be replaced quickly, or it even might not be shown at all.
25388 However, if there is no reason to get rid of the message, it might stay
25389 there for several seconds while you read the help.
25390 An example where it is replaced immediately happens when you page up in
25391 the help text past the top of the screen, but then type the &quot;WhereIs&quot;
25392 command right after paging up.
25393 The message will disappear immediately without causing a delay (unless you
25394 have set this option to a positive value) to allow you to type input for
25395 the &quot;WhereIs&quot; command.
25396 Since it isn't a very important message, Alpine has set its minimum display
25397 time to zero seconds.
25399 Other messages have minimum display times of three or more seconds.
25400 These are usually error messages that Alpine thinks you ought to see.
25401 For example, it might be a message about a failed Save or a failed folder open.
25402 It is often the case that this minimum display time won't delay you in
25403 any way because the status message line is not needed for another reason.
25404 However, there are times when Alpine has to delay what it is doing in
25405 order to display a status message for the minimum display time.
25406 This happens when a message is being displayed and Alpine wants to ask
25407 for input from the keyboard.
25408 For example, when you Save a message you use the status message line.
25409 You get a prompt there asking for the name of the folder to save to.
25410 If there is a status message being displayed that has not
25411 yet displayed for its minimum
25412 time Alpine will display that status message surrounded with the characters
25413 &gt; and &lt; to show you that it is delaying.
25414 That might happen, for example, if you tried to save to a folder that
25415 caused an error, then followed that immediately with another Save command.
25416 You might find yourself waiting for a status message like
25418 <CENTER><SAMP>[&gt;Can't get write access to mailbox, access is readonly&lt;]</SAMP></CENTER>
25420 to finish displaying for three seconds.
25421 If that is something you find happening to you frequently, you may use
25422 negative values of this option to decrease or eliminate that delay, at
25423 the risk of missing the message.
25425 <UL>   
25426 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25427 </UL><P>
25428 &lt;End of help on this topic&gt;
25429 </BODY>
25430 </HTML>
25431 ====== h_config_active_msg_interval =====
25432 <HTML>
25433 <HEAD>
25434 <TITLE>OPTION: <!--#echo var="VAR_busy-cue-rate"--></TITLE>
25435 </HEAD>
25436 <BODY>
25437 <H1>OPTION: <!--#echo var="VAR_busy-cue-rate"--></H1>
25439 When Alpine is delayed for some reason it usually shows that
25440 something is happening with a small animated display in the status
25441 message line near the bottom of the screen.
25442 This option sets how frequently the characters (for example, a spinning bar)
25443 in the active status message lines are updated.
25444 At most, it can be set to be udpated 20 times per second. 
25447 Setting this value to zero will prevent display of the animations
25448 altogether.
25451 The option <A HREF="h_config_use_boring_spinner"><!--#echo var="FEAT_busy-cue-spinner-only"--></A>
25452 can be used to remove the randomness from this animated display.
25455 <UL>   
25456 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25457 </UL><P>
25458 &lt;End of help on this topic&gt;
25459 </BODY>
25460 </HTML>
25461 ====== h_config_mailchecknoncurr =====
25462 <HTML>
25463 <HEADER>
25464 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></TITLE>
25465 </HEADER>
25466 <BODY>
25467 <H1>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></H1>
25469 This option is closely related to the
25470 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
25471 option, as well as the
25472 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A> and
25473 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> options.
25474 If the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot; option is set to zero, then automatic
25475 new-mail checking is disabled and this option will have no effect.
25477 Normally this option is set to zero, which means that the value used will be
25478 the same as the value for the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;.
25479 If you set this option to a value different from zero
25480 (usually larger than the value for &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;)
25481 then that is the check interval that will be used
25482 for folders that are not the currently open folder or the INBOX.
25483 You may not even have any folders that are noncurrent and not the INBOX.
25484 If you do, it is likely that they are due to
25485 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
25486 you have configured.
25487 This option also affects the rate of mail checking done on cached
25488 connections to folders you previously had open but are no longer actively
25489 using.
25490 You aren't expected to understand that last sentence, but if you are interested
25491 take a look at
25492 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>
25493 and the related options.
25495 <UL>   
25496 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25497 </UL><P>
25498 &lt;End of help on this topic&gt;
25499 </BODY>
25500 </HTML>
25501 ====== h_config_fifopath =====
25502 <HTML>
25503 <HEADER>
25504 <TITLE>OPTION: NewMail FIFO Path</TITLE>
25505 </HEADER>
25506 <BODY>
25507 <H1>OPTION: NewMail FIFO Path</H1>
25509 This option is only available in UNIX Alpine.
25510 However, there is a very similar feature built in to PC-Alpine.
25511 In PC-Alpine's Config menu at the top of the screen
25512 is an option called &quot;New Mail Window&quot;.
25514 You may have Alpine create a FIFO special file (also called a named pipe) where
25515 it will send a one-line message each time a new message is received in
25516 the current folder, the INBOX, or any open
25517 <A HREF="h_config_permlocked"><!--#echo var="VAR_stay-open-folders"--></A>.
25518 To protect against two different Alpines both writing to the same FIFO, Alpine
25519 will only create the FIFO and write to it if it doesn't already exist.
25521 A possible way to use this option would be to have a separate window
25522 on your screen running the command
25524 <CENTER><SAMP>cat filename</SAMP></CENTER>
25526 where &quot;filename&quot; is the name of the file given for this option.
25527 Because the file won't exist until after you start Alpine, you must <EM>first</EM>
25528 start Alpine and <EM>then</EM> run the &quot;cat&quot; command.
25529 You may be tempted to use &quot;tail -f filename&quot; to view the new
25530 mail log.
25531 However, the common implementations of the tail command will not do what you
25532 are hoping.
25534 The width of the messages produced for the FIFO may be altered with the
25535 <A HREF="h_config_newmailwidth"><!--#echo var="VAR_newmail-window-width"--></A> option.
25537 On some systems, fifos may only be created in a local filesystem.
25538 In other words, they may not be in NFS filesystems.
25539 This requirement is not universal.
25540 If the system you are using supports it, it should work.
25541 (It is often the case that your home directory is in an NFS filesystem.
25542 If that is the case, you might try using a file in the &quot;/tmp&quot;
25543 filesystem, which is usually a local filesytem.)
25544 Even when it is possible to use an NFS-mounted filesystem as a place to name
25545 the fifo (for example, your home directory), it will still be the case that
25546 the reader (probably the &quot;cat&quot; command) and the
25547 writer (Alpine) of the fifo must be running on the same system.
25549 <UL>   
25550 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25551 </UL><P>
25552 &lt;End of help on this topic&gt;
25553 </BODY>
25554 </HTML>
25555 ====== h_config_newmailwidth =====
25556 <HTML>
25557 <HEADER>
25558 <TITLE>OPTION: <!--#echo var="VAR_newmail-window-width"--></TITLE>
25559 </HEADER>
25560 <BODY>
25561 <H1>OPTION: <!--#echo var="VAR_newmail-window-width"--></H1>
25563 For UNIX Alpine, this option is only useful if you have turned on the
25564 <A HREF="h_config_fifopath">NewMail FIFO Path</A> option.
25565 That option causes new mail messages to be sent to a fifo file.
25566 Those messages will be 80 characters wide by default.
25567 You can change the width of those messages by changing this option.
25568 For example, if you are reading those messages in another window you might
25569 want to set this width to the width of that other window.
25571 If you are using PC-Alpine, it has an option in the Config menu to turn
25572 on the &quot;New Mail Window&quot;.
25573 This present option also controls the width of that window.
25575 <UL>   
25576 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25577 </UL><P>
25578 &lt;End of help on this topic&gt;
25579 </BODY>
25580 </HTML>
25581 ====== h_config_mailcheck =====
25582 <HTML>
25583 <HEADER>
25584 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval"--></TITLE>
25585 </HEADER>
25586 <BODY>
25587 <H1>OPTION: <!--#echo var="VAR_mail-check-interval"--></H1>
25589 This option specifies, in seconds,
25590 how often Alpine will check for new mail.
25591 If set to zero, new-mail checking is disabled.
25592 (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
25593 current message is the last message of the folder.)
25594 There is a minimum value for this option, normally 15 seconds.
25595 The default value is normally 150 seconds.
25596 The higher you set this option, the easier it is on the server.
25598 There are some situations where automatic new-mail checking does not work.
25599 See the discussion about new-mail checking in
25600 <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
25602 The new-mail checking will not happen exactly at the frequency that you specify.
25603 For example, Alpine may elect to defer a non-INBOX mail check if you
25604 are busy typing.
25605 Or, it may check more frequently than you have specified if that is
25606 thought to be necessary to keep the server from closing the connection
25607 to the folder due to inactivity.
25608 If Alpine checks for new mail as a side effect of another command, it will reset
25609 the timer, so that new-mail checking may seem to happen irregularly instead of
25610 every X seconds like clockwork.
25612 If you are anxious to know about new mail as soon as possible, set the check
25613 interval low, and you'll know about the new mail by approximately
25614 that amount of time after it arrives.
25615 If you aren't so worried about knowing right away, set this option to a
25616 higher value.
25617 That will save the server some processing time and may save you some of
25618 the time you spend waiting for new-mail checks to happen if you are
25619 dealing with a slow server or slow network connection.
25621 If you suspect that new-mail checking is causing slow downs for you,
25622 you may want to look into the options
25623 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>,
25624 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> and
25625 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A>,
25626 which refine when mail checking is done.
25628 If the mailbox being checked uses a <A HREF="h_maildrop">Mail Drop</A> then
25629 there is a minimum time
25630 (<A HREF="h_config_maildropcheck">&quot;<!--#echo var="VAR_maildrop-check-minimum"-->&quot;</A>)
25631 between new-mail checks.
25632 Because of this minimum you may notice that new mail does not
25633 appear promptly when you expect it.
25634 The reason for this is to protect the server from over-zealous opening and
25635 closing of the Mail Drop folder, since that is a costly operation.
25637 <UL>   
25638 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25639 </UL><P>
25640 &lt;End of help on this topic&gt;
25641 </BODY>
25642 </HTML>
25643 ====== h_config_quell_checks_comp =====
25644 <HTML>
25645 <HEAD>
25646 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></TITLE>
25647 </HEAD>
25648 <BODY>
25649 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></H1>
25651 This option is closely related to the
25652 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
25653 option, the
25654 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
25655 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A>.
25657 If this option is set, then the normal new-mail checking that happens
25658 while you are composing will not happen for folders other than your
25659 INBOX (which depends on the setting
25660 of &quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;).
25662 You might want to set this option if you are experiencing delays while
25663 composing that you think might be related to the speed of the new-mail
25664 checks.
25666 Even with this option turned on, an occasional new-mail check may be done
25667 in order to keep the server from killing the connection to the folder.
25668 For example, IMAP servers may remove a connection to a folder if there
25669 has been no activity on the connection for 30 minutes or more.
25670 Instead of letting that happen, Alpine will check for new mail before the
25671 30 minutes is up even though you have turned on this feature to quell
25672 those checks.
25674 Besides new-mail checks, checkpoint operations on the folders
25675 will also be quelled when you set this option.
25676 The purpose of checkpointing is to write the changes to a folder out to
25677 disk periodically in order to avoid losing those changes when system or
25678 software problems occur.
25679 New-mail checking and checkpointing while you are not composing are not
25680 affected by this option.
25683 &lt;End of help on this topic&gt;
25684 </BODY>
25685 </HTML>
25686 ====== h_config_quell_checks_comp_inbox =====
25687 <HTML>
25688 <HEAD>
25689 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></TITLE>
25690 </HEAD>
25691 <BODY>
25692 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></H1>
25694 This option is closely related to the
25695 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
25696 option, the
25697 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
25698 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>.
25700 If this option is set, then the normal new-mail checking that happens
25701 while you are composing will not happen for your INBOX.
25702 Checking of other folders is controlled in a similar way with the
25703 &quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot; option.
25705 You might want to set this option if you are experiencing delays while
25706 composing that you think might be related to the speed of the new-mail
25707 checks.
25709 Even with this option turned on, an occasional new-mail check may be done
25710 in order to keep the server from killing the connection to the folder.
25711 For example, IMAP servers may remove a connection to a folder if there
25712 has been no activity on the connection for 30 minutes or more.
25713 Instead of letting that happen, Alpine will check for new mail before the
25714 30 minutes is up even though you have turned on this feature to quell
25715 those checks.
25717 Besides new-mail checks, checkpoint operations on the INBOX
25718 will also be quelled when you set this option.
25719 The purpose of checkpointing is to write the changes to a folder out to
25720 disk periodically in order to avoid losing those changes when system or
25721 software problems occur.
25722 New-mail checking and checkpointing while you are not composing are not
25723 affected by this option.
25725 &lt;End of help on this topic&gt;
25726 </BODY>
25727 </HTML>
25728 ====== h_config_maildropcheck =====
25729 <HTML>
25730 <HEADER>
25731 <TITLE>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></TITLE>
25732 </HEADER>
25733 <BODY>
25734 <H1>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></H1>
25736 New-mail checking for a
25737 <A HREF="h_maildrop">Mail Drop</A> is a little different from new
25738 mail checking for a regular folder.
25739 One of the differences is that the connection to the Mail Drop is not
25740 kept open and so the cost of checking
25741 (delay for you and additional load for the server) may be significant.
25742 Because of this additional cost we set a minimum time that
25743 must pass between checks.
25744 This minimum only applies to the automatic checking done by Alpine.
25745 If you force a check by typing ^L (Ctrl-L) or by typing the Next command when you are
25746 at the end of a folder index, then the check is done right away.
25748 This option specifies, in seconds, the <EM>minimum</EM> time between Mail Drop
25749 new-mail checks.
25750 You may want to set this minimum high in order to avoid experiencing some
25751 of the delays associated with the checks.
25752 Note that the time between checks is still controlled by the regular
25753 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option.
25754 When Alpine is about to do an automatic check for new mail (because
25755 the <!--#echo var="VAR_mail-check-interval"--> has expired) then if the time since the last
25756 new-mail check
25757 of any open Mail Drops has been greater than the <!--#echo var="VAR_maildrop-check-minimum"-->,
25758 the Mail Drop is checked for new mail as well.
25759 Therefore, it is only useful to set this option to a value that is higher
25760 than the <!--#echo var="VAR_mail-check-interval"-->.
25762 If this option is set to zero, automatic Mail Drop new-mail
25763 checking is disabled.
25764 There is a minimum value, normally 60 seconds.
25765 The default value is normally 60 seconds as well.
25766 This applies to the INBOX and to the currently open folder if that is
25767 different from the INBOX.
25770 <UL>   
25771 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25772 </UL><P>
25773 &lt;End of help on this topic&gt;
25774 </BODY>
25775 </HTML>
25776 ====== h_config_nntprange =====
25777 <HTML>
25778 <HEADER>
25779 <TITLE>OPTION: <!--#echo var="VAR_nntp-range"--></TITLE>
25780 </HEADER>
25781 <BODY>
25782 <H1>OPTION: <!--#echo var="VAR_nntp-range"--></H1>
25784 This option applies only to newsgroups accessed using the NNTP protocol.
25785 It does not, for example,
25786 apply to newsgroups accessed using an IMAP-to-NNTP proxy.
25789 When you open a connection to a News server using the NNTP protocol, you
25790 normally have access to all of the articles in each newsgroup.
25791 If a server keeps a large backlog of messages it may speed performance
25792 some to restrict attention to only the newer messages in a group.
25793 This option allows you to set how many article numbers should be checked
25794 when opening a newsgroup.
25795 You can think of &quot;<!--#echo var="VAR_nntp-range"-->&quot; as specifying the maximum number
25796 of messages you ever want to see.
25797 For example, if you only ever wanted to look at the last 500 messages in each
25798 newsgroup you could set this option to 500.
25799 In actuality, it isn't quite that.
25800 Instead, for performance reasons, it specifies the range of article
25801 numbers to be checked, beginning
25802 with the highest numbered article and going backwards from there.
25803 If there are messages that have been canceled or deleted
25804 their article numbers are still counted as part of the range.
25806 So, more precisely, setting the &quot;<!--#echo var="VAR_nntp-range"-->&quot; will cause article
25807 numbers
25808 <P><CENTER>last_article_number - <!--#echo var="VAR_nntp-range"--> + 1 through last_article_number</CENTER>
25810 to be considered when reading a newsgroup.
25811 The number of messages that show up in your index will be less than or equal
25812 to the value of &quot;<!--#echo var="VAR_nntp-range"-->&quot;.
25815 The purpose of this option is simply to speed up access when reading news.
25816 The speedup comes because Alpine can ignore all but the last <!--#echo var="VAR_nntp-range"--> article
25817 numbers, and can avoid downloading any information about the ignored articles.
25818 There is a cost you pay for this speedup.
25819 That cost is that there is no way for you to see those ignored articles.
25820 The articles that come before the range you specify are invisible to you and
25821 to Alpine, as if they did not exist at all.
25822 There is no way to see those messages using, for example, an unexclude command
25823 or something similar.
25824 The only way to see those articles is to set this option high enough (or
25825 set it to zero) and then to reopen the newsgroup.
25828 If this option is set to 0 (which is also the default),
25829 then the range is unlimited.
25830 This option applies globally to all NNTP servers and to all newsgroups
25831 on those servers.
25832 There is no way to set different values for different newsgroups or servers.
25835 <UL>   
25836 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25837 </UL><P>
25838 &lt;End of help on this topic&gt;
25839 </BODY>
25840 </HTML>
25841 ====== h_config_news_active =====
25842 <html>
25843 <header>
25844 <title>OPTION: <!--#echo var="VAR_news-active-file-path"--></title>
25845 </header>
25846 <body>
25847 <h1>OPTION: <!--#echo var="VAR_news-active-file-path"--></h1>
25849 This option tells Alpine where to look for the "active file" for newsgroups
25850 when accessing news locally, rather than via NNTP.  The default path is
25851 usually "/usr/lib/news/active".<p>
25852 <UL>   
25853 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25854 </UL><P>
25855 &lt;End of help on this topic&gt;
25856 </body>
25857 </html>
25858 ====== h_config_news_spool =====
25859 <html>
25860 <header>
25861 <title>OPTION: <!--#echo var="VAR_news-spool-directory"--></title>
25862 </header>
25863 <body>
25864 <h1>OPTION: <!--#echo var="VAR_news-spool-directory"--></h1>
25866 This option tells Alpine where to look for the "news spool" for newsgroups
25867 when accessing news locally, rather than via NNTP.  The default path is
25868 usually "/var/spool/news".<p>
25869 <UL>   
25870 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25871 </UL><P>
25872 &lt;End of help on this topic&gt;
25873 </body>
25874 </html>
25875 ====== h_config_image_viewer =====
25876 <html>
25877 <header>
25878 <title>OPTION: <!--#echo var="VAR_image-viewer"--></title>
25879 </header>
25880 <body>
25881 <h1>OPTION: <!--#echo var="VAR_image-viewer"--></h1>
25882 <body>
25883 This option specifies the program Alpine should call to view MIME
25884 attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
25885 no longer needed, but remains for backward compatibility.  The more
25886 general method for associating external printing and viewing programs with
25887 specific MIME data types is to use the system's (or your personal)
25888 "mailcap" configuration file.<p>
25889 <UL>   
25890 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25891 </UL><P>
25892 &lt;End of help on this topic&gt;
25893 </body>
25894 </html>
25895 ====== h_config_domain_name =====
25896 <HTML>
25897 <HEAD>
25898 <TITLE>OPTION: <!--#echo var="VAR_use-only-domain-name"--></TITLE>
25899 </HEAD>
25900 <BODY>
25901 <H1>OPTION: <!--#echo var="VAR_use-only-domain-name"--></H1>
25903 This option is used only if the 
25904 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> option is <B>not</B> 
25905 set.  If set to &quot;Yes&quot; (and <!--#echo var="VAR_user-domain"--> is not used), then Alpine 
25906 strips the hostname from your return (&quot;From&quot;) address and when 
25907 completing unqualified addresses that you enter into the composer.
25909 If you set this, see also the <A HREF="h_config_quell_local_lookup">
25910 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
25913 <!--chtml if pinemode="os_windows"-->
25914 <P>This option is not applicable to PC-Alpine.
25915 <!--chtml else-->
25917 <!--chtml endif-->
25918 <UL>
25919 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25920 </UL>
25922 &lt;End of help on this topic&gt;
25923 </BODY>
25924 </HTML>
25925 ====== h_config_prune_date =====
25926 <HTML>
25927 <HEAD>
25928 <TITLE>OPTION: Last-Time-Prune Question</TITLE>
25929 </HEAD>
25930 <BODY>
25931 <H1>OPTION: Last-Time-Prune Question</H1>
25933 This value records the last time you were asked about deleting old
25934 sent-mail.
25935 It is set automatically by Alpine at the beginning of each month.
25936 In the past, if you wished to suppress the monthly sent-mail
25937 pruning feature, you could set this to a date in the future.
25938 This value is relative to the year 1900, so 
25939 to set this, for example, to October 2005, use 105.10.
25941 You can still do that if you wish, or you can use the
25942 <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option, which is probably
25943 a little more convenient to use.
25945 <UL>   
25946 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25947 </UL><P>
25948 &lt;End of help on this topic&gt;
25949 </BODY>
25950 </HTML>
25951 ====== h_config_goto_default =====
25952 <HTML>
25953 <HEAD>
25954 <TITLE>OPTION: <!--#echo var="VAR_goto-default-rule"--></TITLE>
25955 </HEAD>
25956 <BODY>
25957 <H1>OPTION: <!--#echo var="VAR_goto-default-rule"--></H1>
25959 This value affects Alpine's behavior when you use the Goto command.
25960 Alpine's usual behavior has two parts.  If your current folder is
25961 &quot;Inbox&quot;, Alpine will offer the last open folder as the
25962 default.  If the current folder is other than &quot;Inbox&quot;,
25963 &quot;Inbox&quot; is offered as the default.
25966 The available options include:
25968 <DL>
25970  <DT>folder-in-first-collection</DT>
25972  <DD> Alpine will offer the most recently visited folder in the default
25973 collection found in the &quot;Collection List&quot; screen as the default.
25974 </DD>
25976  <DT> inbox-or-folder-in-first-collection</DT>
25978  <DD> If the current folder is &quot;Inbox&quot;,
25979 Alpine will offer the most recently visited folder in the
25980 default collection found in the &quot;Collection List&quot; screen.
25981 If the current folder is other than &quot;Inbox&quot;,
25982 &quot;Inbox&quot; is offered as the default.
25983 </DD>
25985  <DT> inbox-or-folder-in-recent-collection</DT>
25987  <DD> This is Alpine's default behavior.
25988 If the current folder is &quot;Inbox&quot;,
25989 Alpine will offer the last open
25990 folder as the default.
25991 If the current folder is other than &quot;Inbox&quot;,
25992 &quot;Inbox&quot; is offered as the default.
25993 </DD>
25995  <DT> first-collection-with-inbox-default</DT>
25997  <DD> Instead of offering the most recently visited folder in the default
25998 collection, the default collection is offered but with &quot;Inbox&quot; as
25999 the default folder.
26000 If you type in a folder name it will be in the default collection.
26001 If you simply accept the default, however, your &quot;Inbox&quot; will be opened.
26002 </DD>
26004  <DT> most-recent-folder</DT>
26006  <DD> The last accepted value simply causes the most recently opened
26007 folder to be offered as the default regardless of the currently opened
26008 folder.
26009 </DD>
26010 </DL>
26013 NOTE: The default while a newsgroup is open remains the same; the last
26014 open newsgroup.
26017 <UL>   
26018 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26019 </UL><P>
26020 &lt;End of help on this topic&gt;
26021 </BODY>
26022 </HTML>
26023 ====== h_config_thread_lastreply_char =====
26024 <HTML>
26025 <HEAD>
26026 <TITLE>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></TITLE>
26027 </HEAD>
26028 <BODY>
26029 <H1>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></H1>
26031 The <!--#echo var="VAR_threading-lastreply-character"--> option has a small effect on the MESSAGE
26032 INDEX display when using a
26033 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
26034 of &quot;show-thread-structure&quot;, &quot;mutt-like&quot;, or
26035 &quot;show-structure-in-from&quot;; and sorting by Threads or OrderedSubject.
26036 The value of this option is a single character.
26037 This character is used instead of the vertical line character when there are
26038 no more replies directly to the parent of the current message.
26039 It can be used to &quot;round-off&quot; the bottom of the vertical line
26040 by setting it to a character such as a backslash (&#92;) or
26041 a backquote (&#96;).
26042 The default value of this option is the backslash character (&#92;).
26043 This option may not be set to the Empty Value.
26044 In that case, the default will be used instead.
26047 <UL>   
26048 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26049 </UL><P>
26050 &lt;End of help on this topic&gt;
26051 </BODY>
26052 </HTML>
26053 ====== h_config_thread_indicator_char =====
26054 <HTML>
26055 <HEAD>
26056 <TITLE>OPTION: <!--#echo var="VAR_threading-indicator-character"--></TITLE>
26057 </HEAD>
26058 <BODY>
26059 <H1>OPTION: <!--#echo var="VAR_threading-indicator-character"--></H1>
26061 The <!--#echo var="VAR_threading-indicator-character"--> option has a small effect on the MESSAGE
26062 INDEX display when using a
26063 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26064 than &quot;none&quot; and sorting by Threads or OrderedSubject.
26065 The value of this option is a single character.
26066 This character is used to indicate that part of a thread (a conversation) is
26067 hidden beneath a message.
26068 The message could be expanded
26069 if desired with the &quot;/&quot; Collapse/Expand command.
26070 By default, the value of this option is the greater than sign (&gt;).
26072 If this option is set to the Empty Value, then the column (and the following
26073 blank column) will be deleted from the display.
26076 This option is closely related to the
26077 <A HREF="h_config_thread_exp_char"><!--#echo var="VAR_threading-expanded-character"--></A> option.
26078 Another similar option that affects the thread display is the
26079 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26082 <UL>   
26083 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26084 </UL><P>
26085 &lt;End of help on this topic&gt;
26086 </BODY>
26087 </HTML>
26088 ====== h_config_thread_exp_char =====
26089 <HTML>
26090 <HEAD>
26091 <TITLE>OPTION: <!--#echo var="VAR_threading-expanded-character"--></TITLE>
26092 </HEAD>
26093 <BODY>
26094 <H1>OPTION: <!--#echo var="VAR_threading-expanded-character"--></H1>
26096 The <!--#echo var="VAR_threading-expanded-character"--> option has a small effect on the MESSAGE
26097 INDEX display when using a
26098 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26099 than &quot;none&quot;.
26100 The value of this option is a single character.
26101 This character is used to indicate that part of a thread has been expanded
26102 and could be collapsed if desired with
26103 the &quot;/&quot; Collapse/Expand command.
26104 By default, the value of this option is a dot (.).
26106 If this option is set to the Empty Value, then the column (and the following
26107 blank column) will be deleted from the display.
26110 This option is closely related to the
26111 <A HREF="h_config_thread_indicator_char"><!--#echo var="VAR_threading-indicator-character"--></A> option.
26112 Another similar option that affects the thread display is the
26113 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26116 <UL>   
26117 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26118 </UL><P>
26119 &lt;End of help on this topic&gt;
26120 </BODY>
26121 </HTML>
26122 ====== h_config_thread_index_style =====
26123 <HTML>
26124 <HEAD>
26125 <TITLE>OPTION: <!--#echo var="VAR_threading-index-style"--></TITLE>
26126 </HEAD>
26127 <BODY>
26128 <H1>OPTION: <!--#echo var="VAR_threading-index-style"--></H1>
26130 When a folder is sorted by Threads or OrderedSubject,
26131 this option will affect the INDEX displays.
26134 The possible values for this option are:
26136 <DL>
26137 <DT>regular-index-with-expanded-threads</DT>
26138 <DD>This is the default display.
26139 If the configuration option
26140 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26141 is set to something other than &quot;none&quot;, then this setting
26142 will cause Alpine to start off with a MESSAGE INDEX with all of
26143 the threads expanded.
26144 That is, each message will have a line in the MESSAGE INDEX display.
26145 The Collapse/Expand command (/) may be used to manually collapse or
26146 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26148 This setting affects the display when the folder is first threaded.
26149 The collapsed state may also be re-initialized by re-sorting the folder manually
26150 using the SortIndex command ($).
26151 After re-sorting the threads will once again all be expanded, even if you
26152 have previously collapsed some of them.
26154 If &quot;<!--#echo var="VAR_threading-display-style"-->&quot; is set to &quot;none&quot;, then
26155 the display will be the regular default Alpine MESSAGE INDEX, but sorted
26156 in a different order.
26157 </DD>
26159 <DT>regular-index-with-collapsed-threads</DT>
26160 <DD>If the configuration option
26161 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26162 is set to something other than &quot;none&quot;, then this setting
26163 will cause Alpine to start out with all of the threads collapsed instead of
26164 starting out with all of the threads expanded.
26165 The Collapse/Expand command (/) may be used to manually collapse or
26166 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26168 This setting affects the display when the folder is first threaded.
26169 The collapsed state may also be re-initialized by re-sorting the folder manually
26170 using the SortIndex command ($).
26171 After re-sorting the threads will once again all be collapsed, even if you
26172 have previously expanded some of them.
26173 </DD>
26175 <DT>separate-index-screen-always</DT>
26176 <DD>With this setting and the next, you will see an index of threads
26177 instead of an
26178 index of messages, provided you have sorted by Threads or OrderedSubject.
26180 The THREAD INDEX contains a '*' in the first column if any message in the thread
26181 is marked Important.
26182 If not, it contains a '+' if any message in the thread is to you.
26183 The second column is blank. The third column contains a 'D' if all of the
26184 messages in the thread are deleted.
26185 Otherwise, it contains an 'N' if any of the messages in the thread are New.
26187 When you view a particular thread from the THREAD INDEX you will be
26188 in the MESSAGE INDEX display
26189 but the index will only contain messages from the thread you are viewing.
26190 </DD>
26192 <DT>separate-index-screen-except-for-single-messages</DT>
26193 <DD>This is very similar to the option above.
26194 When you are in the THREAD INDEX, one of the available commands
26195 is &quot;ViewThd&quot;.
26196 With the setting &quot;separate-index-screen-always&quot; (the option above)
26197 when you view a particular thread you will be in the
26198 MESSAGE INDEX display and the index will only contain messages from
26199 the thread you are viewing.
26200 If the thread you are viewing consists of a single message, the MESSAGE INDEX
26201 will be an index with only one message in it.
26202 If you use this &quot;separate-index-screen-except-for-single-messages&quot;
26203 setting instead, then that index that contains a single message
26204 will be skipped and you will go directly from the THREAD INDEX into the
26205 MESSAGE TEXT screen.
26206 </DD>
26208 </DL>
26211 <UL>   
26212 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26213 </UL><P>
26214 &lt;End of help on this topic&gt;
26215 </BODY>
26216 </HTML>
26217 ====== h_config_thread_disp_style =====
26218 <HTML>
26219 <HEAD>
26220 <TITLE>OPTION: <!--#echo var="VAR_threading-display-style"--></TITLE>
26221 </HEAD>
26222 <BODY>
26223 <H1>OPTION: <!--#echo var="VAR_threading-display-style"--></H1>
26225 When a folder is sorted by Threads or OrderedSubject,
26226 this option will affect the MESSAGE INDEX display.
26227 By default, Alpine will display the MESSAGE INDEX in the
26228 &quot;show-thread-structure&quot; style if a folder is sorted
26229 by Threads or OrderedSubject.
26232 The possible values for this option are:
26234 <DL>
26235 <DT>none</DT>
26236 <DD>Regular index display.
26237 The same index line as would be displayed without threading is used.
26238 The only difference will be in the order of the messages.
26239 </DD>
26241 <DT>show-thread-structure</DT>
26242 <DD>Threaded Subjects will be indented and vertical bars and horizontal
26243 lines will be added to make it easier to see the relationships among
26244 the messages in a thread (a conversation).
26245 </DD>
26247 <DT>mutt-like</DT>
26248 <DD>This is the same as the option above except that the Subject
26249 is suppressed (is blank) if it matches the previous Subject in the thread.
26250 The name comes from the email client <A HREF="http://www.mutt.org/">Mutt</A>.
26251 Here is an example of what a mutt-like index might look like.
26252 In this example, the first column represents the message number, the
26253 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
26254 is set to &quot;regular-index-with-expanded-threads&quot;, and the
26255 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A>
26256 is set to a backslash:
26257 <PRE>
26258 &nbsp;&nbsp;&nbsp;1    Some topic
26259 &nbsp;&nbsp;&nbsp;&nbsp;2  . Subject           original message in thread
26260 &nbsp;&nbsp;&nbsp;&nbsp;3    |->               reply to 2
26261 &nbsp;&nbsp;&nbsp;&nbsp;4  . |->               another reply to 2
26262 &nbsp;&nbsp;&nbsp;&nbsp;5  . | &#92;->             reply to 4
26263 &nbsp;&nbsp;&nbsp;&nbsp;6  . |   &#92;->           reply to 5
26264 &nbsp;&nbsp;&nbsp;&nbsp;7    |     &#92;->         reply to 6
26265 &nbsp;&nbsp;&nbsp;&nbsp;8    |->               another reply to 2
26266 &nbsp;&nbsp;&nbsp;&nbsp;9  . |->New subject    another reply to 2 but with a New subject
26267 &nbsp;&nbsp;&nbsp;10    | |->             reply to 9
26268 &nbsp;&nbsp;&nbsp;11    | &#92;->             another reply to 9
26269 &nbsp;&nbsp;&nbsp;12    |   &#92;->           reply to 11
26270 &nbsp;&nbsp;&nbsp;13    &#92;->               final reply to 2
26271 &nbsp;&nbsp;&nbsp;14    Next topic
26272 </PRE>
26273 </DD>
26275 <DT>indent-subject-1</DT>
26276 <DD>Threaded Subjects will be indented one space per level of the conversation.
26277 The bars and lines that show up in the show-thread-structure display will
26278 not be there with this style.
26279 </DD>
26281 <DT>indent-subject-2</DT>
26282 <DD>Same as above but indent two spaces per level instead of one space.
26283 </DD>
26285 <DT>indent-from-1</DT>
26286 <DD>Similar to indent-subject-1, except that instead of indenting the
26287 Subject field one space the From field of a thread will be indented one
26288 space per level of the conversation.
26289 </DD>
26291 <DT>indent-from-2</DT>
26292 <DD>Same as above but indent two spaces per level instead of one space.
26293 </DD>
26295 <DT>show-structure-in-from</DT>
26296 <DD>The structure of the thread is illustrated with indenting, vertical bars,
26297 and horizontal lines just like with the show-thread-structure option, but
26298 the From field is used to show the relationships instead of the Subject field. 
26299 </DD>
26301 </DL>
26304 <UL>   
26305 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26306 </UL><P>
26307 &lt;End of help on this topic&gt;
26308 </BODY>
26309 </HTML>
26310 ====== h_config_pruning_rule =====
26311 <HTML>
26312 <HEAD>
26313 <TITLE>OPTION: <!--#echo var="VAR_pruning-rule"--></TITLE>
26314 </HEAD>
26315 <BODY>
26316 <H1>OPTION: <!--#echo var="VAR_pruning-rule"--></H1>
26318 By default, Alpine will ask at the beginning of each month whether or not
26319 you want to rename your sent-mail folder to a name like sent-mail-month-year.
26320 (See the feature <A HREF="h_config_prune_uses_iso"><!--#echo var="FEAT_prune-uses-yyyy-mm"--></A> to
26321 change the format of the folder to sent-mail-yyyy-mm.)
26322 It will also ask whether you would like to delete old sent-mail folders.
26323 If you have defined
26324 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>
26326 <A HREF="h_config_pruned_folders"><!--#echo var="VAR_pruned-folders"--></A>
26327 Alpine will also ask about pruning those folders.
26330 With this option you may provide an automatic answer to these questions.
26331 The default value is to ask you what you'd like to do.
26334 The six possible values for this option are:
26336 <DL>
26337 <DT>ask about rename, ask about deleting</DT>
26338 <DD>This is the default.
26339 Alpine will ask whether you want to rename the folders and whether you
26340 want to delete each of the old folders.
26341 </DD>
26343 <DT>ask about rename, don't delete</DT>
26344 <DD>Alpine will ask whether you want to rename the folders, but won't
26345 ask about or delete old folders.
26346 </DD>
26348 <DT>always rename, ask about deleting</DT>
26349 <DD>This means you want to always answer yes and have Alpine automatically
26350 rename the folder if possible.
26351 You will also be asked about deleting old folders.
26352 </DD>
26354 <DT>always rename, don't delete</DT>
26355 <DD>This means you want to always answer yes and have Alpine automatically
26356 rename the folder if possible.
26357 There will be no deleting of old folders.
26358 </DD>
26360 <DT>don't rename, ask about deleting</DT>
26361 <DD>This means you want to always answer no.
26362 Alpine will not rename the folder.
26363 You will be asked about deleting old folders.
26364 </DD>
26366 <DT>don't rename, don't delete</DT>
26367 <DD>This means you want to always answer no.
26368 Alpine will not rename the folder.
26369 There will be no deleting of old folders, either.
26370 </DD>
26371 </DL>
26374 <UL>   
26375 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26376 </UL><P>
26377 &lt;End of help on this topic&gt;
26378 </BODY>
26379 </HTML>
26380 ====== h_config_reopen_rule =====
26381 <HTML>
26382 <HEAD>
26383 <TITLE>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></TITLE>
26384 </HEAD>
26385 <BODY>
26386 <H1>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></H1>
26388 Alpine normally checks for new mail in the currently open folder
26389 and in the INBOX every few <A HREF="h_config_mailcheck">minutes</A>.
26392 There are some situations where automatic new-mail checking does not work.
26393 For example, if a mail folder is opened using the POP protocol or a newsgroup
26394 is being read using the NNTP protocol, then new-mail checking is disabled.
26397 It may be possible to check for new mail in these cases by reopening the
26398 folder.
26399 Alpine does not do this for you automatically, but you may do the commands
26400 manually to cause this to happen.
26401 You reopen by going back to the folder list screen from the message
26402 index screen with the &quot;&lt;&quot; command,
26403 and then going back into the message index screen with
26404 the &quot;&gt;&quot; command.
26405 (Actually, any method you would normally use to open a folder will work the
26406 same as the &quot;&lt;&quot; followed by &quot;&gt;&quot; method.
26407 For example, the GoTo Folder command will work, or you may use L to go to the
26408 Folder List screen and Carriage Return to reopen the folder.)
26411 There are some cases where Alpine knows that reopening the folder should
26412 be useful as a way to discover new mail.
26413 At the time of this writing, connections made using the POP protocol,
26414 news reading using the NNTP protocol, local news reading, and local
26415 ReadOnly folders that are in the traditional UNIX or the MMDF format all
26416 fall into this category.
26417 There are other cases where it <EM>may</EM> be a way to discover new mail, but Alpine
26418 has no way of knowing, so it might also just be an exercise in futility.
26419 All remote, ReadOnly folders other than those listed just above fall into this
26420 category.
26421 The setting of this option together with the type of folder
26422 controls how Alpine will react to the apparent attempt to reopen a folder.
26425 If you don't reopen, then you will just be back in
26426 the message index with no change.
26427 You left the index and came back, but the folder remained &quot;open&quot;
26428 the whole time.
26429 However, if you do reopen the folder, the folder is closed and then reopened.
26430 In this case, the current state of the open folder is lost.
26431 The New status, Important and Answered flags,
26432 selected state, Zoom state, collapsed or expanded state of threads,
26433 current message number,
26434 and any other temporary state is all lost when the reopen happens.
26435 For POP folders (but not NNTP newsgroups) the Deleted flags are also lost.
26438 In the possibilities listed below, the text says &quot;POP/NNTP&quot; in
26439 several places.
26440 That really implies the case where Alpine knows it is a good way to discover
26441 new mail, which is more than just POP and NNTP, but POP and NNTP are
26442 the cases of most interest.
26443 This option probably has more possible values than it deserves. They are:
26445 <DL>
26446 <DT>Always reopen</DT>
26447 <DD>Alpine will not ask whether you want to reopen but will just do the reopen
26448 whenever you type a command that implies a reopen, regardless of the
26449 access method.
26450 In other words, it is assumed you would always answer Yes if asked
26451 about reopening.
26452 </DD>
26454 <DT>Yes for POP/NNTP, Ask about other remote [Yes]</DT>
26455 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
26456 will ask you whether to reopen other remote folders,
26457 with a default answer of Yes.
26458 </DD>
26460 <DT>Yes for POP/NNTP, Ask about other remote [No]</DT>
26461 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
26462 will ask you whether to reopen other remote folders,
26463 with a default answer of No.
26464 </DD>
26466 <DT>Yes for POP/NNTP, No for other remote</DT>
26467 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, and
26468 will assume a No answer for all other remote folders.
26469 </DD>
26471 <DT>Always ask [Yes]</DT>
26472 <DD>Alpine will not differentiate based on access method.
26473 It will always ask for all remote folders, with a default answer of Yes.
26474 </DD>
26476 <DT>Always ask [No]</DT>
26477 <DD>Alpine will not differentiate based on access method.
26478 It will always ask for all remote folders, with a default answer of No.
26479 </DD>
26481 <DT>Ask about POP/NNTP [Yes], No for other remote</DT>
26482 <DD>Alpine will ask if the access method is POP or NNTP, with a default answer
26483 of Yes.
26484 It will never attempt to reopen other remote folders.
26485 </DD>
26487 <DT>Ask about POP/NNTP [No], No for other remote</DT>
26488 <DD>This is the default.
26489 Alpine will ask if the access method is POP or NNTP, with a default answer
26490 of No.
26491 It will never attempt to reopen other remote folders.
26492 </DD>
26494 <DT>Never reopen</DT>
26495 <DD>Alpine will never attempt to reopen already open folders.
26496 </DD>
26497 </DL>
26500 Remember, wherever it says POP or NNTP above it really means POP or NNTP or
26501 any of the other situations where it is likely that reopening is a good way
26502 to discover new mail.
26505 There is an alternative that may be of useful in some situations.
26506 Instead of manually checking for new mail you can set up a
26507 <A HREF="h_maildrop">Mail Drop</A>
26508 and automatically check for new mail.
26511 <UL>   
26512 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26513 </UL><P>
26514 &lt;End of help on this topic&gt;
26515 </BODY>
26516 </HTML>
26517 ====== h_config_inc_startup =====
26518 <HTML>
26519 <HEAD>
26520 <TITLE>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></TITLE>
26521 </HEAD>
26522 <BODY>
26523 <H1>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></H1>
26525 This value affects Alpine's behavior when opening the &quot;INBOX&quot; or 
26526 one of the &quot;INCOMING MESSAGE FOLDERS&quot;.
26527 It determines which message will be the <EM>current message</EM> when
26528 the folder is first opened.
26529 The default value is &quot;first-unseen&quot;.
26532 The seven possible values for this option are:
26534 <DL>
26535 <DT>first-unseen</DT>
26536 <DD>The current message is set to the first
26537 unseen message that has not been marked deleted, or the last message if
26538 all of the messages have been seen previously.
26539 Messages which have not been seen or which have been seen but re-marked
26540 as New are considered unseen messages.
26541 See the note at the bottom of this help about newsgroups.
26542 </DD>
26544 <DT>first-recent</DT>
26545 <DD>Similar to the default, but rather than starting on the first
26546 unseen message Alpine starts on the first <EM>recent</EM> message.
26547 A message is recent if it arrived since the last time the folder was
26548 open.  This value causes the current message to be set to the first
26549 recent message if there is one, otherwise to the last
26550 message in the folder.
26551 </DD>
26553 <DT>first-important</DT>
26554 <DD>This will result in the current message being set to the first
26555 message marked Important (but not Deleted).
26556 If no messages are marked Important, then it will be the last message.
26557 Messages are marked Important by <EM>you</EM>, not by the sender, using
26559 <A HREF="h_common_flag">Flag command</A>.
26560 Or they may be marked Important by an Alpine
26561 <A HREF="h_mainhelp_filtering">Filter</A>
26562 that you have set up.
26563 </DD>
26565 <DT>first-important-or-unseen</DT>
26566 <DD>This selects the first of the first unseen and the first important
26567 messages.
26568 </DD>
26570 <DT>first-important-or-recent</DT>
26571 <DD>This selects the first of the first recent and the first important
26572 messages.
26573 </DD>
26575 <DT>first</DT>
26576 <DD>Simply starts you on the <EM>first</EM> undeleted message in the folder.
26577 If all messages are deleted you start on the last message.
26578 </DD>
26580 <DT>last</DT>
26581 <DD>Simply starts you on the <EM>last</EM> undeleted message in the folder
26582 If all messages are deleted you start on the last message.
26583 </DD>
26584 </DL>
26587 NOTE:  For newsgroups in the incoming collection, &quot;first-unseen&quot; and
26588 &quot;first-recent&quot; are the same and are affected by whether or not the
26589 feature 
26590 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
26591 is turned on. 
26592 Also, there is no permanent storage in news for an Important flag.
26593 This means that no messages will be marked Important when a newsgroup is
26594 first opened.
26597 <UL>   
26598 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26599 </UL><P>
26600 &lt;End of help on this topic&gt;
26601 </BODY>
26602 </HTML>
26603 ====== h_config_browser =====
26604 <HTML>
26605 <HEAD>
26606 <TITLE>OPTION: <!--#echo var="VAR_url-viewers"--></TITLE>
26607 </HEAD>
26608 <BODY>
26609 <H1>OPTION: <!--#echo var="VAR_url-viewers"--></H1>
26610 <!--chtml if pinemode="os_windows"-->
26611 PC-Alpine users do not need to enter anything here, unless:<UL>
26612 <LI> they want to override, for use with Alpine, the application defined
26613 in the Windows operating system for handling URLs; or
26614 <LI> they are (planning on) using the same configuration file with 
26615 Unix Alpine.
26616 </UL>
26618 Note that if using a viewer that has a space in its path, you should
26619 use the DOS name for that directory or file. Example:
26620 <PRE>
26621 url-viewer=C:&#92;Progra~1&#92;mozilla&#92;mozilla.exe
26622 </PRE>
26623 <HR><P>
26624 <!--chtml endif-->
26625 This option affects Alpine's handling of URLs that are found in 
26626 messages you read.  Normally, only URLs Alpine can handle directly
26627 are automatically offered for selection in the &quot;Message
26628 Text&quot; screen.  When one or more applications
26629 capable of deciphering URLs on their command line are added here, Alpine
26630 will choose the first available to display URLs it cannot handle directly.
26631 A viewer's availability is based on its being specified with a <B>full
26632 directory path</B> and the evaluation of any optionally supplied
26633 parameters described below.
26636 Additionally, to support various connection methods and applications, each
26637 entry in this list can optionally begin with one or more of
26638 the following special tokens.  The allowed tokens include:
26641 <DL>
26642 <DT>_TEST(<VAR>test-string</VAR>)_</DT>
26643 <DD>
26644 The <VAR>test-string</VAR> is a shell command that Alpine will run to
26645 evaluate a viewer's availability.  The command specified by the test
26646 string is run and if its resulting exit status is non-zero, Alpine will
26647 not consider the associated viewer for use.
26648 </DD>
26650 <DT>_SCHEME(<VAR>scheme-list</VAR>)_</DT>
26651 <DD>
26652 The <VAR>scheme-list</VAR> is a list of one or more (comma-delimited)
26653 URL schemes that are to be used with the associated viewer.  This is
26654 the way to configure Alpine to recognize URLs other than the built-in set.
26656 It can also be used to override Alpine's built-in handlers.
26657 For example, you could specify &quot;news&quot; in the <VAR>scheme-list</VAR>,
26658 and Alpine would use (provided it passed all other criteria) the associated
26659 viewer when it encounterd a URL of the form &quot;news:comp.mail.pine&quot;.
26661 </DD>
26662 </DL>
26665 By default, Alpine will simply append a space character followed by the
26666 selected URL prior to launching the command in your specified SHELL.  You can
26667 optionally specify where in the command the selected URL should appear
26668 by using the &quot;_URL_&quot; token.  All occurrences found in the command
26669 will be replaced with the selected URL before the command is handed
26670 to the shell.  If such replacement occurs, the default appending of the
26671 selected URL does not take place.
26674 NOTE: If the viewer you specify has any command-line arguments,
26675 including the &quot;_URL_&quot; token, you will need to add a
26676 double-quote character before the command path and after the last
26677 argument (see the &quot;lynx&quot; example below).
26680 So, here are some example entries:
26681 <PRE>
26682 url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/local/bin/netscape
26683               &quot;/usr/local/bin/lynx _URL_&quot;
26684               C:&#92;BIN&#92;NETSCAPE.BAT
26685 </PRE>
26687 This example shows that for the first viewer in the list to be used
26688 the environment variable &quot;DISPLAY&quot; must be defined.  If it
26689 is, then the path and file &quot;/usr/local/bin/netscape&quot; must exist.  
26690 If neither condition is met,
26691 then the path and file &quot;/usr/local/bin/lynx&quot; must exist.  
26692 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL. 
26693 If the path to &quot;lynx&quot; is invalid,
26694 then the final path and file C:&#92;BIN&#92;NETSCAPE.BAT must exist.  
26695 Note that the last
26696 entry is a DOS/Windows path.  This is one way to support Alpine running
26697 on more than one architecture with the same configuration file.<P>
26699 <!--chtml if pinemode="os_windows"-->
26700 <!--chtml else-->
26701 Note that depending on the type of browser used and the method of 
26702 its invocation (such as whether it will open in a separate window) from
26703 the MESSAGE TEXT screen, the browser may &quot;supplant&quot; 
26704 the MESSAGE TEXT screen, and you will have to quit the browser to return to 
26705 it (for example, when using Lynx; to exit Lynx, use the &quot;Q&quot; command).
26706 In other words, launching the browser from Alpine may make Alpine 
26707 &quot;disappear&quot; (although it is still &quot;running&quot;)
26708 until you close the browser again.<P>  
26709 <UL><LI><A HREF="h_config_browser_xterm">Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
26710 environment: for advanced users and  systems administrators</A>
26711 </UL>
26712 <!--chtml endif-->
26713 <P>If you are unsure what browsers are available on your system or how to 
26714 specify them in Alpine's <!--#echo var="VAR_url-viewers"--> option for best usability, contact your 
26715 local computing support staff.
26716 <P><UL>
26717 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26718 </UL>
26720 &lt;End of help on this topic&gt;
26721 </BODY>
26722 </HTML>
26723 ====== h_config_browser_xterm =====
26724 <HTML>
26725 <HEAD>
26726 <TITLE><!--#echo var="VAR_url-viewers"--> and X windows applications</TITLE>
26727 </HEAD>
26728 <BODY>
26729 <H1>Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
26730 environment: for advanced users and  systems administrators</H1>
26731 If you are using Alpine with an X-terminal (emulator) and want to define an 
26732 X windows-based application in <!--#echo var="VAR_url-viewers"-->, 
26733 you may want to do so in a manner that causes any <B>already</B> 
26734 invoked viewer application to be used for viewing URLs you select from Alpine 
26735 messages, and a <B>new</B> URL-viewer process to be 
26736 started <B>only</B> if the same application has <B>not already</B> 
26737 been launched -- for one reason, to avoid file-locking contentions among 
26738 multiple invocations of the same URL-viewer application.  
26739 (The example entries set in the help screen for the &quot;<!--#echo var="VAR_url-viewers"-->&quot; 
26740 option does not do this.)  A method of doing that would be:<OL>
26741 <LI> use 
26742 the _TEST(<VAR>test-string</VAR>)_ token in the <B>first</B> entry to 
26743 check (using commands appropriate for your Unix shell
26744 in place of <VAR>test-string</VAR>) for the presence of a 
26745 lockfile created by the URL-viewer application -- which implies that the 
26746 application is already running, though this is not foolproof. 
26747 Following that in the same <!--#echo var="VAR_url-viewers"--> entry, specify the 
26748 application with its appropriate command line option(s) to 
26749 show the URL selected from the Alpine message in an already open window of 
26750 that application, or perhaps in a new window of that application.  
26752 <LI> In the 
26753 <B>second</B> entry for the <!--#echo var="VAR_url-viewers"--> option, specify the same 
26754 application without those command line options, but this time using the 
26755 _TEST(...)_ token to check whether the environment variable &quot;DISPLAY&quot;
26756 is defined.
26757 <LI> If you will be using Alpine (with the same .pinerc file) outside of the X 
26758 windows environment (for instance, using VT-100 terminal emulation), you 
26759 may wish to specify a non-X windows URL-viewer application such as Lynx
26760 as the last entry.
26761 </OL><BR>
26762 How exactly you define your <!--#echo var="VAR_url-viewers"--> entries to do this will depend on 
26763 the command shell, the URL-viewer application(s), and possibly the specific 
26764 version of the latter, you are using.  
26766 Relevant command 
26767 line options for the Netscape browser for showing URLs (selected from Alpine) 
26768 when Netscape is already running are discussed in the document
26769 &quot;Remote Control of UNIX Netscape&quot; 
26770 found at the URL (as of 12 Aug. 1998):
26773 <CENTER><A HREF="http://home.netscape.com/newsref/std/x-remote.html">http://home.netscape.com/newsref/std/x-remote.html</A></CENTER>
26775 <P>(If the URL-viewer application is 
26776 <B>not</B> running on the same host as Alpine, but being launched from an 
26777 applications server, you may not be able to use the command line options for 
26778 using an existing invocation of the application in Alpine's <!--#echo var="VAR_url-viewers"--> entry.)
26780 <!--chtml if this-method="shown-to-work"-->
26781 An example using the Korn shell and the Netscape browser (first entry wrapped 
26782 because of its length, but should all appear on one line):
26784 url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ &quot;/usr/local/bin/netscape -remote 'openURL(_URL_,  new-window)' &amp;&quot;<BR>
26786 _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_ &quot;/usr/local/bin/netscape &amp;&quot;<BR>
26787               &quot;/usr/local/bin/lynx '_URL_'&quot;
26789 <!--chtml endif-->
26791 <UL>   
26792 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26793 </UL><P>
26794 &lt;End of help on this topic&gt;
26795 </BODY>
26796 </HTML>
26797 ====== h_config_enable_full_hdr =====
26798 <HTML>
26799 <HEAD>
26800 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></TITLE>
26801 </HEAD>
26802 <BODY>
26803 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></H1>
26805 This feature enables the &quot;H Full Headers&quot; command which toggles between
26806 the display of all headers in the message and the normal edited view of
26807 headers.  The Full Header command also controls which headers are included
26808 for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
26809 Full Header mode will respect the
26810 <A HREF="h_config_include_header">&quot;Include-Headers-in-Reply&quot;</A>
26811 feature setting.)
26813 If Full Header mode is turned on and you Forward a message, you will
26814 be asked if you'd like to forward the message as an attachment, as opposed
26815 to including the text of the message in the body of your new message.
26817 If you have also turned on the
26818 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
26819 option then the Full Headers command actually rotates through three states
26820 instead of just two.
26821 The first is the normal view with long quotes suppressed.
26822 The second is the normal view but with the long quotes included.
26823 The last enables the display of all headers in the message.
26824 When using Export, Pipe, Print, Forward, or Reply the quotes are
26825 never suppressed, so the first two states are identical.
26827 Normally, the Header Mode will reset
26828 to the default behavior when moving to a new message.
26829 The mode can be made to persist from message to message by setting the feature
26830 <A HREF="h_config_quell_full_hdr_reset"><!--#echo var="FEAT_quell-full-header-auto-reset"--></A>.
26832 <UL>   
26833 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26834 </UL><P>
26835 &lt;End of help on this topic&gt;
26836 </BODY>
26837 </HTML>
26838 ====== h_config_enable_full_hdr_and_text =====
26839 <HTML>
26840 <HEAD>
26841 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></TITLE>
26842 </HEAD>
26843 <BODY>
26844 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></H1>
26846 This feature affects how the &quot;H Full Headers&quot; command displays
26847 message text.  If set, the raw message text will be displayed.  This
26848 especially affects MIME formatted email, where the entire MIME format
26849 will be displayed.  This feature similarly affects how messages are
26850 included for the Export, Pipe, Print, Forward, and Reply functions.
26852 When viewing a raw message that has attachments with this feature set,
26853 you will not be able to view attachments without first leaving full 
26854 headers mode.  This is because MIME parsing is not done on the raw message.
26856 <UL>   
26857 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26858 </UL><P>
26859 &lt;End of help on this topic&gt;
26860 </BODY>
26861 </HTML>
26862 ====== h_config_enable_pipe =====
26863 <HTML>
26864 <HEAD>
26865 <TITLE>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></TITLE>
26866 </HEAD>
26867 <BODY>
26868 <H1>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></H1>
26870 This feature enables the "| Pipe" command that sends the current message
26871 to the specified command for external processing.
26874 A short description of how the pipe command works is given
26875 <A HREF="h_pipe_command">here</A>.
26878 <UL>   
26879 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26880 </UL><P>
26881 &lt;End of help on this topic&gt;
26882 </BODY>
26883 </HTML>
26884 ====== h_config_quell_full_hdr_reset =====
26885 <HTML>
26886 <HEAD>
26887 <TITLE>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></TITLE>
26888 </HEAD>
26889 <BODY>
26890 <H1>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></H1>
26892 The <A HREF="h_common_hdrmode">HdrMode Command</A>
26893 normally resets to the default state when switching to a new message.
26894 For example, if you've used the &quot;H&quot; command to turn on Full
26895 Headers for a message you are viewing, and then you type the Next command
26896 to look at the next message, the full headers will no longer be shown.
26897 Setting this feature disables that reset.
26898 Instead, the Header Mode remains the same from message to message.
26901 The presence or absence of the HdrMode command is determined by the
26902 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
26903 Feature-List option.
26905 <UL>   
26906 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26907 </UL><P>
26908 &lt;End of help on this topic&gt;
26909 </BODY>
26910 </HTML>
26911 ====== h_config_enable_tab_complete =====
26912 <HTML>
26913 <HEAD>
26914 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></TITLE>
26915 </HEAD>
26916 <BODY>
26917 <H1>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></H1>
26919 This feature enables the TAB key when at a prompt for a filename. In this
26920 case, TAB will cause the partial name already entered to be automatically
26921 completed, provided the partial name is unambiguous.
26922 This feature is on by default.
26924 Similarly, this feature also enables TAB completion of address book
26925 nicknames when at a prompt for a nickname,
26926 or when typing in an address field in the composer.
26928 &lt;End of help on this topic&gt;
26929 </BODY>
26930 </HTML>
26931 ====== h_config_quit_wo_confirm =====
26932 <HTML>
26933 <HEAD>
26934 <TITLE>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></TITLE>
26935 </HEAD>
26936 <BODY>
26937 <H1>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></H1>
26939 This feature controls whether or not Alpine will ask for confirmation when a
26940 Quit command is received.
26942 &lt;End of help on this topic&gt;
26943 </BODY>
26944 </HTML>
26945 ====== h_config_quote_replace_noflow =====
26946 <HTML>
26947 <HEAD>
26948 <TITLE>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></TITLE>
26949 </HEAD>
26950 <BODY>
26951 <H1>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></H1>
26953 This feature, which is only active when
26954 <A HREF="h_config_quote_replace_string"><!--#echo var="VAR_quote-replace-string"--></A> is
26955 also set,
26956 enables quote-replacement on non-flowed messages.  It is off
26957 by default because a non-flowed message is more dependent on its format,
26958 and thus quote-replacement may cause less-than-pleasing results.
26959 Setting this feature will cause quote-replacement similar to that of flowed
26960 messages, but with the added possibility of long lines being wrapped
26961 into new lines if the Quote-Replacement-String is longer than the string
26962 it is replacing, which is &quot;&gt;&nbsp;&quot;.
26964 &lt;End of help on this topic&gt;
26965 </BODY>
26966 </HTML>
26967 ====== h_config_enable_jump =====
26968 <HTML>
26969 <HEAD>
26970 <TITLE>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></TITLE>
26971 </HEAD>
26972 <BODY>
26973 <H1>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></H1>
26975 When this feature is set you may enter a number (followed by RETURN)
26976 and jump to that message number, when in the MESSAGE INDEX or MESSAGE TEXT
26977 screens.  In other words, it obviates the need for typing the "J" for the
26978 Jump command.
26980 &lt;End of help on this topic&gt;
26981 </BODY>
26982 </HTML>
26983 ====== h_config_enable_alt_ed =====
26984 <HTML>
26985 <HEAD>
26986 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></TITLE>
26987 </HEAD>
26988 <BODY>
26989 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></H1>
26991 If this feature is set (the default), and the 
26992 <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
26993 <B>is not</B> set, entering
26994 the ^_ (Ctrl-underscore) key while composing a message will prompt you
26995 for the name of the editor you would like to use.
26997 If the environment variable $EDITOR is set, its value will be offered as
26998 a default.
27000 If the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27001 <B>is</B> set, the ^_ key will activate the specified
27002 editor without prompting, in which case it is not necessary to
27003 set the &quot;<!--#echo var="FEAT_enable-alternate-editor-cmd"-->&quot; feature.  
27005 <UL>   
27006 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27007 </UL><P>
27008 &lt;End of help on this topic&gt;
27009 </BODY>
27010 </HTML>
27011 ====== h_config_alt_ed_now =====
27012 <HTML>
27013 <HEAD>
27014 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></TITLE>
27015 </HEAD>
27016 <BODY>
27017 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></H1>
27019 If this feature and the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A>
27020 variable are both set, Alpine will
27021 automatically activate the specified editor when the cursor is moved from
27022 the header of the message being composed into the message text.  For
27023 replies, the alternate editor will be activated immediately.  If this
27024 feature is set but the &quot;<!--#echo var="VAR_editor"-->&quot; variable is not set, then Alpine will
27025 automatically ask for the name of an alternate editor when the cursor
27026 is moved out of the header being composed, or if a reply is being done.
27028 <P><UL>
27029 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27030 </UL>
27032 &lt;End of help on this topic&gt;
27033 </BODY>
27034 </HTML>
27035 ====== h_config_enable_bounce =====
27036 <HTML>
27037 <HEAD>
27038 <TITLE>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></TITLE>
27039 </HEAD>
27040 <H1>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></H1>
27041 <BODY>
27043 Setting this feature enables the "B Bounce" command, which will prompt
27044 for an address and *remail* the message to the new recipient.  This command
27045 is used to re-direct messages that you have received in error, or need to
27046 be redirected for some other reason (e.g. list moderation).  The final
27047 recipient will see a header indicating that you have Resent the msg, but
27048 the message's From: header will show the original author of the message,
27049 and replies to it will go back to that author, and not to you.
27051 &lt;End of help on this topic&gt;
27052 </BODY>
27053 </HTML>
27054 ====== h_config_enable_agg_ops =====
27055 <HTML>
27056 <HEAD>
27057 <TITLE>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></TITLE>
27058 </HEAD>
27059 <BODY>
27060 <H1>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></H1>
27062 When this feature is set you may use the commands and subcommands that relate to
27063 performing operations on more than one message at a time.  We call these
27064 &quot;aggregate operations&quot;.  In particular, the 
27065 <!--chtml if pinemode="function_key"-->&quot;F5
27066 <!--chtml else-->&quot;;
27067 <!--chtml endif--> Select&quot;, 
27069 <!--chtml if pinemode="function_key"-->
27070 &quot;F6
27071 <!--chtml else-->
27072 &quot;A 
27073 <!--chtml endif-->
27074 Apply&quot;, and 
27075 <!--chtml if pinemode="function_key"-->
27076 &quot;F4
27077 <!--chtml else-->
27078 &quot;Z 
27079 <!--chtml endif-->
27080 Zoom&quot; commands are enabled by this feature.  Select is used to
27081 &quot;tag&quot; one or more messages meeting the specified criteria.  Apply can
27082 then be used to apply any message command to all of the selected/tagged
27083 messages.  Further, the Zoom command allows you to toggle the MESSAGE INDEX
27084 view between just those Selected and all messages in the folder.
27086 This feature also enables the 
27087 <!--chtml if pinemode="function_key"-->
27088 &quot;F7&quot; 
27089 <!--chtml else-->
27090 &quot;^X&quot; 
27091 <!--chtml endif-->
27093 subcommand in the MESSAGE INDEX 
27094 WhereIs command that causes all messages matching the WhereIs argument to 
27095 become selected; and the Select, Select Current, and ZoomMode commands in the
27096 <A HREF="h_folder_maint">FOLDER LIST screen</A>.
27098 Some related help topics are
27099 <UL>
27100 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
27101 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
27102 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
27103 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
27104 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
27105 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
27106 </UL>
27108 <UL>   
27109 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27110 </UL><P>
27111 &lt;End of help on this topic&gt;
27112 </BODY>
27113 </HTML>
27115 ====== h_config_enable_flag =====
27116 <HTML>
27117 <HEAD>
27118 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></TITLE>
27119 </HEAD>
27120 <BODY>
27121 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></H1>
27123 Setting this feature enables the
27124 <A HREF="h_common_flag">&quot;* Flag&quot;</A>
27125 command that allows you to
27126 manipulate the status flags associated with a message.  By default, Flag
27127 will set the "Important" flag, which results in an asterisk being
27128 displayed in column one of the MESSAGE INDEX for such messages.
27130 &lt;End of help on this topic&gt;
27131 </BODY>
27132 </HTML>
27133 ====== h_config_flag_screen_default =====
27134 <HTML>
27135 <HEAD>
27136 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></TITLE>
27137 </HEAD>
27138 <BODY>
27139 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></H1>
27141 The feature modifies the behavior of the
27142 <a href="h_common_flag">Flag</a>
27143 command (provided it too is
27144 <A HREF="h_config_enable_flag">enabled</A>).
27145 By default, when the "* Flag" command is selected,
27146 Alpine offers a prompt to set one of several flags and also offers the
27147 option of entering the detailed flag manipulation screen via the "^T"
27148 key. Enabling this feature causes Alpine to immediately enter the detailed
27149 flag screen rather than first offer the simple prompt.
27151 <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.
27153 &lt;End of help on this topic&gt;
27154 </BODY>
27155 </HTML>
27156 ====== h_config_flag_screen_kw_shortcut =====
27157 <HTML>
27158 <HEAD>
27159 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></TITLE>
27160 </HEAD>
27161 <BODY>
27162 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></H1>
27164 This feature modifies the behavior of the
27165 <a href="h_common_flag">Flag</a> command
27166 and the <A HREF="h_index_cmd_select">Select</A> command.
27167 This feature is set by default.
27168 When this feature is not set, when the "* Flag" command is selected,
27169 Alpine offers a prompt to set one of several flags and also offers the
27170 option of entering the detailed flag manipulation screen via the "^T"
27171 key.
27172 If you have
27173 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
27174 defined, then enabling this feature adds a shortcut way to set or unset
27175 keywords.
27176 You use &quot;*&quot; followed by the first letter of a keyword (or the nickname of
27177 a keyword if you've given it a nickname) and that will set the keyword.
27179 An example is easier to understand than the explanation.
27180 The flag command can always be used to set the system flags.
27181 For example, to set the Answered flag you would type
27183 <CENTER><SAMP>* A</SAMP></CENTER>
27185 Now suppose you have defined a keyword &quot;Work&quot; using the <!--#echo var="VAR_keywords"-->
27186 option in the Config screen.
27187 By default, to set a keyword like &quot;Work&quot; you would usually
27188 have to go to the Flag Details screen using
27189 the &quot;^T To Flag Details&quot; command.
27190 Instead, if you have enabled this feature, you may type
27192 <CENTER><SAMP>* W</SAMP></CENTER>
27194 to set the Work flag, or
27196 <CENTER><SAMP>* ! W</SAMP></CENTER>
27198 to unset it.
27199 Just like for the other flag setting commands, the case of the letter does
27200 not matter, so &quot;w&quot; or &quot;W&quot; both set the &quot;Work&quot;
27201 keyword.
27203 Notice that you can only use this trick for one keyword that begins
27204 with &quot;W&quot;.
27205 If you happen to have a &quot;Work&quot; keyword and another keyword that is
27206 &quot;WIFI&quot; the &quot;* W&quot; command will set the first one in
27207 your list of keywords.
27208 Also, there are five letters that are reserved for system
27209 flags and the NOT command.
27210 If you type &quot;* A&quot; it will always set the Answered flag, not
27211 your &quot;Aardvark&quot; keyword.
27212 In order to set the &quot;Aardvark&quot; keyword you'll still have to use
27213 the Flag Details screen.
27215 Because enabling the
27216 <A HREF="h_config_flag_screen_default"><!--#echo var="FEAT_enable-flag-screen-implicitly"--></A>
27217 option causes Alpine to skip directly to the Flag Details screen when the
27218 Flag command is used, 
27219 setting it will cause this feature to have no effect at all.
27221 Similarly, when Selecting by Keyword, setting this option will allow you
27222 to use Keyword initials instead of full keywords.
27224 &lt;End of help on this topic&gt;
27225 </BODY>
27226 </HTML>
27227 ====== h_config_can_suspend =====
27228 <HTML>
27229 <HEAD>
27230 <TITLE>FEATURE: <!--#echo var="FEAT_enable-suspend"--></TITLE>
27231 </HEAD>
27232 <BODY>
27233 <H1>FEATURE: <!--#echo var="FEAT_enable-suspend"--></H1>
27235 Setting this feature will allow you to type ^Z (Control Z) to 
27236 <!--chtml if pinemode="os_windows"-->
27237 minimize Alpine into its icon, bringing into focus whatever
27238 application is running behind the PC-Alpine window.
27239 <!--chtml else-->
27240 temporarily suspend Alpine.
27243 This does not exit Alpine, but puts it in the background to watch
27244 for new mail and such.  Normally, you type a command, such
27245 as &quot;fg&quot; at your system prompt to return to your Alpine session.
27248 The <A HREF="h_config_suspend_spawns"><!--#echo var="FEAT_use-subshell-for-suspend"--></A> feature
27249 adjusts whether Alpine is placed into the background of the shell its 
27250 running in or starts a news shell.
27251 <!--chtml endif-->
27254 <UL>   
27255 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27256 </UL><P>
27257 &lt;End of help on this topic&gt;
27258 </BODY>
27259 </HTML>
27260 ====== h_config_take_lastfirst ======
27261 <HTML>
27262 <HEAD>
27263 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></TITLE>
27264 </HEAD>
27265 <BODY>
27266 <H1>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></H1>
27268 Normally, when TakeAddr is used to copy an address from a message into
27269 an address book entry, Alpine will attempt to rewrite the full name of the
27270 address in the form
27273 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last, First<P>
27275 instead of<P>
27277 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First Last
27280 It does this because many people find it useful to sort by Last name
27281 instead of First name.  If this feature is set, then the TakeAddr command
27282 will not attempt to reverse the name in this manner.
27284 &lt;End of help on this topic&gt;
27285 </BODY></HTML>
27286 ====== h_config_disable_regex ======
27287 <HTML>
27288 <HEAD>
27289 <TITLE>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></TITLE>
27290 </HEAD>
27291 <BODY>
27292 <H1>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></H1>
27294 Normally, the
27295 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
27296 option is interpreted as a regular expression.
27297 One type of address that might cause trouble is an address that
27298 contains a plus sign.
27299 If you want to have an address with a plus as one of your
27300 <!--#echo var="VAR_alt-addresses"-->
27301 and you don't want to use regular expressions, then setting this
27302 feature will cause Alpine to treat the addresses you list literally instead.
27304 &lt;End of help on this topic&gt;
27305 </BODY></HTML>
27306 ====== h_config_take_fullname ======
27307 <HTML>
27308 <HEAD>
27309 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></TITLE>
27310 </HEAD>
27311 <BODY>
27312 <H1>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></H1>
27314 Normally, when TakeAddr is used to copy an address or addresses
27315 from a message into an address book entry, Alpine will try to preserve
27316 the full name associated with each address in the list of addresses.
27317 The reason for this is so that if the entry is a list or later becomes a
27318 list, then information about the individual addresses in the list
27319 is preserved.
27320 If you would rather just have the simple addresses in the list of addresses,
27321 set this feature. For example, with the default setting you might
27322 see something like this in the ADDRESS BOOK editor after you type TakeAddr
27324 <PRE>
27325  Nickname  : nick
27326  Fullname  : Bedrock Elders
27327  Fcc       :
27328  Comment   :
27329  Addresses : Fred Flintstone &lt;flint@bedrock.org&gt;,
27330              Barney Rubble &lt;rubble@bedrock.org&gt;
27331 </PRE>
27333 but with this feature set it would look like
27335 <PRE>
27336  Nickname  : nick
27337  Fullname  : Bedrock Elders
27338  Fcc       :
27339  Comment   :
27340  Addresses : flint@bedrock.org,
27341              rubble@bedrock.org
27342 </PRE>
27344 instead. Note the difference in the Addresses field.
27346 &lt;End of help on this topic&gt;
27347 </BODY></HTML>
27348 ====== h_config_print_from ======
27349 <HTML>
27350 <HEAD>
27351 <TITLE>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></TITLE>
27352 </HEAD>
27353 <BODY>
27354 <H1>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></H1>
27356 If this feature is set, then the Berkeley-mail style From line is included
27357 at the start of each message that is printed.  This line looks something
27358 like the following, with the address replaced by the address from the
27359 From line of the message being printed:
27361 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From user@domain.somewhere.com Mon May 13
27362 14:11:06 1998
27364 &lt;End of help on this topic&gt;
27365 </BODY>
27366 </HTML>
27367 ====== h_config_expanded_distlists ======
27368 <HTML>
27369 <HEAD>
27370 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></TITLE>
27371 </HEAD>
27372 <BODY>
27373 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></H1>
27374 If this feature is set, then distribution lists in the address book
27375 screen will always be expanded automatically.
27377 &lt;End of help on this topic&gt;
27378 </BODY>
27379 </HTML>
27380 ====== h_config_compose_news_wo_conf ======
27381 <HTML>
27382 <HEAD>
27383 <TITLE>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></TITLE>
27384 </HEAD>
27385 <BODY>
27386 <H1>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></H1>
27387 This feature controls one aspect of Alpine's Composer.  If you enter the
27388 composer while reading a newsgroup, you will normally be prompted to
27389 determine whether you intend the new message to be posted to the current
27390 newsgroup or not.  If this feature is set, Alpine will not prompt you
27391 in this situation, and will assume that you do indeed wish to post
27392 to the newsgroup you are reading.
27394 &lt;End of help on this topic&gt;
27395 </BODY>
27396 </HTML>
27397 ====== h_config_compose_rejects_unqual ======
27398 <HTML>
27399 <HEAD>
27400 <TITLE>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></TITLE>
27401 </HEAD>
27402 <BODY>
27403 <H1>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></H1>
27405 This feature controls one aspect of the message composer; in particular,
27406 what happens when an unqualified name is entered into an address header.
27407 If set, unqualified names entered as addresses will be treated as errors
27408 unless they match an addressbook nickname.  Alpine will not attempt to turn
27409 them into complete addresses by adding your local domain.<P>
27411 A complete (fully qualified) address is one containing a username followed
27412 by an &quot;@&quot; (&quot;at&quot;) symbol, followed by a domain name (e.g.
27413 &quot;jsmith@example.com&quot;).  An unqualified name is one <B>without</B> 
27414 the &quot;@&quot; symbol and domain name (e.g. &quot;jsmith&quot;). 
27416 (See also <A HREF="h_address_format">Explanation of Address formats</A>.)
27420 When you enter a fully qualified address, Alpine does not interpret or
27421 modify it, but simply passes it on to the mail-transport-agent (MTA) for
27422 your system.  Alpine conforms to the Internet standards governing message
27423 headers and will not send an unqualifed name to the MTA.  Therefore, when
27424 you enter an unqualified name, Alpine will normally attempt to turn it into
27425 a fully qualified address, first by checking to see if you have entered a
27426 matching nickname in your addressbook, or failing that, by simply adding
27427 your own domain to the name entered.  So if your address is
27428 &quot;jsmith@example.com&quot; and you enter &quot;fred&quot;, then (assuming 
27429 &quot;fred&quot; is not a nickname in your addressbook), Alpine will turn 
27430 that into &quot;fred@example.com&quot;.<P>
27432 There are situations where it is not desirable for Alpine to interpret such
27433 unqualified names as valid (local) addresses.  For example, if &quot;fred&quot;
27434 turned out to be a typo (intended to be an addressbook nickname), but
27435 there actually was a &quot;fred&quot; in your local domain, the message might 
27436 be mis-delivered without your realizing it.  In order to reduce the likelihood
27437 of such accidents, setting this feature will cause Alpine to treat such
27438 addresses as errors, and require that you explicitly enter the full local
27439 address (e.g. &quot;fred@example.com&quot;) or correct the name so that it 
27440 matches an address book nickname.<P>
27442 Consider this a safety feature against mis-directed mail.
27444 <UL>   
27445 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27446 </UL><P>
27447 &lt;End of help on this topic&gt;
27448 </BODY>
27449 </HTML>
27450 ====== h_config_quell_local_lookup ======
27451 <HTML>
27452 <HEAD>
27453 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></TITLE>
27454 </HEAD>
27455 <BODY>
27456 <H1>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></H1>
27458 This feature controls an aspect of Alpine's Composer, and if needed, will
27459 usually be set by your system manager in Alpine's system-wide configuration
27460 file. Specifically, if this feature is set, Alpine will not attempt to look
27461 in the system password file to find a Full Name for the entered address.
27463 Normally, names you enter into address fields (e.g. To: or Cc:) are
27464 checked against your address book(s) to see if they match an address book
27465 nickname.  Failing that, (in Unix Alpine) the name is then checked against
27466 the Unix password file.  If the entered name matches a username in the
27467 system password file, Alpine extracts the corresponding Full Name information
27468 for that individual, and adds that to the address being entered.
27470 However, password file matching can have surprising (incorrect) results if
27471 other users of the system do not receive mail at the domain you are using.
27472 That is, if either the 
27473 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> or 
27474 <A HREF="h_config_domain_name">&quot;<!--#echo var="VAR_use-only-domain-name"-->&quot;</A>
27475 option
27476 is set such that the administrative domain of other users on the system
27477 isn't accurately reflected, Alpine should be told that a passwd file match
27478 is coincidental, and Full Name info will be incorrect.  For example, a
27479 personal name from the password file could get falsely paired with the
27480 entered name as it is turned into an address in the configured domain.
27482 If you are seeing this behavior, enabling this feature will prevent Unix
27483 Alpine from looking up names in the password file to find the Full Name
27484 for incomplete addresses you enter.<P>
27485 <UL>
27486 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27487 </UL>
27489 &lt;End of help on this topic&gt;
27490 </BODY>
27491 </HTML>
27492 ====== h_config_tab_checks_recent ======
27493 <HTML>
27494 <HEAD>
27495 <TITLE>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></TITLE>
27496 </HEAD>
27497 <BODY>
27498 <H1>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></H1>
27500 In a FOLDER LIST screen, the TAB key usually just changes which
27501 folder is highlighted.
27502 If this feature is set, then the TAB key will cause the number of
27503 recent messages and the total number of messages in the highlighted folder
27504 to be displayed instead.
27507 &lt;End of help on this topic&gt;
27508 </BODY>
27509 </HTML>
27510 ====== h_config_maildrops_preserve_state ======
27511 <HTML>
27512 <HEAD>
27513 <TITLE>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></TITLE>
27514 </HEAD>
27515 <BODY>
27516 <H1>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></H1>
27518 This feature affects the way <A HREF="h_maildrop">Mail Drops</A> work.
27519 Normally, when mail is moved from a Mail Drop folder to a destination
27520 folder, it is delivered as new mail.
27521 Any Seen/New, Answered, Important/Flagged state that has changed will be
27522 ignored.
27523 All of the mail will be considered unSeen, unAnswered, and unImportant after
27524 it is moved.
27526 If this feature is set, then the state changes that have been made
27527 to the messages in the Mail Drop folder will be preserved.
27529 In any case, messages that are already marked Deleted when the
27530 mail is to be moved from the Mail Drop will be ignored.
27532 &lt;End of help on this topic&gt;
27533 </BODY>
27534 </HTML>
27535 ====== h_config_preopen_stayopens ======
27536 <HTML>
27537 <HEAD>
27538 <TITLE>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></TITLE>
27539 </HEAD>
27540 <BODY>
27541 <H1>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></H1>
27543 This feature is related to the option
27544 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
27545 Normally, Stay Open folders are only opened on demand, when the user
27546 asks to open them.
27547 From then on they are kept open for the duration of the session.
27548 However, if this feature is set, then the Stay Open folders will all be
27549 opened at startup, at the same time that the INBOX is opened.
27552 &lt;End of help on this topic&gt;
27553 </BODY>
27554 </HTML>
27555 ====== h_config_expunge_inbox ======
27556 <HTML>
27557 <HEAD>
27558 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></TITLE>
27559 </HEAD>
27560 <BODY>
27561 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></H1>
27563 The INBOX is normally treated differently from regular folders in several
27564 ways.
27565 One of the differences is that the normal &quot;close&quot; sequence of
27566 events is deferred until Alpine is exited, instead of happening when you
27567 leave the INBOX to view another folder.
27568 The &quot;close&quot; sequence normally includes the Expunging
27569 of deleted messages
27570 (either automatically or after a prompt, controlled by the features
27571 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
27572 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
27573 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
27574 handling of the
27575 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>.
27578 If this feature is set the &quot;close&quot; sequence handling will take
27579 place every time you leave the INBOX.
27580 The INBOX will still be kept open, but the offer to Expunge and the archiving
27581 to the <!--#echo var="VAR_read-message-folder"-->
27582 will take place each time you leave the INBOX instead of only once at the
27583 end of the session.
27586 &lt;End of help on this topic&gt;
27587 </BODY>
27588 </HTML>
27589 ====== h_config_expunge_stayopens ======
27590 <HTML>
27591 <HEAD>
27592 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></TITLE>
27593 </HEAD>
27594 <BODY>
27595 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></H1>
27597 This feature is related to the option
27598 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
27599 Stay Open folders are treated differently from regular folders in several
27600 ways.
27601 One of the differences is that the normal &quot;close&quot; sequence of
27602 events is deferred until Alpine is exited, instead of happening when you
27603 leave the folder to view another folder.
27604 The &quot;close&quot; sequence normally includes the Expunging
27605 of deleted messages
27606 (either automatically or after a prompt, controlled by the features
27607 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
27608 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
27609 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
27610 handling of
27611 <A HREF="h_config_archived_folders"><!--#echo var="VAR_incoming-archive-folders"--></A>.
27614 If this feature is set the &quot;close&quot; sequence handling will take
27615 place when you leave the Stay Open folder.
27616 The folder will still be kept open, but the offer to Expunge and the archiving
27617 will take place each time you leave the folder instead of only once at the
27618 end of the session.
27619 This feature does not affect the INBOX, which will still only be processed
27620 when you exit Alpine.
27621 However, there is a similar feature that affects only the INBOX called
27622 <A HREF="h_config_expunge_inbox">&quot;<!--#echo var="FEAT_offer-expunge-of-inbox"-->&quot;</A>.
27625 &lt;End of help on this topic&gt;
27626 </BODY>
27627 </HTML>
27628 ====== h_config_preserve_start_stop ======
27629 <HTML>
27630 <HEAD>
27631 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></TITLE>
27632 </HEAD>
27633 <BODY>
27634 <H1>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></H1>
27636 This feature controls how special control key characters, typically
27637 Ctrl-S and Ctrl-Q, are interpreted when input to Alpine.  These characters
27638 are known as the "stop" and "start" characters and are sometimes used in
27639 communications paths to control data flow between devices that operate at
27640 different speeds.
27644 By default, Alpine turns the system's handling of these special characters
27645 off except during printing.  However, if you see Alpine reporting input errors
27646 such as:
27648 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ Command "^Q" not defined for this screen.]
27650 and, at the same time, see your display become garbled, then it is likely
27651 that setting this option will solve the problem.  Be aware, though, that
27652 enabling this feature will also cause Alpine to ostensibly "hang" 
27653 whenever the Ctrl-S key combination is entered as the system is now
27654 interpreting such input as a "stop output" command.  To "start
27655 output"  again, simply type Ctrl-Q. 
27657 &lt;End of help on this topic&gt;
27658 </BODY>
27659 </HTML>
27660 ====== h_config_enable_incoming ======
27661 <HTML>
27662 <HEAD>
27663 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></TITLE>
27664 </HEAD>
27665 <BODY>
27666 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></H1>
27668 Alpine's Incoming Message Folders collection
27669 provides a convenient way to access multiple incoming folders.
27670 It is also useful if you have accounts on multiple computers.
27673 If set, this feature defines a pseudo-folder collection called
27674 &quot;INCOMING MESSAGE FOLDERS&quot;.  Initially, the only folder included
27675 in this collection will be your INBOX, which will no longer show up in
27676 your Default folder collection.
27679 You may add more folders to the Incoming Message Folders collection by
27680 using the
27681 <!--chtml if pinemode="function_key"-->
27682 &quot;F10
27683 <!--chtml else-->
27684 &quot;A
27685 <!--chtml endif-->
27686 Add&quot; command in the FOLDER LIST screen.  You will be prompted for
27687 the host the folder is stored on (which defaults to the same host used
27688 for your INBOX), a nickname, and the actual folder name.  Once a set
27689 of Incoming Message Folders are defined, the TAB key (in MESSAGE INDEX
27690 or MESSAGE TEXT screens) may be used to scan the folders for those
27691 with Recent messages.  If you add more folders to
27692 your <!--#echo var="VAR_incoming-folders"--> collection, turning this feature back off will have
27693 no effect.
27695 NOTE: Normally the software that actually delivers mail (the stuff that happens
27696 before Alpine is involved) is in a better position to do delivery filtering
27697 than is Alpine itself.
27698 If possible, you may want to look at programs such as
27699 &quot;filter&quot; or &quot;procmail&quot;, which are examples of delivery
27700 filtering programs.
27701 If you'd prefer to have Alpine do the filtering for you, you may set that
27703 Look <A HREF="h_rules_filter">here</A> for help with Alpine filtering.
27705 <UL>   
27706 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27707 </UL><P>
27708 &lt;End of help on this topic&gt;
27709 </BODY>
27710 </HTML>
27711 ====== h_config_enable_incoming_checking ======
27712 <HTML>
27713 <HEAD>
27714 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></TITLE>
27715 </HEAD>
27716 <BODY>
27717 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></H1>
27719 This feature is only operational if you have enabled the optional
27720 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> collection.
27721 If you do have Incoming Message Folders and you also set this feature,
27722 then the number of Unseen messages in each folder will be displayed
27723 in the FOLDER LIST screen for the Incoming Message Folders.
27724 The number of Unseen messages in a folder will be displayed in parentheses
27725 to the right of the name of each folder.
27726 If there are no Unseen messages in a folder then only the name
27727 is displayed, not a set of parentheses with zero inside them.
27728 A redraw command, Ctrl-L, can be used in the FOLDER LIST screen for
27729 the Incoming Message Folders to cause an immediate update.
27731 If a check for Unseen messages fails for a particular folder then Alpine
27732 will no longer attempt to check that folder for the duration of the
27733 session and this will be indicated by a question mark inside the
27734 parentheses.
27736 The features
27737 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>,
27738 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>,
27739 <A HREF="h_config_incoming_list"><!--#echo var="VAR_incoming-check-list"--></A>,
27740 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>,
27741 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>, and
27742 <A HREF="h_config_incoming_timeo"><!--#echo var="VAR_incoming-check-timeout"--></A>
27743 all affect how this feature behaves.
27745 <UL>   
27746 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27747 </UL><P>
27748 &lt;End of help on this topic&gt;
27749 </BODY>
27750 </HTML>
27751 ====== h_config_incoming_checking_total ======
27752 <HTML>
27753 <HEAD>
27754 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></TITLE>
27755 </HEAD>
27756 <BODY>
27757 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></H1>
27759 This option has no effect unless the feature
27760 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
27761 is set, which in turn has no effect unless
27762 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
27763 is set.
27765 When incoming folder checking is turned on the default is to display
27766 the number of unseen messages in each folder.
27767 More precisely, it is the number of undeleted unseen messages.
27768 Using this option you may also display the total number of messages
27769 in each folder.
27770 Instead of a single number representing the number of unseen messages
27771 you will get two numbers separated by a slash character.
27772 The first is the number of unseen messages and the second is the
27773 total number of messages.
27775 You may also use the recent message count instead of the unseen message
27776 count by turning on the feature
27777 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>.
27779 <UL>   
27780 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27781 </UL><P>
27782 &lt;End of help on this topic&gt;
27783 </BODY>
27784 </HTML>
27785 ====== h_config_incoming_checking_recent ======
27786 <HTML>
27787 <HEAD>
27788 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></TITLE>
27789 </HEAD>
27790 <BODY>
27791 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></H1>
27793 This option has no effect unless the feature
27794 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
27795 is set, which in turn has no effect unless
27796 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
27797 is set.
27799 When incoming folder checking is turned on the default is to display
27800 the number of unseen messages in each folder.
27801 More precisely, it is the number of undeleted unseen messages.
27802 Using this option you may display the number of recent messages instead
27803 of the number of unseen messages.
27804 A message is only counted as recent if this is the first session to
27805 see it, so the recent count might be less than the unseen count.
27806 The difference between the two would be accounted for by the unseen messages
27807 in the folder which were there previously but have not been looked at yet.
27809 If you simultaneously run more than one email client at a time
27810 (for example, you run more than one Alpine in parallel) then turning
27811 this feature on can cause some confusion.
27812 The confusion stems from the fact that each message is only considered to be
27813 recent in one session.
27814 That means that the counts of new messages may be different in the two
27815 Alpines running side by side, because each incoming message will only be
27816 counted as recent in one of the two sessions.
27818 You may also display the total number of messages
27819 in each folder by using the
27820 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
27821 option.
27823 <UL>   
27824 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27825 </UL><P>
27826 &lt;End of help on this topic&gt;
27827 </BODY>
27828 </HTML>
27829 ====== h_config_attach_in_reply ======
27830 <HTML>
27831 <HEAD>
27832 <TITLE>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></TITLE>
27833 </HEAD>
27834 <BODY>
27835 <H1>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></H1>
27837 This feature controls an aspect of Alpine's Reply command. If set, any MIME
27838 attachments that were part of the original message will automatically be
27839 included in the Reply.
27841 &lt;End of help on this topic&gt;
27842 </BODY>
27843 </HTML>
27844 ====== h_config_include_header =====
27845 <HTML>
27846 <HEAD>
27847 <TITLE>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></TITLE>
27848 </HEAD>
27849 <BODY>
27850 <H1>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></H1>
27852 This feature controls an aspect of Alpine's Reply command. If set, and the
27853 original message is being included in the reply, then headers from that
27854 message will also be part of the reply.
27856 &lt;End of help on this topic&gt;
27857 </HEAD>
27858 </HTML>
27859 ====== h_config_sig_at_bottom =====
27860 <HTML>
27861 <HEAD>        
27862 <TITLE>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></TITLE>
27863 </HEAD>
27864 <BODY>
27865 <H1>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></H1>
27867 This feature controls an aspect of Alpine's Reply command.  If this feature
27868 is set, and the original message is being included in the reply, then the
27869 contents of your signature file (if any) will be inserted after the included
27870 message.
27872 This feature does not affect the results of a Forward command.
27874 &lt;End of help on this topic&gt;
27875 </BODY>
27876 </HTML>
27877 ====== h_config_sigdashes =====
27878 <HTML>
27879 <HEAD>
27880 <TITLE>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></TITLE>
27881 </HEAD>
27882 <BODY>
27883 <H1>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></H1>
27885 This feature enables support for the common USENET news convention 
27886 of preceding a message signature with the special line consisting of 
27887 the three characters &quot;--&nbsp;&quot; (i.e., dash, dash, and space).
27890 When enabled and a
27891 &quot;<A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>&quot; exists,
27892 Alpine will insert the special line before including the file's text (unless
27893 the special line already exists somewhere in the file's text).
27896 In addition, when you Reply or Followup to a message containing one of
27897 these special lines and choose to include its text, Alpine will observe
27898 the convention of not including text beyond the special line in your
27899 reply.
27900 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
27901 mode is enabled and turned on, then Alpine <EM>will</EM>
27902 include the text beyond the special line regardless of the setting of
27903 this feature.
27906 See also &quot;<a href="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>&quot;
27907 for a related feature.
27910 <UL>   
27911 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27912 </UL><P>
27913 &lt;End of help on this topic&gt;
27914 </BODY>
27915 </HTML>
27916 ====== h_config_new_thread_blank_subject =====
27917 <HTML>
27918 <HEAD>
27919 <TITLE>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></TITLE>
27920 </HEAD>
27921 <BODY>
27922 <H1>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></H1>
27924 When this feature is enabled (the default) Alpine will create a new thread
27925 every time that the subject line becomes empty at any time during composition.
27928 This behavior is particularly useful in case you are replying to a message.
27929 Replying to a message causes the message to be in the same thread than the
27930 original message that is being replied to. However, many authors want to create
27931 a new message (in a different thread) while replying to a message, and they do
27932 this by changing the full subject, by first deleting the original subject and
27933 typing the new subject of the current message.
27936 Enabling this feature causes that any time that the subject is deleted, the 
27937 message being composed will be considered the first message of a new thread.
27940 <UL>   
27941 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27942 </UL><P>
27943 &lt;End of help on this topic&gt;
27944 </BODY>
27945 </HTML>
27946 ====== h_config_strip_sigdashes =====
27947 <HTML>
27948 <HEAD>
27949 <TITLE>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></TITLE>
27950 </HEAD>
27951 <BODY>
27952 <H1>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></H1>
27954 This feature doesn't do anything if the feature
27955 &quot;<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A>&quot; is turned on.
27956 However, if the &quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot; feature is not turned on,
27957 then turning on this feature enables support for the convention
27958 of not including text beyond the sigdashes line when Replying or Following
27959 up to a message and including the text of that message.
27960 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
27961 mode is enabled and turned on, then Alpine <EM>will</EM>
27962 include the text beyond the special line regardless of the setting of
27963 this feature.
27965 In other words, this is a way to turn on the signature stripping behavior
27966 without also turning on the dashes-adding behavior.
27968 <UL>   
27969 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27970 </UL><P>
27971 &lt;End of help on this topic&gt;
27972 </BODY>
27973 </HTML>
27974 ====== h_config_forward_as_attachment =====
27975 <HTML>
27976 <HEAD>
27977 <TITLE>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></TITLE>
27978 </HEAD>
27979 <BODY>
27980 <H1>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></H1>
27982 This feature affects the way forwarded message text is handled.  When set, rather than 
27983 include the text of the forwarded message below any additional text you provide in the
27984 composer, the forwarded message is attached in its entirety to the message you send.
27986 This is useful in that it keeps the text you provide in the composer distinct from the
27987 text of the forwarded message.  Similarly, it allows the recipient to 
27988 conveniently operate on the forwarded message.  For example, they might reply directly to
27989 the sender of the forwarded message, or process it as part of a spam report.
27990 <UL>   
27991 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27992 </UL><P>
27993 &lt;End of help on this topic&gt;
27994 </BODY>
27995 </HTML>
27996 ====== h_config_preserve_field =====
27997 <HTML>
27998 <HEAD>
27999 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></TITLE>
28000 </HEAD>
28001 <BODY>
28002 <H1>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></H1>
28004 This feature affects Alpine's behavior when one replies to a message. 
28005 When you receive a message, some or all of the recipients of the message 
28006 have been added to the To: and Cc: fields. If you reply to such message, 
28007 and this feature is disabled, then the original sender of the message is 
28008 added to the To: field, and all other recipients are added to the Cc: 
28009 field, while your address is added to the From: field.
28012 However, if this feature is enabled, then Alpine will preserve the 
28013 original fields as sent in the original message, so the Cc: and To: 
28014 fields will be preserved. The sender's address will be added to the To: 
28015 field, while your address is added to the From: field.
28018 The behavior of this feature is that replies to all messages will behave 
28019 in the way described above. If you only intend this to happen on a per 
28020 message basis, then keep this feature disabled, and when replying to a 
28021 message you will see a new option in the menu for the &quot;Reply to all 
28022 recipients?&quot; question. In this case, pressing &quot;p&quot; will 
28023 make Alpine toggle its question so you can preserve the To: and Cc: 
28024 fields for that message only.
28026 <UL>   
28027 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28028 </UL><P>
28029 &lt;End of help on this topic&gt;
28030 </BODY>
28031 </HTML>
28032 ====== h_config_sub_lists =====
28033 <HTML>
28034 <HEAD>
28035 <TITLE>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></TITLE>
28036 </HEAD>
28037 <BODY>
28038 <H1>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></H1>
28040 This feature affects the subcommands available when Saving, 
28041 or when Opening a new folder. If set, the subcommand ^X ListMatches will be
28042 available. This command allows you to type in a substring of the folder
28043 you are looking for and when you type ^X it will display all folders
28044 that contain that substring in their names.
28045 This feature is set by default.
28048 &lt;End of help on this topic&gt;
28049 </BODY>
28050 </HTML>
28051 ====== h_config_scramble_message_id =====
28052 <HTML>
28053 <HEAD>
28054 <TITLE>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></TITLE>
28055 </HEAD>
28056 <BODY>
28057 <H1>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></H1>
28059 Normally the Message-ID header that Alpine generates when sending a message
28060 contains the name of the computer from which the message is being sent.
28061 Some believe that this hostname could be used by spammers or could
28062 be used by others for nefarious purposes.
28063 If this feature is set, that name will be transformed with a simple
28064 Rot13 transformation.
28065 The result will still have the correct syntax for a Message-ID but the
28066 part of the MessageID that is often a domain name will not be an actual
28067 domain name because the letters will be scrambled.
28069 It is possible (but unlikely?) that some spam detection
28070 software will use that as a reason to reject the mail as spam.
28071 It has also been reported that some spam detection software uses the
28072 fact that there are no dots after the &quot;@&quot; as a reason to reject
28073 messages.
28074 If your PC-Alpine Message-ID is using a name without a dot that is because
28075 that is what Windows thinks is your &quot;Full computer name&quot;.
28076 The method used to set this varies from one type of Windows to another but
28077 check under Settings -> Control Panel -> System and
28078 look for Network Identification or Computer Name or something similar.
28079 How to set it is beyond the scope of Alpine.
28082 &lt;End of help on this topic&gt;
28083 </BODY>
28084 </HTML>
28085 ====== h_downgrade_multipart_to_text =====
28086 <HTML>
28087 <HEAD>
28088 <TITLE>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></TITLE>
28089 </HEAD>
28090 <BODY>
28091 <H1>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></H1>
28094 This feature affects Alpine's behavior when sending mail.  Internet
28095 standards require Alpine to translate all non-ASCII characters in
28096 messages that it sends using MIME encoding.  This encoding can be
28097 ostensibly broken for recipients if any agent between Alpine and the
28098 recipient, such as an email list expander, appends text to the
28099 message, such as list information or advertising.  When sending such
28100 messages Alpine attempts to protect such encoding by placing extra
28101 MIME boundaries around the message text.
28103 These extra boundaries are invisible to recipients that 
28104 use MIME-aware email programs (the vast majority).  However, if
28105 you correspond with users of email programs that are not MIME-aware,
28106 or do not handle the extra boundaries gracefully, you can
28107 use this feature to prevent Alpine from including the extra
28108 MIME information.  Of course, it will increase the likelihood
28109 that non-ASCII text you send may appear corrupt to the recipient.
28111 &lt;End of help on this topic&gt;
28112 </BODY>
28113 </HTML>
28114 ====== h_config_show_sort =====
28115 <HTML>
28116 <HEAD>
28117 <TITLE>FEATURE: <!--#echo var="FEAT_show-sort"--></TITLE>
28118 </HEAD>
28119 <BODY>
28120 <H1>FEATURE: <!--#echo var="FEAT_show-sort"--></H1>
28122 If this feature is set and there is sufficient space on the screen,
28123 a short indication of the current sort order will be
28124 added in the titlebar (the top line on the screen), before the name
28125 of the folder.
28126 For example, with the default Arrival sort in effect,
28127 the display would have the characters
28129 <P><CENTER>[A]</CENTER><P>
28131 added between the title of the screen and the folder name.
28132 The letters are the same as the letters you may type to manually
28133 sort a folder with the SortIndex command ($).
28134 The letters in the table below are the ones that may show
28135 up in the titlebar line.
28137 <TABLE>   
28138 <TR> <TD> A </TD> <TD> <EM>A</EM>rrival        </TD> </TR>
28139 <TR> <TD> S </TD> <TD> <EM>S</EM>ubject        </TD> </TR>
28140 <TR> <TD> F </TD> <TD> <EM>F</EM>rom           </TD> </TR>
28141 <TR> <TD> T </TD> <TD> <EM>T</EM>o             </TD> </TR>
28142 <TR> <TD> C </TD> <TD> <EM>C</EM>c             </TD> </TR>
28143 <TR> <TD> D </TD> <TD> <EM>D</EM>ate           </TD> </TR>
28144 <TR> <TD> Z </TD> <TD> si<EM>Z</EM>e           </TD> </TR>
28145 <TR> <TD> O </TD> <TD> <EM>O</EM>rderedsubject </TD> </TR>
28146 <TR> <TD> E </TD> <TD> scor<EM>E</EM>          </TD> </TR>
28147 <TR> <TD> H </TD> <TD> t<EM>H</EM>read         </TD> </TR>
28148 </TABLE>
28150 If the sort order is Reversed, the letter above will be preceded by the letter
28151 &quot;R&quot;, for example
28153 <P><CENTER>[RS]</CENTER><P>
28155 means that a Reverse Subject sort is in effect.
28156 For the case where the sort is in Reverse Arrival order, the &quot;A&quot; is
28157 left out, and just an &quot;R&quot; is shown.
28159 <P><CENTER>[R]</CENTER>
28162 &lt;End of help on this topic&gt;
28163 </BODY>
28164 </HTML>
28165 ====== h_config_disable_reset_disp =====
28166 <HTML>
28167 <HEAD>
28168 <TITLE>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></TITLE>
28169 </HEAD>
28170 <BODY>
28171 <H1>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></H1>
28173 UNIX Alpine only.
28175 This feature affects Alpine's behavior when using
28176 <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>.
28177 Normally, before the display filter is run, the terminal mode is reset
28178 to what it was before you started Alpine.
28179 This may be necessary if the filter requires the use of the terminal.
28180 For example, it may need to interact with you.
28181 If you set this feature, then the terminal mode will not be reset.
28182 One thing that turning on this feature should fix is the coloring of
28183 <A HREF="h_config_quote_color">quoted text</A> in the message view, which
28184 breaks because the terminal reset resets the color state of the terminal.
28187 &lt;End of help on this topic&gt;
28188 </BODY>
28189 </HTML>
28190 ====== h_config_disable_sender =====
28191 <HTML>
28192 <HEAD>
28193 <TITLE>FEATURE: <!--#echo var="FEAT_disable-sender"--></TITLE>
28194 </HEAD>
28195 <BODY>
28196 <H1>FEATURE: <!--#echo var="FEAT_disable-sender"--></H1>
28198 This feature affects Alpine's generation of the &quot;Sender:&quot; or
28199 <A HREF="h_config_use_sender_not_x">&quot;X-X-Sender&quot;</A>
28200 header fields.
28201 By default, Alpine will generate such a header in situations where the
28202 username or domain are not the same as
28203 the &quot;From:&quot; header on the message.
28204 With this feature set,
28205 no &quot;Sender:&quot; or &quot;X-X-Sender&quot; header will be generated.
28206 This may be desirable on a system that is virtually hosting many domains,
28207 and the sysadmin has other methods available for tracking a message to
28208 its originator.
28210 See also <A HREF="h_config_allow_chg_from">&quot;<!--#echo var="FEAT_allow-changing-from"-->&quot;</A>.
28213 &lt;End of help on this topic&gt;
28214 </BODY>
28215 </HTML>
28216 ====== h_config_use_sender_not_x =====
28217 <HTML>
28218 <HEAD>
28219 <TITLE>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></TITLE>
28220 </HEAD>
28221 <BODY>
28222 <H1>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></H1>
28224 Normally Alpine adds a header line
28225 labeled &quot;X-X-Sender&quot;, if the sender is
28226 different from the From: line.
28227 The standard specifies that this header
28228 line should be labeled &quot;Sender&quot;, not &quot;X-X-Sender&quot;.
28229 Setting this feature causes
28230 &quot;Sender&quot; to be used instead of &quot;X-X-Sender&quot;.
28232 See also <A HREF="h_config_disable_sender">&quot;<!--#echo var="FEAT_disable-sender"-->&quot;</A>.
28235 &lt;End of help on this topic&gt;
28236 </BODY>
28237 </HTML>
28238 ====== h_config_use_fk =====
28239 <HTML>
28240 <HEAD>
28241 <TITLE>FEATURE: <!--#echo var="FEAT_use-function-keys"--></TITLE>
28242 </HEAD>
28243 <BODY>
28244 <H1>FEATURE: <!--#echo var="FEAT_use-function-keys"--></H1>
28246 This feature specifies that Alpine will respond to function keys instead of
28247 the normal single-letter commands. In this mode, the key menus at the
28248 bottom of each screen will show function key designations instead of the
28249 normal mnemonic key.
28252 &lt;End of help on this topic&gt;
28253 </BODY>
28254 </HTML>
28255 ====== h_config_cancel_confirm =====
28256 <HTML>
28257 <HEAD>
28258 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></TITLE>
28259 </HEAD>
28260 <BODY>
28261 <H1>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></H1>
28263 This feature affects what happens when you type ^C to cancel a composition.
28264 By default, if you attempt to cancel a composition by typing ^C, you will be
28265 asked to confirm the cancellation by typing a &quot;C&quot;
28266 for <EM>C</EM>onfirm.
28267 It logically ought to be a &quot;Y&quot; for <EM>Y</EM>es, but that is
28268 risky because the &quot;^C Y&quot; needed to cancel a message
28269 is close (on the keyboard) to the &quot;^X Y&quot; needed to send a message.
28271 If this feature is set the confirmation asked for
28272 will be a &quot;<EM>Y</EM>es&quot;
28273 instead of a &quot;<EM>C</EM>onfirm&quot; response.
28276 &lt;End of help on this topic&gt;
28277 </BODY>
28278 </HTML>
28279 ====== h_config_compose_maps_del =====
28280 <HTML>
28281 <HEAD>
28282 <TITLE>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></TITLE>
28283 </HEAD>
28284 <BODY>
28285 <H1>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></H1>
28287 This feature affects the behavior of the DELETE key.
28288 If set, Delete will be equivalent to ^D, and delete
28289 the current character.  Normally Alpine defines the Delete key
28290 to be equivalent to ^H, which deletes the <EM>previous</EM>
28291 character.
28294 &lt;End of help on this topic&gt;
28295 </BODY>
28296 </HTML>
28297 ====== h_config_compose_bg_post =====
28298 <HTML>
28299 <HEAD>
28300 <TITLE>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></TITLE>
28301 </HEAD>
28302 <BODY>
28303 <H1>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></H1>
28305 This feature affects the behavior of Alpine's mail sending.  If set, this
28306 feature enables a subcommand in the composer's "Send?" confirmation
28307 prompt.  The subcommand allows you to tell Alpine to handle the actual
28308 posting in the background.  While this feature usually allows posting
28309 to appear to happen very fast, it has no affect on the actual delivery
28310 time it takes a message to arrive at its destination.
28313 Please Note:
28314 <OL>
28315  <LI>This feature will have no effect if the feature
28316        <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A>
28317        is set.
28318  <LI>This feature isn't supported on all systems.  All DOS and Windows,
28319        as well as several Unix ports, do not recognize this feature.
28320  <LI>Error handling is significantly different when this feature is
28321         enabled.  Any message posting failure results in the message
28322         being appended to your &quot;Interrupted&quot; mail folder.  When you
28323         type the <A HREF="h_common_compose">C</A>ompose command,
28324         Alpine will notice this folder and
28325         offer to extract any messages contained.  Upon continuing a 
28326         failed message, Alpine will display the nature of the failure 
28327         in the status message line.
28328  <LI> <EM>WARNING</EM>: Under extreme conditions, it is possible
28329         for message data to
28330         get lost.  <EM>Do</EM> <EM>not</EM> enable this feature
28331         if you typically run close to any sort of disk-space limits or quotas.
28332 </OL>
28334 &lt;End of help on this topic&gt;
28335 </BODY>
28336 </HTML>
28337 ====== h_config_compose_dsn =====
28338 <HTML>
28339 <HEAD>
28340 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></TITLE>
28341 </HEAD>
28342 <BODY>
28343 <H1>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></H1>
28345 This feature affects the behavior of Alpine's mail sending.  If set, this
28346 feature enables a subcommand in the composer's &quot;Send?&quot; confirmation
28347 prompt.  The subcommand allows you to tell Alpine to request the type of
28348 Delivery Status Notification (DSN) that you would like.  Most users will
28349 be happy with the default, and need not enable this feature.
28351 If the feature
28352 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
28353 then this feature has no effect and the type of DSN is not selectable.
28356 Turning on this feature and then turning on the DSNOpts from the send
28357 prompt reveals four on-off toggles at the bottom of the screen.
28358 The &quot;X&quot; command toggles between NoErrRets and ErrRets.  NoErrRets requests
28359 that no notification be returned to you, even if there is a delivery
28360 failure.  The &quot;D&quot; key toggles between Delay and NoDelay.  This tells the
28361 server that you are willing (or not) to receive delay notifications, which
28362 happen when there is an unusual delay at some mail server (in that mail
28363 server's opinion).  The &quot;S&quot; key toggles between Success and NoSuccess.
28364 Success requests that you be sent a DSN message when the message is
28365 successfully delivered to the recipients mailbox.  Setting NoErrRets will
28366 automatically turn off Delay and Success notification, and will flip the
28367 toggles to show that.  Similarly, turning on Delay and/or Success will
28368 automatically toggle the &quot;X&quot; key to ErrRets.  The fourth command, the
28369 &quot;H&quot; key, toggles between RetHdrs and RetFull.  RetFull requests that
28370 the full message be returned in any failed DSN.  RetHdrs requests that
28371 only the headers be returned in any failed DSN.  Notice that this command
28372 applies only to failed delivery status reports.  For delay or success
28373 reports, the full message is never returned, only the headers are returned.
28376 If you don't enable the DSN feature or if you don't turn it on for a
28377 particular message, the default is that you will be notified about failures,
28378 you might be notified about delays, and you won't be notified about
28379 successes.  You will usually receive the full message back when there is
28380 a failure.
28383 If you turn on the DSNOpts the default is to return as much information as
28384 possible to you.  That is, by default, the Success and Delay options are
28385 turned on and the full message will be returned on failure.
28388 The sending prompt will display the current DSN request (if any) in a
28389 shorthand form.  It will be:
28391 <P><CENTER>[Never]</CENTER>
28394 if you have requested NoErrRets.  Otherwise, it will look something like:
28396 <P><CENTER>[FDS-Hdrs]</CENTER>
28399 The &quot;F&quot; will always be there, indicating that you will be notified
28400 of failures.  (Alpine doesn't provide a way to request no failure notification
28401 and at the same time request either success or delay notification.  The only
28402 way to request no failure notifications is to request no notifications at
28403 all with NoErrRets.)  The &quot;D&quot; and/or &quot;S&quot; will be present if you have
28404 requested Delay and/or Success notification.  If one of those is missing,
28405 that means you are requesting no notification of the corresponding type.
28406 After the dash it will say either Hdrs or Full.  Hdrs means to return only
28407 the headers and Full means to return the full message (applies to
28408 failure notifications only).
28411 NOTE: This feature relies on your system's mail transport agent or
28412 configured
28413 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
28414 having the negotiation mechanism introduced in
28415 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
28416 &quot;Delivery Status Notification&quot; (DSN).  If the mail tranport agent you
28417 are using doesn't support DSN, a short warning will be shown to you on
28418 the message line at the bottom of the screen after you send your message,
28419 but your message will have been sent anyway.
28422 Note that DSNs don't provide a mechanism to request read receipts.  That
28423 is, if you request notification on success you are notified when the
28424 message is delivered to the mailbox, not when the message is read.
28427 ESMTP allows for graceful migration to upgraded mail transfer agents, but
28428 it is possible that this feature might cause problems for some servers. 
28431 &lt;End of help on this topic&gt;
28432 </BODY>
28433 </HTML>
28434 ====== h_config_auto_zoom =====
28435 <HTML>
28436 <HEAD>
28437 <TITLE>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></TITLE>
28438 </HEAD>
28439 <BODY>
28440 <H1>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></H1>
28442 This feature affects the behavior of the Select command.
28443 If set, the select command will automatically perform a zoom
28444 after the select is complete.
28445 This feature is set by default.
28447 Some related help topics are
28448 <UL>
28449 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28450 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28451 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28452 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
28453 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
28454 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28455 </UL>
28458 &lt;End of help on this topic&gt;
28459 </BODY>
28460 </HTML>
28461 ====== h_config_auto_unzoom =====
28462 <HTML>
28463 <HEAD>
28464 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></TITLE>
28465 </HEAD>
28466 <BODY>
28467 <H1>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></H1>
28469 This feature affects the behavior of the Apply command.  If set, and if
28470 you are currently looking at a Zoomed Index view of selected messages,
28471 the Apply command will do the operation you specify, but then will
28472 implicitly do an &quot;UnZoom&quot;, so that you will automatically be back in
28473 the normal Index view after the Apply. 
28474 This feature is set by default.
28477 Some related help topics are
28478 <UL>
28479 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28480 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28481 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28482 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
28483 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
28484 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28485 </UL>
28487 &lt;End of help on this topic&gt;
28488 </BODY>
28489 </HTML>
28490 ====== h_config_auto_unselect =====
28491 <HTML>
28492 <HEAD>
28493 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></TITLE>
28494 </HEAD>
28495 <BODY>
28496 <H1>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></H1>
28498 This feature affects the behavior of the Apply command.  If set,
28499 the Apply command will do the operation you specify, but then will
28500 implicitly do an &quot;UnSelect All&quot;, so that you will automatically be back in
28501 the normal Index view after the Apply. 
28504 Some related help topics are
28505 <UL>
28506 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28507 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28508 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28509 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
28510 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
28511 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28512 </UL>
28514 &lt;End of help on this topic&gt;
28515 </BODY>
28516 </HTML>
28517 ====== h_config_fast_recent =====
28518 <HTML>
28519 <HEAD>
28520 <TITLE>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></TITLE>
28521 </HEAD>
28522 <BODY>
28523 <H1>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></H1>
28525 This feature controls the behavior of the TAB key when traversing folders
28526 in the optional 
28527 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
28528 collection or in optional <!--#echo var="VAR_news-collections"-->.
28531 When the TAB
28532 (<A HREF="h_common_nextnew">NextNew</A>)
28533 key is pressed, the default behavior is to
28534 explicitly examine the status of the folder for the number of recent
28535 messages (messages delivered since the last time it was viewed).
28536 Depending on the size and number of messages in the folder, this test
28537 can be time consuming.
28540 Enabling this feature will cause Alpine to only test for the existence of
28541 any recent messages rather than to obtain the count.  This is much faster
28542 in many cases.  The downside is that you're not given the number of recent
28543 messages when prompted to view the next folder.
28544 If the feature
28545 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
28546 is turned on, then the present feature will have no effect.
28549 <UL>   
28550 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28551 </UL><P>
28552 &lt;End of help on this topic&gt;
28553 </BODY>
28554 </HTML>
28555 ====== h_config_arrow_nav =====
28556 <HTML>
28557 <HEAD>
28558 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></TITLE>
28559 </HEAD>
28560 <BODY>
28561 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></H1>
28563 This feature controls the behavior of the left and right arrow keys.
28564 If set, the left and right arrow keys will operate like the usual
28565 navigation keys &lt; and &gt;.
28566 This feature is set by default.
28569 If you set this feature, and do not like the changed behavior of the up/down 
28570 arrow 
28571 keys when navigating through the FOLDER LIST screen -- 
28572 <B>first</B> from column to column, if more than one folder is 
28573 displayed per row, 
28574 and <B>then</B> from row to row -- you may either also wish to set the feature 
28575 &quot;<A HREF="h_config_relaxed_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></A>&quot;, 
28576 &quot;<A HREF="h_config_single_list"><!--#echo var="FEAT_single-column-folder-list"--></A>&quot;, or
28577 use the ^P/^N (instead of up/down arrow) keys to move up/down the list of 
28578 folders in each column.
28580 <UL>   
28581 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28582 </UL><P>
28583 &lt;End of help on this topic&gt;
28584 </BODY>
28585 </HTML>
28586 ====== h_config_relaxed_arrow_nav =====
28587 <HTML>
28588 <HEAD>
28589 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></TITLE>
28590 </HEAD>
28591 <BODY>
28592 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></H1>
28594 This feature controls the behavior of the left, right, up and down
28595 arrow keys in the FOLDER LIST screen when the &quot;<A
28596 HREF="h_config_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation"--></A>&quot; feature is
28597 set.
28598 This feature is set by default.
28602 When this feature is set, the left and right
28603 arrow keys in the FOLDER LIST screen
28604 move the highlight bar to the left or right, and the up and
28605 down arrows move it up or down.
28608 When the &quot;<!--#echo var="FEAT_enable-arrow-navigation"-->&quot; feature is set and this
28609 feature is not set;
28610 the left and right arrow keys in the Folder List screen strictly
28611 track the commands bound to the '&lt;' and '&gt;' keys, and the up
28612 and down arrow keys move the highlight bar to the previous and next
28613 folder or directory name.
28616 <UL>   
28617 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28618 </UL><P>
28619 &lt;End of help on this topic&gt;
28620 </BODY>
28621 </HTML>
28622 ====== h_config_alt_compose_menu =====
28623 <HTML>
28624 <HEAD>
28625 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></TITLE>
28626 </HEAD>
28627 <BODY>
28628 <H1>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></H1>
28630 This feature controls the menu that is displayed when Compose is selected.
28631 If set, a list of options will be presented, with each option representing
28632 the type of composition that could be used. This feature is most useful for
28633 users who want to avoid being prompted with each option separately, or who
28634 want to avoid the checking of remote postponed or form letter folders.
28635 The possible types of composition are:
28638 New, for starting a new composition. Note that if New is selected and roles
28639 are set, roles are checked for matches and applied according to the setting
28640 of the matching role.
28643 Interrupted, for continuing an interrupted composition. This option is only
28644 offered if an interrupted message folder is detected.
28647 Postponed, for continuing postponed compositions. This option is offered
28648 if a <!--#echo var="VAR_postponed-folder"--> is set in the config REGARDLESS OF whether or not
28649 the postponed folder actually exists. This option is especially handy
28650 for avoiding having to check for the existence of a remote postponed folder.
28653 Form, for using form letters. This option is offered if the <!--#echo var="VAR_form-letter-folder"-->
28654 is set in the config, and is not checked for existence for reasons similar
28655 to those explained by the postponed option.
28658 setRole, for selecting a role to apply to a composition.
28661 &lt;End of help on this topic&gt;
28662 </BODY>
28663 </HTML>
28664 ====== h_config_alt_role_menu =====
28665 <HTML>
28666 <HEAD>
28667 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></TITLE>
28668 </HEAD>
28669 <BODY>
28670 <H1>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></H1>
28672 Normally the <A HREF="h_common_role">Role Command</A> allows you to choose
28673 a role and compose a new message using that role.
28674 When this feature is set, the role command will first ask whether you want to
28675 Compose a new message, Forward the current message, Reply to the
28676 current message, or Bounce the current message.
28677 If you are not in the MESSAGE INDEX and are not viewing a message,
28678 then there is no current message and the question will be skipped.
28679 After you have chosen to Compose, Forward, Reply, or Bounce you will
28680 then choose the role to be used.
28682 When Bouncing the &quot;Set From&quot; address is used for the
28683 Resent-From header, the &quot;Set Fcc&quot; value is used for the Fcc
28684 provided that the option
28685 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A> is turned on,
28686 and the &quot;Use SMTP Server&quot; value is used for the SMTP server, if
28687 set.
28688 Other actions of the role are ignored when Bouncing.
28691 &lt;End of help on this topic&gt;
28692 </BODY>
28693 </HTML>
28694 ====== h_config_always_spell_check =====
28695 <HTML>
28696 <HEAD>
28697 <TITLE>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></TITLE>
28698 </HEAD>
28699 <BODY>
28700 <H1>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></H1>
28702 When this feature is set, every composed message will be spell-checked before
28703 being sent.
28705 &lt;End of help on this topic&gt;
28706 </BODY>
28707 </HTML>
28708 ====== h_config_quell_asterisks =====
28709 <HTML>
28710 <HEAD>
28711 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></TITLE>
28712 </HEAD>
28713 <BODY>
28714 <H1>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></H1>
28716 When you are running Alpine you will sometimes be asked for a password
28717 in a prompt on the third line from the bottom of the screen.
28718 Normally each password character you type will cause an asterisk to echo
28719 on the screen. That gives you some feedback to know that your typing is
28720 being recognized.
28721 There is a very slight security risk in doing it this way because someone
28722 watching over your shoulder might be able to see how many characters there
28723 are in your password.
28724 If you'd like to suppress the echoing of the asterisks set this feature.
28726 &lt;End of help on this topic&gt;
28727 </BODY>
28728 </HTML>
28729 ====== h_config_quell_flowed_text =====
28730 <HTML>
28731 <HEAD>
28732 <TITLE>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></TITLE>
28733 </HEAD>
28734 <BODY>
28735 <H1>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></H1>
28737 Alpine generates flowed text where possible.
28738 The method for generating flowed text is defined by
28739 <A HREF="http://www.ietf.org/rfc/rfc3676.txt">RFC 3676</A>,
28740 the benefit of doing so is
28741 to send message text that can properly be viewed both on normal width displays
28742 and on displays with smaller or larger than normal screen widths.
28743 With flowed text, a space at the end of a line tells the receiving mail
28744 client that the following line belongs to the same paragraph.
28745 Quoted text will also be affected, with only the innermost
28746 level of &quot;&gt;&quot; quoting being followed by a space.
28747 However, if you have changed the
28748 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
28749 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
28750 quoted text will not be flowed.
28751 For this reason, we recommend that you leave your
28752 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; set to the default.
28754 This feature turns off the generation of flowed text, as it might be
28755 desired to more tightly control how a message is displayed on the receiving end.
28757 If this feature is <EM>not</EM> set, you can control on a message by message
28758 basis whether or not flowed text is generated.
28759 You do this by typing ^V at the Send confirmation prompt that you get
28760 after typing ^X to send a message.
28761 ^V is a toggle that turns flowing off and back on if typed again.
28762 If for some reason flowing cannot be done on a particular message, then the
28763 ^V command will not be available.
28764 This would be the case, for example, if this feature was set, or if your
28765 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; was set to a non-default value.
28766 If the feature
28767 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
28768 then the opportunity to control on a message by message basis
28769 whether or not flowed text is generated is lost.
28771 When this feature is not set and you have typed ^V to turn off flowing,
28772 the Send confirmation prompt will change to look like
28774 <CENTER><SAMP>Send message (not flowed)?</SAMP></CENTER>
28776 <A HREF="h_config_strip_ws_before_send">&quot;<!--#echo var="FEAT_strip-whitespace-before-send"-->&quot;</A> will
28777 also turn off the sending of flowed text messages, but it differs in that
28778 it also trims all trailing white space from a message before sending it.
28780 If alternate editors are used extensively, be aware that a message will still
28781 be sent flowed if this feature is unset.  In most cases this will be fine,
28782 but if the editor has a &quot;flowed text&quot; mode, it would be best to
28783 use that.
28785 &lt;End of help on this topic&gt;
28786 </BODY>
28787 </HTML>
28788 ====== h_config_strip_ws_before_send =====
28789 <HTML>
28790 <HEAD>
28791 <TITLE>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></TITLE>
28792 </HEAD>
28793 <BODY>
28794 <H1>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></H1>
28796 By default, trailing whitespace is not stripped from
28797 a message before sending.  Trailing whitespace should have no effect on an
28798 email message, and in flowed text can aid in delimiting paragraphs.
28799 However, the old behavior of stripping trailing whitespace was in place
28800 to better deal with older clients that couldn't handle certain types of
28801 text encodings.  This feature restores the old behavior
28803 Trailing whitespace is of aid to flowed-text-formatted messages, which are
28804 generated by default but can be turned off via the
28805 <A HREF="h_config_quell_flowed_text">&quot;<!--#echo var="FEAT_quell-flowed-text"-->&quot;</A> feature.
28806 <!--#echo var="FEAT_strip-whitespace-before-send"--> also has the effect of turning off sending
28807 of flowed text.
28809 &lt;End of help on this topic&gt;
28810 </BODY>
28811 </HTML>
28812 ====== h_config_del_from_dot =====
28813 <HTML>
28814 <HEAD>
28815 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></TITLE>
28816 </HEAD>
28817 <BODY>
28818 <H1>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></H1>
28820 This feature controls the behavior of the Ctrl-K command in the composer.
28821 If set, ^K will cut from the current cursor position to the end of the line,
28822 rather than cutting the entire line.
28825 &lt;End of help on this topic&gt;
28826 </BODY>
28827 </HTML>
28828 ====== h_config_print_index =====
28829 <HTML>
28830 <HEAD>
28831 <TITLE>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></TITLE>
28832 </HEAD>
28833 <BODY>
28834 <H1>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></H1>
28836 This feature controls the behavior of the Print command when in the
28837 MESSAGE INDEX screen.  If set, the print command will give you a prompt
28838 asking if you wish to print the message index, or the currently highlighted
28839 message. If not set, the message will be printed.
28842 &lt;End of help on this topic&gt;
28843 </BODY>
28844 </HTML>
28845 ====== h_config_allow_talk =====
28846 <HTML>
28847 <HEAD>
28848 <TITLE>FEATURE: <!--#echo var="FEAT_allow-talk"--></TITLE>
28849 </HEAD>
28850 <BODY>
28851 <H1>FEATURE: <!--#echo var="FEAT_allow-talk"--></H1>
28853 UNIX Alpine only.
28855 By default, permission for others to &quot;talk&quot; to your terminal is turned
28856 off when you are running Alpine.  When this feature is set, permission is
28857 instead turned on.  If enabled, you may see unexpected messages in the
28858 middle of your Alpine screen from someone attempting to contact you via the
28859 &quot;talk&quot; program.
28862 NOTE: The &quot;talk&quot; program has nothing to do with Alpine or email.  The 
28863 talk daemon on your system will attempt to print a message on your screen 
28864 when someone else is trying to contact you.  If you wish to see these
28865 messages while you are running Alpine, you should enable this feature.
28868 If you do enable this feature and see a &quot;talk&quot; message, you must 
28869 suspend or quit Alpine before you can respond.
28872 &lt;End of help on this topic&gt;
28873 </BODY>
28874 </HTML>
28875 ====== h_config_send_filter_dflt =====
28876 <HTML>
28877 <HEAD>
28878 <TITLE>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></TITLE>
28879 </HEAD>
28880 <BODY>
28881 <H1>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></H1>
28882 If you have <A HREF="h_config_sending_filter">&quot;<!--#echo var="VAR_sending-filters"-->&quot;</A> 
28883 configured, setting this feature will cause
28884 the first filter in the <!--#echo var="VAR_sending-filters"--> list to be offered as the default
28885 instead of unfiltered, the usual default.
28887 <UL>   
28888 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28889 </UL><P>
28890 &lt;End of help on this topic&gt;
28891 </BODY>
28892 </HTML>
28893 ====== h_config_custom_print =====
28894 <HTML>
28895 <HEAD>
28896 <TITLE>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></TITLE>
28897 </HEAD>
28898 <BODY>
28899 <H1>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></H1>
28901 When this feature is set, the print command will have an additional
28902 subcommand called "C CustomPrint".  If selected, you will have
28903 the opportunity to enter any system print command --instead of being 
28904 restricted to using those that have been previously configured in the 
28905 printer setup menu.
28908 &lt;End of help on this topic&gt;
28909 </BODY>
28910 </HTML>
28911 ====== h_config_enable_dot_files =====
28912 <HTML>
28913 <HEAD>
28914 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></TITLE>
28915 </HEAD>
28916 <BODY>
28917 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></H1>
28919 When this feature is set, files beginning with dot (".") will be
28920 visible in the file browser.  For example, you'll be able to select them
28921 when using the browser to add an attachment to a message.
28923 &lt;End of help on this topic&gt;
28924 </BODY>
28925 </HTML>
28926 ====== h_config_enable_dot_folders =====
28927 <HTML>
28928 <HEAD>        
28929 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></TITLE>
28930 </HEAD>
28931 <BODY>
28932 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></H1>
28934 When this feature is set, folders beginning with dot (".") may be added
28935 and viewed.
28937 &lt;End of help on this topic&gt;
28938 </BODY>
28939 </HTML>
28940 ====== h_config_ff_between_msgs =====
28941 <HTML>
28942 <HEAD>
28943 <TITLE>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></TITLE>
28944 </HEAD>
28945 <BODY>
28946 <H1>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></H1>
28948 Setting this feature causes a formfeed to be printed between messages when
28949 printing multiple messages (with Apply Print command).
28951 &lt;End of help on this topic&gt;
28952 </BODY>
28953 </HTML>
28954 ====== h_config_blank_keymenu =====
28955 <HTML>
28956 <HEAD>
28957 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></TITLE>
28958 </HEAD>
28959 <BODY>
28960 <H1>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></H1>
28962 If this feature is set the command key menu that normally appears on the
28963 bottom two lines of the screen will not usually be there.  Asking for
28964 help with ^G or ? will cause the key menu to appear instead of causing
28965 the help message to come up.  If you want to actually see the help text,
28966 another ^G or ? will show it to you.  After the key menu has popped
28967 up with the help key it will remain there for an O for Other command but
28968 disappear if any other command is typed.
28970 &lt;End of help on this topic&gt;
28971 </BODY>
28972 </HTML>
28973 ====== h_config_enable_mouse =====
28974 <HTML>
28975 <HEAD>
28976 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></TITLE>
28977 </HEAD>
28978 <BODY>
28979 <H1>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></H1>
28981 This feature controls whether or not an X terminal mouse can be used with
28982 Alpine.  If set, and the $DISPLAY variable indicates that an X terminal is
28983 being used, the left mouse button on the mouse can be used to select text
28984 or commands.
28985 Clicking on a command at the bottom of the screen will behave as if you had
28986 typed that command.
28987 Clicking on an index line will move the current message highlight to
28988 that line.
28989 Double-clicking on an index line will view the message.
28990 Double-clicking on a link will view the link.
28992 This type of mouse support will also work in some terminal emulators which are
28993 not actually X terminals, but which have extra code to support the xterm
28994 style mouse.
28995 For those emulators you not only need to turn this feature on but you also
28996 have to set the $DISPLAY environment variable even though it isn't needed
28997 for your terminal.
28998 That will cause Alpine to think that it is an xterm and to properly interpret the
28999 escape sequences sent by the mouse.
29001 Note: if this feature is set, the behavior of X terminal cut-and-paste is
29002 also modified.  It is sometimes possible to hold the shift key down while clicking
29003 left or middle mouse buttons for the normal xterm cut/paste operations. 
29004 There is also an Alpine command to toggle this mode on or off.
29005 The command is Ctrl-&#92; (Control-backslash).
29007 &lt;End of help on this topic&gt;
29008 </BODY>
29009 </HTML>
29010 ====== h_config_enable_xterm_newmail =====
29011 <HTML>
29012 <HEAD>        
29013 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></TITLE>
29014 </HEAD>
29015 <BODY>
29016 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></H1>
29018 This feature controls whether or not Alpine will attempt to announce new
29019 mail arrival when it is running in an X terminal window and that window
29020 is iconified.  If set, and the $DISPLAY variable indicates that an X
29021 terminal is being used, Alpine will send appropriate escape sequences to
29022 the X terminal to modify the label on Alpine's icon to indicate that new
29023 mail has arrived. Alpine will also modify the Alpine window's title to
29024 indicate new mail.
29025 See also <a href="h_config_enable_newmail_short_text"><!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>.
29027 &lt;End of help on this topic&gt;
29028 </BODY></HTML>
29029 ====== h_config_enable_newmail_short_text =====
29030 <HTML>
29031 <HEAD>        
29032 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></TITLE>
29033 </HEAD>
29034 <BODY>
29035 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></H1>
29037 This feature controls the text to be displayed in an icon in the event
29038 of a new message arrival.  Normally, the message will
29039 be the one that is displayed on the screen.  This feature shortens the
29040 message to a count of the number of new messages in brackets.  This may be
29041 more useful for those who use the window's title bar in the task bar as a
29042 new mail indicator.  This feature is only useful if the
29043 <A HREF="h_config_enable_xterm_newmail"><!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></A>
29044 feature is also set.  Like the <!--#echo var="FEAT_enable-newmail-in-xterm-icon"-->
29045 feature, this feature is only relevant when run in an xterm environment.
29047 &lt;End of help on this topic&gt;
29048 </BODY></HTML>
29049 ====== h_config_copy_to_to_from =====
29050 <HTML>
29051 <HEAD>
29052 <TITLE>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></TITLE>
29053 </HEAD>
29054 <BODY>
29055 <H1>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></H1>
29057 This feature affects the From address used when Replying to a message.
29058 It is probably only useful if you have some
29059 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
29060 defined.
29061 When enabled, it checks to see if any of the addresses in the To or Cc
29062 fields of the message you are replying to is one of your addresses.
29063 If it is, and there is only one of them, then that address is used as
29064 the From address in the message you are composing.
29065 In other words, you will be using a From address that is the same
29066 as the To address that was used to get the mail to you in the first place.
29069 If a role is being used and it has a From address defined, that From address will
29070 be used rather than the one derived from this feature.
29073 <UL>   
29074 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29075 </UL><P>
29076 &lt;End of help on this topic&gt;
29077 </BODY>
29078 </HTML>
29079 ====== h_config_prefix_editing =====
29080 <HTML>
29081 <HEAD>
29082 <TITLE>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></TITLE>
29083 </HEAD>
29084 <BODY>
29085 <H1>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></H1>
29087 This feature affects the Reply command's &quot;Include original message
29088 in Reply?&quot; prompt.  When enabled, it causes the
29089 &quot;Edit Indent String&quot; sub-command to appear which allows 
29090 you to edit the string Alpine would otherwise use to denote included 
29091 text from the message being replied to.<P>
29093 Thus, you can change Alpine's default message quote character (usually
29094 an angle bracket) on a per message basis. So you could change your quoted message to
29095 look, for example, like this:<p>
29097 <pre>On Tues, 26 Jan 1999, John Q. Smith wrote:
29099 John: I just wanted to say hello and to congratulate you
29100 John: on a job well done!</pre><p>
29102 The configuration option
29103 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
29104 may be used to change what appears as the default string to be edited.
29106 NOTE: Edited <!--#echo var="VAR_reply-indent-string"--> only apply to the message
29107 currently being replied to.
29109 If you change your <!--#echo var="VAR_reply-indent-string"-->
29110 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
29111 quoted text will not be flowed
29112 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
29113 when you reply.
29114 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
29115 set to the default value.
29117 <UL>   
29118 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29119 </UL><P>
29120 &lt;End of help on this topic&gt;
29121 </BODY>
29122 </HTML>
29123 ====== h_config_enable_search_and_repl =====
29124 <HTML>
29125 <HEAD>
29126 <TITLE>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></TITLE>
29127 </HEAD>
29128 <BODY>
29129 <H1>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></H1>
29131 This feature modifies the behavior of Alpine's composer.  Setting this
29132 feature causes Alpine to offer the "^R Replace" subcommand, which
29133 allows you to search and replace text strings in a message you are composing, 
29134 inside the "^W Where is" command.  
29138 To search and replace text, first enter the text to be replaced at the 
29139 "Search: " prompt.  Then, rather than pressing Enter to just search for that
29140 text, press ^R, which turns the prompt into 
29144 Search (to replace): 
29148 and then press Enter.  The cursor will highlight the first occurrence 
29149 of the text string you entered, and the prompt will show: 
29153 Replace "<your text string>" with : 
29157 where <your text string> is what you entered at the previous prompt;
29158 here, enter the replacement text.  To only replace the highlighted 
29159 occurrence, simply press Enter now; to replace all occurrences in the 
29160 message, press ^X (Repl All), then Enter.  You will then be asked to confirm 
29161 each replacement.
29165 The command ^R toggles between "Replace" and "Don't Replace"; its subcommand
29166 ^X toggles between "Replace All" and "Replace One."
29170 If you previously searched for text in a message, it will be offered for 
29171 re-use as part of the prompt, shown in [ ] brackets.
29174 &lt;End of help on this topic&gt;
29175 </BODY>
29176 </HTML>
29177 ====== h_config_enable_view_attach =====
29178 <HTML>
29179 <HEAD>
29180 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></TITLE>
29181 </HEAD>
29182 <BODY>
29183 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></H1>
29185 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29186 Setting this feature causes Alpine to present attachments in boldface.
29187 The first available attachment is displayed in inverse.  This is the
29188 "selected" attachment.  Pressing RETURN will cause Alpine to display
29189 the selected attachment.  Use the arrow keys to change which of the
29190 attachments displayed in boldface is the current selection.
29194 Speaking of arrow keys, the Up and Down Arrows will select the next
29195 and previous attachments if one is available on the screen for selection.
29196 Otherwise, they will simply adjust the viewed text one line up or down.
29200 Similarly, when selectable items are present in a message, the Ctrl-F key
29201 can be used to select the next item in the message independent of which
29202 portion of the viewed message is currently displayed. The Ctrl-B key can
29203 be used to select the previous item in the same way. 
29204 <P> 
29205 &lt;End of help on this topic&gt;
29206 </BODY>
29207 </HTML>
29208 ====== h_config_enable_y_print =====
29209 <HTML>
29210 <HEAD>
29211 <TITLE>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></TITLE>
29212 </HEAD>
29213 <BODY>
29214 <H1>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></H1>
29216 This feature modifies the behavior of Alpine's Print command.
29218 By default, Alpine's print command is available by pressing the "%" key.  
29219 (This command is a substantial change from Pine versions before 4.00 -- 
29220 where the print command was "Y" -- based on numerous complaints about 
29221 printing being invoked inadvertently, since Y also means "Yes.")  
29225 This feature is supplied to mitigate any disruption or anxiety users 
29226 might feel as a result of this change.  
29230 Enabling this feature will cause Alpine to recognize both the old
29231 command, "Y" for Prynt, as well the new "%" method for invoking
29232 printing.  Note, key menu labels are not changed as a result of
29233 enabling this feature.
29237 &lt;End of help on this topic&gt;
29238 </BODY>
29239 </HTML>
29240 ====== h_config_enable_lessthan_exit =====
29241 <HTML>
29242 <HEAD>
29243 <TITLE>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></TITLE>
29244 </HEAD>
29245 <BODY>
29246 <H1>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></H1>
29248 If this feature is set, then on screens where there is an Exit command
29249 but no < command, the < key will perform the same function as the Exit
29250 command.
29251 This feature is set by default.
29253 &lt;End of help on this topic&gt;
29254 </BODY>
29255 </HTML>
29256 ====== h_config_enable_view_url =====
29257 <HTML>
29258 <HEAD>
29259 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></TITLE>
29260 </HEAD>
29261 <BODY>
29262 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></H1>
29263 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29264 When this feature is set (the default) Alpine will select possible URLs from the
29265 displayed text and display them in boldface for selection.
29267 The first available URL is displayed in inverse.  This is the
29268 &quot;selected&quot; URL.  Pressing RETURN will cause Alpine to display
29269 the selected URL via either built-in means as with mailto:, imap:,
29270 news:, and nntp:, or via an external application as defined
29271 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
29272 variable.
29274 Use the arrow keys to change which of the URLs displayed in boldface
29275 is the current selection.
29277 Speaking of arrow keys, the Up and Down Arrows will select the next
29278 and previous URL if one is available on the screen for selection (unless 
29279 you have set the feature 
29280 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
29281 Otherwise, they will simply adjust the viewed text one line up or down.
29283 Similarly, when selectable items are present in a message, the Ctrl-F
29284 key can be used to select the next item in the message independent
29285 of which portion of the viewed message is currently displayed. The
29286 Ctrl-B key can be used to select the previous item in the same way.
29288 <UL>   
29289 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29290 </UL><P>
29291 &lt;End of help on this topic&gt;
29292 </BODY>
29293 </HTML>
29294 ====== h_config_enable_view_web_host =====
29295 <HTML>
29296 <HEAD>
29297 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></TITLE>
29298 </HEAD>
29299 <BODY>
29300 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></H1>
29302 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29303 When this feature is set (the default) Alpine will select possible web hostnames
29304 from the displayed text and display them in boldface for selection.  
29305 This can be useful when you receive messages referencing World Wide Web 
29306 sites without the use of complete URLs; for example, specifying only 
29307 &quot;www.washington.edu/alpine/&quot; (which will <B>not</B> become a 
29308 selectable 
29309 item by setting <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>) 
29310 rather than explicitly
29311 &quot;http://www.washington.edu/alpine/&quot;.  
29313 The first available hostname is displayed in inverse.  This is the
29314 &quot;selected&quot; hostname.  Pressing RETURN will cause Alpine to display
29315 the selected hostname via an external application as defined
29316 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
29317 variable.
29319 Use the arrow keys (unless you have set the feature 
29320 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
29321 to change which of the hostnames displayed in
29322 boldface is the current selection.
29324 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
29325 key can be used to select the next web hostname in the message independent
29326 of which portion of the viewed message is currently displayed. The
29327 Ctrl-B key can be used to select the previous web hostnames in the same way.
29329 <UL>   
29330 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29331 </UL><P>
29332 &lt;End of help on this topic&gt;
29333 </BODY>
29334 </HTML>
29335 ====== h_config_enable_view_addresses =====
29336 <HTML>
29337 <HEAD>
29338 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></TITLE>
29339 </HEAD>
29340 <BODY>
29341 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></H1>
29343 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29344 Setting this feature causes Alpine to select possible email addresses
29345 from the displayed text and display them in boldface for selection.  
29348 The first available email address is displayed in inverse.  This is the
29349 &quot;selected&quot; address.  Pressing RETURN will cause Alpine to enter
29350 the message composition screen with the To: field filled in with the
29351 selected address.
29353 Use the arrow keys (unless you have set the feature 
29354 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
29355 to change which of the hostnames displayed in
29356 boldface is the current selection.
29358 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
29359 key can be used to select the next web hostname in the message independent
29360 of which portion of the viewed message is currently displayed. The
29361 Ctrl-B key can be used to select the previous web hostnames in the same way.
29363 <UL>   
29364 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29365 </UL><P>
29366 &lt;End of help on this topic&gt;
29367 </BODY>
29368 </HTML>
29369 ====== h_config_enable_view_arrows =====
29370 <HTML>
29371 <HEAD>
29372 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></TITLE>
29373 </HEAD>
29374 <BODY>
29375 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></H1>
29377 This feature modifies Up and Down arrow key behavior in Alpine's
29378 MESSAGE TEXT screen when selectable Attachments, URL's, or
29379 web-hostnames are presented. Alpine's usual behavior is to move to
29380 the next or previous selectable item if currently displayed or
29381 simply to adjust the screen view by one line.
29385 Setting this feature causes the UP and Down arrow key to behave as
29386 if no selectable items were present in the message.
29390 Note, the Ctrl-F (next selectable item) and Ctrl-B (previous selectable
29391 item) functionality is unchanged.
29394 &lt;End of help on this topic&gt;
29395 </BODY>
29396 <HTML>
29397 ====== h_config_quell_charset_warning =====
29398 <HTML>
29399 <HEAD>
29400 <TITLE>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></TITLE>
29401 </HEAD>
29402 <BODY>
29403 <H1>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></H1>
29405 By default, if the message you are viewing contains characters that are
29406 not representable in your
29407 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
29408 then Alpine will
29409 add a warning to the start of the displayed text.
29410 If this option is set, then that editorial message will be suppressed.
29412 Setting this feature also suppresses the comment about the character set
29413 in header lines.
29414 For example, when viewing a message you might see
29416 <CENTER><SAMP>From: &quot;[ISO-8859-2] Name&quot; &lt;address&gt;</SAMP></CENTER>
29418 in the From header if your Character-Set is something other than ISO-8859-2.
29419 If you set this feature, the comment about the character set will
29420 no longer be there.
29422 &lt;End of help on this topic&gt;
29423 </BODY>
29424 </HTML>
29425 ====== h_config_quell_host_after_url =====
29426 <HTML>
29427 <HEAD>
29428 <TITLE>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></TITLE>
29429 </HEAD>
29430 <BODY>
29431 <H1>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></H1>
29433 By default, links in HTML text are displayed with the host the link
29434 references appended, within square brackets, to the link text.  Alpine
29435 does this to help indicate where a link will take you, particularly when
29436 the link text might suggest a different destination.
29439 Setting this feature will prevent the server name from being appended
29440 to the displayed text.
29443 &lt;End of help on this topic&gt;
29444 </BODY>
29445 </HTML>
29446 ====== h_config_prefer_plain_text =====
29447 <HTML>
29448 <HEAD>
29449 <TITLE>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></TITLE>
29450 </HEAD>
29451 <BODY>
29452 <H1>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></H1>
29454 A message being viewed may contain alternate versions of the same content.
29455 Those alternate versions are supposed to be ordered by the sending software such that the
29456 first alternative is the least preferred and the last alternative is the
29457 most preferred. Alpine will normally display the most-preferred version that
29458 it knows how to display. This is most often encountered where the two
29459 alternate versions are a plain text version and an HTML version, with the
29460 HTML version listed last as the most preferred.
29462 If this option is set, then any plain text version will be preferred to
29463 all other versions.
29465 When viewing a message there is a command &quot;A TogglePreferPlain&quot;,
29466 which will temporarily change the sense of this option.
29467 If this option is set you will first see the plain text version of a
29468 message.
29469 If you then type the &quot;A&quot; command, you will see the most preferred version,
29470 most likely HTML, instead.
29471 Typing the &quot;A&quot; command a second time will switch it back.
29472 Alternatively, if the present option is not set you will originally see
29473 the most preferred version of the message and typing &quot;A&quot; will switch to
29474 the plain text version.
29476 &lt;End of help on this topic&gt;
29477 </BODY>
29478 </HTML>
29479 ====== h_config_pass_control =====
29480 <HTML>
29481 <HEAD>
29482 <TITLE>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></TITLE>
29483 </HEAD>
29484 <BODY>
29485 <H1>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></H1>
29487 It is probably not useful to set this option.
29488 This is a legacy option left behind &quot;just in case&quot;.
29489 Multi-byte characters that have an octet that has the same
29490 value as a control character are permitted through whether or not
29491 this option is turned on.
29493 This feature controls how certain characters contained in messages are
29494 displayed.
29495 If set, all characters in a message will be sent to the
29496 screen. Normally, control characters are displayed as shown below to
29497 avoid a garbled screen and to 
29498 avoid inadvertently changing terminal setup parameters.
29499 Control characters are usually displayed as two character sequences like
29500 <P><CENTER><SAMP> ^C </SAMP></CENTER><P>
29501 for Control-C,
29502 <P><CENTER><SAMP> ^[ </SAMP></CENTER><P>
29503 for ESCAPE,
29504 <P><CENTER><SAMP> ^? </SAMP></CENTER><P>
29505 for DELETE, and
29506 <P><CENTER><SAMP> ~E </SAMP></CENTER><P>
29507 for the character with value 133 (0x85).
29508 (The DEL character is displayed as ^?, regular control characters are displayed
29509 as the character ^ followed by the character obtained by adding the
29510 five low-order bits of the character to 0x40, and the C1
29511 control characters 0x80 - 0x9F are displayed as the character ~ followed by the
29512 character obtained by adding the
29513 five low-order bits of the character to 0x40.)
29514 Sometimes, in cases where changing a single control character into a
29515 two-character sequence would confuse Alpine's display routines,
29516 a question mark is substituted for the control character.
29518 If you wish to filter out regular control characters but pass the
29519 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
29520 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.
29522 &lt;End of help on this topic&gt;
29523 </BODY>
29524 </HTML>
29525 ====== h_config_pass_c1_control =====
29526 <HTML>
29527 <HEAD>
29528 <TITLE>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></TITLE>
29529 </HEAD>
29530 <BODY>
29531 <H1>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></H1>
29533 It is probably not useful to set this option.
29534 This is a legacy option left behind &quot;just in case&quot;.
29535 Multi-byte characters that have an octet that has the same
29536 value as a control character are permitted through whether or not
29537 this option is turned on.
29539 If the feature <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
29540 is set, then this feature has no effect.
29541 However, if you wish to filter out regular control characters but pass the
29542 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
29543 you may leave <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
29544 unset and set this feature.
29546 &lt;End of help on this topic&gt;
29547 </BODY>
29548 </HTML>
29549 ====== h_config_fcc_on_bounce =====
29550 <HTML>
29551 <HEAD>
29552 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></TITLE>
29553 </HEAD>
29554 <BODY>
29555 <H1>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></H1>
29557 This feature controls an aspect of Alpine's behavior when bouncing a
29558 message. If set, normal FCC ("File Carbon Copy") processing will be
29559 done, just as if you had composed a message to the address you are
29560 bouncing to.  If not set, no FCC of the message will be saved. 
29562 &lt;End of help on this topic&gt;
29563 </BODY>
29564 </HTML>
29565 ====== h_config_show_cursor =====
29566 <HTML>
29567 <HEAD>
29568 <TITLE>FEATURE: <!--#echo var="FEAT_show-cursor"--></TITLE>
29569 </HEAD>
29570 <BODY>
29571 <H1>FEATURE: <!--#echo var="FEAT_show-cursor"--></H1>
29573 This feature controls an aspect of Alpine's displays.  If set, the system
29574 cursor will move to convenient locations in the displays.  For example,
29575 to the beginning of the status field of the highlighted index line, or
29576 to the highlighted word after a successful WhereIs command.  It is intended
29577 to draw your attention to an "interesting" spot on the screen.
29579 &lt;End of help on this topic&gt;
29580 </BODY>
29581 </HTML>
29582 ====== h_config_sort_fcc_alpha =====
29583 <HTML>
29584 <HEAD>
29585 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></TITLE>
29586 </HEAD>
29587 <BODY>
29588 <H1>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></H1>
29590 This feature controls an aspect of Alpine's FOLDER LIST screen.
29591 If set, the default Fcc folder will be sorted alphabetically with the other
29592 folders instead of appearing right after the INBOX.
29594 &lt;End of help on this topic&gt;
29595 </BODY>
29596 </HTML>
29597 ====== h_config_sort_save_alpha =====
29598 <HTML>
29599 <HEAD>
29600 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></TITLE>
29601 </HEAD>
29602 <BODY>
29603 <H1>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></H1>
29605 This feature controls an aspect of Alpine's FOLDER LIST screen.
29606 If set, the default save folder will be sorted alphabetically with the other
29607 folders instead of appearing right after the INBOX (and default FCC folder).
29609 &lt;End of help on this topic&gt;
29610 </BODY>
29611 </HTML>
29612 ====== h_config_single_list =====
29613 <HTML>
29614 <HEAD>
29615 <TITLE>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></TITLE>
29616 </HEAD>
29617 <BODY>
29618 <H1>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></H1>
29620 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
29621 the folders will be listed one per line instead of several per line
29622 in the FOLDER LIST display.
29624 &lt;End of help on this topic&gt;
29625 </BODY>
29626 </HTML>
29627 ====== h_config_vertical_list =====
29628 <HTML>
29629 <HEAD>
29630 <TITLE>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></TITLE>
29631 </HEAD>
29632 <BODY>
29633 <H1>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></H1>
29635 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
29636 the folders will be listed alphabetically down the columns rather
29637 than across the columns as is the default.
29639 &lt;End of help on this topic&gt;
29640 </BODY>
29641 </HTML>
29642 ====== h_config_verbose_post =====
29643 <HTML>
29644 <HEAD>
29645 <TITLE>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></TITLE>
29646 </HEAD>
29647 <BODY>
29648 <H1>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></H1>
29649 This feature controls an aspect of Alpine's message sending.  When enabled,
29650 Alpine will send a VERB (i.e., VERBose) command early in the posting process
29651 intended to cause the SMTP server to provide a more detailed account of
29652 the transaction.  This feature is typically only useful to system
29653 administrators and other support personel as an aid in troublshooting
29654 problems.
29656 Note, this feature relies on a specific capability of the system's mail
29657 transport agent or configured 
29658 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>.  
29659 It is possible that this
29660 feature will cause problems for some tranport agents, and may result in
29661 sending failure.  In addition, as the verbose output comes from the mail
29662 transport agent, it is likely to vary from one system to another. 
29663 <P><UL>
29664 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29665 </UL><P>
29666 &lt;End of help on this topic&gt;
29667 </BODY>
29668 </HTML>
29669 ====== h_config_auto_reply_to =====
29670 <HTML>
29671 <HEAD>
29672 <TITLE>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></TITLE>
29673 </HEAD>
29674 <BODY>
29675 <H1>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></H1>
29677 This feature controls an aspect of Alpine's Reply command.  If set, Alpine
29678 will not prompt when a message being replied to contains a "Reply-To:"
29679 header value, but will simply use its value (as opposed to using the
29680 "From:" field's value).
29684 Note: Using the "Reply-To:" address is usually the preferred behavior,
29685 however, some mailing list managers choose to place the list's address in
29686 the "Reply-To:" field of any message sent out to the list.  In such
29687 cases, this feature makes it all too easy for personal replies to be
29688 inadvertently sent to the entire mail list, so be careful! 
29690 &lt;End of help on this topic&gt;
29691 </BODY>
29692 </HTML>
29693 ====== h_config_del_skips_del =====
29694 <HTML>
29695 <HEAD>
29696 <TITLE>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></TITLE>
29697 </HEAD>
29698 <BODY>
29699 <H1>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></H1>
29701 This feature controls an aspect of Alpine's Delete command.  If set, this
29702 feature will cause the Delete command to advance past following messages that
29703 are marked deleted.  In other words, pressing "D" will both mark the
29704 current message deleted and advance to the next message that is not marked
29705 deleted.
29706 This feature is set by default.
29708 &lt;End of help on this topic&gt;
29709 </BODY></HTML>
29710 ====== h_config_expunge_manually =====
29711 <HTML>
29712 <HEAD>
29713 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></TITLE>
29714 </HEAD>
29715 <BODY>
29716 <H1>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></H1>
29718 Normally, when you close a folder that contains deleted messages you are
29719 asked if you want to expunge those messages from the folder permanently.
29720 If this feature is set, you won't be asked and the deleted messages will
29721 remain in the folder.
29722 If you choose to set this feature you will have to expunge the
29723 messages manually using the eXpunge command, which you can use while
29724 in the MESSAGE INDEX screen.
29725 If you do not expunge deleted messages the size of your
29726 folder will continue to increase until you are out of disk space.
29728 <UL>   
29729 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29730 </UL><P>
29731 &lt;End of help on this topic&gt;
29732 </BODY>
29733 </HTML>
29734 ====== h_config_auto_expunge =====
29735 <HTML>
29736 <HEAD>
29737 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></TITLE>
29738 </HEAD>
29739 <BODY>
29740 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></H1>
29742 This features controls an aspect of Alpine's eXpunge command.  If set, you
29743 will <B>not</B> be prompted to confirm your intent before the expunge takes 
29744 place.
29745 Actually, this is only true for the INBOX folder and for folders in the
29746 Incoming Folders collection. See the feature
29747 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>.
29749 <UL>   
29750 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29751 </UL><P>
29752 &lt;End of help on this topic&gt;
29753 </BODY>
29754 </HTML>
29755 ====== h_config_full_auto_expunge =====
29756 <HTML>
29757 <HEAD>
29758 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></TITLE>
29759 </HEAD>
29760 <BODY>
29761 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></H1>
29763 This features controls an aspect of Alpine's eXpunge command.  If set, you
29764 will <B>not</B> be prompted to confirm your intent before the expunge 
29765 takes place.  This feature sets this behavior for all folders, unlike the
29766 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
29767 feature that works only for incoming folders.
29769 <UL>   
29770 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29771 </UL><P>
29772 &lt;End of help on this topic&gt;
29773 </BODY>
29774 </HTML>
29775 ====== h_config_auto_read_msgs =====
29776 <HTML>
29777 <HEAD>
29778 <TITLE>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></TITLE>
29779 </HEAD>
29780 <BODY>
29781 <H1>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></H1>
29782 This feature controls an aspect of Alpine's behavior upon quitting.  If set,
29783 and the 
29784 <A HREF="h_config_read_message_folder">&quot;<!--#echo var="VAR_read-message-folder"-->&quot;</A>
29785 option is also set, then Alpine will
29786 automatically transfer all read messages to the designated folder and mark
29787 them as deleted in the INBOX.  Messages in the INBOX marked with an 
29788 &quot;N&quot; (meaning New, or unseen) are not affected.
29790 <UL>   
29791 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29792 </UL><P>
29793 &lt;End of help on this topic&gt;
29794 </BODY>
29795 </HTML>
29796 ====== h_config_auto_fcc_only =====
29797 <HTML>
29798 <HEAD>
29799 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></TITLE>
29800 </HEAD>
29801 <BODY>
29802 <H1>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></H1>
29803 This features controls an aspect of Alpine's composer.
29804 The only time this feature will be used is if you attempt to send mail
29805 that has no recipients but does have an Fcc.
29806 Normally, Alpine will ask if you really mean to copy the message only to
29807 the Fcc.
29808 That is, it asks if you really meant to have no recipients.
29809 If this feature is set, you
29810 will <B>not</B> be prompted to confirm your intent to make only a copy
29811 of a message with no recipients.
29813 This feature is closely related to
29814 <A HREF="h_config_warn_if_no_to_or_cc"><!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></A>.
29815 The difference between this feature and that feature is that this feature
29816 considers a Bcc to be a recipient while that feature will ask for confirmation
29817 even if there is a Bcc when there is no To, Cc, or Newsgroup.
29818 The default values also differ. This feature defaults to asking the question
29819 and you have to turn it off.
29820 The <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--> feature defaults to not asking
29821 unless you turn it on.
29824 <UL>   
29825 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29826 </UL><P>
29827 &lt;End of help on this topic&gt;
29828 </BODY>
29829 </HTML>
29830 ====== h_config_mark_fcc_seen =====
29831 <HTML>
29832 <HEAD>
29833 <TITLE>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></TITLE>
29834 </HEAD>
29835 <BODY>
29836 <H1>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></H1>
29838 This features controls the way Fccs (File carbon copies) are
29839 made of the messages you send.
29842 Normally, when Alpine saves a copy of a message you sent as an Fcc, that
29843 copy will be marked as Unseen.
29844 When you look at the folder it was saved in the message will appear to
29845 be a New message until you read it.
29846 When this feature is enabled, the message will be marked as having
29847 been Seen.
29850 <UL>   
29851 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29852 </UL><P>
29853 &lt;End of help on this topic&gt;
29854 </BODY>
29855 </HTML>
29856 ====== h_config_no_fcc_attach =====
29857 <HTML>
29858 <HEAD>
29859 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></TITLE>
29860 </HEAD>
29861 <BODY>
29862 <H1>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></H1>
29864 This features controls the way Fcc's (File carbon copies) are
29865 made of the messages you send.
29868 Normally, Alpine saves an exact copy of your message as it was sent.
29869 When this feature is enabled, the &quot;body&quot; of the message
29870 you send (the text you type in the composer) is preserved in the 
29871 copy as before, however all attachments are replaced with text
29872 explaining what had been sent rather than the attachments themselves.
29875 This feature also affects Alpine's &quot;Send ?&quot; confirmation prompt
29876 in that a new &quot;^F Fcc Attchmnts&quot; option becomes available which
29877 allows you to interactively set whether or not attachments are saved
29878 to the Fcc'd copy.
29881 <UL>   
29882 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29883 </UL><P>
29884 &lt;End of help on this topic&gt;
29885 </BODY>
29886 </HTML>
29887 ====== h_config_read_in_newsrc_order =====
29888 <HTML>
29889 <HEAD>
29890 <TITLE>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></TITLE>
29891 </HEAD>
29892 <BODY>
29893 <H1>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></H1>
29895 This feature controls the order in which newsgroups will be presented.  If
29896 set, they will be presented in the same order as they occur in your 
29897 <!--chtml if pinemode="os_windows"-->
29898 &quot;NEWSRC&quot;
29899 <!--chtml else-->
29900 &quot;.newsrc&quot;
29901 <!--chtml endif-->
29902 file (the default location of which can be changed with the 
29903 <A HREF="h_config_newsrc_path">&quot;<!--#echo var="VAR_newsrc-path"-->&quot;</A> option).  
29905 If not set, the newsgroups will be presented in alphabetical order.
29907 <UL>   
29908 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29909 </UL><P>
29910 &lt;End of help on this topic&gt;
29911 </BODY>
29912 </HTML>
29913 ====== h_config_quell_tz_comment =====
29914 <HTML>
29915 <HEAD>
29916 <TITLE>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></TITLE>
29917 </HEAD>
29918 <BODY>
29919 <H1>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></H1>
29921 Normally, when Alpine generates a Date header for outgoing mail,
29922 it will try to include the symbolic timezone at the end of the
29923 header inside parentheses.
29924 The symbolic timezone is often three characters long, but on
29925 some operating systems, it may be longer.
29926 Apparently there are some SMTP servers in the world that will reject an
29927 incoming message if it has a Date header longer than about 80 characters.
29928 If this feature is set, the symbolic timezone normally generated by
29929 Alpine will not be included.
29930 You probably don't need to worry about this feature unless you run into
29931 the problem described above.
29934 &lt;End of help on this topic&gt;
29935 </BODY>
29936 </HTML>
29937 ====== h_config_post_wo_validation =====
29938 <HTML>
29939 <HEAD>
29940 <TITLE>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></TITLE>
29941 </HEAD>
29942 <BODY>
29943 <H1>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></H1>
29945 This feature controls whether the NNTP server is queried as newsgroups
29946 are entered for posting.  Validation over slow links (e.g. dialup using
29947 SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
29949 &lt;End of help on this topic&gt;
29950 </BODY>
29951 </HTML>
29952 ====== h_config_send_wo_confirm =====
29953 <HTML>
29954 <HEAD>
29955 <TITLE>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></TITLE>
29956 </HEAD>
29957 <BODY>
29958 <H1>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></H1>
29960 By default, when you send or post a message you will be asked to confirm
29961 with a question that looks something like:
29964 <CENTER><SAMP>Send message?</SAMP></CENTER>
29967 If this feature is set, you
29968 will <B>not</B> be prompted to confirm your intent to send
29969 and your message will be sent.
29971 If this feature is set it disables some possibilities and renders some
29972 other features meaningless.
29973 You will not be able to use
29974 <A HREF="h_config_sending_filter">Sending Filters</A>,
29975 Verbose sending mode,
29976 <A HREF="h_config_compose_bg_post">Background Sending</A>,
29977 <A HREF="h_config_compose_dsn">Delivery Status Notifications</A>,
29978 or ^V to turn off the generation of flowed text for this message.
29979 These options are normally available as suboptions in the Send prompt, but
29980 with no Send prompt the options are gone.
29983 A somewhat related feature is
29984 <A HREF="h_config_quell_post_prompt">&quot;<!--#echo var="FEAT_quell-extra-post-prompt"-->&quot;</A>,
29985 which may be used to eliminate the extra confirmation
29986 question when posting to a newsgroup.
29988 <UL>   
29989 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29990 </UL><P>
29991 &lt;End of help on this topic&gt;
29992 </BODY>
29993 </HTML>
29994 ====== h_config_quell_filtering_done_message =====
29995 <HTML>
29996 <HEAD>
29997 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></TITLE>
29998 </HEAD>
29999 <BODY>
30000 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></H1>
30002 If you use Filter Rules that move messages or set status of messages
30003 you sometimes see a message from Alpine that looks like
30006 <CENTER><SAMP>filtering done</SAMP></CENTER>
30009 If this feature is set, this message will be suppressed.
30010 If the feature
30011 <A HREF="h_config_quell_filtering_messages"><!--#echo var="FEAT_quell-filtering-messages"--></A>
30012 is set then this message will be suppressed regardless.
30015 <UL>   
30016 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30017 </UL><P>
30018 &lt;End of help on this topic&gt;
30019 </BODY>
30020 </HTML>
30021 ====== h_config_quell_filtering_messages =====
30022 <HTML>
30023 <HEAD>
30024 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></TITLE>
30025 </HEAD>
30026 <BODY>
30027 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></H1>
30029 If you use Filter Rules that move messages or set status of messages
30030 you sometimes see messages from Alpine that look like
30033 <CENTER><SAMP>&lt;filter name&gt;: Moving 2 filtered messages to &lt;folder name&gt;</SAMP></CENTER>
30039 <CENTER><SAMP>&lt;filter name&gt;: Setting flags in 5 messages</SAMP></CENTER>
30045 <CENTER><SAMP>Processing filter &lt;filter name&gt;</SAMP></CENTER>
30048 If this feature is set, these messages will be suppressed.
30049 The feature
30050 <A HREF="h_config_quell_filtering_done_message"><!--#echo var="FEAT_quell-filtering-done-message"--></A>
30051 is related.
30054 <UL>   
30055 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30056 </UL><P>
30057 &lt;End of help on this topic&gt;
30058 </BODY>
30059 </HTML>
30060 ====== h_config_quell_post_prompt =====
30061 <HTML>
30062 <HEAD>
30063 <TITLE>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></TITLE>
30064 </HEAD>
30065 <BODY>
30066 <H1>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></H1>
30068 By default, when you post a message to a newsgroup you are asked to confirm
30069 that you want to post with the question
30072 <CENTER><SAMP>Posted message may go to thousands of readers. Really post?</SAMP></CENTER>
30075 If this feature is set, you
30076 will <B>not</B> be prompted to confirm your intent to post to a newsgroup
30077 and your message will be posted.
30080 <UL>   
30081 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30082 </UL><P>
30083 &lt;End of help on this topic&gt;
30084 </BODY>
30085 </HTML>
30086 ====== h_config_check_mail_onquit =====
30087 <HTML>
30088 <HEAD>
30089 <TITLE>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></TITLE>
30090 </HEAD>
30091 <BODY>
30092 <H1>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></H1>
30094 If this feature is set, Alpine will check for new mail after you give the
30095 Quit command.
30096 If new mail has arrived since the previous check, you will be notified
30097 and given the choice of quitting or not quitting.
30099 <UL>   
30100 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30101 </UL><P>
30102 &lt;End of help on this topic&gt;
30103 </BODY>
30104 </HTML>
30105 ====== h_config_inbox_no_confirm =====
30106 <HTML>
30107 <HEAD>
30108 <TITLE>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></TITLE>
30109 </HEAD>
30110 <BODY>
30111 <H1>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></H1>
30113 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30114 command and there are no more folders or newsgroups to visit, you are asked
30115 if you want to return to the INBOX.
30116 If this feature is set you will not be asked.
30117 It will be assumed that you do want to return to the INBOX.
30119 <UL>   
30120 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30121 </UL><P>
30122 &lt;End of help on this topic&gt;
30123 </BODY>
30124 </HTML>
30125 ====== h_config_dates_to_local =====
30126 <HTML>
30127 <HEAD>
30128 <TITLE>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></TITLE>
30129 </HEAD>
30130 <BODY>
30131 <H1>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></H1>
30133 Normally, the message dates that you see in the
30134 MESSAGE INDEX and MESSAGE VIEW are displayed in the timezone they were sent from.
30135 For example, if a message was sent to you from a few timezones to the east
30136 it might appear that it was sent from the future;
30137 or if it was sent from somewhere to the west it might appear
30138 as if it is from yesterday even though it was sent only a few minutes ago.
30139 If this feature is set an attempt will be made to convert the dates
30140 to your local timezone to be displayed.
30142 Note that this does not affect the results of Select by Date or of
30143 anything else other than these displayed dates.
30144 When viewing the message you may look at the original unconverted value of the Date
30145 header by using the <A HREF="h_common_hdrmode">HdrMode Command</A>.
30147 <UL>   
30148 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30149 </UL><P>
30150 &lt;End of help on this topic&gt;
30151 </BODY>
30152 </HTML>
30153 ====== h_config_tab_no_prompt =====
30154 <HTML>
30155 <HEAD>
30156 <TITLE>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></TITLE>
30157 </HEAD>
30158 <BODY>
30159 <H1>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></H1>
30161 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30162 command and there is a problem checking a folder, you are asked
30163 whether you want to continue with the search in the following folder or not.
30164 This question gives you a chance to stop the NextNew processing.
30165 (The checking problem might be caused by the fact that the folder does not
30166 exist, or by an authentication problem, or by a server problem
30167 of some sort.)
30170 If this feature is set you will not be asked.
30171 It will be assumed that you do want to continue.
30173 <UL>   
30174 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30175 </UL><P>
30176 &lt;End of help on this topic&gt;
30177 </BODY>
30178 </HTML>
30179 ====== h_config_input_history =====
30180 <HTML>
30181 <HEAD>
30182 <TITLE>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></TITLE>
30183 </HEAD>
30184 <BODY>
30185 <H1>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></H1>
30187 Many of the prompts that ask for input in the status line near the
30188 bottom of the screen will respond to Up Arrow and Down Arrow
30189 with the history of previous entries.
30190 For example, in the MESSAGE INDEX screen when you use the WhereIs
30191 command the text you entered will be remembered and can be recalled
30192 by using the Up Arrow key.
30193 Another example, when saving a message the folders saved to will
30194 be remembered and can be recalled using the arrow keys.
30196 In the Save prompt, some users prefer that the Up and Down arrow keys
30197 be used for the Previous Collection and Next Collection commands
30198 instead of for a history of previous saves.
30199 If this option is set the Up and Down arrow keys will become synonyms for the
30200 Previous Collection and Next Collection (^P and ^N) commands in the
30201 prompt for the name of a folder to Save to or in the prompt for the
30202 name of a folder to GoTo.
30203 When this feature is not set (the default), ^P and ^N will change the
30204 collection and the arrow keys will show the history.
30206 <UL>   
30207 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30208 </UL><P>
30209 &lt;End of help on this topic&gt;
30210 </BODY>
30211 </HTML>
30212 ====== h_config_confirm_role =====
30213 <HTML>
30214 <HEAD>
30215 <TITLE>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></TITLE>
30216 </HEAD>
30217 <BODY>
30218 <H1>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></H1>
30220 If you have roles, when you Reply to or Forward a message, or Compose
30221 a new message, Alpine
30222 will search through your roles for one that matches.
30223 Normally, if no matches are found you will be placed into the composer
30224 with no opportunity to select a role.
30225 If this feature is set, then you will be asked to confirm that you don't
30226 want a role.
30227 This will give you the opportunity to select a role (with the ^T command).
30228 If you confirm no role with a Return, you will be placed in
30229 the composer with no role.
30230 You may also confirm with either an &quot;N&quot; or a &quot;Y&quot;.
30231 These behave the same as if you pressed the Return.
30232 (The &quot;N&quot; and &quot;Y&quot; answers are available because they
30233 match what you might type if there was a role match.)
30235 If you are using the alternate form of the Compose command called
30236 &quot;Role&quot;, then all of your roles will be available to you,
30237 independent of the value of this feauture and of the values set for all of
30238 Reply Use, Forward Use, and Compose Use.
30240 <UL>   
30241 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30242 </UL><P>
30243 &lt;End of help on this topic&gt;
30244 </BODY>
30245 </HTML>
30246 ====== h_config_news_cross_deletes =====
30247 <HTML>
30248 <HEAD>
30249 <TITLE>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></TITLE>
30250 </HEAD>
30251 <BODY>
30252 <H1>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></H1>
30254 This feature controls what Alpine does when you delete a message in a
30255 newsgroup that appears in more than one newsgroup.  Such a message
30256 is sometimes termed a &quot;crossposting&quot; in that it was posted
30257 across several newsgroups.
30260 Alpine's default behavior when you delete such a message is to remove
30261 only the copy in the current newsgroup from view when you use the
30262 &quot;Exclude&quot; command or the next time you visit the newsgroup.
30265 Enabling this feature causes Alpine to remove every occurrence of the
30266 message from all newsgroups it appears in and to which you are
30267 subscribed.
30270 NOTE: As currently implemented, enabling this feature may increase the
30271 time it takes the Expunge command and newsgroup closing to complete.
30274 <UL>   
30275 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30276 </UL><P>
30277 &lt;End of help on this topic&gt;
30278 </BODY>
30279 </HTML>
30280 ====== h_config_news_catchup =====
30281 <HTML>
30282 <HEAD>
30283 <TITLE>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></TITLE>
30284 </HEAD>
30285 <BODY>
30286 <H1>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></H1>
30288 This feature controls what Alpine does as it closes a newsgroup.
30289 When set, Alpine will offer to delete all messages from the newsgroup
30290 as you are quitting Alpine or opening a new folder.
30293 This feature is useful if you typically read all the interesting messages
30294 in a newsgroup each time you open it.  This feature saves you from
30295 having to delete each message in a newsgroup as you read it or from
30296 selecting all the messages and doing an
30297 <A HREF="h_config_enable_agg_ops">aggregate delete</A> before you
30298 move on to the next folder or newsgroup.
30301 <UL>   
30302 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30303 </UL><P>
30304 &lt;End of help on this topic&gt;
30305 </BODY>
30306 </HTML>
30307 ====== h_config_next_thrd_wo_confirm =====
30308 <HTML>
30309 <HEAD>
30310 <TITLE>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></TITLE>
30311 </HEAD>
30312 <BODY>
30313 <H1>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></H1>
30315 This feature controls an aspect of Alpine's Next and Prev commands in
30316 the case where you are using one of the
30317 &quot;separate-index-screen&quot; styles for the configuration option
30318 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
30319 and currently have the folder sorted by a Threaded or OrderedSubject sort.
30320 When you are Viewing a particular thread you have a
30321 MESSAGE INDEX of only the messages in that thread.
30322 If you press the Next command with the last message in the thread highlighted
30323 you will normally be asked if you want to &quot;View next thread?&quot;,
30324 assuming there is a next thread to view.
30325 If this feature is set it will be assumed that you always want to view the
30326 next thread and you won't be asked to confirm that.
30327 Similarly, if the first message of the thread is highlighted and you
30328 press the Prev command, this feature will prevent the question
30329 &quot;View previous thread&quot;.
30331 This feature only has an effect in the MESSAGE INDEX screen.
30332 If you then view a particular message from that screen and press the
30333 Next command, you will be sent to the next thread without being asked,
30334 independent of the setting of this feature.
30336 The feature
30337 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A> also has some similar effects.
30339 &lt;End of help on this topic&gt;
30340 </BODY>
30341 </HTML>
30342 ====== h_config_kw_braces =====
30343 <HTML>
30344 <HEAD>
30345 <TITLE>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></TITLE>
30346 </HEAD>
30347 <BODY>
30348 <H1>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></H1>
30350 This option controls a minor aspect of Alpine's MESSAGE INDEX and MESSAGE
30351 TEXT screens.
30352 If you have modified the
30353 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
30354 so that either the &quot;SUBJKEY&quot; or &quot;SUBJKEYINIT&quot; tokens
30355 are used to display keywords or their initials along with the Subject; then
30356 this option may be used to modify the resulting display slightly.
30357 By default, the keywords or initials displayed for these tokens will be
30358 surrounded with curly braces ({ and }) and a trailing space.
30359 For example, if keywords &quot;Work&quot; and &quot;Now&quot; are set for
30360 a message, the &quot;SUBJKEY&quot; token will normally look like
30362 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
30364 and the SUBJKEYINIT token would look like
30366 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
30368 The default character before the keywords is the left brace ({) and the
30369 default after the keywords is the right brace followed by a space (} ).
30371 This option allows you to change that.
30372 You should set it to two values separated by a space.
30373 The values may be quoted if they include space characters.
30374 So, for example, the default value could be specified explicitly by setting this
30375 option to
30377 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="{" "}&nbsp;"</SAMP></CENTER>
30379 The first part wouldn't need to be quoted (but it doesn't hurt).
30380 The second part does need the quotes because it includes a space character.
30381 If you wanted to change the braces to brackets you could use
30383 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="[" "]&nbsp;"</SAMP></CENTER>
30385 Inside the quotes you can use backslash quote to mean quote, so
30387 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="&#92;"" "&#92;" "</SAMP></CENTER>
30389 would produce
30391 <CENTER><SAMP>"Work Now" actual subject</SAMP></CENTER>
30393 It is also possible to color keywords in the index using the
30394 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
30396 It is not possible to change the fact that a space character is used to
30397 separate the keywords if more than one keyword is set for a message.
30398 It is also not possible to change the fact that there are no separators
30399 between the keyword initials if more than one keyword is set.
30401 &lt;End of help on this topic&gt;
30402 </BODY>
30403 </HTML>
30404 ====== h_config_opening_sep =====
30405 <HTML>
30406 <HEAD>
30407 <TITLE>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></TITLE>
30408 </HEAD>
30409 <BODY>
30410 <H1>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></H1>
30412 This option controls a minor aspect of Alpine's MESSAGE INDEX screen.
30413 With some setups the text of the subject is followed
30414 by the opening text of the message if there is any room available in the index line.
30415 If you have configured your
30416 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
30417 to include one of the Subject tokens that causes this behavior
30418 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), then this option may be used
30419 to modify what is displayed slightly.
30420 By default, the Subject is separated from the opening text of the message by
30421 the three characters space dash space;
30423 <CENTER><SAMP>&quot;&nbsp;-&nbsp;&quot;</SAMP></CENTER>
30425 Use this option to set it to something different.
30426 The value must be quoted if it includes any space characters.
30427 For example, the default value could be specified explicitly by setting this
30428 option to
30430 <CENTER><SAMP><!--#echo var="VAR_opening-text-separator-chars"-->="&nbsp;-&nbsp;"</SAMP></CENTER>
30432 &lt;End of help on this topic&gt;
30433 </BODY>
30434 </HTML>
30435 ====== h_config_select_wo_confirm =====
30436 <HTML>
30437 <HEAD>
30438 <TITLE>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></TITLE>
30439 </HEAD>
30440 <BODY>
30441 <H1>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></H1>
30443 This feature controls an aspect of Alpine's Save, Export, and Goto commands.
30444 These commands all take text input to specify the name of the folder or
30445 file to be used, but allow you to press ^T for a list of possible names.
30446 If set, the selected name will be used immediately, without further
30447 opportunity to confirm or edit the name.
30449 Some related help topics are
30450 <UL>
30451 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30452 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30453 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30454 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30455 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30456 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>.
30457 </UL>
30459 &lt;End of help on this topic&gt;
30460 </BODY>
30461 </HTML>
30462 ====== h_config_save_part_wo_confirm =====
30463 <HTML>
30464 <HEAD>
30465 <TITLE>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></TITLE>
30466 </HEAD>
30467 <BODY>
30468 <H1>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></H1>
30470 This feature controls an aspect of Alpine's Save command.
30471 By default, when you Save a message that has some deleted parts, you will
30472 be asked to confirm that you want to Save with a prompt that looks like:
30474 <CENTER><SAMP>Saved copy will NOT include entire message!  Continue?</SAMP></CENTER>
30476 If this feature is set, you will not be asked.
30478 &lt;End of help on this topic&gt;
30479 </BODY>
30480 </HTML>
30481 ====== h_config_use_resentto =====
30482 <HTML>
30483 <HEAD>
30484 <TITLE>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></TITLE>
30485 </HEAD>
30486 <BODY>
30487 <H1>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></H1>
30489 This feature is turned off by default because turning it on causes problems
30490 with some deficient IMAP servers.
30491 In Alpine <A HREF="h_mainhelp_filtering">Filters</A> and other types of Rules, if the
30492 <A HREF="h_rule_patterns">Pattern</A>
30493 contains a To header pattern and this feature is turned on,
30494 then a check is made in the message to see
30495 if a Resent-To header is present, and that is used instead of the To header.
30496 If this feature is not turned on, then the regular To header will always
30497 be used.
30500 &lt;End of help on this topic&gt;
30501 </BODY>
30502 </HTML>
30503 ====== h_config_use_reg_start_for_stayopen =====
30504 <HTML>
30505 <HEAD>
30506 <TITLE>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></TITLE>
30507 </HEAD>
30508 <BODY>
30509 <H1>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></H1>
30511 This feature affects which message is selected as the current message
30512 when you enter a
30513 <A HREF="h_config_permlocked">Stay Open</A> folder.
30515 Normally, the starting position for an incoming folder (which most Stay Open
30516 folders will likely be) is controlled by the
30517 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
30518 However, if a folder is a Stay Open folder, when you re-enter the folder
30519 after the first time the current message will be the same as it was when
30520 you left the folder.
30521 An exception is made if you use the TAB command to get to the folder.
30522 In that case, the message number will be incremented by one from what it
30523 was when you left the folder.
30525 The above special behavior is thought to be useful.
30526 However, it is special and different from what you might at first expect.
30527 If this feature is set, then Stay Open folders will not be treated specially
30528 as far as the startup rule is concerned.
30531 &lt;End of help on this topic&gt;
30532 </BODY>
30533 </HTML>
30534 ====== h_config_use_current_dir =====
30535 <HTML>
30536 <HEAD>
30537 <TITLE>FEATURE: <!--#echo var="FEAT_use-current-dir"--></TITLE>
30538 </HEAD>
30539 <BODY>
30540 <H1>FEATURE: <!--#echo var="FEAT_use-current-dir"--></H1>
30542 This feature controls an aspect of several commands. 
30543 If set, your &quot;current working directory&quot; 
30544 <!--chtml if pinemode="running"-->
30545 (which, at least for your current Alpine &quot;session,&quot; 
30546 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
30547 <!--chtml endif-->
30548 will be used instead of your home directory 
30549 <!--chtml if pinemode="running"-->
30550 (which, in the present configuration of your system, is
30551  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
30552 <!--chtml endif-->
30553 for all of the following operations:<UL>
30554     <LI> Export in the MESSAGE INDEX and MESSAGE TEXT screens
30555     <LI> Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
30556     <LI> <!--chtml if pinemode="function_key"-->F4
30557          <!--chtml else-->Ctrl-R
30558          <!--chtml endif--> file inclusion in the COMPOSER
30559     <LI> <!--chtml if pinemode="function_key"-->F5
30560          <!--chtml else-->Ctrl-J
30561          <!--chtml endif--> file attachment in the COMPOSER
30562 </UL>
30563 <!--chtml if pinemode="os_windows"-->
30565 If you are starting PC-Alpine from a desktop icon or the Start menu, 
30566 you can set the &quot;current drive&quot; 
30567 by specifying it in the &quot;Start in:&quot; 
30568 box found in the Shortcut tab of the Properties.  
30569 <!--chtml endif-->
30571 <UL>   
30572 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30573 </UL>
30576 &lt;End of help on this topic&gt;
30577 </BODY>
30578 </HTML>
30579 ====== h_config_save_wont_delete =====
30580 <HTML>
30581 <HEAD>
30582 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></TITLE>
30583 </HEAD>
30584 <BODY>
30585 <H1>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></H1>
30587 This feature controls one aspect of the Save command.  If set, Save will
30588 not mark the message &quot;deleted&quot; (its default behavior) after
30589 it has been copied to the designated folder.
30592 &lt;End of help on this topic&gt;
30593 </BODY>
30594 </HTML>
30595 ====== h_config_use_boring_spinner =====
30596 <HTML>
30597 <HEAD>
30598 <TITLE>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></TITLE>
30599 </HEAD>
30600 <BODY>
30601 <H1>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></H1>
30603 When Alpine is delayed for some reason it usually shows that
30604 something is happening with a small animated display in the status
30605 message line near the bottom of the screen.
30606 Setting this feature will cause that animation to be the same
30607 each time instead of having Alpine choose a random animation.
30608 You may turn the animation off altogether by setting the
30609 <A HREF="h_config_active_msg_interval"><!--#echo var="VAR_busy-cue-rate"--></A>
30610 option to zero.
30613 &lt;End of help on this topic&gt;
30614 </BODY>
30615 </HTML>
30616 ====== h_config_unsel_wont_advance =====
30617 <HTML>
30618 <HEAD>
30619 <TITLE>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></TITLE>
30620 </HEAD>
30621 <BODY>
30622 <H1>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></H1>
30624 This feature controls one aspect of the Unselect Current message command.
30625 Normally, when the Unselect current message command (:) is typed when the
30626 current message is selected, the message will be unselected and the next
30627 message will become the current message.
30628 If this feature is set, the cursor will not advance to the next message.
30629 Instead, the current message will remain the current message after
30630 unselecting.
30633 &lt;End of help on this topic&gt;
30634 </BODY>
30635 </HTML>
30636 ====== h_config_prune_uses_iso =====
30637 <HTML>
30638 <HEAD>
30639 <TITLE>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></TITLE>
30640 </HEAD>
30641 <BODY>
30642 <H1>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></H1>
30644 By default, Alpine asks monthly whether or not you would like to rename
30645 some folders to a new name containing the date.
30646 It also asks whether or not you would like to delete some old folders.
30647 See the <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option for an
30648 explanation.
30651 By default, the name used when renaming a folder looks like
30653 <CENTER><SAMP>&lt;foldername&gt;-&lt;month&gt;-&lt;year&gt;</SAMP></CENTER>
30655 For example, the first time you run Alpine in May of 2004,
30656 the folder &quot;sent-mail&quot; might be renamed to
30658 <CENTER><SAMP>sent-mail-apr-2004</SAMP></CENTER>
30660 If this feature is set, the name used will be of the form
30662 <CENTER><SAMP>&lt;foldername&gt;-&lt;yyyy&gt;-&lt;mm&gt;</SAMP></CENTER>
30664 where &quot;yyyy&quot; is the year and &quot;mm&quot; is the two-digit
30665 month (01, 02, ..., 12).
30666 For the April, 2004 example above, it would instead be
30668 <CENTER><SAMP>sent-mail-2004-04</SAMP></CENTER>
30670 because April is the 4th month of the year.
30671 A reason you might want to set this feature is so that the folders
30672 will sort in chronological order.
30675 &lt;End of help on this topic&gt;
30676 </BODY>
30677 </HTML>
30678 ====== h_config_save_advances =====
30679 <HTML>
30680 <HEAD>
30681 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-advance"--></TITLE>
30682 </HEAD>
30683 <BODY>
30684 <H1>FEATURE: <!--#echo var="FEAT_save-will-advance"--></H1>
30686 This feature controls one aspect of the Save command.  If set, Save will
30687 (in addition to copying the current message to the designated folder) also
30688 advance to the next message.
30691 &lt;End of help on this topic&gt;
30692 </BODY>
30693 </HTML>
30694 ====== h_config_force_arrow =====
30695 <HTML>
30696 <HEAD>
30697 <TITLE>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></TITLE>
30698 </HEAD>
30699 <BODY>
30700 <H1>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></H1>
30702 This feature affects Alpine's MESSAGE INDEX display routine.
30703 If set, the normal inverse-video cursor will be
30704 replaced by a simple &quot;arrow&quot; cursor, which normally occupies the
30705 second column of the index display.
30707 This is the same index cursor you get if you turn on
30708 <A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>, but the index
30709 line coloring will still be present if this feature is turned on and
30710 <!--#echo var="FEAT_assume-slow-link"--> is off.
30712 An alternative version of the Arrow cursor is available by including the
30713 <A HREF="h_config_index_arrow_color">ARROW</A>
30714 token in the
30715 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
30717 It ought to be the case that this feature also affects the ATTACHMENT INDEX,
30718 but that is not implemented.
30721 &lt;End of help on this topic&gt;
30722 </BODY>
30723 </HTML>
30724 ====== h_config_force_low_speed =====
30725 <HTML>
30726 <HEAD>
30727 <TITLE>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></TITLE>
30728 </HEAD>
30729 <BODY>
30730 <H1>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></H1>
30732 UNIX Alpine only.
30734 This feature affects Alpine's display routines.  If set, the normal
30735 inverse-video cursor (used to highlight the current item in a list) will be
30736 replaced by an &quot;arrow&quot; cursor and other
30737 screen update optimizations for
30738 low-speed links (e.g. 2400 bps dialup connections) will be activated.
30739 One of the optimizations is that colored index lines (set up with Indexcolor
30740 Rules) will not be colored.
30741 If you are just turning this feature on because you like using
30742 the &quot;arrow&quot; cursor you may have an arrow cursor with index line
30743 coloring by turning this feature off and the
30744 <A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A> on.
30747 &lt;End of help on this topic&gt;
30748 </BODY>
30749 </HTML>
30750 ====== h_config_show_delay_cue =====
30751 <HTML>
30752 <HEAD>
30753 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></TITLE>
30754 </HEAD>
30755 <BODY>
30756 <H1>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></H1>
30758 If set, this feature will cause an asterisk to appear in the upper
30759 left-hand corner of the screen whenever Alpine checks for new mail.
30760 Two asterisks whenever Alpine saves (checkpoints) the state of the current
30761 mailbox to disk.
30763 <!--chtml if pinemode="os_windows"-->
30765 In addition, PC-Alpine will display a less-than symbol, '&lt;', when 
30766 it is trying to open a network connection (e.g, to open your INBOX
30767 on an IMAP
30768 server) or read from the network connection.  A greater-than symbol,
30769 will be displayed when PC-Alpine is trying to write to the network
30770 connection (e.g, sending a command to your IMAP server).
30771 <!--chtml endif-->
30774 &lt;End of help on this topic&gt;
30775 </BODY>
30776 </HTML>
30777 ====== h_config_color_style =====
30778 <HTML>
30779 <HEAD>
30780 <TITLE>OPTION: Color Style</TITLE>
30781 </HEAD>
30782 <BODY>
30783 <H1>OPTION: Color Style</H1>
30785 UNIX Alpine only.
30787 If the terminal or terminal emulator you are using is capable of displaying
30788 colors, this option controls whether or not color will be used in Alpine.
30789 If you turn color on and things are set up correctly,
30790 you should see color appear on the screen immmediately.
30791 Modern terminal emulators are usually capable of displaying colors.
30793 The available options include:
30796 <DL>
30797 <DT>no-color</DT>
30798 <DD>Don't use color.
30799 </DD>
30801 <DT>use-termdef</DT>
30802 <DD>In order to decide if your terminal is capable of color, Alpine looks in
30803 the terminal capabilities database, TERMINFO or TERMCAP, depending on
30804 how Alpine was compiled.
30805 This is a good option to choose if you switch between a color and a non-color
30806 terminal with the same Alpine configuration.
30807 Alpine will know to use color on the color terminal because it is described
30808 in the termcap entry, and Alpine will know to use black and white on the
30809 non-color terminal.
30810 The Alpine Technical Notes
30811 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/tech-notes/">http://www.washington.edu/alpine/tech-notes/</A></SAMP></CENTER>
30812 have more information on configuring a TERMCAP or TERMINFO
30813 entry for color Alpine.
30814 This is usually something a system administrator does.
30815 </DD>
30817 <DT>force-ansi-8color</DT>
30818 <DD>This is probably the setting that most people should use.
30819 Because setting up a termcap entry is confusing and because the
30820 terminal capabilities database is often not correctly configured for color,
30821 this choice and the next may be easier for you to use.
30822 If your terminal emulator responds to ANSI color escape sequences, which
30823 many do, this option will cause Alpine to believe your terminal will respond
30824 to the escape sequences that produce eight different foreground and background
30825 colors.
30826 The escape sequences used to set the foreground colors are
30828   <P><CENTER>ESC&nbsp;[&nbsp;3&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
30830 where the color_number is an ASCII digit between 0 and 7.
30831 The numbers 0 through 7 should correspond to the colors black, red, green,
30832 yellow, blue, magenta, cyan, and white.
30833 Some terminal emulators use a pre-ANSI scheme that swaps
30834 the colors blue and red and the colors yellow and cyan.
30835 This will cause the default colors to be different, but other than that
30836 things should work fine.
30837 There is also a 9th color available, the last one shown, which is the default
30838 color from the terminal emulator.
30839 When used as a background color some people refer to this color as
30840 &quot;transparent&quot;, which is why the letters &quot;TRAN&quot; are
30841 shown in the color swatch of the SETUP COLOR screen.
30842 The foreground transparent color is shown as
30843 the color of the &quot;TRAN&quot; text.
30844 (The transparent color will not work correctly in a PC-Alpine configuration.)
30845 The escape sequences used to set the background colors are the same
30846 as for the foreground colors except a &quot;4&quot; replaces the &quot;3&quot;.
30847 The escape sequences for foreground and background default colors (transparent)
30848 are 39m and 49m.
30850 Note: With the Tera Term terminal emulator this setting works well.
30851 You should also have the Tera Term &quot;Full color&quot; option turned OFF.
30852 You may find the &quot;Full color&quot; option in Tera Term's &quot;Setup&quot;
30853 menu, in the &quot;Window&quot; submenu.
30854 </DD>
30856 <DT>force-ansi-16color</DT>
30857 <DD>Many terminal emulators know about the same eight colors above
30858 plus eight more.
30859 This option attempts to use all 16 colors.
30860 The same escape sequences as for the eight-color terminal are used
30861 for the first eight colors.
30862 The escape sequences used to set foreground colors 8-15 are the same as
30863 for 0-7 except the &quot;3&quot; is replaced with a &quot;9&quot;.
30864 The background color sequences for colors 8-15 are the same as for 0-7
30865 except the &quot;4&quot; is replaced with &quot;10&quot;.
30866 You can tell if the 16 colors are working by turning on this option
30867 and then going into one of the color configuration screens, for example,
30868 the configuration screen for Normal Color.
30869 If you see 16 different colors to select from (plus a 17th for
30870 the transparent color), it's working.
30871 </DD>
30873 <DT>force-xterm-256color</DT>
30874 <DD>Some versions of xterm (and some other terminal emulators)
30875 have support for 256 colors.
30876 The escape sequences used to set the foreground colors are
30878   <P><CENTER>ESC&nbsp;[&nbsp;38&nbsp;;&nbsp;5&nbsp;;&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
30880 where the color_number is an ASCII digit between 0 and 255.
30881 Background colors are the same with the 38 replaced with a 48.
30882 The numbers 0 through 15 are probably similar to the 16 color version
30883 above, then comes a 6x6x6 color cube, followed by 24 colors of gray.
30884 The terminal default (transparent) color is the 257th color at the bottom.
30885 Some terminal emulators will misinterpret these escape sequences causing
30886 the terminal to blink or overstrike characters or to do something else
30887 undesirable.
30889 The PuTTY terminal emulator has an option called &quot;Allow terminal to
30890 use xterm 256-colour mode&quot; which allows PuTTY to work well with
30891 this 256-color setting.
30893 </DD>
30894 </DL>
30897 The normal default is &quot;no-color&quot;.
30900 Once you've turned on color you may set the
30901 colors of many objects on the screen individually.
30902 For example, you may add colors to the status letters on the MESSAGE
30903 INDEX page.
30904 Most categories of color that Alpine supports are configurable here.
30905 For example, &quot;Normal Color&quot;
30906 is the color used to display most of the text in Alpine, and
30907 &quot;Reverse Color&quot; is used to display highlighted text, such as the
30908 current message in the MESSAGE INDEX.
30910 Lines in the MESSAGE INDEX may also be colored.
30911 Use Setup Rules to get to the Indexcolor configuration screen.
30914 <UL>   
30915 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30916 </UL><P>
30917 &lt;End of help on this topic&gt;
30918 </BODY>
30919 </HTML>
30920 ====== h_config_disable_index_locale_dates =====
30921 <HTML>
30922 <HEAD>
30923 <TITLE>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></TITLE>
30924 </HEAD>
30925 <BODY>
30926 <H1>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></H1>
30928 This feature affects the display of dates in the MESSAGE INDEX.
30929 Normally an attempt is made to localize the dates
30930 used in the MESSAGE INDEX display to your locale.
30931 This is controlled with the
30932 LC_TIME locale setting on a UNIX system.
30933 On Windows the Regional Options control panel may be used to set the date format.
30934 At the programming level, Alpine is using the strftime routine
30935 to print the parts of a date.
30937 If this feature is set, dates are displayed in English and
30938 with the conventions of the United States.
30941 <UL>   
30942 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30943 </UL><P>
30944 &lt;End of help on this topic&gt;
30945 </BODY>
30946 </HTML>
30947 ====== h_config_auto_open_unread =====
30948 <HTML>
30949 <HEAD>
30950 <TITLE>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></TITLE>
30951 </HEAD>
30952 <BODY>
30953 <H1>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></H1>
30955 This feature controls the behavior of the TAB key when traversing folders
30956 in the optional 
30957 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
30958 collection or in optional <!--#echo var="VAR_news-collections"-->.
30960 When the TAB
30961 (<A HREF="h_common_nextnew">NextNew</A>)
30962 key is pressed, and there
30963 are no more unseen messages in the current (incoming message or news)
30964 folder, Alpine will search the list of folders in the current collection for
30965 one containing New or Recent (new since the last time the folder was
30966 opened) messages.
30967 This behavior may be modified slightly with the
30968 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
30969 feature that causes Alpine to look for Unseen messages instead of Recent
30970 messages.
30971 Normally, when such a folder is found, Alpine will ask
30972 whether you wish to open the folder.  If this feature is set, Alpine will
30973 automatically open the folder without prompting.
30975 This feature also affects some other similar situations.
30976 If you have a
30977 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
30978 that is equal to one of the &quot;separate-&quot; values, and you are
30979 viewing a thread; then when you type the NextNew command and are at the
30980 end of the current thread you will automatically go to the next thread
30981 if this feature is set.
30982 By default, you would be asked if you want to view the next thread.
30983 You will also be asked at times whether or not you want to view the next
30984 thread after you delete the last message in the thread.
30985 Setting this feature will also cause that question to be skipped.
30988 <UL>   
30989 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30990 </UL><P>
30991 &lt;End of help on this topic&gt;
30992 </BODY>
30993 </HTML>
30994 ====== h_config_auto_include_reply =====
30995 <HTML>
30996 <HEAD>
30997 <TITLE>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></TITLE>
30998 </HEAD>
30999 <BODY>
31000 <H1>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></H1>
31002 This feature controls an aspect of Alpine's Reply command.  Normally, Alpine
31003 will ask whether you wish to include the original message in your reply.
31004 If this feature is set and the feature
31005 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
31006 is <EM>not</EM> set, then the original message will be included in the reply
31007 automatically, without prompting.
31009 &lt;End of help on this topic&gt;
31010 </BODY>
31011 </HTML>
31012 ====== h_config_select_in_bold =====
31013 <HTML>
31014 <HEAD>
31015 <TITLE>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></TITLE>
31016 </HEAD>
31017 <BODY>
31018 <H1>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></H1>
31020 This feature controls an aspect of Alpine's 
31021 <A HREF="h_config_enable_agg_ops">&quot;aggregate operation&quot;</A>
31022 commands; in
31023 particular, the Select and WhereIs commands. Select and WhereIs (with the
31024 ^X subcommand) will search the current folder for messages meeting a
31025 specified criteria, and &quot;tag&quot; the resulting messages with an 
31026 &quot;X&quot; in the
31027 first column of the applicable lines in the MESSAGE INDEX.  If this feature
31028 is set, instead of using the &quot;X&quot; to denote a selected message, 
31029 Alpine will
31030 attempt to display those index lines in boldface. Whether this is
31031 preferable to the &quot;X&quot; will depend on personal taste and the type of
31032 terminal being used.
31034 <UL>   
31035 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31036 </UL><P>
31037 &lt;End of help on this topic&gt;
31038 </BODY>
31039 </HTML>
31040 ====== h_config_alt_auth =====
31041 <HTML>
31042 <HEAD>
31043 <TITLE>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></TITLE>
31044 </HEAD>
31045 <BODY>
31046 <H1>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></H1>
31048 This feature affects how Alpine connects to IMAP servers.
31049 It's utility has largely been overtaken by events,
31050 but it may still be useful in some circumstances.
31051 If you only connect to modern IMAP servers that support
31052 &quot;TLS&quot; you can ignore this feature.
31055 Details:
31058 By default, Alpine will attempt to connect to an IMAP server on the
31059 normal IMAP service port (143), and if the server offers &quot;Transport Layer
31060 Security&quot; (TLS) and Alpine has been compiled with encryption capability,
31061 then a secure (encrypted) session will be negotiated.
31064 With this feature enabled, before connecting on the normal IMAP port, Alpine
31065 will first attempt to connect to an alternate IMAP service port (993) used
31066 specifically for encrypted IMAP sessions via the Secure Sockets Layer
31067 (SSL) method.
31068 If the SSL attempt fails, Alpine will then try the default
31069 behavior described in the previous paragraph.
31072 TLS negotiation on the normal port is preferred, and supersedes the use of
31073 SSL on port 993, but older servers may not provide TLS support.
31074 This feature may be convenient when accessing IMAP servers that do not support
31075 TLS, but do support SSL connections on port 993.
31076 However, it is important to understand that with this feature enabled,
31077 Alpine will <EM>attempt</EM> to make a secure connection if that is possible,
31078 but it will proceed to make an insecure connection if that is the only
31079 option offered by the server, or if the Alpine in question has been built
31080 without encryption capability.
31083 Note that this feature specifies a per-user (or system-wide) default
31084 behavior, but host/folder specification flags may be used to control the
31085 behavior of any specific connection.
31086 This feature interacts with some of
31087 the possible host/folder path specification flags as follows:
31090 The <SAMP>/tls</SAMP> host flag, for example,
31093 <CENTER><SAMP>{foo.example.com/tls}INBOX</SAMP></CENTER>
31095 will over-ride this feature for the specified host by bypassing the
31096 SSL connection attempt.
31097 Moreover, with <SAMP>/tls</SAMP> specified,
31098 the connection attempt will fail if the
31099 service on port 143 does not offer TLS support.
31102 The <SAMP>/ssl</SAMP> host flag, for example,
31105 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
31107 will insist on an SSL connection for the specified host,
31108 and will fail if the SSL service on port 993 is not available.
31109 Alpine will not subsequently retry a connection
31110 on port 143 if <SAMP>/ssl</SAMP> is specified.
31113 <UL>   
31114 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31115 </UL><P>
31116 &lt;End of help on this topic&gt;
31117 </BODY>
31118 </HTML>
31119 ====== h_config_file_dir ======
31120 <HTML>
31121 <HEAD>
31122 <TITLE>OPTION: File Directory</TITLE>
31123 </HEAD>
31124 <BODY>
31125 <H1>OPTION: File Directory</H1>
31127 PC-Alpine only.
31129 This value affects the Composer's &quot;^J&nbsp;Attach&quot; command, 
31130 the Attachment Index Screen's &quot;S&nbsp;Save&quot; command, and the
31131 Message Index's &quot;E&nbsp;Export&quot; command.
31134 Normally, when a filename is supplied that lacks a leading &quot;path&quot;
31135 component, Alpine assumes the file exists in the user's home directory.
31136 Under Windows operating systems, this definition isn't always clear.  This 
31137 feature allows you to explictly set where Alpine should look for files
31138 without a leading path.
31141 NOTE: this feature's value is ignored if either 
31142 <A HREF="h_config_use_current_dir"><!--#echo var="FEAT_use-current-dir"--></A> feature
31143 is set or the PINERC has a value for the &quot;<!--#echo var="VAR_operating-dir"-->&quot; variable.
31146 <UL>   
31147 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31148 </UL><P>
31149 &lt;End of help on this topic&gt;
31150 </BODY>
31151 </HTML>
31152 ====== h_config_quote_all_froms =====
31153 <HTML>
31154 <HEAD>
31155 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></TITLE>
31156 </HEAD>
31157 <BODY>
31158 <H1>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></H1>
31160 This feature controls an aspect of the Save command (and also the way
31161 outgoing messages are saved to an FCC folder).  If set, Alpine will add
31162 a leading &quot;>&quot; character in front of message lines beginning with &quot;From&quot; 
31163 when they are saved to another folder, including lines syntactically
31164 distinguishable from the type of message separator line commonly used on
31165 Unix systems.
31168 The default behavior is that a &quot;>&quot; will be prepended only to lines
31169 beginning with &quot;From &quot; that might otherwise be confused with a message
31170 separator line on Unix systems.  If pine is the only mail program you use,
31171 this default is reasonable.  If another program you use has trouble
31172 displaying a message with an unquoted &quot;From &quot; saved by Alpine, you should
31173 enable this feature.  This feature only applies to the common Unix mailbox
31174 format that uses message separator lines beginning with &quot;From &quot;.  If
31175 Alpine has been configured to use a different mailbox format (possibly
31176 incompatible with other mail programs), then this issue does not arise,
31177 and the feature is irrelevant.
31180 &lt;End of help on this topic&gt;
31181 </BODY>
31182 </HTML>
31183 ====== h_config_normal_color =====
31184 <HTML>
31185 <HEAD>
31186 <TITLE>OPTION: Normal Color</TITLE>
31187 </HEAD>
31188 <BODY>
31189 <H1>OPTION: Normal Color</H1>
31191 Sets the color Alpine normally uses.
31192 The foreground color is the color of the actual character and the
31193 background color is the color of the area behind the character.
31194 By default this color is black characters on a white background.
31196 <A HREF="h_color_setup">Descriptions of the available commands</A>
31198 Look <A HREF="h_edit_nav_cmds">here</A>
31199 to see the available Editing and Navigation commands.
31201 &lt;End of help on this topic&gt;
31202 </BODY>
31203 </HTML>
31204 ====== h_config_reverse_color =====
31205 <HTML>
31206 <HEAD>
31207 <TITLE>OPTION: Reverse Color</TITLE>
31208 </HEAD>
31209 <BODY>
31210 <H1>OPTION: Reverse Color</H1>
31212 Sets the color Alpine uses for reverse video characters.
31213 The foreground color is the color of the actual character and the
31214 background color is the color of the area behind the character.
31216 <A HREF="h_color_setup">Descriptions of the available commands</A>
31218 Look <A HREF="h_edit_nav_cmds">here</A>
31219 to see the available Editing and Navigation commands.
31221 &lt;End of help on this topic&gt;
31222 </BODY>
31223 </HTML>
31224 ====== h_config_title_color =====
31225 <HTML>
31226 <HEAD>
31227 <TITLE>OPTION: Title Color</TITLE>
31228 </HEAD>
31229 <BODY>
31230 <H1>OPTION: Title Color</H1>
31232 Sets the color Alpine uses for the titlebar (the top line on the screen).
31233 The foreground color is the color of the actual character and the
31234 background color is the color of the area behind the character.
31235 By default, the Title Color is black characters on a yellow background.
31237 The actual titlebar color may be different from the Title Color if
31238 the option
31239 <A HREF="h_config_titlebar_color_style">&quot;<!--#echo var="VAR_titlebar-color-style"-->&quot;</A>
31240 is set to some value other than the default.
31241 It may also be different if the current folder is closed and the
31242 <A HREF="h_config_titleclosed_color">Title Closed Color</A>
31243 color is set to something different from the Title Color.
31245 <A HREF="h_color_setup">Descriptions of the available commands</A>
31247 Look <A HREF="h_edit_nav_cmds">here</A>
31248 to see the available Editing and Navigation commands.
31250 &lt;End of help on this topic&gt;
31251 </BODY>
31252 </HTML>
31253 ====== h_config_titleclosed_color =====
31254 <HTML>
31255 <HEAD>
31256 <TITLE>OPTION: Title Closed Color</TITLE>
31257 </HEAD>
31258 <BODY>
31259 <H1>OPTION: Title Closed Color</H1>
31261 Sets the color Alpine uses for the titlebar (the top line on the screen)
31262 when the current folder is closed.
31263 The foreground color is the color of the actual character and the
31264 background color is the color of the area behind the character.
31265 By default, the Title Color Closed Color is white characters on a red background.
31267 By setting this color to something noticeable you will be alerted to the
31268 fact that the current folder is closed, perhaps unexpectedly.
31270 &lt;End of help on this topic&gt;
31271 </BODY>
31272 </HTML>
31273 ====== h_config_status_color =====
31274 <HTML>
31275 <HEAD>
31276 <TITLE>OPTION: Status Color</TITLE>
31277 </HEAD>
31278 <BODY>
31279 <H1>OPTION: Status Color</H1>
31281 Sets the color Alpine uses for status messages written to the message
31282 line near the bottom of the screen.
31283 The foreground color is the color of the actual character and the
31284 background color is the color of the area behind the character.
31285 By default, the Status Color is the same as the Reverse Color.
31287 <A HREF="h_color_setup">Descriptions of the available commands</A>
31289 Look <A HREF="h_edit_nav_cmds">here</A>
31290 to see the available Editing and Navigation commands.
31292 &lt;End of help on this topic&gt;
31293 </BODY>
31294 </HTML>
31295 ====== h_config_index_opening_color =====
31296 <HTML>
31297 <HEAD>
31298 <TITLE>OPTION: Index Opening Color</TITLE>
31299 </HEAD>
31300 <BODY>
31301 <H1>OPTION: Index Opening Color</H1>
31303 With some setups the text of the subject is followed
31304 by the opening text of the message if there is any room available in the index line.
31305 If you have configured your
31306 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31307 to include one of the Subject tokens that causes this behavior
31308 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), you may set the color of
31309 this opening text with this option.
31310 This coloring takes place for all but the current index line, and the Opening
31311 Color appears to be in front of any color from an Index Color Rule.
31313 By default the Index Opening Color is gray characters on a white background.
31316 <A HREF="h_color_setup">Descriptions of the available commands</A>
31318 Look <A HREF="h_edit_nav_cmds">here</A>
31319 to see the available Editing and Navigation commands.
31321 &lt;End of help on this topic&gt;
31322 </BODY>
31323 </HTML>
31324 ====== h_config_index_pri_color =====
31325 <HTML>
31326 <HEAD>
31327 <TITLE>OPTION: Index Priority Symbol Colors</TITLE>
31328 </HEAD>
31329 <BODY>
31330 <H1>OPTION: Index Priority Symbol Colors</H1>
31332 The X-Priority header is a non-standard header that is used in a
31333 somewhat standard way by many mail programs.
31334 Alpine expects the value of this header to be a digit with a value
31335 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
31336 Alpine can be made to display an indication of this priority in
31337 messages by use of one of the tokens
31338 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
31339 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
31340 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
31343 You may set the color used to draw these tokens by use of the colors
31344 Index High Priority Symbol Color and Index Low Priority Symbol Color.
31345 This coloring takes place for all but the current index line, and the Priority
31346 Color appears to be in front of any color from an Index Color Rule.
31347 If the priority has a value of 1 or 2 the High Priority color will be
31348 used,
31349 and if the value is 4 or 5 the Low Priority color will be used.
31351 If you don't set these colors the index line will be colored in the same color as
31352 the bulk of the index line.
31355 <A HREF="h_color_setup">Descriptions of the available commands</A>
31357 Look <A HREF="h_edit_nav_cmds">here</A>
31358 to see the available Editing and Navigation commands.
31360 &lt;End of help on this topic&gt;
31361 </BODY>
31362 </HTML>
31363 ====== h_config_index_subject_color =====
31364 <HTML>
31365 <HEAD>
31366 <TITLE>OPTION: Index Subject Color</TITLE>
31367 </HEAD>
31368 <BODY>
31369 <H1>OPTION: Index Subject Color</H1>
31371 You may set the color used to draw the Subject part of the index line.
31372 This coloring takes place for all but the current index line, and the Subject
31373 Color appears to be in front of any color from an Index Color Rule.
31375 If you don't set this color it will be colored in the same color as
31376 the bulk of the index line.
31379 <A HREF="h_color_setup">Descriptions of the available commands</A>
31381 Look <A HREF="h_edit_nav_cmds">here</A>
31382 to see the available Editing and Navigation commands.
31384 &lt;End of help on this topic&gt;
31385 </BODY>
31386 </HTML>
31387 ====== h_config_index_from_color =====
31388 <HTML>
31389 <HEAD>
31390 <TITLE>OPTION: Index From Color</TITLE>
31391 </HEAD>
31392 <BODY>
31393 <H1>OPTION: Index From Color</H1>
31395 You may set the color used to draw the From part of the index line.
31396 This coloring takes place for all but the current index line, and the From
31397 Color appears to be in front of any color from an Index Color Rule.
31399 If you don't set this color it will be colored in the same color as
31400 the bulk of the index line.
31403 <A HREF="h_color_setup">Descriptions of the available commands</A>
31405 Look <A HREF="h_edit_nav_cmds">here</A>
31406 to see the available Editing and Navigation commands.
31408 &lt;End of help on this topic&gt;
31409 </BODY>
31410 </HTML>
31411 ====== h_config_index_arrow_color =====
31412 <HTML>
31413 <HEAD>
31414 <TITLE>OPTION: Index Arrow Color</TITLE>
31415 </HEAD>
31416 <BODY>
31417 <H1>OPTION: Index Arrow Color</H1>
31419 If you have configured your
31420 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31421 to include the &quot;ARROW&quot; token, you may set the color of
31422 the arrow displayed with this option.
31423 If you don't set the color it will be colored in the same color as
31424 the bulk of the index line.
31427 <A HREF="h_color_setup">Descriptions of the available commands</A>
31429 Look <A HREF="h_edit_nav_cmds">here</A>
31430 to see the available Editing and Navigation commands.
31432 &lt;End of help on this topic&gt;
31433 </BODY>
31434 </HTML>
31435 ====== h_config_index_color =====
31436 <HTML>
31437 <HEAD>
31438 <TITLE>OPTION: Index Colors</TITLE>
31439 </HEAD>
31440 <BODY>
31441 <H1>OPTION: Index Colors</H1>
31443 You may add color to the single character symbols that give the status
31444 of each message in the MESSAGE INDEX.
31445 By default the characters &quot;+&quot;, &quot;*&quot;, &quot;D&quot;,
31446 &quot;A&quot;, and &quot;N&quot; show up near the left hand side of the
31447 screen depending on whether the message is addressed to you, and whether
31448 the message is marked Important, is Deleted, is Answered, or is New.
31449 The color for each of those characters may be specified by setting the
31450 &quot;Index-to-me&quot; Symbol Color,
31451 the &quot;Index-important&quot; Symbol Color,
31452 the &quot;Index-deleted&quot; Symbol Color,
31453 the &quot;Index-answered&quot; Symbol Color,
31454 and the &quot;Index-new&quot; Symbol Color.
31455 There are also two other symbol colors called &quot;Index-recent&quot;
31456 and &quot;Index-unseen&quot;.
31457 These two colors will only be used if you have configured your
31458 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
31459 to include the &quot;IMAPSTATUS&quot; or &quot;SHORTIMAPSTATUS&quot; token.
31461 The default colors for these symbols are:
31462 <TABLE>
31463 <TR> <TD> &nbsp;&nbsp;Index-to-me&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> black on cyan </TD> </TR>
31464 <TR> <TD> &nbsp;&nbsp;Index-important </TD> <TD> white on bright red </TD> </TR>
31465 <TR> <TD> &nbsp;&nbsp;Index-deleted&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31466 <TR> <TD> &nbsp;&nbsp;Index-answered&nbsp; </TD> <TD> bright red on yellow </TD> </TR>
31467 <TR> <TD> &nbsp;&nbsp;Index-new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> white on magenta </TD> </TR>
31468 <TR> <TD> &nbsp;&nbsp;Index-recent&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31469 <TR> <TD> &nbsp;&nbsp;Index-unseen&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31470 </TABLE>
31472 Besides coloring the message status symbols, you may also color the
31473 entire index line.
31474 This is done by using the
31475 <A HREF="h_rules_incols">SETUP INDEX LINE COLORS</A> screen, which you
31476 may get to with the commands <EM>S</EM>etup/<EM>R</EM>ules/<EM>I</EM>ndexcolor.
31477 When the entire line is colored that color will be &quot;behind&quot; the
31478 status symbol colors talked about in the paragraph above.
31480 You may also color
31481 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
31482 in the index using the
31483 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>);
31484 the <A HREF="h_config_index_arrow_color">ARROW</A> cursor;
31485 the Subject using
31486 <A HREF="h_config_index_subject_color">Index Subject Color</A>;
31487 the From field using
31488 <A HREF="h_config_index_from_color">Index From Color</A>;
31489 and the
31490 <A HREF="h_config_index_opening_color">Index Opening</A> text.
31492 <A HREF="h_color_setup">Descriptions of the available commands</A>
31494 Look <A HREF="h_edit_nav_cmds">here</A>
31495 to see the available Editing and Navigation commands.
31497 &lt;End of help on this topic&gt;
31498 </BODY>
31499 </HTML>
31500 ====== h_config_metamsg_color =====
31501 <HTML>
31502 <HEAD>
31503 <TITLE>OPTION: Meta-Message Color</TITLE>
31504 </HEAD>
31505 <BODY>
31506 <H1>OPTION: Meta-Message Color</H1>
31508 Sets the color Alpine uses in the MESSAGE TEXT screen for messages to you
31509 that aren't part of the message itself.
31510 For example, an attachment that isn't shown might produce a meta
31511 message something like:
31513 <CENTER><SAMP> [ Part 2, &quot;comment&quot; Text/PLAIN (Name: &quot;file&quot;) ]</SAMP></CENTER>
31515 If you set the
31516 <A HREF="h_config_quote_suppression"><!--#echo var="VAR_quote-suppression-threshold"--></A>
31517 option you might see
31519 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
31521 Warnings about suspicious looking URLs in HTML will also be colored
31522 with this color.
31524 The foreground color is the color of the actual character and the
31525 background color is the color of the area behind the character.
31526 By default, the Meta-Message Color is black characters on a yellow background.
31528 <A HREF="h_color_setup">Descriptions of the available commands</A>
31530 Look <A HREF="h_edit_nav_cmds">here</A>
31531 to see the available Editing and Navigation commands.
31533 &lt;End of help on this topic&gt;
31534 </BODY>
31535 </HTML>
31536 ====== h_config_keylabel_color =====
31537 <HTML>
31538 <HEAD>
31539 <TITLE>OPTION: KeyLabel Color</TITLE>
31540 </HEAD>
31541 <BODY>
31542 <H1>OPTION: KeyLabel Color</H1>
31544 Sets the color Alpine uses for the labels of the keys in the two-line
31545 menu at the bottom of the screen.
31546 For example, some of the screens have a &quot;P PrevMsg&quot; command.
31547 This option sets the color used when displaying &quot;PrevMsg&quot;.
31548 The foreground color is the color of the actual character and the
31549 background color is the color of the area behind the character.
31550 By default, the KeyLabel Color is the same as the Normal Color.
31552 WARNING: Some terminal emulators have the property that the screen will scroll
31553 down one line whenever a character is written to the character cell in the
31554 lower right corner of the screen.
31555 Alpine can usually avoid writing a character in that corner of the screen.
31556 However, if you have defined a KeyLabel Color then Alpine does have to write
31557 a character in that cell in order to color the cell correctly.
31558 If you find that your display sometimes scrolls up a line this could be
31559 the problem.
31560 The most obvious symptom is probably that the titlebar at the top of the
31561 screen scrolls off the screen.
31562 Try setting KeyLabel Color to Default to see if that fixes the problem.
31564 <A HREF="h_color_setup">Descriptions of the available commands</A>
31566 Look <A HREF="h_edit_nav_cmds">here</A>
31567 to see the available Editing and Navigation commands.
31569 &lt;End of help on this topic&gt;
31570 </BODY>
31571 </HTML>
31572 ====== h_config_keyname_color =====
31573 <HTML>
31574 <HEAD>
31575 <TITLE>OPTION: KeyName Color</TITLE>
31576 </HEAD>
31577 <BODY>
31578 <H1>OPTION: KeyName Color</H1>
31580 Sets the color Alpine uses for the names of the keys in the two-line
31581 menu at the bottom of the screen.
31582 For example, some of the screens have a &quot;P PrevMsg&quot; command.
31583 This option sets the color used when displaying the &quot;P&quot;.
31584 The foreground color is the color of the actual character and the
31585 background color is the color of the area behind the character.
31586 By default, the KeyName Color is the same as the Reverse Color.
31588 <A HREF="h_color_setup">Descriptions of the available commands</A>
31590 Look <A HREF="h_edit_nav_cmds">here</A>
31591 to see the available Editing and Navigation commands.
31593 &lt;End of help on this topic&gt;
31594 </BODY>
31595 </HTML>
31596 ====== h_config_slctbl_color =====
31597 <HTML>
31598 <HEAD>
31599 <TITLE>OPTION: Selectable Item Color</TITLE>
31600 </HEAD>
31601 <BODY>
31602 <H1>OPTION: Selectable Item Color</H1>
31604 Sets the color Alpine uses for selectable items, such as URLs.
31605 The foreground color is the color of the actual character and the
31606 background color is the color of the area behind the character.
31607 By default, the Selectable Item Color is the same as the Normal Color,
31608 except that it is bold.
31610 <A HREF="h_color_setup">Descriptions of the available commands</A>
31612 Look <A HREF="h_edit_nav_cmds">here</A>
31613 to see the available Editing and Navigation commands.
31615 &lt;End of help on this topic&gt;
31616 </BODY>
31617 </HTML>
31618 ====== h_config_quote_color =====
31619 <HTML>
31620 <HEAD>
31621 <TITLE>OPTION: Quote Colors</TITLE>
31622 </HEAD>
31623 <BODY>
31624 <H1>OPTION: Quote Colors</H1>
31626 Sets the colors Alpine uses for coloring quoted text in the MESSAGE TEXT
31627 screen.
31628 If a line begins with a &gt; character (or space followed by &gt;)
31629 it is considered a quote.
31630 That line will be given the Quote1 Color (first level quote).
31631 If there is a second level of quoting then the Quote2 Color will be used.
31632 Alpine considers there to be a second level of quoting if that first &gt; is
31633 followed by another &gt; (or space followed by &gt;).
31634 If there are characters other than whitespace and &gt; signs, then it isn't
31635 considered another level of quoting.
31636 Similarly, if there is a third level of quoting the Quote3 Color will be
31637 used.
31638 If there are more levels after that the Quote Colors are re-used.
31639 If you define all three colors then it would repeat like Color1, Color2, Color3,
31640 Color1, Color2, Color3, ...
31641 If you only define the first two it would be
31642 Color1, Color2, Color1, Color2, ...
31643 If you define only the Quote1 Color, then the entire quote would be that
31644 color regardless of the quoting levels.
31645 By default, the Quote1 Color is black characters on a greenish-blue background;
31646 the Quote2 Color is black characters on a dull yellow background; and
31647 the Quote3 Color is black characters on a green background.
31649 <A HREF="h_color_setup">Descriptions of the available commands</A>
31651 Look <A HREF="h_edit_nav_cmds">here</A>
31652 to see the available Editing and Navigation commands.
31654 &lt;End of help on this topic&gt;
31655 </BODY>
31656 </HTML>
31657 ====== h_config_folder_color =====
31658 <HTML>
31659 <HEAD>
31660 <TITLE>OPTION: Folder Color</TITLE>
31661 </HEAD>
31662 <BODY>
31663 <H1>OPTION: Folder Color</H1>
31665 Sets the colors Alpine uses for coloring a folder in the FOLDER LIST
31666 screen. By default, the Folder Color is the normal text color.
31669 If you set a color for this feature, other than the normal color
31670 (the default), or a color for
31671 <A HREF="h_config_directory_color">Directory Color</A>, then directories
31672 will be colored according to the color specified in the
31673 <A HREF="h_config_directory_color">Directory Color</A> option. In this
31674 case, the color will be the only indication that the colored name
31675 refers to a directory. The normal behavior is that Alpine
31676 indicates that a name refers to a directory by appending a
31677 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
31678 the folder.
31681 If a folder is a directory, then the folder name will be painted
31682 according to the color defined by this variable, and a separator
31683 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added 
31684 to the name. That
31685 indicator will be painted according to the color defined in the
31686 <A HREF="h_config_directory_color">Directory Color</A> option.
31689 &lt;End of help on this topic&gt;
31690 </BODY>
31691 </HTML>
31692 ====== h_config_directory_color =====
31693 <HTML>
31694 <HEAD>
31695 <TITLE>OPTION: Directory Color</TITLE>
31696 </HEAD>
31697 <BODY>
31698 <H1>OPTION: Directory Color</H1>
31700 Sets the colors Alpine uses for coloring a directory in the FOLDER LIST
31701 screen. By default, the Folder Color is the normal text color.
31703 If you set a color for this feature, other than the normal color
31704 (the default), or a color for
31705 <A HREF="h_config_folder_color">Folder Color</A>, then folders
31706 will be colored according to the color specified in the
31707 <A HREF="h_config_folder_color">Folder Color</A> option. In this
31708 case, the color will be the only indication that the colored name
31709 refers to a directory. The normal behavior is that Alpine
31710 indicates that a name refers to a directory by appending a
31711 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
31712 the folder.
31714 If a folder is a directory, then the folder name will be painted
31715 according to the color defined by the option
31716 <A HREF="h_config_folder_color">Folder Color</A>, and the separator
31717 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added
31718 after the name. That
31719 indicator will be painted according to the color defined in this
31720 option.
31722 &lt;End of help on this topic&gt;
31723 </BODY>
31724 </HTML>
31725 ====== h_config_folder_list_color =====
31726 <HTML>
31727 <HEAD>
31728 <TITLE>OPTION: Folder-List Color</TITLE>
31729 </HEAD>
31730 <BODY>
31731 <H1>OPTION: Folder-List Color</H1>
31733 Sets the colors Alpine uses for coloring normal text in the FOLDER LIST
31734 screen. By default, the Folder-List Color is the normal text color.
31736 This text refers to the informative text that Alpine displays so you
31737 can recognize each collection. The color of the content of each collection
31738 is determined by the options <A HREF="h_config_folder_color">Folder Color</A>
31739 and <A HREF="h_config_directory_color">Directory Color</A>.
31741 Unlike the options
31742 <A HREF="h_config_folder_color">Folder Color</A>
31743 and <A HREF="h_config_directory_color">Directory Color</A>, configuring
31744 this option does not affect the way that Alpine reports folders,
31745 directories and folders that are directories.
31747 &lt;End of help on this topic&gt;
31748 </BODY>
31749 </HTML>
31750 ====== h_config_incunseen_color =====
31751 <HTML>
31752 <HEAD>
31753 <TITLE>OPTION: Incoming Unseen Color</TITLE>
31754 </HEAD>
31755 <BODY>
31756 <H1>OPTION: Incoming Unseen Color</H1>
31758 If the option
31759 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
31760 is turned on it is possible to highlight the folders that contain
31761 unseen messages by coloring them with this color.
31762 By default, this is the same as the Normal Color and no highlighting is done.
31764 Usually the &quot;current&quot; folder (the folder the cursor is on)
31765 is highlighted using reverse video.
31766 If the current folder is colored because it contains unseen messages then
31767 the color used to show that it is also the current folder is controlled
31768 by the
31769 <A HREF="h_config_index_color_style"><!--#echo var="VAR_current-indexline-style"--></A>
31770 feature at the top of the SETUP COLOR screen.
31772 <A HREF="h_color_setup">Descriptions of the available commands</A>
31774 Look <A HREF="h_edit_nav_cmds">here</A>
31775 to see the available Editing and Navigation commands.
31777 &lt;End of help on this topic&gt;
31778 </BODY>
31779 </HTML>
31780 ====== h_config_signature_color =====
31781 <HTML>
31782 <HEAD>
31783 <TITLE>OPTION: Signature Color</TITLE>
31784 </HEAD>
31785 <BODY>
31786 <H1>OPTION: Signature Color</H1>
31788 Sets the color Alpine uses for coloring the signature in the MESSAGE TEXT
31789 screen. According to USENET conventions, the signature is defined as the
31790 paragraph following the &quot;sigdashes&quot;, that is, the special line
31791 consisting of the three characters
31792 &quot;--&nbsp;&quot; (i.e., dash, dash, and space). Alpine allows for one
31793 empty line right after the sigdashes to be considered as part of the
31794 signature.
31795 By default, the Signature Color is blue characters on a white background.
31797 <A HREF="h_color_setup">Descriptions of the available commands</A>
31799 Look <A HREF="h_edit_nav_cmds">here</A>
31800 to see the available Editing and Navigation commands.
31802 &lt;End of help on this topic&gt;
31803 </BODY>
31804 </HTML>
31805 ====== h_config_prompt_color =====
31806 <HTML>
31807 <HEAD>
31808 <TITLE>OPTION: Prompt Color</TITLE>
31809 </HEAD>
31810 <BODY>
31811 <H1>OPTION: Prompt Color</H1>
31813 Sets the color Alpine uses for confirmation prompts and questions that
31814 appear in the status line near the bottom of the screen.
31815 The foreground color is the color of the actual character and the
31816 background color is the color of the area behind the character.
31817 By default, the Prompt Color is the same as the Reverse Color.
31819 <A HREF="h_color_setup">Descriptions of the available commands</A>
31821 Look <A HREF="h_edit_nav_cmds">here</A>
31822 to see the available Editing and Navigation commands.
31824 &lt;End of help on this topic&gt;
31825 </BODY>
31826 </HTML>
31827 ====== h_config_header_general_color =====
31828 <HTML>
31829 <HEAD>
31830 <TITLE>OPTION: Header General Color</TITLE>
31831 </HEAD>
31832 <BODY>
31833 <H1>OPTION: Header General Color</H1>
31835 Sets the color Alpine uses for the headers of a message in the MESSAGE TEXT
31836 screen.
31837 The foreground color is the color of the actual character and the
31838 background color is the color of the area behind the character.
31839 By default, this is the same as the Normal Color.
31841 It is also possible to set the colors for specific header fields, for
31842 example the Subject, using
31843 <A HREF="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></A>.
31844 If both a Header General Color and a specific Viewer Header Color are set
31845 the specific color will override the general color, as you would expect.
31847 <A HREF="h_color_setup">Descriptions of the available commands</A>
31849 Look <A HREF="h_edit_nav_cmds">here</A>
31850 to see the available Editing and Navigation commands.
31852 &lt;End of help on this topic&gt;
31853 </BODY>
31854 </HTML>
31855 ====== h_config_incol =====
31856 <HTML>
31857 <HEAD>
31858 <TITLE>Index Line Color</TITLE>
31859 </HEAD>
31860 <BODY>
31861 <H1>Index Line Color</H1>
31863 This option is used to set the color of a line in the index when the
31864 message for that line matches the Pattern.
31865 This colors the whole index line, except possibly the status letters,
31866 which may be colored separately using the
31867 <A HREF="h_color_setup">Setup Kolor</A> screen.
31868 The foreground color is the color of the actual characters and the
31869 background color is the color of the area behind the characters.
31871 <A HREF="h_color_setup">Descriptions of the available commands</A>
31873 Look <A HREF="h_edit_nav_cmds">here</A>
31874 to see the available Editing and Navigation commands.
31876 &lt;End of help on this topic&gt;
31877 </BODY>
31878 </HTML>
31879 ====== h_config_usetransparent_color =====
31880 <HTML>
31881 <HEAD>
31882 <TITLE>OPTION: Use Transparent Color</TITLE>
31883 </HEAD>
31884 <BODY>
31885 <H1>OPTION: Use Transparent Color</H1>
31887 This is a special color supported by some terminal emulators.
31888 It is intended to result in the default foreground or background color
31889 from the terminal emulator.
31890 This is the color the terminal was displaying characters in before you started Alpine.
31891 The reason it is called Transparent is because you could set the foreground color
31892 to some specific color, like Red, and then set the background color to the
31893 Transparent Color. If it works as expected, the background color from the terminal
31894 window in which Alpine is running will show through but with the Red characters
31895 in the foreground.
31897 <A HREF="h_color_setup">Descriptions of the available commands</A>
31899 Look <A HREF="h_edit_nav_cmds">here</A>
31900 to see the available Editing and Navigation commands.
31902 &lt;End of help on this topic&gt;
31903 </BODY>
31904 </HTML>
31905 ====== h_config_usenormal_color =====
31906 <HTML>
31907 <HEAD>
31908 <TITLE>OPTION: Use Normal Color</TITLE>
31909 </HEAD>
31910 <BODY>
31911 <H1>OPTION: Use Normal Color</H1>
31913 When you use this color value, the actual color used will be the same
31914 as the corresponding Normal Color.
31915 For example if your Normal Color is black on white and you set both
31916 the foreground and background colors here to use the Normal Color, you'll
31917 get black on white. If you later change the Normal Color to red on blue
31918 this color will also change to red on blue.
31920 <A HREF="h_color_setup">Descriptions of the available commands</A>
31922 Look <A HREF="h_edit_nav_cmds">here</A>
31923 to see the available Editing and Navigation commands.
31925 &lt;End of help on this topic&gt;
31926 </BODY>
31927 </HTML>
31928 ====== h_config_usenone_color =====
31929 <HTML>
31930 <HEAD>
31931 <TITLE>OPTION: Use None Color</TITLE>
31932 </HEAD>
31933 <BODY>
31934 <H1>OPTION: Use None Color</H1>
31936 This is a special color that simply means to leave the color alone.
31937 It is useful for Index symbols and for Keyword Colors used in the Subject
31938 field of an index line.
31939 The most likely use is to set an explicit foreground color and then set
31940 the background color to the None Color.
31941 That will cause the symbol or keyword to be drawn in the foreground color
31942 with a background equal to whatever color the rest of the index line is already
31943 drawn in.
31944 You will see no visible effect unless you have assigned Indexcolor Rules to
31945 color index lines or you have set an actual color for the Reverse Color.
31947 <A HREF="h_color_setup">Descriptions of the available commands</A>
31949 Look <A HREF="h_edit_nav_cmds">here</A>
31950 to see the available Editing and Navigation commands.
31952 &lt;End of help on this topic&gt;
31953 </BODY>
31954 </HTML>
31955 ====== h_config_dflt_color =====
31956 <HTML>
31957 <HEAD>
31958 <TITLE>OPTION: Default Color</TITLE>
31959 </HEAD>
31960 <BODY>
31961 <H1>OPTION: Default Color</H1>
31963 Setting default will cause the color to be the default color.
31964 Unsetting default is normally done by choosing a color, but in some cases
31965 you may want to declare the current default color to be your non-default
31966 choice.
31967 For example, the default Keyname Color is the same as the Reverse Color.
31968 Whenever the Reverse Color changes the Keyname Color will also change, unless
31969 you've changed it or unset the default box.
31971 <A HREF="h_color_setup">Descriptions of the available commands</A>
31973 Look <A HREF="h_edit_nav_cmds">here</A>
31974 to see the available Editing and Navigation commands.
31976 &lt;End of help on this topic&gt;
31977 </BODY>
31978 </HTML>
31979 ====== h_config_bold_slctbl =====
31980 <HTML>
31981 <HEAD>
31982 <TITLE>OPTION: Bold</TITLE>
31983 </HEAD>
31984 <BODY>
31985 <H1>OPTION: Bold</H1>
31987 The color for this particular section may have the Bold attribute turned
31988 on or off.
31989 Setting bold will cause the characters to be bold.
31991 <A HREF="h_color_setup">Descriptions of the available commands</A>
31993 Look <A HREF="h_edit_nav_cmds">here</A>
31994 to see the available Editing and Navigation commands.
31996 &lt;End of help on this topic&gt;
31997 </BODY>
31998 </HTML>
31999 ====== h_config_kw_color =====
32000 <HTML>
32001 <HEAD>
32002 <TITLE>OPTION: Keyword Colors</TITLE>
32003 </HEAD>
32004 <BODY>
32005 <H1>OPTION: Keyword Colors</H1>
32007 Sets the colors Alpine uses for Keyword fields in the MESSAGE INDEX screen.
32008 Keywords are displayed as part of the Subject by default.
32009 They are also displayed as part of the Subject if the tokens
32010 &quot;SUBJKEY&quot;, &quot;SUBJKEYTEXT&quot;, &quot;SUBJKEYINIT&quot;, or &quot;SUBJKEYINITTEXT&quot; are used in the
32011 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
32012 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
32013 screen by using the &quot;KEY&quot; or &quot;KEYINIT&quot; tokens.
32015 For example, you might have set up a Keyword
32016 &quot;Work&quot; using the
32017 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
32018 You could cause that Keyword to show up as a special color
32019 by setting up the Keyword Color using this option, and then including it
32020 in the MESSAGE INDEX screen using one of the tokens listed above in the
32021 <!--#echo var="VAR_index-format"-->.
32023 <A HREF="h_color_setup">Descriptions of the available commands</A>
32025 Look <A HREF="h_edit_nav_cmds">here</A>
32026 to see the available Editing and Navigation commands.
32028 &lt;End of help on this topic&gt;
32029 </BODY>
32030 </HTML>
32031 ====== h_config_customhdr_color =====
32032 <HTML>
32033 <HEAD>
32034 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></TITLE>
32035 </HEAD>
32036 <BODY>
32037 <H1>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></H1>
32039 Sets the colors Alpine uses for specific header fields in the MESSAGE TEXT screen.
32040 For example, you may set the color of the Subject header or the From header.
32041 The foreground color is the color of the actual character and the
32042 background color is the color of the area behind the character.
32044 In addition to setting the colors for particular headers (like the Subject)
32045 you may also set a color to be used for all headers unless overridden by a
32046 more specific Viewer Header Color.
32047 To do this use the
32048 <A HREF="h_config_header_general_color">Header General Color</A>.
32050 For Header Colors,
32051 there is an additional line on the
32052 screen labeled &quot;Pattern to match&quot;.
32053 If you leave that blank, then the whole field for that header will
32054 be colored.
32055 However, if you give a pattern to match, the coloring will only take place
32056 if there is a match for that pattern in the value of the field.
32057 For example, if you are working on a color for the Subject header and
32058 you fill in a pattern of &quot;important&quot;, then only Subjects that
32059 contain the word &quot;important&quot; will be colored.
32061 If the pattern you enter is a comma-separated list of patterns, then coloring
32062 happens if any of those patterns matches.
32064 <A HREF="h_color_setup">Descriptions of the available commands</A>
32066 Look <A HREF="h_edit_nav_cmds">here</A>
32067 to see the available Editing and Navigation commands.
32069 &lt;End of help on this topic&gt;
32070 </BODY>
32071 </HTML>
32072 ====== h_config_indextoken_color =====
32073 <HTML>
32074 <HEAD>
32075 <TITLE>OPTION: <!--#echo var="VAR_index-token-colors"--></TITLE>
32076 </HEAD>
32077 <BODY>
32078 <H1>OPTION: <!--#echo var="VAR_index-token-colors"--></H1>
32080 This option allows you to set up the color in which any token, not specified by the
32081 previous options, will be colored in the MESSAGE INDEX screen. 
32083 In order to use this option, you must press the &quot;I&quot; <B>IndxHdr</B> command, and add
32084 a token that can be used in the index format. 
32085 The list of available tokens is <A HREF="h_index_tokens">here</A>.
32087 If you fail to enter a valid token your entry will be ignored, and you will be asked to
32088 enter a new one. Once you have entered a valid token, a line will be added to the
32089 configuration screen that you can use to set up the colors in which that token will
32090 be painted. This is done in the same way that you configure colors for other
32091 variables.
32093 <A HREF="h_color_setup">Descriptions of the available commands</A>
32095 Look <A HREF="h_edit_nav_cmds">here</A>
32096 to see the available Editing and Navigation commands.
32098 &lt;End of help on this topic&gt;
32099 </BODY>
32100 </HTML>
32101 ====== h_config_customhdr_pattern =====
32102 <HTML>
32103 <HEAD>
32104 <TITLE>OPTION: Viewer Header Color Pattern</TITLE>
32105 </HEAD>
32106 <BODY>
32107 <H1>OPTION: Viewer Header Color Pattern</H1>
32109 If you leave this blank, then the whole field for the header will
32110 be colored.
32111 If you give a pattern to match, the coloring will only take place
32112 if there is a match for that pattern in the value of the field.
32113 For example, if you are working on a color for the Subject header and
32114 you fill in a pattern of &quot;important&quot;, then only Subjects that
32115 contain the word &quot;important&quot; will be colored.
32117 For address headers (like From and To) and for the Newsgroups header,
32118 a pattern match will cause only the matched addresses or newsgroups to be
32119 colored.
32120 If there is no pattern to match, then all of the addresses or newsgroups
32121 in the relevant header will be colored.
32123 The matching pattern may be a comma-separated list of patterns to match
32124 instead of a single pattern.
32125 For example, you could use the pattern &quot;important,urgent&quot; which would
32126 cause a match if either the word &quot;important&quot; or the word
32127 &quot;urgent&quot; appeared in the value of the header.
32128 You could list several comma-separated email addresses in the Header
32129 From Color pattern so that those addresses will be colored when any of
32130 them appear in the From header.
32132 To add a new matching pattern or change the existing pattern use the 
32133 <!--chtml if pinemode="function_key"-->
32134 &quot;F4&quot;
32135 <!--chtml else-->
32136 &quot;C&quot;
32137 <!--chtml endif-->
32138 &quot;Change&quot; command that is available when the &quot;Pattern to
32139 match&quot; line is highlighted.
32141 <!--chtml if pinemode="function_key"-->
32142 &quot;F10&quot;
32143 <!--chtml else-->
32144 &quot;D&quot;
32145 <!--chtml endif-->
32146 &quot;Delete&quot; command may be used to quickly remove all patterns
32147 for a particular header.
32149 &lt;End of help on this topic&gt;
32150 </BODY>
32151 </HTML>
32152 ====== h_color_setup =====
32153 <HTML>
32154 <HEAD>
32155 <TITLE>SETUP COLOR COMMANDS</TITLE>
32156 </HEAD>
32157 <BODY>
32158 <H1>SETUP COLOR COMMANDS</H1>
32159 <!--chtml if pinemode="function_key"-->
32160 <PRE>
32161 Available Commands -- Group 1
32162 -------------------------------
32163 F1  Display this help text
32164 F2  Show other available commands
32165 F3  Exit to MAIN MENU
32166 F4  Select the highlighted foreground or background color
32167 F5  Move to previous line
32168 F6  Move to next line
32169 F7  Previous page
32170 F8  Next page
32171 F9  Add a config section for a header field
32172 F10 Restore all default colors (for all sections)
32173 F11 Print color configuration screen
32174 F12 Whereis (search for word)
32176 Available Commands -- Group 2
32177 -------------------------------
32178 F1  Display this help text
32179 F2  Show other available commands
32180 F5  Delete config section for highlighted header field
32181 F6  Shuffle the order of Header Color sections
32182 </PRE>
32183 <!--chtml else-->
32184 <PRE>
32185 General commands
32186 -------------------------------------------------
32187  ?  Display this help text     E  Exit back to MAIN MENU
32188  P  Previous Line              N  Next Line
32189  -  Previous page             Spc (space bar) Next page
32190  W  WhereIs (search for word)  %  Print color configuration screen
32192 Color Setup Commands
32193 ------------------------------------------------
32194  *  Select the highlighted foreground or background color
32195  A  Add a config section for a header field
32196  D  Delete config section for highlighted header field
32197  R  Restore all default colors (for all sections)
32198  $  Shuffle the order of Header Color sections
32199 </PRE>
32200 <!--chtml endif-->
32202 <H2>Description of the Setup Color Screen</H2>
32204 From this screen you may turn on color and set the colors of
32205 various parts of the Alpine display.
32206 For help on turning on color move your cursor into the Color Style section
32207 at the top of the Setup Color screen and ask for help.
32210 There are several sections in the Setup Color Screen.
32211 At the top are some settings that handle the style of color used
32212 with your terminal emulator (UNIX only), and some settings that
32213 control how the current indexline and the titlebar are colored.
32214 After that comes a long section called GENERAL COLORS that allows
32215 you to set the color of many elements in the Alpine screens.
32216 For example, the color of the titlebar, status messages,
32217 selectable links, quotes and signatures in messages, and so on.
32218 After that is a section called INDEX COLORS that allows you to
32219 set the colors of various pieces of the displayed index lines in
32220 the MESSAGE INDEX screen.
32221 The next section is HEADER COLORS. This is for coloring headers of
32222 messages in the MESSAGE TEXT screen in just about any way you would like.
32223 Finally, the KEYWORD COLORS section allows you to highlight
32224 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
32225 in the MESSAGE INDEX screen.
32228 To change a color, highlight the color you want to change (for example,
32229 the Status Color) by moving
32230 the cursor into it.
32231 You may want to read the help text for the color to see a brief desription
32232 of what you are coloring.
32233 Then press &quot;C&quot; for Change to set the color to something new.
32234 That will put you into a screen with two columns of colors, one for
32235 the foreground color and one for the background color.
32236 The foreground color is just the color you want the actual characters
32237 to be and the background color is the color of the rest of the rectangle
32238 behind the characters.
32239 Select the foreground and background colors desired by using the Next and
32240 Prev keys to highlight the color, and the * command to select it.
32242 To set a color to its default value, set the X in the Default line at
32243 the bottom of the list of colors.
32246 The HEADER COLORS section is a little bit different from the others.
32247 Besides coloring the specific fields that Alpine knows about, you may also
32248 color specific header fields when viewing a message in the MESSAGE TEXT
32249 screen.
32250 For example, you may color the Subject header a particular color.
32251 There are a few commands for use with headers.
32252 The &quot;AddHeader&quot; command adds a section to the color
32253 configuration screen that allows you to set the color for that header.
32254 You'll be asked for the name of the header field you want to color.
32255 If you wanted to color the Subject, you would answer
32256 with the word &quot;subject&quot;.
32257 Once you've added a header field, the color setting works just like the
32258 other color fields, except that there is an additional line on the
32259 configuration screen labeled &quot;Pattern to match&quot;.
32260 If you leave that blank, then the whole field for that header will always
32261 be colored.
32262 However, if you give a pattern to match, the coloring will only take place
32263 if there is a match for that pattern in the value of the field.
32264 For example, if you are working on a color for the Subject header and
32265 you fill in a pattern of &quot;important&quot;, then only Subjects that
32266 contain the word &quot;important&quot; will be colored.
32268 The &quot;DeleteHdr&quot; command removes a header section from the
32269 configuration altogether.
32270 The &quot;Shuffle&quot; command changes the order of header sections.
32271 This is only necessary if you use header sections with pattern fields.
32272 For example, if you have two Subject sections, one with one pattern and
32273 another with another pattern, and the subject for a particular message
32274 happens to match both, then the color from the first match is used.
32277 The command &quot;RestoreDefs&quot; will restore all of the default colors.
32278 Each section will change to the default value used for that section when
32279 color is first enabled.
32280 When you restore all default colors the color settings for the Header Colors
32281 will be unset (since that's the default), but the header fields you've
32282 added will remain so that you may easily reset them.
32283 In order to get rid of them completely you'd have to use
32284 the &quot;DeleteHdr&quot; command.
32287 Remember that <A HREF="h_rules_incols">Index Line Colors</A>
32288 may be set with matching rules and that is configured separately from
32289 the rest of the color settings described here.
32290 It is configured in the Setup/Rules/Indexcolors section of the configuration screen
32291 instead of in the Setup/Kolor section.
32293 <P><UL>
32294 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32295 </UL><P>
32296 &lt;End of help on this topic&gt;
32297 </BODY>
32298 </HTML>
32299 ====== h_config_news_uses_recent ======
32300 <HTML>
32301 <HEAD>
32302 <TITLE>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></TITLE>
32303 </HEAD>
32304 <BODY>
32305 <H1>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></H1>
32307 This feature causes certain messages to be marked as "New" in the
32308 MESSAGE INDEX of newsgroups.
32309 This feature is set by default.
32313 When opening a newsgroup, Alpine will consult your "newsrc" file and
32314 determine the last message you have previously disposed of via the "D"
32315 key.  If this feature is set, any subsequent messages will be shown in the
32316 Index with an "N", and the first of these messages will be highlighted.
32317 Although this is only an approximation of true "New" or "Unseen"
32318 status, it provides a useful cue to distinguish more-or-less recent
32319 messages from those you have seen previously, but are not yet ready to
32320 mark deleted.
32324 Background: your "newsrc" file (used to store message status information
32325 for newsgroups) is only capable of storing a single flag, and Alpine uses
32326 this to record whether or not you are "done with" a message, as
32327 indicated by marking the message as "Deleted".  Unfortunately, this
32328 means that Alpine has no way to record exactly which messages you have
32329 previously seen, so it normally does not show the "N" status flag for
32330 any messages in a newsgroup. This feature enables a starting
32331 *approximation* of seen/unseen status that may be useful.
32333 &lt;End of help on this topic&gt;
32334 </BODY>
32335 </HTML>
32336 ====== h_config_expose_hidden_config =====
32337 <HTML>
32338 <HEAD>
32339 <TITLE>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></TITLE>
32340 </HEAD>
32341 <BODY>
32342 <H1>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></H1>
32344 If set, this causes configuration options and features that are normally
32345 hidden from view to be editable in the Setup/Config screen.
32348 The purpose of this feature is to allow you to change configuration
32349 features and variables that are normally hidden.
32350 This is particularly useful if you are using a remote configuration,
32351 where it is difficult to edit the contents manually, but it may also be used
32352 on a local pinerc configuration file.
32354 If set, several configuration variables and features that are normally
32355 hidden from view will show up in the Setup/Configuration screen.
32356 They will be at the bottom of the configuration screen.
32357 You can find them by searching for the words &quot;hidden configuration&quot;.
32360 Note that this is an advanced feature that should be used with care.
32361 The reason that this part of the configuration is normally hidden is because
32362 there is a significant potential for causing problems if you change these
32363 variables.
32364 If something breaks after a change try changing it back to see if that is
32365 what is causing the problem.
32366 There are also some variables that are normally hidden because they are
32367 manipulated through Alpine in other ways.
32368 For example, colors are normally set using the Setup/Kolors screen and
32369 the &quot;<!--#echo var="VAR_address-book"-->&quot; variable is normally set using
32370 the Setup/AddressBooks screen, so there is little reason to edit these directly.
32371 The &quot;<!--#echo var="VAR_incoming-folders"-->&quot; variable is normally changed by using
32372 the Add, Delete, and Rename commands in the FOLDER LIST screen,
32373 and the &quot;<!--#echo var="VAR_last-time-prune-questioned"-->&quot; variable is normally used
32374 internally by Alpine and not set directly by the user.
32376 <UL>   
32377 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32378 </UL><P>
32379 &lt;End of help on this topic&gt;
32380 </BODY>
32381 </HTML>
32382 ====== h_config_disable_signature_edit =====
32383 <HTML>
32384 <HEAD>
32385 <TITLE>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></TITLE>
32386 </HEAD>
32387 <BODY>
32388 <H1>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></H1>
32390 If set, this disables the editing of signature files from within
32391 the Setup/Config screen.
32393 <UL>   
32394 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32395 </UL><P>
32396 &lt;End of help on this topic&gt;
32397 </BODY>
32398 </HTML>
32399 ====== h_config_disable_roles_templateedit =====
32400 <HTML>
32401 <HEAD>
32402 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></TITLE>
32403 </HEAD>
32404 <BODY>
32405 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></H1>
32407 If set, this disables the editing of template files within the
32408 Role setup screen.
32410 <UL>   
32411 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32412 </UL><P>
32413 &lt;End of help on this topic&gt;
32414 </BODY>
32415 </HTML>
32416 ====== h_config_disable_roles_sigedit =====
32417 <HTML>
32418 <HEAD>
32419 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></TITLE>
32420 </HEAD>
32421 <BODY>
32422 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></H1>
32424 If set, this disables the editing of signature files within the
32425 Role setup screen.
32427 <UL>   
32428 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32429 </UL><P>
32430 &lt;End of help on this topic&gt;
32431 </BODY>
32432 </HTML>
32433 ====== h_config_disable_roles_setup =====
32434 <HTML>
32435 <HEAD>
32436 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></TITLE>
32437 </HEAD>
32438 <BODY>
32439 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></H1>
32441 If set, this disables the Setup/Rules/Roles command.
32443 <UL>   
32444 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32445 </UL><P>
32446 &lt;End of help on this topic&gt;
32447 </BODY>
32448 </HTML>
32449 ====== h_config_disable_pipes_in_templates =====
32450 <HTML>
32451 <HEAD>
32452 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></TITLE>
32453 </HEAD>
32454 <BODY>
32455 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></H1>
32457 By default, if a template file name is followed by a vertical bar (|) then
32458 that causes the file to be executed to produce the text for the template.
32459 If this feature is set, then this is not allowed.
32461 <UL>   
32462 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32463 </UL><P>
32464 &lt;End of help on this topic&gt;
32465 </BODY>
32466 </HTML>
32467 ====== h_config_disable_pipes_in_sigs =====
32468 <HTML>
32469 <HEAD>
32470 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></TITLE>
32471 </HEAD>
32472 <BODY>
32473 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></H1>
32475 By default, if a signature file name is followed by a vertical bar (|) then
32476 that causes the file to be executed to produce the text for the signature.
32477 If this feature is set, then this is not allowed.
32479 <UL>   
32480 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32481 </UL><P>
32482 &lt;End of help on this topic&gt;
32483 </BODY>
32484 </HTML>
32485 ====== h_config_disable_password_cmd =====
32486 <HTML>
32487 <HEAD>
32488 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></TITLE>
32489 </HEAD>
32490 <BODY>
32491 <H1>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></H1>
32493 If set, then the Setup/Newpassword command is disabled.
32495 <UL>   
32496 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32497 </UL><P>
32498 &lt;End of help on this topic&gt;
32499 </BODY>
32500 </HTML>
32501 ====== h_config_disable_password_caching =====
32502 <HTML>
32503 <HEAD>
32504 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></TITLE>
32505 </HEAD>
32506 <BODY>
32507 <H1>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></H1>
32509 Normally, loginname/password combinations are cached in Alpine so that
32510 you do not have to enter the same password more than once in a session.
32511 A disadvantage to this approach is that the password must be stored in
32512 the memory image of the running Alpine in order that it can be re-used.
32513 In the event that Alpine crashes and produces a core dump, and that core
32514 dump is readable by others, the loginname and password could be read
32515 from the core dump.
32517 If this feature is set, then the passwords will not be cached and you
32518 will have to retype the password whenever Alpine needs it.
32519 Even with this feature set there is still some chance that the core
32520 file will contain a password, so care should be taken to make the
32521 core files unreadable.
32523 NOTE: If PASSFILE caching is enabled, this does not disable it.
32524 That is a separate and independent feature.
32525 <UL>   
32526 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32527 </UL><P>
32528 &lt;End of help on this topic&gt;
32529 </BODY>
32530 </HTML>
32531 ====== h_config_disable_kb_lock =====
32532 <HTML>
32533 <HEAD>
32534 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></TITLE>
32535 </HEAD>
32536 <BODY>
32537 <H1>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></H1>
32539 If set, then the Keyboard Lock command is removed from the MAIN MENU.
32541 <UL>   
32542 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32543 </UL><P>
32544 &lt;End of help on this topic&gt;
32545 </BODY>
32546 </HTML>
32547 ====== h_config_disable_config_cmd =====
32548 <HTML>
32549 <HEAD>
32550 <TITLE>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></TITLE>
32551 </HEAD>
32552 <BODY>
32553 <H1>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></H1>
32555 If set, then the Setup/Config screen is disabled.
32557 <UL>   
32558 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32559 </UL><P>
32560 &lt;End of help on this topic&gt;
32561 </BODY>
32562 </HTML>
32563 ====== h_config_allow_chg_from =====
32564 <HTML>
32565 <HEAD>
32566 <TITLE>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></TITLE>
32567 </HEAD>
32568 <BODY>
32569 <H1>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></H1>
32571 This feature affects Alpine's handling of the &quot;From:&quot; header field
32572 in the "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" configuration
32573 option.
32575 If this feature is set then the From line can be changed just like
32576 all the other header fields that can be changed.
32577 This feature defaults to <EM>ON</EM>.
32579 Even with this feature turned ON (the default) you will not be able 
32580 to change the From header unless you add it to your list of
32581 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>.
32582 You may also want to change the
32583 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
32584 if you want the From header to always show up in the composer without
32585 having to type the Rich Headers command first.
32587 Note that many sites restrict the use of this feature in order to
32588 reduce the chance of falsified addresses and misdirected mail.
32589 If you want to change the value of what gets included in the From header
32590 in messages you send
32591 look <A HREF="h_config_change_your_from">here</A> for a description.
32593 <UL>   
32594 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32595 </UL><P>
32596 &lt;End of help on this topic&gt;
32597 </BODY>
32598 </HTML>
32599 ====== h_config_disable_collate =====
32600 <HTML>
32601 <HEAD>
32602 <TITLE>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></TITLE>
32603 </HEAD>
32604 <BODY>
32605 <H1>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></H1>
32607 This is a hard to understand feature that should only be used in rare cases.
32608 Normally, the C function call
32610 <CENTER><SAMP>setlocale(LC_COLLATE, &quot;&quot;)</SAMP></CENTER>
32612 is used by Alpine.
32613 If you want to try turning it off,
32614 setting this feature will turn it off.
32615 This part of the locale has to do with the sort order
32616 of characters in your locale.
32618 <UL>   
32619 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32620 </UL><P>
32621 &lt;End of help on this topic&gt;
32622 </BODY>
32623 </HTML>
32624 ====== h_config_quell_attach_extra_prompt =====
32625 <HTML>
32626 <HEAD>
32627 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></TITLE>
32628 </HEAD>
32629 <BODY>
32630 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></H1>
32632 By default, when you attempt to view an attachment externally
32633 from the &quot;Attachment View&quot; screen, you are asked if you
32634 really want to view the selected attachment.
32637 If this feature is set, you will <B>not</B> be prompted to confirm
32638 your selection.  Prior to Alpine and to Pine 4.50, the default behavior was to not
32639 prompt. This feature was added for those wanting to preserve that
32640 behavior (along with 
32641 <A HREF="h_config_quell_attach_ext_warn"><!--#echo var="FEAT_quell-attachment-extension-warn"--></A>).
32644 <UL>   
32645 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32646 </UL><P>
32647 &lt;End of help on this topic&gt;
32648 </BODY>
32649 </HTML>
32650 ====== h_config_quell_attach_ext_warn =====
32651 <HTML>
32652 <HEAD>
32653 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></TITLE>
32654 </HEAD>
32655 <BODY>
32656 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></H1>
32659 This feature suppresses the extra warning you can get when trying
32660 to view an attachment for which there is no mime-type match.  Turning
32661 on this feature will just run the program according to extension
32662 instead of first warning the user that it will run according to the
32663 file's extension.
32665 This feature can be used along side 
32666 <A HREF="h_config_quell_attach_extra_prompt"><!--#echo var="FEAT_quell-attachment-extra-prompt"--></A>
32667 to preserve the behavior exhibited in Pine versions prior to Pine 4.50.
32669 <UL>   
32670 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32671 </UL><P>
32672 &lt;End of help on this topic&gt;
32673 </BODY>
32674 </HTML>
32675 ====== h_config_mailcap_params =====
32676 <HTML>
32677 <HEAD>
32678 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></TITLE>
32679 </HEAD>
32680 <BODY>
32681 <H1>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></H1>
32683 If set, this will allow mailcap named parameter substitution to occur
32684 in mailcap entries.
32685 By default, this is turned off to prevent security problems that may occur
32686 with some incorrect mailcap configurations.
32687 For more information, see RFC1524 and look for "named parameters" in the
32688 text of the RFC.
32690 <UL>   
32691 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32692 </UL><P>
32693 &lt;End of help on this topic&gt;
32694 </BODY>
32695 </HTML>
32696 ====== h_config_disable_shared =====
32697 <HTML>
32698 <HEAD>
32699 <TITLE>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></TITLE>
32700 </HEAD>
32701 <BODY>
32702 <H1>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></H1>
32704 If this feature is set, the automatic search for namespaces &quot;ftp&quot;,
32705 &quot;imapshared&quot;, and &quot;imappublic&quot; by the underlying library
32706 will be disabled.
32707 The reason this feature exists is because there are some implementations
32708 of system password lookup routines that are very slow when presented with
32709 a long loginname that does not exist.
32710 This feature could be set to prevent the delay at startup time when the
32711 names above are searched for in the password file.
32713 <UL>   
32714 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32715 </UL><P>
32716 &lt;End of help on this topic&gt;
32717 </BODY>
32718 </HTML>
32719 ====== h_config_hide_nntp_path =====
32720 <HTML>
32721 <HEAD>
32722 <TITLE>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></TITLE>
32723 </HEAD>
32724 <BODY>
32725 <H1>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></H1>
32727 Normally the Path header that Alpine generates when posting to a newsgroup
32728 contains the name of the computer from which the message is being sent and
32729 the user name.
32730 Some believe that this information is used by spammers.
32731 If this feature is set, that information will be replaced with the text
32733 <CENTER><SAMP>not-for-mail</SAMP></CENTER>
32735 instead.
32737 It should be noted that many servers being connected to will still reveal
32738 the information that this feature attempts to protect.
32740 <UL>   
32741 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32742 </UL><P>
32743 &lt;End of help on this topic&gt;
32744 </BODY>
32745 </HTML>
32746 ====== h_config_no_bezerk_zone =====
32747 <HTML>
32748 <HEAD>
32749 <TITLE>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></TITLE>
32750 </HEAD>
32751 <BODY>
32752 <H1>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></H1>
32754 POSIX mandates a timezone in UNIX mailbox format folder delimiters
32755 (the line that begins with From <SPACE>).
32756 Some versions of Berkeley mail have trouble with this, and don't recognize
32757 the line as a message delimiter.
32758 If this feature is set, the timezone will be left off the delimiter line.
32760 <UL>   
32761 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32762 </UL><P>
32763 &lt;End of help on this topic&gt;
32764 </BODY>
32765 </HTML>
32766 ====== h_config_quell_domain_warn =====
32767 <HTML>
32768 <HEAD>
32769 <TITLE>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></TITLE>
32770 </HEAD>
32771 <BODY>
32772 <H1>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></H1>
32774 When your configuration is set up so that your domain name contains no dots,
32775 it is usually a configuration error.
32776 By default, Alpine will warn you about this when you start it up.
32777 You will see a warning message that looks like
32780 <CENTER><SAMP>Incomplete maildomain &quot;&lt;domain&gt;&quot;.</SAMP></CENTER>
32783 If this feature is set, the warning is turned off.
32785 <UL>   
32786 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32787 </UL><P>
32788 &lt;End of help on this topic&gt;
32789 </BODY>
32790 </HTML>
32791 ====== h_config_quell_imap_env =====
32792 <HTML>
32793 <HEAD>
32794 <TITLE>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></TITLE>
32795 </HEAD>
32796 <BODY>
32797 <H1>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></H1>
32799 In the MESSAGE INDEX screen, if the open folder is being accessed
32800 using IMAP, Alpine normally tries to paint the index lines on the screen
32801 as soon as the information arrives from the IMAP server.
32802 This means that the index information makes it onto the screen more quickly
32803 than it otherwise would.
32804 This sometimes results in behavior that bothers some users.
32805 For example, when paging to a new page of the index, it may be possible for
32806 the lines to be painted on the screen in a random order, rather than from
32807 top to bottom.
32810 Setting this feature causes Alpine to wait for all of the information
32811 to be gathered before it paints the index screen.
32812 Once it collects all of the information, the screen will be painted quickly
32813 from top to bottom.
32815 <UL>   
32816 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32817 </UL><P>
32818 &lt;End of help on this topic&gt;
32819 </BODY>
32820 </HTML>
32821 ====== h_config_quell_news_env =====
32822 <HTML>
32823 <HEAD>
32824 <TITLE>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></TITLE>
32825 </HEAD>
32826 <BODY>
32827 <H1>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></H1>
32829 In the MESSAGE INDEX screen, if the open folder is being accessed
32830 using NNTP (News), Alpine normally tries to paint the index lines on the screen
32831 as soon as the information arrives from the NNTP server.
32832 This means that the index information makes it onto the screen more quickly
32833 than it otherwise would.
32834 This sometimes results in behavior that bothers some users.
32835 For example, when paging to a new page of the index, it may be possible for
32836 the lines to be painted on the screen in a random order, rather than from
32837 top to bottom.
32840 Setting this feature causes Alpine to wait for all of the information
32841 to be gathered before it paints the index screen.
32842 Once it collects all of the information, the screen will be painted quickly
32843 from top to bottom.
32845 <UL>   
32846 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32847 </UL><P>
32848 &lt;End of help on this topic&gt;
32849 </BODY>
32850 </HTML>
32851 ====== h_config_quell_content_id =====
32852 <HTML>
32853 <HEAD>
32854 <TITLE>FEATURE: <!--#echo var="FEAT_quell-content-id"--></TITLE>
32855 </HEAD>
32856 <BODY>
32857 <H1>FEATURE: <!--#echo var="FEAT_quell-content-id"--></H1>
32859 This feature changes the behavior of Alpine when sending messages.
32860 It is intended to work around a bug in Microsoft's Outlook XP mail user
32861 agent.
32862 As of this writing, Microsoft has acknowledged the bug but
32863 has not added it to the Knowledge Base.
32864 We have been told that there will be a post-SP1 hotfix for Outlook XP.
32865 This particular bug has bug fix number OfficeQFE:4781.
32866 The nature of the bug is that messages with attachments that
32867 contain a Content-ID header (which standard Alpine attachments do)
32868 do not show the attachment indicator (a paperclip) when viewed with
32869 Outlook XP.
32870 So the user has no indication that the message contains an attachment.
32873 If this feature is set then Alpine will remove most Content-ID headers
32874 before sending a message.
32875 If an attachment is of type MESSAGE, then the existing Content-ID headers
32876 inside the message will be left intact.
32877 This would only happen with Alpine if a message was forwarded as an attachment
32878 or if a message with a message attached was forwarded.
32879 Similarly if an attachment of type MULTIPART/ALTERNATIVE is forwarded,
32880 the Content-ID headers of the alternative parts will not be removed.
32883 Because the Content-ID header is a standard part of MIME it is possible
32884 that setting this feature will break something.
32885 For example, if an attachment has a Content-ID header that is necessary
32886 for the correct functioning of that attachment, it is possible that Alpine
32887 may remove that header when the attachment is forwarded.
32888 However, it seems fairly safe at this time.
32891 <UL>   
32892 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32893 </UL><P>
32894 &lt;End of help on this topic&gt;
32895 </BODY>
32896 </HTML>
32897 ====== h_config_winpos_in_config =====
32898 <HTML>
32899 <HEAD>
32900 <TITLE>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></TITLE>
32901 </HEAD>
32902 <BODY>
32903 <H1>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></H1>
32905 PC-Alpine only.
32908 Normally, PC-Alpine will store its window size and position in the
32909 Windows Registry.
32910 This is convenient if you want to use the same remote
32911 configuration from more than one PC.
32912 If you use multiple configuration files to start PC-Alpine, you may want
32913 to store the window size and position in the configuration file instead
32914 of in the Registry.
32915 Setting this feature causes the value to be stored in 
32916 <A HREF="h_config_window_position">Window-Position</A>.
32919 <UL>   
32920 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32921 </UL><P>
32922 &lt;End of help on this topic&gt;
32923 </BODY>
32924 </HTML>
32925 ====== h_config_quell_ssl_largeblocks =====
32926 <HTML>
32927 <HEAD>
32928 <TITLE>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></TITLE>
32929 </HEAD>
32930 <BODY>
32931 <H1>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></H1>
32933 PC-Alpine only.
32935 This feature changes the behavior of fetching messages
32936 and attachments so that the message data is fetched in chunks no larger
32937 than 12K bytes.
32938 This works around a bug in Microsoft's SSL/TLS support.
32939 Some versions of Microsoft SSL are not able to read full-sized (16K)
32940 SSL/TLS packets.
32941 Some servers will send such packets and this will
32942 cause PC-Alpine to crash with the error
32945 <CENTER><SAMP>incomplete SecBuffer exceeds maximum buffer size</SAMP></CENTER>
32948 Microsoft is aware of the problem and has developed a hotfix for it, it is
32949 discussed in article 300562 in the Microsoft Knowledge Base.
32951 <UL>   
32952 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32953 </UL><P>
32954 &lt;End of help on this topic&gt;
32955 </BODY>
32956 </HTML>
32957 ====== h_config_quell_partial =====
32958 <HTML>
32959 <HEAD>
32960 <TITLE>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></TITLE>
32961 </HEAD>
32962 <BODY>
32963 <H1>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></H1>
32965 Partial fetching is a feature of the IMAP protocol.
32966 By default, Alpine
32967 will use partial fetching when copying the contents of a message or attachment
32968 from the IMAP server to Alpine.
32969 This means that the fetch will be done in many
32970 small chunks instead of one big chunk. The main benefit of this approach is
32971 that the fetch becomes interruptible. That is, the user can type <EM>^C</EM>
32972 to stop the fetch early. In some cases partial fetching may cause a performance
32973 problem so that the fetching of data takes significantly longer when partial
32974 fetching is used. Turning on this feature will turn off partial fetching.
32976 <UL>   
32977 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32978 </UL><P>
32979 &lt;End of help on this topic&gt;
32980 </BODY>
32981 </HTML>
32982 ====== h_config_quell_personal_name_prompt =====
32983 <HTML>
32984 <HEAD>
32985 <TITLE>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></TITLE>
32986 </HEAD>
32987 <BODY>
32988 <H1>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></H1>
32990 PC-Alpine only.  This feature quells the prompting for a 
32991 <A HREF="h_config_pers_name">personal name</A>.  This
32992 prompt normally happens before composing a message, and only happens when
32993 there is no personal name already set.
32995 <UL>   
32996 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32997 </UL><P>
32998 &lt;End of help on this topic&gt;
32999 </BODY>
33000 </HTML>
33001 ====== h_config_quell_user_id_prompt =====
33002 <HTML>
33003 <HEAD>
33004 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></TITLE>
33005 </HEAD>
33006 <BODY>
33007 <H1>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></H1>
33009 PC-Alpine only.  This feature quells the prompting for a 
33010 <A HREF="h_config_user_id"><!--#echo var="VAR_user-id"--></A>
33011 if the information can be obtained from the login name used
33012 to open the INBOX.  Normally, this prompt happens before composing
33013 a message, and only happens when there is no user-id already set
33014 in the configuration.
33016 With this feature set, composing a message is only possible after
33017 establishing a connection to the INBOX.
33019 <UL>   
33020 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33021 </UL><P>
33022 &lt;End of help on this topic&gt;
33023 </BODY>
33024 </HTML>
33025 ====== h_config_save_aggregates =====
33026 <HTML>
33027 <HEAD>
33028 <TITLE>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></TITLE>
33029 </HEAD>
33030 <BODY>
33031 <H1>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></H1>
33033 This feature will optimize an aggregate copy operation, if
33034 possible, by issuing a single IMAP <EM>COPY</EM> command with a
33035 list of the messages to be copied.
33036 This feature is set by default.
33037 This may reduce network traffic and elapsed time for the Save.
33038 <EM>However, many IMAP servers (including the UW IMAP server) do
33039 not preserve the order of messages when this optimization is applied.</EM>
33040 If this feature is not set, 
33041 Alpine will copy each message individually and the order of the messages
33042 will be preserved.
33044 <UL>   
33045 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33046 </UL><P>
33047 &lt;End of help on this topic&gt;
33048 </BODY>
33049 </HTML>
33050 ====== h_config_use_system_translation =====
33051 <HTML>
33052 <HEAD>
33053 <TITLE>FEATURE: Use System Translation</TITLE>
33054 </HEAD>
33055 <BODY>
33056 <H1>FEATURE: Use System Translation</H1>
33058 UNIX Alpine only.
33060 Alpine normally uses its own internal software to convert between the multi-byte
33061 representation of characters and the Unicode representation of those
33062 same characters.
33063 It converts from the multi-byte characters your keyboard produces to Unicode,
33064 and from Unicode to the multi-byte characters your display expects.
33065 Alpine also uses its own internal software to decide how much space on
33066 the screen a particular Unicode character will occupy.
33069 Setting this feature tells Alpine to use the system-supplied routines to
33070 perform these tasks instead.
33071 In particular there are three tasks and three system routines that will
33072 be used for these tasks.
33075 To convert from multi-byte to Unicode the routine
33078 <CENTER><SAMP>mbstowcs</SAMP></CENTER>
33081 is used.
33082 To convert from Unicode to multi-byte the routine
33085 <CENTER><SAMP>wcrtomb</SAMP></CENTER>
33088 is used.
33089 And to find the screen width a particular Unicode character will
33090 occupy the routine used is
33093 <CENTER><SAMP>wcwidth</SAMP></CENTER>
33096 This feature has been only lightly tested.
33097 The internal routines should normally be used unless you run into
33098 a problem that you think may be solved by using the system routines.
33099 Note that your environment needs to be set up for these
33100 routines to work correctly.
33101 In particular, the LANG or LC_CTYPE variable in your environment will
33102 need to be set.
33105 <UL>   
33106 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33107 </UL><P>
33108 &lt;End of help on this topic&gt;
33109 </BODY>
33110 </HTML>
33111 ====== h_config_suspend_spawns =====
33112 <HTML>
33113 <HEAD>
33114 <TITLE>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></TITLE>
33115 </HEAD>
33116 <BODY>
33117 <H1>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></H1>
33119 This feature affects Alpine's behavior when process suspension is enabled
33120 and then activated via the Ctrl-Z key.  Alpine suspension allows one to
33121 temporarily interact with the operating system command &quot;shell&quot; 
33122 without
33123 quitting Alpine, and then subsequently resume the still-active Alpine session.
33126 When the <A HREF="h_config_can_suspend">&quot;<!--#echo var="FEAT_enable-suspend"-->&quot;</A> feature
33127 is set and subsequently the Ctrl-Z key
33128 is pressed, Alpine will normally suspend itself and return temporary control
33129 to Alpine's parent shell process.  However, if this feature is set, Alpine
33130 will instead create an inferior subshell process.  This is useful when the
33131 parent process is not intended to be used interactively.  Examples include
33132 invoking Alpine via the -e argument of the Unix &quot;xterm&quot; program, 
33133 or via a menu system.<P>
33135 Note that one typically resumes a suspended Alpine by entering the Unix
33136 &quot;fg&quot; command, but if this feature is set, it will be necessary to
33137 enter the &quot;exit&quot; command instead.
33139 <UL>   
33140 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33141 </UL><P>
33142 &lt;End of help on this topic&gt;
33143 </BODY>
33144 </HTML>
33145 ====== h_config_8bit_smtp =====
33146 <HTML>
33147 <HEAD>
33148 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></TITLE>
33149 </HEAD>
33150 <BODY>
33151 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></H1>
33153 This feature affects Alpine's behavior when sending mail.
33154 By default, this feature is set.
33155 Internet standards
33156 require that all electronic mail messages traversing the global Internet
33157 consist of 7bit ASCII characters unless a pair of cooperating mail 
33158 transfer agents explicitly agree to allow 8bit messages.  In general, 
33159 then, exchanging messages in non-ASCII characters requires MIME encoding.
33161 However, there are now Internet standards that allow for unencoded 8bit
33162 exchange of messages between cooperating systems.  When this feature is set
33163 Alpine will try to negotiate unencoded 8bit transmission during the
33164 sending process.  Should the negotiation fail, Alpine will fall back to its
33165 ordinary encoding rules. 
33167 Note, this feature relies on your system's mail transport agent or
33168 configured <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
33169 having the negotiation mechanism introduced in
33170 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
33171 &quot;8BITMIME&quot;. 
33173 ESMTP allows for graceful migration to upgraded mail transfer agents, but
33174 it is possible that this feature might cause problems for some servers. 
33175 <P><UL>
33176 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33177 </UL>
33178 <P>&lt;End of help on this topic&gt;
33179 </BODY>
33180 </HTML>
33181 ====== h_config_8bit_nntp =====
33182 <HTML>
33183 <HEAD>
33184 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></TITLE>
33185 </HEAD>
33186 <BODY>
33187 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></H1>
33189 This feature affects Alpine's behavior when posting news.  
33193 The Internet standard for exchanging USENET news messages (RFC-1036)
33194 specifies that USENET messages should conform to Internet mail standards
33195 and contain only 7bit characters, but much of the news transport software
33196 in use today is capable of successfully sending messages containing 8bit
33197 characters.  Hence, many people believe that it is appropriate to send 8bit
33198 news messages without any MIME encoding.
33202 Moreover, there is no Internet standard for explicitly negotiating 8bit
33203 transfer, as there is for Internet email.  Therefore, Alpine provides the
33204 option of posting unencoded 8bit news messages, though not as the default.
33205 Setting this feature will turn OFF Alpine's MIME encoding of newsgroup
33206 postings that contain 8bit characters. 
33210 Note, articles may cross a path or pass through news transport software
33211 that is unsafe or even hostile to 8bit characters.  At best this will only
33212 cause the posting to become garbled.  The safest way to transmit 8bit
33213 characters is to leave Alpine's MIME encoding turned on, but recipients
33214 who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
33215 messages.
33217 &lt;End of help on this topic&gt;
33218 </BODY>
33219 </HTML>
33220 ====== h_config_mark_for_cc =====
33221 <HTML>
33222 <HEAD>
33223 <TITLE>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></TITLE>
33224 </HEAD>
33225 <BODY>
33226 <H1>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></H1>
33228 This feature affects Alpine's MESSAGE INDEX display.
33229 By default, a '+' is displayed in the first column if the
33230 message is addressed directly to you.
33231 When this feature is set and the message is not addressed to you, then a
33232 '-' character is displayed if the message is instead Cc'd directly
33233 to you.
33236 <UL>   
33237 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33238 </UL><P>
33239 &lt;End of help on this topic&gt;
33240 </BODY>
33241 </HTML>
33242 ====== h_config_tab_uses_unseen =====
33243 <HTML>
33244 <HEAD>
33245 <TITLE>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></TITLE>
33246 </HEAD>
33247 <BODY>
33248 <H1>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></H1>
33250 This feature affects Alpine's behavior when using the TAB
33251 <A HREF="h_common_nextnew">NextNew Command</A>
33252 to move from one folder to the next.
33253 Alpine's usual behavior is to search for folders
33254 with <EM>Recent</EM> messages in them.
33255 Recent messages are messages that have arrived since the last time the
33256 folder was opened.
33259 Setting this feature causes Alpine to search for <EM>Unseen</EM>
33260 messages instead of Recent messages.
33261 Unseen messages remain Unseen until you view them (or flag then as Seen with
33262 the <A HREF="h_common_flag">Flag Command</A>).
33263 Setting this feature allows you to locate messages you have not read
33264 instead of only recently received messages.
33265 When this feature is set, the feature
33266 <A HREF="h_config_fast_recent">&quot;<!--#echo var="FEAT_enable-fast-recent-test"-->&quot;</A>
33267 will have no effect, so the checking may be slower.
33270 Another reason why you might want to use this feature is that Alpine sometimes
33271 opens folders implicitly behind the scenes, and this clears the
33272 Recent status of all messages in the folder.
33273 One example where this happens is when Saving or filtering a
33274 message to another folder.
33275 If that message has some <A HREF="h_config_keywords">keywords</A>
33276 set, then because of some shortcomings
33277 in the IMAP specification, the best way to ensure that those keywords are
33278 still set in the saved copy of the message is to open the folder and
33279 set the keywords explicitly.
33280 Because this clears the Recent status of all messages in that folder the
33281 folder will not be found by the NextNew command unless this feature is set.
33284 &lt;End of help on this topic&gt;
33285 </BODY>
33286 </HTML>
33287 ====== h_config_tab_new_only =====
33288 <HTML>
33289 <HEAD>
33290 <TITLE>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></TITLE>
33291 </HEAD>
33292 <BODY>
33293 <H1>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></H1>
33295 This feature affects Alpine's behavior when using the TAB key to move from
33296 one message to the next.  Alpine's usual behavior is to select the next
33297 unread message or message flagged as "Important".
33301 Setting this feature causes Alpine to skip the messages flagged as important,
33302 and select unread messages exclusively.  Tab behavior when there are no
33303 new messages left to select remains unchanged.
33305 &lt;End of help on this topic&gt;
33306 </BODY>
33307 </HTML>
33308 ====== h_config_warn_if_subj_blank =====
33309 <HTML>
33310 <HEAD>
33311 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></TITLE>
33312 </HEAD>
33313 <BODY>
33314 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></H1>
33316 This feature affects Alpine's behavior when you send a message being
33317 composed.
33318 If this option is set, Alpine will check to see if the message about to be sent
33319 has a subject or not.
33320 If not, you will be asked if you want to send the message anyway.
33323 <UL>   
33324 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33325 </UL><P>
33326 &lt;End of help on this topic&gt;
33327 </BODY>
33328 </HTML>
33329 ====== h_config_warn_if_fcc_blank =====
33330 <HTML>
33331 <HEAD>
33332 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></TITLE>
33333 </HEAD>
33334 <BODY>
33335 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></H1>
33337 This feature affects Alpine's behavior when you send a message being
33338 composed.
33339 If this option is set, Alpine will check to see if the message about to be sent
33340 has an Fcc or not.
33341 If not, you will be asked if you want to send the message anyway.
33344 <UL>   
33345 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33346 </UL><P>
33347 &lt;End of help on this topic&gt;
33348 </BODY>
33349 </HTML>
33350 ====== h_config_warn_if_no_to_or_cc =====
33351 <HTML>
33352 <HEAD>
33353 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></TITLE>
33354 </HEAD>
33355 <BODY>
33356 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></H1>
33358 This feature affects Alpine's behavior when you send a message being
33359 composed.
33360 If this option is set, Alpine will check to see if the message about to be sent
33361 has either a To address, a Cc address, or a Newsgroup.
33362 If none of these is set,
33363 you will be asked if you want to send the message anyway.
33366 This feature is closely related to
33367 <A HREF="h_config_auto_fcc_only"><!--#echo var="FEAT_fcc-only-without-confirm"--></A>.
33368 Alpine will normally ask if you want to copy a message only to the Fcc.
33369 This feature also applies to cases where there is a Bcc but still no To, Cc,
33370 or Newsgroup.
33371 If the <!--#echo var="FEAT_fcc-only-without-confirm"--> feature is set and you are sending a
33372 message with only an Fcc, then you won't be asked about sending with
33373 a blank To and Cc and Newsgroups header even if this feature is set.
33374 Similarly, if you have already been asked if you want to send to the Fcc
33375 only and you have answered Yes, then you won't be asked again about sending with
33376 blank To, Cc, and Newsgroups headers even if this feature is set.
33379 <UL>   
33380 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33381 </UL><P>
33382 &lt;End of help on this topic&gt;
33383 </BODY>
33384 </HTML>
33385 ====== h_config_quell_dead_letter =====
33386 <HTML>
33387 <HEAD>
33388 <TITLE>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></TITLE>
33389 </HEAD>
33390 <BODY>
33391 <H1>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></H1>
33393 This feature affects Alpine's behavior when you cancel a message being
33394 composed.  Alpine's usual behavior is to write the canceled message to
33395 a file named 
33396 <!--chtml if pinemode="os_windows"-->
33397 &quot;DEADLETR&quot;,
33398 <!--chtml else-->
33399 &quot;dead.letter&quot; in your home directory,
33400 <!--chtml endif-->
33401 overwriting any previous message. Under
33402 some conditions (some routine), this can introduce a noticeable delay.
33403 Setting this feature will cause Alpine NOT to write canceled compositions
33404 into the file.
33406 NOTE: Enabling this feature means NO record of canceled messages is
33407 maintained.
33409 This feature affects the newer option
33410 <A HREF="h_config_deadlets"><!--#echo var="VAR_dead-letter-files"--></A>, which specifies the
33411 number of dead letter files to keep around.
33412 If this feature is set, then the <!--#echo var="VAR_dead-letter-files"--> option has no effect.
33414 <UL>   
33415 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33416 </UL><P>
33417 &lt;End of help on this topic&gt;
33418 </BODY>
33419 </HTML>
33420 ====== h_config_quell_beeps =====
33421 <HTML>
33422 <HEAD>
33423 <TITLE>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></TITLE>
33424 </HEAD>
33425 <BODY>
33426 <H1>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></H1>
33428 This feature affects Alpine's behavior when it displays status message
33429 (e.g., Error complaints, New mail warnings, etc).  Setting this feature
33430 will not affect the display of such messages, but will cause those that
33431 emit a beep to become silent.
33434 <UL>   
33435 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33436 </UL><P>
33437 &lt;End of help on this topic&gt;
33438 </BODY>
33439 </HTML>
33440 ====== h_config_suppress_user_agent =====
33441 <HTML>
33442 <HEAD>
33443 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></TITLE>
33444 </HEAD>
33445 <BODY>
33446 <H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
33448 If this feature is set then Alpine will not generate a
33449 <CODE>User-Agent</CODE> header in outgoing messages.
33451 <UL>   
33452 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33453 </UL><P>
33454 &lt;End of help on this topic&gt;
33455 </BODY>
33456 </HTML>
33457 ====== h_config_quell_lock_failure_warnings =====
33458 <HTML>
33459 <HEAD>
33460 <TITLE>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></TITLE>
33461 </HEAD>
33462 <BODY>
33463 <H1>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></H1>
33465 This feature affects Alpine's behavior when it encounters a problem
33466 acquiring a mail folder lock.  Typically, a secondary file associated
33467 with the mail folder being opened is created as part of the locking
33468 process.  On some systems, such file creation has been administratively
33469 precluded by the system configuration.
33471 Alpine issues a warning when such failures occur, which can become bothersome
33472 if the system is configured to disallow such actions.  Setting this
33473 feature causes Alpine to remain silent when this part of lock creation fails.
33475 WARNING: systems that have been configured in a way that precludes locking
33476 introduce some risk of mail folder corruption when more than one program
33477 attempts to modify the mail folder.  This is most likely to occur to one's
33478 INBOX or other incoming message folder. 
33480 See also <A HREF="h_info_on_locking">&quot;What Systems Managers Need to Know about Alpine File Locking&quot;</A>.
33482 <UL>   
33483 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33484 </UL><P>
33485 &lt;End of help on this topic&gt;
33486 </BODY>
33487 </HTML>
33488 ====== h_config_enable_role_take ======
33489 <HTML>
33490 <HEAD>
33491 <TITLE>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></TITLE>
33492 </HEAD>
33493 <BODY>
33494 <H1>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></H1>
33496 Normally, the Take command takes addresses from a message and helps you
33497 put them into your Address Book.
33498 If you use Rules for Indexcolors, Roles, Filtering, or Scoring;
33499 you may find it useful
33500 to be able to Take information from a message's headers and put it into
33501 a new Rule.
33502 When this feature is set, you will be given an extra prompt that gives
33503 you the choice to Take into the Address Book or Take into a rule.
33504 <P><UL>
33505 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33506 </UL>
33508 &lt;End of help on this topic&gt;
33509 </BODY>
33510 </HTML>
33511 ====== h_config_enable_take_export ======
33512 <HTML>
33513 <HEAD>
33514 <TITLE>FEATURE: <!--#echo var="FEAT_enable-take-export"--></TITLE>
33515 </HEAD>
33516 <BODY>
33517 <H1>FEATURE: <!--#echo var="FEAT_enable-take-export"--></H1>
33519 Normally, the Take command takes addresses from a message and helps you
33520 put them into your Address Book.
33521 When this feature is set, you will be given an extra prompt that gives you
33522 the choice to Take addresses into a file instead of your Address
33523 Book.
33524 Only the user@domain_name part of the address is put in the file.
33525 <P><UL>
33526 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33527 </UL>
33529 &lt;End of help on this topic&gt;
33530 </BODY>
33531 </HTML>
33532 ====== h_config_quell_folder_internal_msg ======
33533 <HTML>
33534 <HEAD>
33535 <TITLE>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></TITLE>
33536 </HEAD>
33537 <BODY>
33538 <H1>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></H1>
33540 This feature determines whether or not Alpine will create 
33541 &quot;pseudo messages&quot; in folders that are in standard Unix or 
33542 MMDF format. <P> 
33544 Alpine will normally create these pseudo messages when they are not already
33545 present in a standard Unix or MMDF folder.  Their purpose is to record
33546 certain mailbox state data needed for correct IMAP and POP server
33547 operation, and also for Alpine to be able to mark messages as Answered when
33548 the Reply has been postponed.<P>
33550 Sites that do not use IMAP/POP for remote mail access, and that need to
33551 support mail tools that are adversely affected by the presence of the
33552 pseudo-messages (e.g. some mail notification tools) may enable this
33553 feature to tell Alpine not to create them.  Note that Alpine's 
33554 &quot;Answered&quot; flag
33555 capability will be adversely affected if this is done.<P>
33557 Note too that, even if this feature is enabled, Alpine will not remove
33558 pseudo-messages when it encounters them (e.g. those created by UW's imapd
33559 or ipopd servers.) This feature has no effect on folders that are not in
33560 standard Unix or MMDF format, as pseudo-messages are not needed in the
33561 other formats to record mailbox state information.
33562 <P><UL>
33563 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33564 </UL>
33566 &lt;End of help on this topic&gt;
33567 </BODY>
33568 </HTML>
33569 ====== h_config_mulnews_as_typed ======
33570 <HTML>
33571 <HEAD>
33572 <TITLE>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></TITLE>
33573 </HEAD>
33574 <BODY>
33575 <H1>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></H1>
33577 This feature will be of little use to most users.
33578 It has no effect unless the feature
33579 <A HREF="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></A>
33580 is set.
33582 When the <!--#echo var="FEAT_enable-multiple-newsrcs"--> feature is set
33583 then the setting of this feature may have an effect on the names of the
33584 newsrc files used.
33585 Normally, the name of the news server will be canonicalized before it is
33586 used in the newsrc file name.
33587 For example, if you type the news server name
33590 <CENTER><SAMP>servername</SAMP></CENTER>
33593 it is likely that the canonical name will be something like
33596 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
33599 Or it may be the case that
33602 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
33605 is really an alias (a DNS CNAME) for
33608 <CENTER><SAMP>othername.example.com</SAMP></CENTER>
33611 If this feature is not set, then the canonicalized names will be used.
33612 If this feature is set, then the name you typed in (or put in your
33613 configuration) will be used.
33615 <P><UL>
33616 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33617 </UL>
33619 &lt;End of help on this topic&gt;
33620 </BODY>
33621 </HTML>
33622 ====== h_config_quell_empty_dirs ======
33623 <HTML>
33624 <HEAD>
33625 <TITLE>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></TITLE>
33626 </HEAD>
33627 <BODY>
33628 <H1>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></H1>
33630 This feature causes Alpine to remove from the display any directories
33631 that do not contain at least one file or directory.  This can be useful
33632 to prevent overly cluttered folder lists when a collection is stored on
33633 a server that treats all names as both a folder and a directory.
33636 Note, enabling this feature can cause surprising behavior!  For example,
33637 you can still use Add to create a directory, but unless you immediately
33638 enter that directory and create a folder, that newly created directory
33639 may not be displayed next time you enter the folder list.
33642 The description above is not quite correct.
33643 Only directories which potentially may hold messages are hidden if empty.
33644 That is, a directory which is really just a directory and is not selectable
33645 as a folder will not be hidden.
33646 Such directories can occur on servers that treat most names as both a folder
33647 and a directory.
33648 These directories are typically created implicitly when a folder is created
33649 inside a directory that does not yet exist.
33652 <UL>   
33653 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33654 </UL><P>
33655 &lt;End of help on this topic&gt;
33656 </BODY>
33657 </HTML>
33658 ====== h_config_termcap_wins =====
33659 <HTML>
33660 <HEAD>
33661 <TITLE>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></TITLE>
33662 </HEAD>
33663 <BODY>
33664 <H1>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></H1>
33666 This feature may affect Alpine's low-level input routines.  Termcap (or
33667 terminfo, depending on how your copy of Alpine was compiled and linked)
33668 is the name of the database that describes terminal capabilities.  In
33669 particular, it describes the sequences of characters that various keys
33670 will emit.
33673 An example would be the Up Arrow key on the keyboard.  Up
33674 Arrow is not a distinct character on most Unix systems.  When you press
33675 the Up Arrow key a short sequence of characters are produced.  This
33676 sequence is supposed to be described in the termcap database by the
33677 &quot;ku&quot; capability (or by the &quot;kcuu1&quot; capability if you
33678 are using terminfo instead of termcap).
33681 By default, Alpine defines some terminal
33682 escape sequences that are commonly used.  For example, the sequence
33683 &quot;ESC&nbsp;O&nbsp;A&quot; is recognized as an Up Arrow key.  The sequence
33684 &quot;ESC&nbsp;[&nbsp;A&quot;
33685 is also recognized as an Up Arrow key.  These are chosen because common
33686 terminals like VT100's or ANSI standard terminals produce these
33687 sequences when you press the Up Arrow key.
33690 If your system's termcap
33691 (terminfo) database assigns some other function to the sequence
33692 &quot;ESC&nbsp;O&nbsp;A&quot;
33693 it is usually ignored by Alpine.  Also, if your termcap (terminfo)
33694 database assigns a sequence that doesn't begin with an escape
33695 character (<SAMP>ESC</SAMP>) it is usually ignored by Alpine.
33696 This usually works fine
33697 because most terminals emit the escape sequences that Alpine has defined
33698 by default.  We have also found that it is usually better to have these
33699 defaults take precedence over the definitions contained in the database
33700 because the defaults are more likely to be correct than the database.
33703 There are some terminals where this breaks down.  If you want Alpine to
33704 believe the definitions given in your termcap (terminfo) database in
33705 preference to the defaults the Alpine itself sets up, then you may turn
33706 this feature on.  Then, sequences of characters that are defined in
33707 both termcap (terminfo) and in Alpine's set of defaults will be
33708 interpreted the way that termcap (terminfo) says they should be
33709 interpreted.  Also, if your terminal capabilities database assigns a
33710 sequence that doesn't begin with escape, it will not be ignored.
33713 <UL>   
33714 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33715 </UL><P>
33716 &lt;End of help on this topic&gt;
33717 </BODY>
33718 </HTML>
33719 ====== h_config_cruise_mode =====
33720 <HTML>
33721 <HEAD>
33722 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></TITLE>
33723 </HEAD>
33724 <BODY>
33725 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></H1>
33727 This feature affects Alpine's behavior when you hit the
33728 &quot;Space&nbsp;Bar&quot; at
33729 the end of a displayed message.  Typically, Alpine complains that the end
33730 of the text has already been reached.  Setting this feature causes such
33731 keystrokes to be interpreted as if the &quot;Tab&quot; key had been hit, thus
33732 taking you to the next &quot;interesting&quot; message,
33733 or scanning ahead to the 
33734 next incoming folder with &quot;interesting&quot; messages.
33737 <UL>   
33738 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33739 </UL><P>
33740 &lt;End of help on this topic&gt;
33741 </BODY>
33742 </HTML>
33743 ====== h_config_cruise_mode_delete =====
33744 <HTML>
33745 <HEAD>
33746 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></TITLE>
33747 </HEAD>
33748 <BODY>
33749 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></H1>
33751 This feature modifies the behavior of Alpine's 
33752 <A HREF="h_config_cruise_mode">&quot;<!--#echo var="FEAT_enable-cruise-mode"-->&quot;</A> feature.  
33753 Setting this feature causes Alpine to implicitly delete read
33754 messages when it moves on to display the next &quot;interesting&quot; message.
33756 NOTE: Beware when enabling this feature AND the 
33757 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A> 
33758 feature.
33760 <UL>   
33761 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33762 </UL><P>
33763 &lt;End of help on this topic&gt;
33764 </BODY>
33765 </HTML>
33766 ====== h_config_slash_coll_entire =====
33767 <HTML>
33768 <HEAD>
33769 <TITLE>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></TITLE>
33770 </HEAD>
33771 <BODY>
33772 <H1>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></H1>
33774 The slash (/) command is available from the MESSAGE INDEX screen when
33775 the folder is sorted by either Threads or OrderedSubject, and the
33776 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
33777 is set to something other than &quot;none&quot;.
33778 Normally, the slash command Collapses or Expands the subthread that
33779 starts at the currently highlighted message, if any.
33780 If this option is set, then the slash command Collapses or Expands the
33781 <EM>entire</EM> current thread instead of just the subthread.
33782 The current thread is simply the top-level thread that contains the
33783 current message.
33786 <UL>   
33787 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33788 </UL><P>
33789 &lt;End of help on this topic&gt;
33790 </BODY>
33791 </HTML>
33792 ====== h_config_color_thrd_import =====
33793 <HTML>
33794 <HEAD>
33795 <TITLE>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></TITLE>
33796 </HEAD>
33797 <BODY>
33798 <H1>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></H1>
33800 This option affects only the THREAD INDEX screen.
33801 Whether or not you ever see a THREAD INDEX screen depends on the setting
33802 of the configuration option
33803 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
33804 and on the sort order of the index.
33807 If a message within a thread is flagged as Important
33808 and this option is set, then
33809 the entire line in the THREAD INDEX will be colored the color of the
33810 Index-important Symbol, which can be set using the
33811 <A HREF="h_color_setup">Setup Kolor</A> screen.
33814 <UL>   
33815 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33816 </UL><P>
33817 &lt;End of help on this topic&gt;
33818 </BODY>
33819 </HTML>
33820 ====== h_config_allow_goto =====
33821 <HTML>
33822 <HEAD>        
33823 <TITLE>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></TITLE>
33824 </HEAD>
33825 <BODY>
33826 <H1>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></H1>
33828 This feature modifies the behavior of Alpine's file browser.  Setting this
33829 feature causes Alpine to offer the "G Goto" command in the file browser.
33830 That is the default.
33834 The Goto command allows you to explicitly type in the desired directory.
33836 &lt;End of help on this topic&gt;
33837 </BODY></HTML>
33838 ====== h_config_add_ldap =====
33839 <HTML>
33840 <HEAD>
33841 <TITLE>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></TITLE>
33842 </HEAD>
33843 <BODY>
33844 <H1>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></H1>
33846 If both the Directory option
33847 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>  
33848 and this feature are set,
33849 then when an implicit directory lookup is done from the
33850 composer you will automatically be prompted to add the result of the
33851 directory lookup to your address book.
33853 <UL>   
33854 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33855 </UL><P>
33856 &lt;End of help on this topic&gt;
33857 </BODY>
33858 </HTML>
33859 ===== h_patterns_compat_behavior =====
33860 <HTML>
33861 <HEAD>
33862 <TITLE>Rules Behavior Changes in Pine 4.50</TITLE>
33863 </HEAD>
33864 <BODY>
33865 <H1>Rules Behavior Changes in Pine 4.50</H1>
33867 In Alpine, Rules that contain unrecognized elements
33868 are ignored.
33869 In most cases, the unrecognized elements will be something that was
33870 added as a new Rules feature in a later version of Alpine.
33871 In versions of Pine <EM>prior</EM> to 4.50, Pine did <EM>not</EM>
33872 ignore rules that contained unrecognized elements.
33873 For example, a new element of Rules that was added in Pine 4.50 is
33874 Age interval.
33875 Suppose you add an Indexcolor rule, using version Pine 4.50 or later, that colors
33876 all messages older than a week red.
33877 Now, if you run Pine 4.44 using that same configuration file, it will not
33878 recognize the Age interval and so will just ignore it.
33879 That means that all messages will match that rule so all messages will
33880 be colored red when using Pine version 4.44.
33883 This behavior was considered a bug so it is fixed in Alpine and Pine 4.50 and later.
33884 However, since the behavior still exists in versions prior to Pine 4.50 and
33885 since Filtering is a potentially destructive operation, another measure
33886 was taken to attempt to avoid unintentional Filtering of messages.
33887 The first time that you run Alpine or a Pine that is version 4.50 or greater,
33888 the rules in your Filters configuration variable (&quot;Patterns-Filters&quot;)
33889 will be copied to a new Filters configuration variable
33890 with a different name (&quot;Patterns-Filters2&quot;).
33891 From then on, Alpine will continue to use the new
33892 variable.
33893 Of course, Pine version 4.44 or lower will continue to use the old
33894 variable.
33895 That means that if you are using Alpine
33896 and also using a version of Pine that is older than 4.50, they will not
33897 share the configuration information about Filters.
33898 If you make a change in one version you won't see it in the other version.
33901 Since Scoring can be used to trigger Filtering, the same thing has been
33902 done for Score rules.
33903 The old configuration variable name is (&quot;Patterns-Scores&quot;)
33904 and the new name is (&quot;Patterns-Scores2&quot;).
33905 The same is not true of Role, Indexcolor, and Other rules that are
33906 thought to be less harmful when a mistake is made.
33909 &lt;End of help on this topic&gt;
33910 </BODY>
33911 </HTML>
33912 ======= h_config_filt_opts_sentdate =======
33913 <HTML>
33914 <HEAD>
33915 <TITLE>PATTERN FEATURE: Use-Date-Header-For-Age</TITLE>
33916 </HEAD>
33917 <BODY>
33918 <H1>PATTERN FEATURE: Use-Date-Header-For-Age</H1>
33920 By default, the Age interval of a Pattern uses a message's time of
33921 arrival to compute the age of the message.
33922 If this feature is set, the date in the message's Date header will
33923 be used instead.
33925 &lt;End of help on this topic&gt;
33926 </BODY>
33927 </HTML>
33928 ======= h_config_filt_opts_notdel =======
33929 <HTML>
33930 <HEAD>
33931 <TITLE>FILTER FEATURE: Move-Only-if-Not-Deleted</TITLE>
33932 </HEAD>
33933 <BODY>
33934 <H1>FILTER FEATURE: Move-Only-if-Not-Deleted</H1>
33936 If this option is set then a message will be moved into the
33937 specified folder only if it is not marked for deletion.
33938 This is useful if you have multiple Alpine sessions running
33939 simultaneously and you don't want messages to be filtered into a
33940 folder more than once.
33941 It is also useful if you want to filter
33942 only the &quot;undeleted&quot; messages in a newsgroup into a folder.
33943 This method is not foolproof.
33944 There may be cases where a message
33945 gets marked deleted and so it is never filtered into the folder.
33946 For example, if you deleted it in another Alpine session or another mail
33947 program that didn't use the filtering rule.
33949 This option has no effect if the Filter Action is not set to Move.
33951 &lt;End of help on this topic&gt;
33952 </BODY>
33953 </HTML>
33954 ======= h_config_filt_opts_nonterm =======
33955 <HTML>
33956 <HEAD>
33957 <TITLE>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</TITLE>
33958 </HEAD>
33959 <BODY>
33960 <H1>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</H1>
33962 If this option is set then this is a non-terminating rule.
33963 Usually, for each message, Alpine searches through the Filter Rules until
33964 a match is found and then it performs the action associated with that rule.
33965 Rules following the match are not considered.
33966 If this option is set then the search for matches will continue at the next
33967 rule.
33969 If a non-terminating rule matches then the actions associated with
33970 that rule, except for any implied deletion of the message, are performed
33971 before the match for the next rule is checked.
33972 For example, if the non-terminating rule sets the Important status, then that
33973 status will be set when the next rule is considered.
33974 However, if the non-terminating rule Moves the message, the message will
33975 actually be copied instead of copied and deleted so that it is still there
33976 for the next rule.
33977 A moved message is deleted after all the relevant rules have been checked.
33978 The name of the &quot;Move&quot; action is confusing in this case because
33979 a single message can be moved to more than one folder.
33980 It turns the Move into a Copy instead, but it is still followed by a deletion
33981 at the end.
33983 This option may be useful if you want to have a single message filtered to
33984 two different folders because it matches two different Patterns.
33985 For example, suppose you normally filter messages to a particular mailing
33986 list into one folder, and messages addressed directly to you into a second
33987 folder.
33988 If a message is sent to both you and the list (and you can tell that by
33989 looking at the headers of the message) this option may give you a convenient
33990 way to capture a copy to each folder.
33991 (It may also cause you to capture two copies to each folder,
33992 depending on whether your mail system delivers one or two copies of the
33993 message to you and on how the list works.)
33995 &lt;End of help on this topic&gt;
33996 </BODY>
33997 </HTML>
33998 ===== h_mainhelp_smime ======
33999 <HTML>
34000 <HEAD>
34001 <TITLE>S/MIME Overview</TITLE>
34002 </HEAD>
34003 <BODY>
34004 <H1>S/MIME Overview</H1>
34006 S/MIME is a standard for the public key encryption and signing of email.
34007 UNIX Alpine contains a basic implementation of S/MIME based on
34008 the <A HREF="http://www.openssl.org/">OpenSSL</A> libraries.
34009 To check if this version of Alpine supports S/MIME look at
34010 <A HREF="X-Alpine-Config:">Supported Options in this Alpine</A> and look
34011 for &quot;S/MIME&quot; under the &quot;Encryption&quot; heading.
34013 Some limitations:
34014 <UL>
34015    <LI> There is no PC-Alpine implementation.
34016    <LI> There is no provision for checking for CRLs
34017         (Certificate Revocation Lists) in Alpine.
34018    <LI> This built-in S/MIME implementation is not compatible with and does not help with PGP.
34019    <LI> There is no mechanism available for feeding either an entire incoming
34020         or an entire outgoing message to an external
34021         filter and using that external filter to do S/MIME or PGP processing.
34022    <LI> Because the implementation currently uses OpenSSL, there is only a very
34023         limited integration with the Mac OS Keychain (the storing and access of
34024         public certificates).
34025    <LI> There is no way to view or manipulate the lists of certificates from
34026         within Alpine.
34027 </UL>
34029 The S/MIME configuration screen is reached by going to the Main Menu and typing
34030 the &quot;S&nbsp;Setup&quot; command followed by &quot;M&nbsp;S/MIME&quot;.
34033 <H2>S/MIME BASICS</H2>
34035 In order to digitally sign messages you send you must have a public/private key-pair.
34036 This may be obtained from a public Certificate Authority (CA) such as Thawte, Verisign, Comodo,
34037 or GoDaddy; or from a smaller CA such as a university which provides certificates for its
34038 users or a company which provides certificates for its workers.
34039 These certificates are bound to an email address, so the identity being verified is the
34040 email address not a person's name.
34042 Mail is signed by using the sender's private key, which only the owner of the private key
34043 has access to.
34044 The signature is verified using the signer's public key, which anyone can
34045 have access to.
34046 With Alpine, the first time you receive a signed message the public key of the
34047 sender will be stored for future use.
34050 Mail is encrypted using the recipient's public key and decrypted by
34051 the recipient with their private key.
34054 You need a key of your own in order to sign outgoing messages and to have others
34055 encrypt messages sent to you.
34056 You do not need a key of your own to verify signed messages sent by others or to
34057 encrypt messages sent to others.
34059 <H2>ALPINE S/MIME CERTIFICATE STORAGE</H2>
34061 By default UNIX Alpine stores the certificates it uses in a directory in your
34062 home directory.
34063 The directory name is
34065 <CENTER><SAMP>.alpine-smime</SAMP></CENTER>
34067 Within that directory are three subdirectories.
34068 Each of the three subdirectories contains files with PEM-encoded contents,
34069 the default format for OpenSSL.
34070 The &quot;<SAMP>public</SAMP>&quot; directory contains public certificates.
34071 The files within that directory have names that are email addresses with the
34072 suffix &quot;<SAMP>.crt</SAMP>&quot; appended.
34073 An example filename is
34075 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
34077 The &quot;<SAMP>private</SAMP>&quot; directory contains private keys, probably just one for
34078 your private key.
34079 These are also email addresses but with the suffix &quot;<SAMP>.key</SAMP>&quot; instead.
34080 The third directory is &quot;<SAMP>ca</SAMP>&quot; and it contains certificates for any Certificate
34081 Authorities that you want to trust but that aren't contained in the set of system CAs.
34082 Those files may have arbitrary names as long as they end with the
34083 suffix &quot;<SAMP>.crt</SAMP>&quot;.
34085 <H2>HOW TO SIGN AND ENCRYPT</H2>
34087 If you have a certificate you may sign outgoing messages.
34088 After typing the Ctrl-X command to send a message you will see the prompt
34090 <CENTER><SAMP>Send message?</SAMP></CENTER>
34092 Available subcommands include &quot;G&nbsp;Sign&quot; and &quot;E&nbsp;Encrypt&quot;.
34093 Typing the &quot;G&quot; command will change the prompt to
34095 <CENTER><SAMP>Send message (Signed)?</SAMP></CENTER>
34097 Typing the &quot;E&quot; command will change the prompt to
34099 <CENTER><SAMP>Send message (Encrypted)?</SAMP></CENTER>
34101 You may even type both to get
34103 <CENTER><SAMP>Send message (Encrypted, Signed)?</SAMP></CENTER>
34106 <H2>HOW TO READ SIGNED OR ENCRYPTED MESSAGES</H2>
34108 The reading of a signed message should not require any special action on
34109 your part.
34110 There should be an editorial addition at the start of the message which
34111 says either
34113 <CENTER><SAMP>This message was cryptographically signed.</SAMP></CENTER>
34117 <CENTER><SAMP>This message was cryptographically signed but the signature could not be verified.</SAMP></CENTER>
34119 If an encrypted message is sent to you the encrypted text will not
34120 be shown.
34121 You will have to type the &quot;Ctrl-D&nbsp;Decrypt&quot; command (from the screen where
34122 you are viewing the message) and supply your passphrase when asked.
34124 For a signed or encrypted message there is also a &quot;Ctrl-E&nbsp;Security&quot; command
34125 which gives you some information about the certificate used to sign or encrypt the message.
34127 <H2>MISCELLANEOUS</H2>
34129 You may have access to a private certificate in the PKCS12 format,
34130 which would sometimes be in a file with a &quot;.p12&quot; suffix.
34131 The UNIX shell command
34133 <CENTER><SAMP>openssl pkcs12 -in file.p12 -out file.pem</SAMP></CENTER>
34135 may work to convert that from the PKCS12 format to the PEM format.
34136 Then that file could be placed in the &quot;<SAMP>private</SAMP>&quot;
34137 directory with a filename of your email address followed by the
34138 suffix &quot;<SAMP>.key</SAMP>&quot;.
34141 &lt;End of help on this topic&gt;
34142 </BODY>
34143 </HTML>
34144 ====== h_config_smime_pubcertdir =====
34145 <HTML>
34146 <HEAD>
34147 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></TITLE>
34148 </HEAD>
34149 <BODY>
34150 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></H1>
34152 UNIX Alpine only.
34154 If the option
34155 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34156 is set then this option will have no effect.
34158 Normally, Public Certificates for use with S/MIME will be stored in the directory
34159 which is the value of this option.
34160 Those certificates will be stored in PEM format, one certificate per file.
34161 The name of the file for the certificate corresponding to
34163 <CENTER><SAMP>emailaddress</SAMP></CENTER>
34165 should be
34167 <CENTER><SAMP>emailaddress.crt</SAMP></CENTER>
34169 For example, a file for user@example.com would be in the file
34171 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
34173 in this directory.
34175 Use the Setup/SMIME screen to modify this variable.
34177 Typically, the public certificates that you have will come from S/MIME signed
34178 messages that are sent to you.
34179 Alpine will extract the public certificate from the signed message and store
34180 it in the certificates directory.
34181 These PEM format public certificates look something like:
34182 <PRE>
34183 -----BEGIN CERTIFICATE-----
34184 MIIFvTCCBKWgAwIBAgIQD4fYFHVI8T20yN4nus097DANBgkqhkiG9w0BAQUFADCB
34185 rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
34186 Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
34188 2b9KGqDyMWW/rjNnmpjzjT2ObGM7lRA8lke4FLOLajhrz4ogO3b4DFfAAM1VSZH8
34189 D6sOwOLJZkLY8FRsfk63K+2EMzA2+qAzMKupgeTLqXIf
34190 -----END CERTIFICATE-----
34191 </PRE>
34193 <UL>   
34194 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34195 </UL><P>
34197 <UL>   
34198 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34199 </UL><P>
34200 &lt;End of help on this topic&gt;
34201 </BODY>
34202 </HTML>
34203 ====== h_config_smime_pubcertcon =====
34204 <HTML>
34205 <HEAD>
34206 <TITLE>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></TITLE>
34207 </HEAD>
34208 <BODY>
34209 <H1>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></H1>
34211 UNIX Alpine only.
34213 If this option is set it will be used instead of
34214 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
34216 This option gives you a way to store certificates remotely on an IMAP server
34217 instead of storing the certificates one per file locally.
34218 In order to do that you just give this option a remote folder name for a folder
34219 which does not yet exist.
34220 The name is similar to the name you might use for a remote configuration file.
34221 A remote folder name might look something like:
34223 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/publiccerts</SAMP></CENTER>
34226 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34227 about the syntax of folder names.
34229 Use the Setup/SMIME screen to modify this variable.
34231 <UL>   
34232 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34233 </UL><P>
34235 <UL>   
34236 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34237 </UL><P>
34238 &lt;End of help on this topic&gt;
34239 </BODY>
34240 </HTML>
34241 ====== h_config_smime_privkeydir =====
34242 <HTML>
34243 <HEAD>
34244 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></TITLE>
34245 </HEAD>
34246 <BODY>
34247 <H1>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></H1>
34249 UNIX Alpine only.
34251 In order to sign outgoing S/MIME messages you will need a
34252 personal digital ID certificate.
34253 You will usually get such a certificate from a certificate authority such as
34254 Thawte or CAcert.
34255 (In order to encrypt outgoing messages you don't need a personal digital ID, you
34256 need the public certificate of the recipient instead.)
34257 If the option
34258 <A HREF="h_config_smime_privkeycon"><!--#echo var="VAR_smime-private-key-container"--></A>
34259 is set then this option will have no effect.
34261 Normally, Private Keys for use with S/MIME will be stored in the directory
34262 which is the value of this option.
34263 Those certificates will be stored in PEM format, one certificate per file.
34264 The name of the file for the certificate corresponding to your
34266 <CENTER><SAMP>emailaddress</SAMP></CENTER>
34268 should be
34270 <CENTER><SAMP>emailaddress.key</SAMP></CENTER>
34272 For example, if your address is user@example.com the name of the file would be
34274 <CENTER><SAMP>user@example.com.key</SAMP></CENTER>
34276 in this directory.
34278 Use the Setup/SMIME screen to modify this variable.
34280 Typically, the private key that you have will come from a Certificate
34281 Authority.
34282 The private key should be stored in a PEM format file that
34283 looks something like:
34284 <PRE>
34285 -----BEGIN RSA PRIVATE KEY-----
34286 Proc-Type: 4,ENCRYPTED
34287 DEK-Info: DES-EDE3-CBC,2CBD328FD84CF5C6
34289 YBEXYLgLU9NJoc1V+vJ6UvcF08RX54S6jXsmgL0b5HGkudG6fhnmHkH7+UCvM5NI
34290 SXO/F8iuZDfs1VGG0NyitkFZ0Zn2vfaGovBvm15gx24b2xnZDLRB7/bNZkurnK5k
34291 VjAjZ2xXn2hFp2GJwqRdmxYNqsKGu52B99oti5HUWuZ2GFRaWjn5hYOqeApZE2uA
34293 oSRqfI51UdSRt0tmGhHeTvybUVrHm9eKft8TTGf+qSBqzSc55CsmoVbRzw4Nfhix
34294 m+4TJybNGNfAgOctSkEyY/OCb49fRRQTCBZVIhzLGGmpYmkO55HbIA==
34295 -----END RSA PRIVATE KEY-----
34296 </PRE>
34298 <UL>   
34299 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34300 </UL><P>
34302 <UL>   
34303 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34304 </UL><P>
34305 &lt;End of help on this topic&gt;
34306 </BODY>
34307 </HTML>
34308 ====== h_config_smime_privkeycon =====
34309 <HTML>
34310 <HEAD>
34311 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-container"--></TITLE>
34312 </HEAD>
34313 <BODY>
34314 <H1>OPTION: <!--#echo var="VAR_smime-private-key-container"--></H1>
34316 UNIX Alpine only.
34318 If this option is set it will be used instead of
34319 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
34321 This option gives you a way to store keys remotely on an IMAP server
34322 instead of storing the keys one per file locally.
34323 In order to do that you just give this option a remote folder name for a folder
34324 which does not yet exist.
34325 The name is similar to the name you might use for a remote configuration file.
34326 A remote folder name might look something like:
34328 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/privatekeys</SAMP></CENTER>
34331 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34332 about the syntax of folder names.
34334 Use the Setup/SMIME screen to modify this variable.
34336 <UL>   
34337 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34338 </UL><P>
34340 <UL>   
34341 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34342 </UL><P>
34343 &lt;End of help on this topic&gt;
34344 </BODY>
34345 </HTML>
34346 ====== h_config_smime_cacertdir =====
34347 <HTML>
34348 <HEAD>
34349 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></TITLE>
34350 </HEAD>
34351 <BODY>
34352 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></H1>
34354 UNIX Alpine only.
34356 If the option
34357 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>
34358 is set then this option will have no effect.
34360 CACert is a shorthand name for certification authority certificate.
34361 Normally Alpine will use the CACerts that are located in the standard system
34362 location for CACerts.
34363 It may be the case that one of your correspondents has a Digital ID which has
34364 been signed by a certificate authority that is not in the regular set of system certificate
34365 authorities.
34366 You may supplement the system list by adding further certificates of your own.
34367 These should  be stored in the directory
34368 which is the value of this option.
34369 The certificates will be stored in PEM format, one certificate per file.
34370 The names of the files can be anything ending in &quot;.crt&quot;.
34372 Use the Setup/SMIME screen to modify this variable.
34374 These PEM format CA certificates look very similar to your public
34375 certificates for particular email addresses
34376 (<A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>).
34378 <UL>   
34379 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34380 </UL><P>
34382 <UL>   
34383 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34384 </UL><P>
34385 &lt;End of help on this topic&gt;
34386 </BODY>
34387 </HTML>
34388 ====== h_config_smime_cacertcon =====
34389 <HTML>
34390 <HEAD>
34391 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></TITLE>
34392 </HEAD>
34393 <BODY>
34394 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></H1>
34396 UNIX Alpine only.
34398 If this option is set it will be used instead of
34399 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
34401 This option gives you a way to store certificates remotely on an IMAP server
34402 instead of storing the certificates one per file locally.
34403 In order to do that you just give this option a remote folder name for a folder
34404 which does not yet exist.
34405 The name is similar to the name you might use for a remote configuration file.
34406 A remote folder name might look something like:
34408 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/cacerts</SAMP></CENTER>
34411 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34412 about the syntax of folder names.
34414 Use the Setup/SMIME screen to modify this variable.
34416 <UL>   
34417 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34418 </UL><P>
34420 <UL>   
34421 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34422 </UL><P>
34423 &lt;End of help on this topic&gt;
34424 </BODY>
34425 </HTML>
34426 ========== h_config_smime_sign_by_default ==========
34427 <HTML>
34428 <HEAD>
34429 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></TITLE>
34430 </HEAD>
34431 <BODY>
34432 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></H1>
34434 UNIX Alpine only.
34436 This feature only has an effect if your version of Alpine includes
34437 support for S/MIME.
34438 It affects Alpine's behavior when you send a message.
34439 If this option is set, the &quot;Sign&quot; option will default to ON when sending messages.
34441 Only the default value is affected.
34442 In any case, you may still toggle the Signing option on or off before sending
34443 with the &quot;G Sign&quot; command (provided you have a personal digital ID
34444 certificate).
34446 <UL>   
34447 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34448 </UL><P>
34451 <UL>   
34452 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34453 </UL><P>
34454 &lt;End of help on this topic&gt;
34455 </BODY>
34456 </HTML>
34457 ========== h_config_smime_pubcerts_in_keychain ==========
34458 <HTML>
34459 <HEAD>
34460 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></TITLE>
34461 </HEAD>
34462 <BODY>
34463 <H1>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></H1>
34465 UNIX Alpine only.
34467 If this feature is set the Mac OS X default keychain will be used as the place
34468 to store public certificates instead of a
34469 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
34470 or a
34471 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
34473 <UL>   
34474 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34475 </UL><P>
34477 <UL>   
34478 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34479 </UL><P>
34480 &lt;End of help on this topic&gt;
34481 </BODY>
34482 </HTML>
34483 ========== h_config_smime_dont_do_smime ==========
34484 <HTML>
34485 <HEAD>
34486 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></TITLE>
34487 </HEAD>
34488 <BODY>
34489 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></H1>
34491 UNIX Alpine only.
34493 Setting this feature turns off all of Alpine's S/MIME support.
34494 You might want to set this if you are having trouble due to the S/MIME support.
34496 <UL>   
34497 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34498 </UL><P>
34501 <UL>   
34502 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34503 </UL><P>
34504 &lt;End of help on this topic&gt;
34505 </BODY>
34506 </HTML>
34507 ========== h_config_smime_encrypt_by_default ==========
34508 <HTML>
34509 <HEAD>
34510 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></TITLE>
34511 </HEAD>
34512 <BODY>
34513 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></H1>
34515 UNIX Alpine only.
34517 This feature only has an effect if your version of Alpine includes
34518 support for S/MIME.
34519 It affects Alpine's behavior when you send a message.
34520 If this option is set, the &quot;Encrypt&quot; option will default to ON when sending messages.
34522 Only the default value is affected.
34523 In any case, you may still toggle the Encrypt option on or off before sending
34524 with the &quot;E Encrypt&quot; command (provided you have a the public digital ID
34525 for the recipient).
34527 <UL>   
34528 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34529 </UL><P>
34532 <UL>   
34533 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34534 </UL><P>
34535 &lt;End of help on this topic&gt;
34536 </BODY>
34537 </HTML>
34538 ========== h_config_smime_remember_passphrase ==========
34539 <HTML>
34540 <HEAD>
34541 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></TITLE>
34542 </HEAD>
34543 <BODY>
34544 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></H1>
34546 UNIX Alpine only.
34548 This feature only has an effect if your version of Alpine includes
34549 support for S/MIME.
34550 If this option is set, you will only have to enter your passphrase for your private key
34551 once during an Alpine session.
34553 <UL>   
34554 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34555 </UL><P>
34558 <UL>   
34559 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34560 </UL><P>
34561 &lt;End of help on this topic&gt;
34562 </BODY>
34563 </HTML>
34564 ====== h_config_smime_transfer_pub_to_con =====
34565 <HTML>
34566 <HEAD>
34567 <TITLE>S/MIME: Transfer Public Certs to Container</TITLE>
34568 </HEAD>
34569 <BODY>
34570 <H1>S/MIME: Transfer Public Certs to Container</H1>
34572 UNIX Alpine only.
34574 The Transfer command will copy the public certificates in your configured
34575 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
34576 to the container in your configured
34577 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
34578 This might be useful if you decide to switch from using a cert directory to a cert
34579 container.
34581 Warning: Any previous contents in the container will be lost.
34583 <UL>   
34584 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34585 </UL><P>
34587 <UL>   
34588 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34589 </UL><P>
34590 &lt;End of help on this topic&gt;
34591 </BODY>
34592 </HTML>
34593 ====== h_config_smime_transfer_pub_to_dir =====
34594 <HTML>
34595 <HEAD>
34596 <TITLE>S/MIME: Transfer Public Certs to Directory</TITLE>
34597 </HEAD>
34598 <BODY>
34599 <H1>S/MIME: Transfer Public Certs to Directory</H1>
34601 UNIX Alpine only.
34603 The Transfer command will copy the public certificates in your configured
34604 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34605 to the directory in your configured
34606 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
34607 This might be useful if you decide to switch from using a cert container to a cert
34608 directory.
34610 <UL>   
34611 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34612 </UL><P>
34614 <UL>   
34615 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34616 </UL><P>
34617 &lt;End of help on this topic&gt;
34618 </BODY>
34619 </HTML>
34620 ====== h_config_smime_transfer_priv_to_con =====
34621 <HTML>
34622 <HEAD>
34623 <TITLE>S/MIME: Transfer Private Keys to Container</TITLE>
34624 </HEAD>
34625 <BODY>
34626 <H1>S/MIME: Transfer Private Keys to Container</H1>
34628 UNIX Alpine only.
34630 The Transfer command will copy the private keys in your configured
34631 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
34632 to the container in your configured
34633 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
34634 This might be useful if you decide to switch from using a key directory to a key
34635 container.
34637 Warning: Any previous contents in the container will be lost.
34639 <UL>   
34640 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34641 </UL><P>
34643 <UL>   
34644 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34645 </UL><P>
34646 &lt;End of help on this topic&gt;
34647 </BODY>
34648 </HTML>
34649 ====== h_config_smime_transfer_priv_to_dir =====
34650 <HTML>
34651 <HEAD>
34652 <TITLE>S/MIME: Transfer Private Keys to Directory</TITLE>
34653 </HEAD>
34654 <BODY>
34655 <H1>S/MIME: Transfer Private Keys to Directory</H1>
34657 UNIX Alpine only.
34659 The Transfer command will copy the private keys in your configured
34660 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
34661 to the directory in your configured
34662 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
34663 This might be useful if you decide to switch from using a key container to a key
34664 directory.
34666 <UL>   
34667 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34668 </UL><P>
34670 <UL>   
34671 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34672 </UL><P>
34673 &lt;End of help on this topic&gt;
34674 </BODY>
34675 </HTML>
34676 ====== h_config_smime_transfer_cacert_to_con =====
34677 <HTML>
34678 <HEAD>
34679 <TITLE>S/MIME: Transfer CA Certs to Container</TITLE>
34680 </HEAD>
34681 <BODY>
34682 <H1>S/MIME: Transfer CA Certs to Container</H1>
34684 UNIX Alpine only.
34686 The Transfer command will copy the CA certificates in your configured
34687 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>
34688 to the container in your configured
34689 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
34690 This might be useful if you decide to switch from using a CA cert directory to a CA cert
34691 container.
34693 Warning: Any previous contents in the container will be lost.
34695 <UL>   
34696 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34697 </UL><P>
34699 <UL>   
34700 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34701 </UL><P>
34702 &lt;End of help on this topic&gt;
34703 </BODY>
34704 </HTML>
34705 ====== h_config_smime_transfer_cacert_to_dir =====
34706 <HTML>
34707 <HEAD>
34708 <TITLE>S/MIME: Transfer CA Certs to Directory</TITLE>
34709 </HEAD>
34710 <BODY>
34711 <H1>S/MIME: Transfer CA Certs to Directory</H1>
34713 UNIX Alpine only.
34715 The Transfer command will copy the CA certificates in your configured
34716 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
34717 to the directory in your configured
34718 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
34719 This might be useful if you decide to switch from using a CA cert container to a CA cert
34720 directory.
34722 <UL>   
34723 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34724 </UL><P>
34726 <UL>   
34727 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34728 </UL><P>
34729 &lt;End of help on this topic&gt;
34730 </BODY>
34731 </HTML>
34732 ====== h_config_smime_transfer_pubcon_to_key =====
34733 <HTML>
34734 <HEAD>
34735 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
34736 </HEAD>
34737 <BODY>
34738 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
34740 Mac OS X Alpine only.
34742 The Transfer command will copy the public certificates in your configured
34743 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34744 to your default Mac OS X Keychain.
34745 This might be useful if you decide to switch from using a cert container to using
34746 the Keychain to store your public certs, which you may do by using the
34747 feature
34748 <A HREF="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></A>.
34750 <UL>   
34751 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34752 </UL><P>
34754 <UL>   
34755 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34756 </UL><P>
34757 &lt;End of help on this topic&gt;
34758 </BODY>
34759 </HTML>
34760 ====== h_config_smime_transfer_pubkey_to_con =====
34761 <HTML>
34762 <HEAD>
34763 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
34764 </HEAD>
34765 <BODY>
34766 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
34768 UNIX Alpine only.
34770 The Transfer command will copy the public certificates in your configured
34771 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34772 to your default Mac OS X Keychain.
34773 This might be useful if you decide to switch from using a cert container to using
34774 the Keychain to store your public certs.
34776 <UL>   
34777 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34778 </UL><P>
34780 <UL>   
34781 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34782 </UL><P>
34783 &lt;End of help on this topic&gt;
34784 </BODY>
34785 </HTML>
34786 ====== h_config_lame_list_mode =====
34787 <HTML>
34788 <HEAD>
34789 <TITLE>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></TITLE>
34790 </HEAD>
34791 <BODY>
34792 <H1>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></H1>
34794 This feature modifies the method Alpine uses to ask your IMAP
34795 server for folder names to display in the FOLDER LIST screen.
34796 It is intended to compensate for a small set of IMAP servers that
34797 are programmed to ignore a part of the request, and thus respond
34798 to Alpine's query with nonsensical results.
34801 If you find that Alpine is erroneously displaying blank folder lists,
34802 try enabling this feature.
34805 NOTE: Enabling this feature has consequences for the Goto and Save
34806 commands.  Many servers allow access to folders outside the area
34807 reserved for your personal folders via some reserved character,
34808 typically '#' (sharp), '~' (tilde) or '/' (slash).  This mechanism
34809 allows, at the Goto and Save prompts, quick access to folders
34810 outside your personal folder collection without requiring a specific
34811 collection definition.  This behavior will generally not be available
34812 when this feature is enabled.
34815 <UL>   
34816 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34817 </UL><P>
34818 &lt;End of help on this topic&gt;
34819 </BODY>
34820 </HTML>
34821 ====== h_config_enable_mulnewsrcs =====
34822 <HTML>
34823 <HEAD>
34824 <TITLE>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></TITLE>
34825 </HEAD>
34826 <BODY>
34827 <H1>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></H1>
34829 This feature makes it so Alpine can use multiple newsrcs based on
34830 the news server being connected to, which allows for separate lists
34831 of subscribed-to newsgroups. When this feature is not set, there is only
34832 one list of newsgroups.
34834 Under this feature, the name of a newsrc is based on the news server.
34835 For example, if your <a href="h_config_newsrc_path"><!--#echo var="VAR_newsrc-path"--></a>
34836 is set to &quot;.newsrc&quot;, and the news server you are connecting to is
34837 news.example.com, then the newsrc to be used is .newsrc-news.example.com.
34838 Setting this feature for the first time will allow for the option of using
34839 your old newsrc the next time you read news.
34841 If this feature is set, then the feature
34842 <A HREF="h_config_mulnews_as_typed"><!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></A>
34843 also may affect the name of the newsrc file that is used.
34845 <UL>   
34846 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34847 </UL><P>
34848 &lt;End of help on this topic&gt;
34849 </BODY>
34850 </HTML>
34851 ======= h_ab_export_vcard =======
34852 <HTML>
34853 <HEAD>
34854 <TITLE>Address Book Export Format</TITLE>
34855 </HEAD>
34856 <BODY>
34857 <H1>Address Book Export Format</H1>
34859 You are exporting address book data from Alpine to a file outside of Alpine.
34860 You are being asked to choose the format of the export.
34861 Here are the choices:
34863 <DL>
34864 <DT><EM>A</EM>ddress List</DT>
34865 <DD>
34866 The addresses from the address book entries you are saving
34867 from will be saved one address per line.
34868 Address book lists (those with more than one address) will have
34869 all of their addresses saved separately.
34870 </DD>
34872 <DT><EM>V</EM>Card</DT>
34873 <DD>
34874 The entries will be saved in
34875 <A HREF="h_whatis_vcard">vCard</A> format.
34876 </DD>
34878 <DT><EM>T</EM>ab Separated</DT>
34879 <DD>
34880 The entries will be saved in tab-separated columns.
34881 There will be just 4 columns of data that correspond to Alpine's
34882 Nickname field, Full Name field, Address field, and Comment field.
34883 It might prove useful to Select only the Simple, non-List address book
34884 entries before Saving.
34885 </DD>
34887 <DT><EM>^C</EM> Cancel</DT>
34888 <DD>
34889 Cancel out of the Save.
34890 </DD>
34892 </DL>
34896 &lt;End of help on this topic&gt;
34897 </BODY>
34898 </HTML>
34899 ====== h_config_predict_nntp_server =====
34900 <HTML>
34901 <HEAD>
34902 <TITLE>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></TITLE>
34903 </HEAD>
34904 <BODY>
34905 <H1>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></H1>
34907 This feature allows Alpine to assume that the open NNTP server at the
34908 time of composition is the NNTP server to which the message should be
34909 posted.  This is especially recommended when there are multiple News
34910 collections.  If this feature is not set, Alpine will try to post to the first server in
34911 the <a href="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></a> variable.  Setting
34912 this feature also negates the need to add News collection servers to
34913 the <!--#echo var="VAR_nntp-server"--> variable.
34915 This feature can be especially handy when used in conjunction with
34916 <a href="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></a>.
34918 <UL>   
34919 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34920 </UL><P>
34921 &lt;End of help on this topic&gt;
34922 </BODY>
34923 </HTML>
34924 ====== h_config_nntp_search_uses_overview =====
34925 <HTML>
34926 <HEAD>
34927 <TITLE>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></TITLE>
34928 </HEAD>
34929 <BODY>
34930 <H1>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></H1>
34932 This feature should probably be turned on unless it causes trouble.
34933 The results of the NNTP overview command (XOVER) may be used to help
34934 with some searches in news groups.
34935 It should result in quicker response time.
34936 Turning this feature on apparently causes search results which are
34937 different from what you would get with the feature turned off on some
34938 servers.
34940 <UL>   
34941 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34942 </UL><P>
34943 &lt;End of help on this topic&gt;
34944 </BODY>
34945 </HTML>
34946 ====== h_config_thread_sorts_by_arrival =====
34947 <HTML>
34948 <HEAD>
34949 <TITLE>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></TITLE>
34950 </HEAD>
34951 <BODY>
34952 <H1>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></H1>
34954 This feature affects how a threading sort arranges threads.  The default way
34955 to arrange threads is by the date of the earliest message in the thread.
34956 This feature arranges threads by the last message to arrive in a thread.
34958 This feature causes old threads that get recent messages to sort to the bottom,
34959 where previously a message arrival to a thread would not rearrange the order of
34960 that thread.
34962 <UL>   
34963 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34964 </UL><P>
34965 &lt;End of help on this topic&gt;
34966 </BODY>
34967 </HTML>
34968 ====== h_config_textplain_int =====
34969 <HTML>
34970 <HEAD>
34971 <TITLE>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></TITLE>
34972 </HEAD>
34973 <BODY>
34974 <H1>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></H1>
34976 This feature modifies the method Alpine uses to display Text/Plain
34977 MIME attachments from the Attachment Index screen.  Normally, the
34978 &quot;View&quot; command searches for any externally defined (usually
34979 via the
34980 &quot;<A HREF="h_config_mailcap_path">Mailcap</A>&quot; file) viewer,
34981 and displays the selected text within that viewer.
34984 Enabling this feature causes Alpine to ignore any external viewer
34985 settings and always display text with Alpine's internal viewer.
34988 <UL>   
34989 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34990 </UL><P>
34991 &lt;End of help on this topic&gt;
34992 </BODY>
34993 </HTML>
34994 ====== h_config_wp_columns =====
34995 <HTML>
34996 <HEAD>
34997 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></TITLE>
34998 </HEAD>
34999 <BODY>
35000 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></H1>
35002 Web Alpine only.
35004 This configuration setting specifies the number of horizontal characters
35005 used to format various WebAlpine pages.  Smaller values will tend to reduce
35006 the amount of horizontal scrolling required to view pages within narrow
35007 browsers, such as those found on PDAs, and larger values will tend to 
35008 spread more information across the page.
35011 The Message List page uses the width to determine how many characters
35012 to assign each field.  Note, a smaller value may result in a disproportionate
35013 amount of blank space between fields on each line.  Similarly, a large
35014 value may result in cramped fields or horizontal scrolling.
35017 The Message View page uses this value to determine when to wrap lines
35018 in displayed message text.  Note, a smaller value may result in jagged
35019 right margins or confusing quoting.  A larger value may cause lines of text to
35020 run beyond the browser's right edge, requiring horizontal scrolling.
35023 <UL>   
35024 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35025 </UL><P>
35026 &lt;End of help on this topic&gt;
35027 </BODY>
35028 </HTML>
35029 ====== h_config_wp_state =====
35030 <HTML>
35031 <HEAD>
35032 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></TITLE>
35033 </HEAD>
35034 <BODY>
35035 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></H1>
35037 Web Alpine only.
35039 Various aspects of cross-session state.
35042 <UL>   
35043 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35044 </UL><P>
35045 &lt;End of help on this topic&gt;
35046 </BODY>
35047 </HTML>
35048 ====== h_config_wp_aggstate =====
35049 <HTML>
35050 <HEAD>
35051 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></TITLE>
35052 </HEAD>
35053 <BODY>
35054 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></H1>
35056 Web Alpine only.
35058 Aggregate operations tab state.
35061 <UL>   
35062 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35063 </UL><P>
35064 &lt;End of help on this topic&gt;
35065 </BODY>
35066 </HTML>
35067 ====== h_config_wp_indexlines =====
35068 <HTML>
35069 <HEAD>
35070 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></TITLE>
35071 </HEAD>
35072 <BODY>
35073 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></H1>
35075 Web Alpine only.
35077 Number of index lines in table.
35080 <UL>   
35081 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35082 </UL><P>
35083 &lt;End of help on this topic&gt;
35084 </BODY>
35085 </HTML>
35086 ====== h_config_wp_indexheight =====
35087 <HTML>
35088 <HEAD>
35089 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></TITLE>
35090 </HEAD>
35091 <BODY>
35092 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></H1>
35094 Web Alpine only.
35096 Index table row height.
35099 <UL>   
35100 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35101 </UL><P>
35102 &lt;End of help on this topic&gt;
35103 </BODY>
35104 </HTML>
35105 ====== h_config_rss_news =====
35106 <HTML>
35107 <HEAD>
35108 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss_news"--></TITLE>
35109 </HEAD>
35110 <BODY>
35111 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-news"--></H1>
35113 Web Alpine only.
35115 RSS News feed.
35118 <UL>   
35119 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35120 </UL><P>
35121 &lt;End of help on this topic&gt;
35122 </BODY>
35123 </HTML>
35124 ====== h_config_rss_weather =====
35125 <HTML>
35126 <HEAD>
35127 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></TITLE>
35128 </HEAD>
35129 <BODY>
35130 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></H1>
35132 Web Alpine only.
35134 RSS Weather feed.
35137 <UL>   
35138 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35139 </UL><P>
35140 &lt;End of help on this topic&gt;
35141 </BODY>
35142 </HTML>
35143 ====== h_config_send_confirms_only_expanded =====
35144 <HTML>
35145 <HEAD>
35146 <TITLE>FEATURE: send-confirms-only-expanded</TITLE>
35147 </HEAD>
35148 <BODY>
35149 <H1>FEATURE: send-confirms-only-expanded (Web Alpine Only)</H1>
35151 This Web Alpine option specifies whether or not a Send confirmations
35152 happens when a composed message is readied for sending or not.  The
35153 default behavior is to not confirm that the nicknames were expanded to
35154 the intended addresses.
35157 <UL>   
35158 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35159 </UL><P>
35160 &lt;End of help on this topic&gt;
35161 </BODY>
35162 </HTML>
35163 ====== h_config_enable_jump_command =====
35164 <HTML>
35165 <HEAD>
35166 <TITLE>FEATURE: enable-jump-command</TITLE>
35167 </HEAD>
35168 <BODY>
35169 <H1>FEATURE: enable-jump-command (Web Alpine Only)</H1>
35171 This Web Alpine option specifies whether or not a Jump command is
35172 offered in the Message List and Message View pages.  The command is
35173 implemented as an input field in the left column of the List and View
35174 screens. 
35177 When enabled and a number is entered in the input field while the
35178 Message List is displayed, the Message List is reframed with the
35179 specified message.  While viewing a message, the message associated
35180 with the specified message number is displayed.
35183 <UL>   
35184 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35185 </UL><P>
35186 &lt;End of help on this topic&gt;
35187 </BODY>
35188 </HTML>
35189 ====== h_config_enable_newmail_sound =====
35190 <HTML>
35191 <HEAD>
35192 <TITLE>FEATURE: enable-newmail-sound</TITLE>
35193 </HEAD>
35194 <BODY>
35195 <H1>FEATURE: enable-newmail-sound (Web Alpine Only)</H1>
35197 This Web Alpine option specifies whether or not a sound file is sent
35198 to the web browser along with the newmail notification message.
35202 <UL>   
35203 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35204 </UL><P>
35205 &lt;End of help on this topic&gt;
35206 </BODY>
35207 </HTML>
35208 ====== h_config_render_html_internally =====
35209 <HTML>
35210 <HEAD>
35211 <TITLE>FEATURE: render-html-internally</TITLE>
35212 </HEAD>
35213 <BODY>
35214 <H1>FEATURE: render-html-internally (Web Alpine Only)</H1>
35216 By default, Web Alpine will pass cleansed HTML text you receive in messages 
35217 to the browser for display (rendering).  This feature causes Web Alpine to convert 
35218 the HTML text into plain text in the same way Unix and PC-Alpine do.
35222 <UL>   
35223 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35224 </UL><P>
35225 &lt;End of help on this topic&gt;
35226 </BODY>
35227 </HTML>
35228 ====== h_config_role_undo =====
35229 Yes, remember changes and exit back to list of roles; No, discard changes
35230 made in this screen; ^C, cancel exit and stay in this config screen.
35231 ====== h_exit_editor =====
35232 S, save changes and exit from the editor; D, do not save changes but
35233 do exit from the editor; or ^C, cancel exit and stay in the editor.
35234 ====== h_config_undo =====
35235 Yes, save changes and exit; No, exit without saving any changes made since
35236 entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
35237 ====== h_os_index_whereis =====
35238 Enter ^V or ^Y to go immediately to the last or first message in the index.
35239 Or, enter the match string followed by RETURN.
35240 ====== h_os_index_whereis_agg =====
35241 Enter ^V or ^Y to go immediately to the last or first message in the index,
35242 Or, enter the match string followed by RETURN (or ^X to select all matches).
35243 =========== h_oe_add_full ==================
35244 Type the full name of the person being added and press the RETURN key.
35245 Press ^C to cancel addition.
35246 =========== h_oe_add_nick ==================
35247 Type a short nickname and press RETURN.  A nickname is a short easy-to-
35248 remember word, name or initials like "joe", or "wcfields."  ^C to cancel.
35249 ========== h_oe_add_addr ================
35250 Type the e-mail address and press RETURN.
35251 Press ^C to cancel addition.
35252 ========== h_oe_crlst_full ==============
35253 Type a long name or description for the list that you are creating and
35254 press RETURN.  Press ^C to cancel creation of list.
35255 =========== h_oe_crlst_nick =============
35256 Type a nickname (short, easy-to-remember name or single word) for the list
35257 you are creating and press RETURN.  Press ^C to cancel.
35258 ========== h_oe_crlst_addr ==============
35259 Type an e-mail address, or a nickname already in the address book that you
35260 want to be part of this list and press RETURN.
35261 ========== h_oe_adlst_addr =============
35262 Type an e-mail address or a nickname already in the address book that you
35263 want to add to this list and press RETURN.
35264 ========== h_oe_editab_nick ============
35265 Change the nickname using the arrow keys and delete key.  Press RETURN
35266 when done.  Press ^C to cancel editing and leave the nickname as it was.
35267 ========== h_oe_editab_full ============
35268 Change the full name using the arrow keys and delete key.  Press RETURN
35269 when done.  Press ^C to cancel editing and leave the full name as it was.
35270 ========== h_oe_editab_addr ============
35271 Change the address using the arrow keys and delete key.  Press RETURN
35272 when done.  Press ^C to cancel editing and leave the address as it was.
35273 ========== h_oe_editab_fcc ============
35274 Change the fcc using the arrow keys and delete key.  Press RETURN when
35275 done.  Press ^C to cancel editing and leave the fcc as it was.
35276 ========== h_oe_editab_comment ============
35277 Change the comment field using the arrow keys and delete key.  Press RETURN
35278 when done.  Press ^C to cancel editing and leave the comment as it was.
35279 ====== h_ab_forward =====
35280 Yes, expand nicknames and qualify local names with your current domain name;
35281 No, leave nicknames and local names as is;  ^C, cancel.
35282 ========== h_ab_export ==========
35283 Type the name of a file to write the addresses into and
35284 press RETURN.  You may also specify an absolute path.  Use ^C to cancel.
35285 ========== h_ab_edit_a_field ==========
35286 Edit any of the fields of the currently selected entry by typing one of the
35287 letters at the bottom of the screen.  Press ^C to cancel edit.
35288 ====== h_ab_del_data_revert =====
35289 Press B to completely delete addrbook and revert to default, C to delete config
35290 and revert while leaving data, or D to only delete data (make it empty).
35291 ====== h_ab_del_data_modify =====
35292 Press B to completely delete addrbook, C to delete configuration while leaving
35293 data, or D to delete data (make it empty) but leave config. ^C to cancel.
35294 ====== h_ab_del_config_modify =====
35295 Yes, remove this address book from my configuration.
35296 No, make no changes now.
35297 ====== h_ab_del_config_revert =====
35298 Yes, remove this address book from my config and revert to default.
35299 No, make no changes now.
35300 ====== h_ab_del_default =====
35301 Yes, remove this default address book from my configuration.
35302 No, make no changes now.
35303 ====== h_ab_really_delete =====
35304 Yes, delete the actual contents of the address book, not just the 
35305 configuration.  No, don't delete the data after all, cancel and start over.
35306 ====== h_ab_del_ignore =====
35307 Press I to ignore all the default address books for this category.  Press R to
35308 remove this one address book and add the others to your personal list.
35309 ====== h_ab_del_dir_ignore =====
35310 Press I to ignore all the default directory servers for this category.
35311 Press R to remove this one server and add the others to your personal list.
35312 ====== h_ab_copy_dups =====
35313 Yes, overwrite the existing entry.
35314 No, skip duplicates but save the rest. Press ^C to cancel.
35315 ====== h_confirm_cancel =====
35316 Type C to Confirm that you want to abandon the message you are composing.
35317 Type N or ^C to cancel out of the cancel and keep composing.
35318 ====== h_ab_text_or_vcard =====
35319 Text, start composer with displayed text already included.
35320 VCard, start composer with address book entry attached as a vCard. ^C cancels.
35321 ====== h_ab_backup_or_ldap =====
35322 Backup, copy email address from entry and allow editing of it.
35323 LDAP, copy LDAP search criteria, do not allow editing of it. ^C cancels.
35324 ====== h_ldap_text_or_vcard =====
35325 Text: export displayed text for selected entry. Address: export only the
35326 email address. VCard: export entry in vCard format. ^C cancels.
35327 ====== h_ab_save_exp =====
35328 Save, save entry or entries to an address book.
35329 Export, save to file outside of pine. ^C cancels save.
35330 ====== h_ab_add =====
35331 A, add a brand new entry to this address book.
35332 E, edit the entry that is currently highlighted. ^C to cancel.
35333 ====== h_ab_shuf =====
35334 U, swap order of highlighted address book and the one above it.
35335 D, swap order of highlighted address book and the one below it. ^C to cancel.
35336 ====== h_ab_shuf_up =====
35337 U, swap order of highlighted address book and the one above it.
35338 Press ^C to cancel.
35339 ====== h_ab_shuf_down =====
35340 D, swap order of highlighted address book and the one below it.
35341 Press ^C to cancel.
35342 ====== h_folder_prop =====
35343 Count is # of messages in the folder, Unseen means messages that have not
35344 been read, New means messages that were Recently added to the folder.
35345 ====== h_role_shuf =====
35346 U, swap order of highlighted rule and the one above it.
35347 D, swap order of highlighted rule and the one below it. ^C to cancel.
35348 ====== h_role_shuf_up =====
35349 U, swap order of highlighted rule and the one above it.
35350 Press ^C to cancel.
35351 ====== h_role_shuf_down =====
35352 D, swap order of highlighted rule and the one below it.
35353 Press ^C to cancel.
35354 ====== h_incoming_shuf =====
35355 B, swap order of highlighted directory and the one before it.
35356 F, swap order of highlighted directory and the one after it. ^C to cancel.
35357 ====== h_incoming_shuf_up =====
35358 B, swap order of highlighted directory and the one before it.
35359 Press ^C to cancel.
35360 ====== h_incoming_shuf_down =====
35361 F, swap order of highlighted directory and the one after it.
35362 Press ^C to cancel.
35363 ====== h_dir_shuf =====
35364 U, swap order of highlighted directory and the one above it.
35365 D, swap order of highlighted directory and the one below it. ^C to cancel.
35366 ====== h_dir_shuf_up =====
35367 U, swap order of highlighted directory and the one above it.
35368 Press ^C to cancel.
35369 ====== h_dir_shuf_down =====
35370 D, swap order of highlighted directory and the one below it.
35371 Press ^C to cancel.
35372 ====== h_hdrcolor_shuf =====
35373 U, swap order of highlighted Header Color and the one above it.
35374 D, swap order of highlighted Header Color and the one below it. ^C to cancel.
35375 ====== h_hdrcolor_shuf_up =====
35376 U, swap order of highlighted Header Color and the one above it.
35377 Press ^C to cancel.
35378 ====== h_hdrcolor_shuf_down =====
35379 D, swap order of highlighted Header Color and the one below it.
35380 Press ^C to cancel.
35381 ========== h_oe_editab_al ============
35382 Change the address using the arrow keys and delete key.  Press RETURN
35383 when done.  Press ^C to cancel editing and leave the address as it was.
35384 ========== h_dir_comp_search ===============
35385 Type a string to look for just like you would in the composer. Your configured
35386 rules for the servers with the implicit flag set will be used.
35387 ========== h_oe_searchab ===============
35388 Type the word or name you want to search for and press RETURN.  If you press
35389 RETURN without entering anything the word in [] will be searched for.
35390 ========== h_oe_chooseabook ==========
35391 Choose the address book you want to save the new entry in.
35392 Use ^N or ^P to change address books.  ^C to cancel.
35393 ========== h_oe_takeaddr ==========
35394 Edit the e-mail address using the arrow and delete keys.  Press RETURN
35395 when done.  Press ^C to cancel adding this entry to the address book.
35396 ========== h_oe_take_replace ==========
35397 Press R to replace the old entry with this new data.  You will still have
35398 another chance to cancel.  N to enter another nickname.  ^C to cancel now.
35399 ========== h_oe_take_replace_or_add ==========
35400 Press R to replace the old entry.  Press A to add the selected addresses to
35401 the old existing list.  N to enter another nickname. ^C to cancel now.
35402 ========== h_oe_takename ==========
35403 Edit the full name to be correct using the arrow and delete keys.  Press RETURN
35404 when done.  Press ^C to cancel adding this entry to the address book.
35405 ========== h_oe_takenick ==========
35406 Type a nickname (short easy-to-remember name, initials or single word) for this
35407 entry in the address book and press RETURN.  Press ^C to cancel addition.
35408 ========== h_oe_jump ==========
35409 Type the message number you want to jump to and press RETURN.  The word "end"
35410 represents the last message. Press ^C to cancel jumping to another message.
35411 ========== h_oe_jump_thd ==========
35412 Type the thread number you want to jump to and press RETURN.  The word "end"
35413 represents the last thread. Press ^C to cancel jumping to another thread.
35414 ========== h_oe_debuglevel ==========
35415 Higher number shows more debugging details.
35416 Press ^C if you want to cancel the change.
35417 ========== h_oe_broach ==========
35418 Type the name of the folder you want to open and press RETURN.  Press ^P/^N
35419 to go to the previous/next collections in the list.  Press ^C to cancel goto.
35420 ========== h_oe_foldsearch ==========
35421 Type the text you want to search for in foldernames and press RETURN.  If you
35422 press RETURN without entering anything, any text in [] will be searched for.
35423 ========== h_oe_foldrename ==========
35424 Change the old name of the folder to the new name using the arrow and
35425 delete keys and press RETURN.  Press ^C to cancel rename.
35426 ========== h_oe_login ==========
35427 Enter your login name for the host you are opening the mailbox on.  Just press
35428 RETURN to use your login from this host as is, or edit it with delete key.
35429 ========== h_oe_passwd ==========
35430 Type your password for the host and login shown as part of the prompt.
35431 Press ^C to cancel opening folder.
35432 ========== h_oe_choosep ==========
35433 Enter the number associated with the printer you want to select.  Press ^C to
35434 cancel the printer selection.  The current selection is highlighted.
35435 ========== h_oe_customp ==========
35436 Type the name of the Unix print command and press RETURN.  Press ^C to
35437 cancel the printer selection.
35438 ========== h_oe_searchview ==========
35439 Type the word or name you want to search for and press RETURN.  If you press
35440 RETURN without entering anything the word in [] will be searched for.
35441 ========== h_oe_keylock ==========
35442 The keyboard is in use and locked by another user.  Only that user can
35443 unlock this keyboard by typing the password.
35444 ========== h_wt_expire ==========
35445 At the beginning of each month Alpine offers to rename your current sent-mail
35446 folder to one named for the month so you have a sent-mail folder for each month
35447 ========== h_wt_delete_old ==========
35448 It is the beginning of the month, and we need to conserve disk
35449 space.  Please delete any sent-mail that you do not need.
35450 ========== h_select_sort ==========
35451 Select the order for sorting the index by typing the capitalized letter.
35452 Arrival is by arrival in your mailbox; Date is by time/day message was sent.
35453 ========== h_no_F_arg ============
35454 Enter name of file to be opened.
35456 ========== h_sticky_personal_name ==========
35457 Type in your name as you want it to appear on outgoing email.  This entry
35458 will be saved into your Alpine configuration file.
35459 ========== h_sticky_inbox ============
35460 INBOX syntax is usually {complete.machine.name}INBOX
35461 This entry will be saved in your Alpine configuration file.
35462 ========== h_sticky_smtp ============
35463 The name of the computer on your campus that relays your outgoing email
35464 to the Internet.  This entry will be saved in your Alpine configuration file.
35465 ========== h_sticky_user_id ==========
35466 The username or login-id part of your email address.  This entry will be
35467 saved in your Alpine configuration file.
35468 ========== h_sticky_domain ==========
35469 The domain part of your email address, NOT the name of your PC.  This
35470 entry will be saved in your Alpine configuration file.
35471 ========== h_bounce =========
35472 Enter the address or nickname of the intended recipient.  Alpine will resend
35473 the message, which will retain the original author's From: address.
35474 ========== h_incoming_add_folder_nickname =========
35475 Enter an (optional) nickname that will be used in lieu of the actual
35476 host and folder names in the FOLDER LIST display.
35477 ========== h_anon_forward ==========
35478 Enter the address of your intended recipient, or ^C to cancel.
35479 Example: jsmith@somewhere.edu
35480 ========== h_news_subscribe ==========
35481 Enter the name of the newsgroup to which you wish to subscribe,
35482 or ^C to cancel.  Example: comp.mail.pine
35483 ========== h_pipe_msg ==========
35484 Enter the name of the Unix command to which you wish to send this
35485 message, or ^C to cancel.
35486 ========== h_pipe_attach ==========
35487 Enter the name of the Unix command to which you wish to send this
35488 attachment, or ^C to cancel.
35489 ========== h_select_by_num ==========
35490 Enter a list of message numbers (or number ranges), or ^C to cancel.  The word
35491 "end" represents the last message. Example: 2-5,7-9,11,19,35-end
35492 ========== h_select_by_thrdnum ==========
35493 Enter a list of thread numbers (or number ranges), or ^C to cancel.  The word
35494 "end" represents the last thread. Example: 2-5,7-9,11,19,35-end
35495 ========== h_select_txt_from ==========
35496 Messages with From: headers containing the entered string will be selected.
35497 ^C to cancel. ^G again to see original options.
35498 ========== h_select_txt_not_from ==========
35499 Messages without From: headers containing the entered string will be selected.
35500 ^C to cancel. ^G again to see original options.
35501 ========== h_select_txt_to ==========
35502 Messages with To: headers containing the entered string will be selected.
35503 ^C to cancel. ^G again to see original options.
35504 ========== h_select_txt_not_to ==========
35505 Messages without To: headers containing the entered string will be selected.
35506 ^C to cancel. ^G again to see original options.
35507 ========== h_select_txt_cc ==========
35508 Messages with Cc: headers containing the entered string will be selected.
35509 ^C to cancel. ^G again to see original options.
35510 ========== h_select_txt_not_cc ==========
35511 Messages without Cc: headers containing the entered string will be selected.
35512 ^C to cancel. ^G again to see original options.
35513 ========== h_select_txt_subj ==========
35514 Messages with Subject: headers containing the entered string will be selected.
35515 ^C to cancel.  ^X enters Subject: line of current message.
35516 ========== h_select_txt_not_subj ==========
35517 Messages without Subject headers containing the entered string will be selected.
35518 ^C to cancel.  ^X enters Subject: line of current message.
35519 ========== h_select_txt_all ==========
35520 All messages containing the entered string will be selected.  Headers and body,
35521 but not encoded attachments, will be compared.  Enter ^C to cancel.
35522 ========== h_select_txt_not_all ==========
35523 All messages that don't contain the entered string will be selected.  Headers
35524 and body, but not encoded attachments, will be compared.  Enter ^C to cancel.
35525 ========== h_select_txt_body ==========
35526 All messages containing the entered string will be selected. Body text, but
35527 not headers or encoded attachments, will be compared. ^C to cancel.
35528 ========== h_select_txt_not_body ==========
35529 All messages that don't contain the entered string will be selected. Body
35530 text, but not headers or encoded attachments, will be compared. ^C to cancel.
35531 ========== h_select_txt_recip ==========
35532 Messages with Cc: or To: headers containing the entered string will be selected.
35533 ^C to cancel. ^G again to see original options.
35534 ========== h_select_txt_not_recip ==========
35535 Messages without Cc: or To: headers containing the string will be selected.
35536 ^C to cancel. ^G again to see original options.
35537 ========== h_select_txt_partic ==========
35538 Messages with Cc, To, or From headers containing the string will be selected.
35539 ^C to cancel. ^G again to see original options.
35540 ========== h_select_txt_not_partic ==========
35541 Messages without Cc, To, or From headers containing the string will be selected.
35542 ^C to cancel. ^G again to see original options.
35543 ========== h_select_date ==========
35544 If typed, date may be in DD-MMM-YYYY format (04-Jul-2006) or in ISO format
35545 (2006-07-04). ^P/^N also changes default date. ^X enters date of current msg.
35546 ========== h_attach_index_whereis ==========
35547 Enter some text that appears in the Attachment Index entry for the desired
35548 attachment.  The first attachment containing that text will be highlighted.
35549 ========== h_kb_lock ==========
35550 Keystrokes entered here (up to a RETURN) comprise a password that must
35551 be entered again later in order to unlock the keyboard.
35552 ========== h_compose_default ==========
35553 N, compose a new message. R, set a role.
35554 ^C to cancel.
35555 ========== h_untranslatable ==========
35556 Send using UTF-8 character set; Send but replace untranslatable characters
35557 with question marks; return to the composer; or cancel message altogether.
35558 ========== h_compose_intrptd ==========
35559 N, compose a new msg. I, continue interrupted msg. R, set a role.
35560 ^C to cancel.
35561 ========== h_compose_postponed ==========
35562 N, compose a new message. P, continue postponed msg. R, set a role.
35563 ^C to cancel.
35564 ========== h_compose_intrptd_postponed ==========
35565 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
35566 R, set a role. ^C to cancel.
35567 ========== h_compose_form ==========
35568 N, compose a new message. F, use form letter. R, set a role.
35569 ^C to cancel.
35570 ========== h_compose_intrptd_form ==========
35571 N, compose a new msg. I, continue interrupted msg. F, use form letter.
35572 R, set a role. ^C to cancel.
35573 ========== h_compose_postponed_form ==========
35574 N, compose a new message. P, continue postponed msg. F, use form letter.
35575 R, set a role. ^C to cancel.
35576 ========== h_compose_intrptd_postponed_form ==========
35577 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
35578 F, use form letter. R, set a role. ^C to cancel.
35579 ========== h_config_context_del_except ==========
35580 If you delete the last exceptional collection you can only add it back by
35581 manually editing the exceptions config file.
35582 ========== h_config_whereis ==========
35583 To move quickly to a particular line, enter a search string or
35584 ^C to cancel.
35585 ========== h_config_edit_scorei ==========
35586 Enter interval in the form (min,max). -INF and INF may be used to represent
35587 -infinity and infinity. ^C to cancel change. RETURN to accept change.
35588 ========== h_config_add ==========
35589 Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
35590 pressing RETURN sets the Empty Value (this turns off any global default).
35591 ========== h_config_add_custom_color ==========
35592 Enter a header fieldname. For example, "subject" or "from".
35594 ========== h_config_add_pat_hdr ==========
35595 Enter a header fieldname. For example, "reply-to" or "organization" or
35596 any fieldname you want that isn't included already.
35597 ========== h_config_print_opt_choice ==========
35598 You may edit either the initialization string (characters printed before
35599 printing starts) or the trailer string.  Choose one or ^C to cancel.
35600 ========== h_config_print_init ==========
35601 Enter a C-style string for this.  You may use common backslash escapes like
35602 \\n for newline, \\ooo for octal character, and \\xhh for hex character.
35603 ========== h_config_change ==========
35604 Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
35605 delete current (highlighted) character, etc.  Enter ^C to cancel change.
35606 ========== h_config_replace_add ==========
35607 Replace ignores the current default, Add places the current default in your
35608 editing buffer as if you had typed it in.
35609 ========== h_config_insert_after ==========
35610 Enter a nickname for this print command.  (InsertBefore puts the new item
35611 before the current line, InsertAfter puts it after the current line.)
35612 ========== h_config_print_cmd ==========
35613 Enter command to be executed for the printer.  Use normal editing keys
35614 to modify, ^C to cancel, carriage return to accept current value.
35615 ========== h_config_role_del ==========
35616 Answering Yes will remove this rule completely from your rules list.
35617 ========== h_config_role_addfile ==========
35618 Type the name of a file to add to your configuration. You don't need to
35619 use a file, you may add rules directly (with Add) without using a file.
35620 ========== h_config_role_delfile ==========
35621 Answering Yes will remove this rule file completely from your rules list.
35622 The rules data file itself will not be removed.
35623 ========== h_config_print_del ==========
35624 Answering Yes will remove this printer completely from your printer list.
35625 ========== h_config_print_name_cmd ==========
35626 You may edit the Nickname of this printer, the Command to be executed when
35627 printing, or change the Options associated with this printer.
35628 ========== h_send_check_fcc ==========
35629 Yes, send message without an Fcc.
35630 No, return to composer.
35631 ========== h_send_check_subj ==========
35632 Yes, send message without a Subject.
35633 No, return to composer.
35634 ========== h_send_check_to_cc ==========
35635 Yes, send message without a To address, or a Cc address, or a Newsgroup.
35636 No, return to composer.
35637 ========== h_send_fcc_only ==========
35638 Yes, copy message to Fcc only and send to NO recipients.
35639 No, return to composer.
35640 ========== h_send_prompt ==========
35641 Yes, send the message.
35642 No or ^C, return to composer.
35643 ========== h_send_prompt_flowed ==========
35644 Yes, send the message.  No or ^C, return to composer.
35645 What's Flowed? See Do Not Send Flowed Text in config screen.
35646 ========== h_send_prompt_dsn ==========
35647 Yes, send the message.  No or ^C, return to composer.
35648 What's DSNOpts? See Enable Delivery Status Notification in config screen.
35649 ========== h_send_prompt_dsn_flowed ==========
35650 Yes, send the message.  No or ^C, return to composer. What's DSNOpts? See
35651 Enable Delivery Status Notification. What's Flowed? See Do Not Send Flowed Text.
35652 ========== h_role_confirm ==========
35653 Yes, use displayed role. No, compose without a role.
35654 ^C, cancel the message. ^T, select a role from your other eligible roles.
35655 ========== h_norole_confirm ==========
35656 Return, compose without a role.
35657 ^C, cancel the message. ^T, select a role from your eligible roles.
35658 ========== h_custom_print ==========
35659 Enter a Unix command that accepts its data on standard input.
35660 Alpine will display any information the command sends to standard output.
35661 ========== h_convert_abooks_and_sigs ==========
35662 You will be given the opportunity to convert address books and signature files
35663 to remote configurations.
35664 ========== h_convert_abooks ==========
35665 You will be given the opportunity to convert address books to remote
35666 configurations.
35667 ========== h_flag_keyword ==========
35668 Enter the name of the keyword you want to add for this folder.
35669 No spaces, parentheses, braces, percents or asterisks are allowed.
35670 ========== h_select_keyword ==========
35671 Enter the keyword you want to match, or use ^T to select a keyword from a list
35672 of possible keywords for this folder. Use ! to look for non-matches instead.
35673 ========== h_type_keyword ==========
35674 Enter the keyword you want to add. You may add a nickname in the next step.
35675 No spaces, parentheses, braces, percents or asterisks are allowed.
35676 ========== h_type_keyword_nickname ==========
35677 Enter an optional nickname for the keyword you want to add.
35678 Type Carriage return to use the keyword name instead of a nickname.
35679 ========== h_convert_sigs ==========
35680 You will be given the opportunity to convert signature files to remote
35681 configurations.
35682 ========== h_convert_abook ==========
35683 Yes is fairly safe. You will be ADDing a remote address book that is a copy
35684 of the current address book. The current abook won't be removed automatically.
35685 ========== h_convert_sig ==========
35686 Answering Yes copies the contents of the signature file into your Alpine
35687 configuration file. After that, the contents of the file will not be used.
35688 ========== h_save_addman ==========
35689 Enter the simple name of the folder you want to add. Carriage return to
35690 accept what you have typed so far. ^C to get back to SELECT FOLDER screen.
35691 ========== h_reopen_folder ==========
35692 Yes reopens the folder, as if you were starting over. This uncovers new mail.
35693 No leaves the folder index as it was without discovering new mail.
35694 ========== h_convert_pinerc_server ==========
35695 This is the name of the host (computer) where the remote Alpine configuration
35696 will be stored. This should be an IMAP server that you have permission to use.
35697 ========== h_convert_pinerc_folder ==========
35698 Enter the correct remote folder name. This folder is special and should
35699 contain only configuration data. It shouldn't contain other mail messages.
35700 ========== h_role_compose ==========
35701 Compose a New message, Reply to current message, Forward current message, or
35702 Bounce message. Then you will be asked to choose one of your Roles to be used.
35703 ========== h_save_size_changed ==========
35704 The reported size of a message is not the same as the actual size. Answer Yes
35705 to continue and hope for the best or No to Cancel the entire Save.
35706 ========== h_select_by_larger_size ==========
35707 Enter a number or ^C to cancel. All messages greater than this many characters
35708 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
35709 ========== h_select_by_smaller_size ==========
35710 Enter a number or ^C to cancel. All messages less than this many characters
35711 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
35712 ========== h_preserve_field ==========
35713 Use 'p' to toggle between preserving or not preserving the original To:
35714 and Cc: fields of the message. Enter ^C to cancel message.