* Bump version to 2.19.9.
[alpine.git] / pith / pine.hlp
blobaf3d8207a69c54889f7fe8965c08ca6e1c8a6e33
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 48 2014-03-09 14:26:45
144 ============= h_news =================
145 <HTML>
146 <HEAD>
147 <TITLE>RELEASE NOTES for Alpine</TITLE>
148 </HEAD>
149 <BODY>                 
150 <H1>Alpine Release Notes</H1>
151 <DIV ALIGN=CENTER>
152 Version <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)
153 <BR>
154 <!--chtml if pinemode="running"-->
155 (built <!--#echo var=ALPINE_COMPILE_DATE-->)
156 <!--chtml endif-->
158 <BR>
159 <BR>Copyright 2013-2014 Eduardo Chappa
160 <BR>Copyright 2006-2008 University of Washington
161 </DIV>
164 Alpine is an &quot;Alternatively Licensed Program for Internet
165 News and Email&quot; produced until 2008 by the University of Washington.
166 It is intended to be an easy-to-use program for
167 sending, receiving, and filing Internet electronic mail messages and
168 bulletin board (Netnews) messages.  Alpine is designed to run on a wide
169 variety of Unix&reg; operating systems.  A version for Microsoft Windows&reg;
170 is available as is a world wide web based version designed to run under the
171 Apache web server.
174 <H2>New in Alpine <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)</H2>
176 Version <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)
177 addresses bugs found in previous releases and has a few additions as well.
180 Additions include:
183 <UL>
184   <LI> Upgrade UW-IMAP to Panda IMAP from 
185        <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>.
186   <LI> S/MIME: Add screen to manage certificates.
187   <LI> Replace tabs by spaces in From and Subject fields to control for
188        size in screen of these fields. Change only in index screen display.
189   <LI> Add support to selective expunge through a subcommand of the 
190        select-apply commands. Read more in the <A 
191        HREF="h_index_cmd_expunge">help</A> for the expunge command.
192   <LI> Pico: New subcommand of the search command, allows to reverse the
193        direction of search.
194   <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a 
195        server to use different ways to connect using ssl, for 
196        example {server.com/tls1} will attempt to connect to 
197        server.com at the ssl imap port (port 993) and establish a 
198        connection using TLSv1. These flags can be used in 
199        conjunction with the /ssl flag, the ssl flag is redundant. 
200        Conversely, however, the /ssl flag does not imply any of 
201        these flags; the /ssl flag means SSLv3 or, if not available, 
202        SSLv2 in the SSL port.
203   <LI> Alpine does not attempt to automatically reopen a collection 
204        that was not opened due to cancellation by the user. 
205        Instead, the user must try to open it explicitly.
206   <LI> Alpine searches for a certificate that matches an email address in
207        all addresses in a certificate (instead of just the first 
208        one) but when it tries to unlock the certificate, it asks 
209        for the password for the first email address in that 
210        certificate.
211   <LI> Style tag in body of html message causes Alpine to not write its content
212        until a new &lt;/style&gt;
213   <LI> Experimental: Write the content-type of a message in 
214        lowercase, as some non-compliant servers do not understand 
215        uppercase content-type, such as those of GMX.de.
216   <LI> Opening a folder updates recent count in maildrops (this 
217        already works for other types of folders)
218   <LI> Automatically redraw screen after opening an attachment 
219        instead of simply clearing it.
220   <LI> Pico: Justification works without need of a predefined quote 
221        string. This allows justification of blocks of text that are 
222        indented with spaces.
223   <LI> Check bounds and tie strings off to improve security. Contributed 
224        by James Jerkins.
225 </UL>
228 Bugs that have been addressed include:
229 <UL>
230   <LI> Fix _INIT_ token for reply quote string to include support for 8-bit
231        in personal names. Reported by Lev Gorenstein.
232   <LI> When writing the .pinerc file, lines were truncated if they were longer
233        than 10,000 characters. This could cause data corruption, so now lines
234        are allowed to be of any length.
235   <LI> In Unix Alpine (but not in MAC OSX) fix a problem that made Alpine 
236        remove attachments before they were open by a mailcap viewer. It 
237        requires that the user has an equivalent to a command such as "ps 
238        auxww" to list the list of processes, and check if there is any 
239        program using the attachment. The default is "/bin/ps auxww", but 
240        it can be changed at compile time with the option --with-ps-cmd. 
241        See the help of the variable 
242        <a href="h_config_psleep"><!--#echo var="VAR_mailcap-check-interval"--></a> 
243        for more information.
244   <LI> S/MIME: signed messages that contained an attachment would not validate.
245   <LI> S/MIME: signed and encrypted messages from Thunderbird would not 
246        validate. Thanks to Andreas Schamanek for testing, debugging and 
247        advising during the process of fixing this problem.
248   <LI> S/MIME: Forwarding messages with multipart content-type failed to be signed
249        with &quot;Error writing pipe&quot; message. Reported by Andreas Schamanek
250        and Stefan Mueller.
251   <LI> S/MIME: Certificates are lost when using a pinerc file outside of the home directory.
252   <LI> Crash when tcp connection to NNTP server was lost after connection
253        had been established, but lost immediately afterwards.
254   <LI> WebAlpine: add _GNU_SOURCE to make pubcookie build.
255   <LI> Save command did not warn of existence of a message with a deleted 
256        attachment in an aggregate save, unless cursor was positioned on a message 
257        with a deleted attachment. Reported by Florian Herzig.
258   <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
259        in an IMAP server.
260   <LI> DATE tokens were not internally transformed to UTF-8, which made their
261        values not appear complete in the screen. Reported by Werner Scheinast.
262   <LI> Fixes to configure script so that it will not require PAM for every system.
263   <LI> Fix to configure script so that it will use CPPFLAGS instead of 
264        CPPCFLAGS, and so the --with-ssl-include-dir option take effect 
265        during the build. Fix by Ulf-Dietrich Braumann.
266   <LI> Fix in WebAlpine: do not use deprecated dereference in pointer, 
267        needs to use tcl_getstringresult() instead. Reported by 
268        Ulf-Dietrich Braumann.
269   <LI> Quoted string in URL Viewers configuration variable were not 
270        unquoted before passing to viewer.
271   <LI> Fix in configure script to detect location of tcl library; add
272        /usr/local in FreeBSD and fix a bug in configure script that used 
273        $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed 
274        by Werner Scheinast.
275   <LI> Move SSL configurations from UW-IMAP to configure script, and
276        update OpenSSL configuration for mac OSX.
277   <LI> Remove -lregex from linker flags when building --with-supplied-regex.
278 </UL>
283 Version 2.11 addresses bugs found in previous releases and has a few 
284 additions as well.
287 Additions include:
290 <UL>
291    <LI> Alpine requires version 1.0.1c of Openssl to build.
292    <LI> Increase encryption of S/MIME encrypted messages.
293    <LI> Pico: Improvements in justification of paragraphs: lines that begin
294 with a quote string, followed by a space were considered individual paragraphs,
295 now they are considered part of a paragraph. Based on earlier joint work
296 with Jeff Franklin.
297    <LI> Unix Alpine: Allow local .pinerc file to be a symbolic link.
298    <LI> Experimental extended support of recognition of UTF-8 in urls based on 
299 information from <A HREF="http://url.spec.whatwg.org">http://url.spec.whatwg.org</A>.
300    <LI> Added recognition of ws and wss URIs.
301    <LI> Add ability to <A HREF="h_config_folder_color">color folder names</A>, 
302  <A HREF="h_config_directory_color">directory names</A>,
303  and <A HREF="h_config_folder_list_color">text</A> in the FOLDER SCREEN.
304    <LI> Add the ability to <A HREF="h_config_indextoken_color">color any token</A>
305 used in the display of the INDEX SCREEN.
306    <LI> New option <A HREF="h_config_preserve_field"><!--#echo var="FEAT_preserve-original-fields"--></A>
307 that adds the ability to preserve To: and Cc: fields when replying to a 
308 message, as specified by original sender.
309    <LI> Add a _SILENT_ token to the <A HREF="h_config_display_filters">list of tokens</A>
310  for a display filter, so that Alpine will not redraw the screen when it is unnecessary.
311    <LI> Quota command includes subcommands for printing, forwarding, etc.
312 </UL>
315 Bugs that have been addressed include:
317 <UL>
318   <LI> Crash when a non-compliant SMTP server closes a connection without a QUIT command.
319   <LI> Crash when resizing the screen in a configuration screen.
320   <LI> Do not bail out during a tcp timeout, instead close connection and avoid crash.
321   <LI> Do not use a shell to open a browser.
322   <LI> Configure script did not test for crypto or pam libraries.
323   <LI> Configure script attempted to build web component, even if header file tcl.h was not present.
324   <LI> Change Cygwin directory separator to &quot;/&quot;.
325   <LI> Alpine could set List- headers, contrary to RFC 2369.
326 </UL>
329 Version 2.10 addresses bugs found in previous releases and has a few 
330 additions as well.
333 Additions include:
336 <UL>
337    <LI> Quota report for IMAP folders that support it (press the &quot;@&quot; command in the index screen of such folder).
338    <LI> Search a folder for the content of any header with the &quot;;&quot; command. 
339    <LI> Foreign characters are decoded correctly in IMAP folders.
340    <LI> Question about breaking connection to slow servers includes their name.
341    <LI> Internal x-alpine-help: resource locator for sending links to internal help.
342    <LI> OpenSuse: Alpine find location of OpenSSL certificates.
343    <LI> Cygwin: Alpine builds without need of patch.
344    <LI> Recognition of proper mime type for docx, xlsx, and pptx files.
345    <LI> When composing a message, Alpine will create a new thread when the subject is erased.
346    <LI> Add support for strong encryption of password file when S/MIME is built in.
347 </UL>
350 Bugs that have been addressed include:
353 <UL>
354    <LI> Alpine will close a folder after confirming with user their intention and not reopen it.
355    <LI> Double allocation of memory in Pico.
356    <LI> Alpine does not give warning of message sent and posted upon receipt by email of message posted in newsgroup.
357    <LI> Handling of STYLE html parameter may make Alpine not display the content of a message.
358    <LI> Not recognition of environment variables in some options.
359    <LI> Not display of login prompt during initial keystrokes.
360    <LI> justification of long urls breaks them.
361    <LI> Incorrect New Mail message when envelope is not available.
362    <LI> Inorrect display of PREFDATE, PREFDATETIME and PREFTIME tokens.
363    <LI> Crash when resizing the screen after display of LDAP search.
364    <LI> Crash when redrawing screen while opening a remote folder collection.
365    <LI> Infinite loop in scrolltool function during notification of new mail.
366    <LI> No repaint of the screen after midnight was done when the SMARTDATE token is used in the index screen.
367    <LI> No display of signed and encrypted S/MIME messages.
368    <LI> Alpine will not build with OpenSSL.
369    <LI> Crash for double locking in calls to c-client.
370    <LI> Bad recognition of mime-encoded text may make Alpine not print the subject of a message.
371    <LI> Ignore the references header when threading messages
372    <LI> No update of colors in index screen after update to addressbook.
373 </UL>
376 Version 2.01 addresses bugs found in previous releases and has a few 
377 additions as well.
380 Additions include:
383 <UL>
384    <LI> Fixed non-ASCII web alpine handling
385    <LI> Added web alpine help.
386    <LI> Allow web alpine inbox on second IMAP server.
387    <LI> Allow web alpine config reset after bad inbox-path gets set.
388    <LI> Added web alpine ability to create group contact from contact list members.
389    <LI> Backed out web alpine coercing of default sort-key of arrival to date/reverse.
390    <LI> Tidied up web alpine script layout.
391    <LI> Fixed web alpine status message ordering
392    <LI> Added web alpine Fcc setting via Contacts in Compose
393    <LI> Fixed web alpine autodraft attachment issues
394    <LI> Fixed web alpine problems with recent count maintenance
395    <LI> Fixed web alpine newmail arrival display in message list
396    <LI> Added web alpine confirmation to folder create for Move/Copy
397    <LI> Added web alpine user-domain support
398    <LI> Fixed web alpine to support INBOX-within-a-collection deletion
399 </UL>
402 Bugs that have been addressed include:
405 <UL>
406    <LI> In web alpine fixed delete all selected within a search result to reorient
407         correctly to whole-mailbox message list.
408    <LI> Fixed web alpine delete in view page to be sensitive to sort
409    <LI> Fixed web alpine open of folder within directory from folder manager page.
410    <LI> Fixed web alpine open of folder within directory from left column's recent cache.
411    <LI> Fixed web alpine problems with spaces in special folder names like Drafts
412    <LI> Fixed web alpine adding contacts from message list and view
413    <LI> Fixed web alpine create of non-existent fcc
414    <LI> Remove mistakenly left debugger statement in web alpine javascript.
415    <LI> Some UNIX alpine build problems fixed
416    <LI> Crash in pico and pilot when nl_langinfo returned something unrecognizable
417         or NULL. Add recognition of "646" to nl_langinfo wrapper. This is returned
418         by locale charmap call on some Solaris 8 systems.
419    <LI> MacOS Keychain logins were not working correctly with generic host names, like
420         imap.gmail.com, as opposed to specific instances like rx-in-209.google.com, causing
421         new password requests when not needed
422    <LI> Possible crash in WhereIs command while in FOLDER LIST when cursor is located on the
423         last folder in the list
424    <LI> Change to S/MIME get_x509_subject_email so that X509v3 alternative names are
425         looked for along with the email address
426    <LI> Changes to configure to get spellcheck options with work with arguments.
427    <LI> Add change from Mark Crispin of panda.com to at least minimally handle non-ascii hostname
428         returned by gethostname (iPhone can do this)
429    <LI> Fixed a bug that prevents a filter that moves a message into a local folder
430         from also setting the DELETE flag in that moved message. Fix from Eduardo Chappa.
431    <LI> Changed size of shellpath in open_system_pipe from 32 to MAXPATH. Fix from
432         Jake Scott of marganstanley.com.
433    <LI> Buffer overflow bug in c-client's tmail/dmail, fix from Mark Crispin. This
434         is not used in alpine.
435    <LI> Imapd server crash from unguarded fs_give in IDLE code, fix from Crispin.
436         Apparently this causes RIM Blackberry BIS service problems. This is not
437         used in alpine.
438    <LI> Tmail uninitialized pointer fix from Neil Hoggarth. Not used in alpine.
439    <LI> Buffer overflow possibility in RFC822BUFFER routines in c-client library.
440         Fix from Ludwig Nussel of SUSE and from Crispin.
441    <LI> Include whole filename in export filename history
442    <LI> Fix display bug in pico when Replace command is canceled. Fix from Eduardo Chappa.
443 </UL>
446 Version 2.00
447 addressed bugs found in previous releases and had a few additions as well.
449 Additions included:
452 <UL>
453    <LI> Redesigned Web Alpine interface
454    <LI> Experimental <A HREF="h_mainhelp_smime">S/MIME support</A> added
455         in UNIX versions of Alpine
456    <LI> Attempt to include the attachment filename as part of the name of the
457         temporary file used when viewing an attachment with an external program.
458         Add some randomness to that filename to make it hard to predict the filename.
459         Add a filename extension, usually derived from the type/subtype, to the
460         temporary filename. This was previously done only on Windows and MacOS X.
461    <LI> Enhance address completion in the composer (TAB command) so that it looks
462         through nicknames, fullnames, and addresses from the address book; addresses
463         from the message being viewed, if any; and the results from
464         <A HREF="h_direct_config">LDAP Directory Server</A>
465         lookups for all of the defined directory servers that have the
466         <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
467         feature set.
468    <LI> Make the default character set setting more liberal in what it will accept
469         from the UNIX nl_langinfo call and the various values of LANG seen in the wild
470    <LI> Remove the Alpine revision number from the titlebar in released versions
471         while leaving it there in snapshot versions
472    <LI> Add a <A HREF="h_config_quell_asterisks">feature</A> to suppress the
473         display of asterisks when you type a password for Alpine
474    <LI> Add line wrapping when displaying <EM>PRE</EM> formatted sections of HTML
475    <LI> When the
476         <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
477         feature is turned on convert not only the dates in the index screen but also
478         the dates in the MESSAGE VIEW
479 </UL>
482 Bugs addressed in the 2.00 release included:
485 <UL>
486    <LI> Crash when using tab-completion for selecting a Save filename
487    <LI> Make Web Alpine help text images relative for more portability
488    <LI> Fixed attach save of html parts in Web Alpine
489    <LI> Viewing, printing, exporting, replying, and bouncing of message
490         digests was broken. Replying and bouncing should not have been
491         allowed at all for digests. It would be nice to have a more standard
492         index-like view of a message digest but that has not been addressed
493         with this minor bug fix.
494    <LI> Adjust wrapping of HTML messages so that the margins specified by
495         <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
496         <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>
497         are observed correctly
498    <LI> Interrupt of WhereIs command in index was broken
499    <LI> The <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
500         option did not work correctly interpreting unknown characters in message headers
501    <LI> Long address lines could cause blank continuation lines
502    <LI> Save to a local default INBOX failed if the primary collection was also local,
503         which it is by default. The save went to  ~/mail/inbox instead.
504    <LI> Make a default save folder of &quot;inbox&quot; always mean the real
505         inbox, not the inbox in the primary collection
506    <LI> Address book entries with lots of addresses would be truncated when
507         entered in the composer with a screen size wider than 270 or so charcters
508    <LI> Some fields in the index screen were truncated when the screen width was
509         wider than 256 characters
510    <LI> Crash when TABing to next folder, the next folder with new mail is a POP
511         folder, and there is a more than 10 minute pause between typing the TAB
512         and typing the Yes
513 </UL>
516 Version 1.10(962)
517 addressed bugs found in previous releases and had a few additions as well.
519 Additions included:
522 <UL>
523    <LI> Add the possibility of setting a default role
524         (see <A HREF="h_role_select">Roles Screen</A>)
525         which may be convenient if your work flow involves acting in one
526         role for a while then switching to another role and staying in the
527         new role for another period of time
528    <LI> When Saving and the IMAP server problem &quot;Message to save shrank!&quot;
529         is encountered, ask the user if he or she wants to continue with the
530         risky Save anyway instead of aborting. This may be helpful if your
531         IMAP server is broken in this way but be aware that it is possible there
532         was a real error instead of just a broken server implementation.
533    <LI> Some configure adjustments for Kerberos detection and
534         for SCO OpenServer 5 support
535    <LI> Hide INBOX in a collection if it also appears as an
536         <A HREF="h_config_enable_incoming">Incoming Folder</A>
537    <LI> Show asterisks for feedback when the user is typing a password
538    <LI> Performance improvement for threading of large folders
539    <LI> Previously, the search used to find
540         Pattern matches containing To patterns searched for both To
541         and Resent-To headers. The relatively complicated search this
542         produces causes problems when using some deficient IMAP servers.
543         Now the default is to look only for To headers and ignore the
544         presence of Resent-To. The previous behavior may be restored
545         with the <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> feature.
546    <LI> Add an
547         <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
548         to help with reading malformed unlabeled messages
549    <LI><A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A> option added
550    <LI> Map some Shift-LeftArrow escape sequences to LeftArrow
551    <LI> Add feature <A HREF="h_config_warn_if_fcc_blank"><!--#echo var="FEAT_warn-if-blank-fcc"--></A>
552 </UL>
555 Bugs addressed in the 1.10(962) release included:
558 <UL>
559    <LI> Crash when encountering certain errors from an SMTP server
560    <LI> Crash in composer caused by overflow in replace_pat()
561    <LI> Hang when authenticating to an SMTP server that fails with a
562         &quot;connection disconnected&quot; error
563    <LI> Bug in handling of trailing tab character in flowed text
564    <LI> Security enhancement for mailcap parameter substitution
565    <LI> <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>
566         did not work if the message being replied to was not flowed text
567         and <A HREF="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></A>
568         was not turned on
569    <LI> Don't allow printer to be changed through hidden config screen
570         if system administrator didn't want it to be allowed
571    <LI> Attempts are sometimes made to set the Forwarded flag when alpine
572         should know that it won't work, causing error messages to appear
573    <LI> A <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
574         of double-quote double-quote didn't work right
575    <LI> Quoting wasn't being done to protect special characters from the
576         MacOS X shell when
577         <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A>
578         was not defined
579    <LI> On MacOS X message attachments should be shown internally instead of
580         being shown using the Mail application
581    <LI> When replying to a message with a charset of X-UNKNOWN Alpine would
582         sometimes set the outgoing charset to X-UNKNOWN, making the result
583         unreadable
584    <LI> When the sending of a message failed lines with leading spaces had one
585         additional space inserted in each of those lines when the user
586         was returned to the composer
587    <LI> The <A HREF="h_index_cmd_whereis">WhereIs</A> command missed some index lines
588         that contained non-ascii characters because it was truncating the
589         line being searched so that it was shorter than what was visible on
590         the screen
591    <LI> When composing, an attachment with a long name that causes wrapping in
592         just the wrong place would generate an error and cause the send
593         of the attachment to fail
594    <LI> After calling the file browser to attach a file in the composer, a resize
595         of the window when back in the composer would redraw the last screen that
596         had been shown in the browser instead of the current composer screen
597    <LI> Possible crash in index screen when encountering unparseable addresses
598         or when using one of the PRIORITY tokens or the HEADER token in the
599         <a href="h_config_index_format"><!--#echo var="VAR_index-format"--></a>
600    <LI> Problems with Header Color editing if the configuration option
601         <a href="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></a>
602         was inadvertently changed to the Empty Value in the hidden config screen
603    <LI> When resuming the final postponed message from an Exchange server the user
604         could get a certificate validation failure because alpine was trying
605         to validate the canonical name of the folder instead of the name the
606         user used
607    <LI> Windows line endings in a mimetypes file on a Unix system cause a
608         failure to find a match
609    <LI> Make matching of extension names case independent in mimetypes files
610    <LI> Windows dialog boxes for entering text were not working correctly
611    <LI> Replying to or Forwarding multipart/alternative messages which had a
612         single text/html part did not work well
613    <LI> Printing the print confirmation page caused a crash
614    <LI> A To line with a long, quoted personal name could display incorrectly
615         if it was close to the same width as the screen
616    <LI> When <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
617         and <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
618         are turned on hide (0/0) when the folder is empty
619    <LI> Folder completion while Saving didn't work if the collection being
620         saved to was the local home directory
621 </UL>
624 Version 1.00
625 was an evolutionary release based on
626 <A HREF="http://www.washington.edu/pine/">Pine</A>, which was also
627 developed at the University of Washington.
628 It is upwards-compatible for existing Pine users.
631 Changes included:
633 <UL>
634    <LI> Ground-up reorganization of source code around addition
635         of "pith/" core routine library.
636    <LI> Fundamental improvement in Alpine's internal text handling, which
637         is now based exclusively on Unicode. This allows displaying incoming
638         messages and producing outgoing messages in many different languages.
639    <LI> Ground-up reorganization of build and install procedures
640         based on GNU Build System's autotools. NOTE, the included IMAP library
641         build is not based on autotools, so some features will not work. However,
642         it should get built automatically during the Alpine build process.
643    <LI> Web-based version included built on TCL designed to run under
644         a suitable CGI-supporting web server such as Apache.
645 </UL>
649 Details on changes in previous (prerelease) versions of Alpine
650 may be found at the following URL:
652 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/changes.html">http://www.washington.edu/alpine/changes.html</A></SAMP></CENTER>
655 <HR WIDTH="75%"><P>
657 <H2>Getting Help</H2>
658 <DL>
659 <DT>Online Help</DT>
660 <DD>
661 Every Alpine screen and command has associated help text
662 accessible via the &quot;?&quot; key (or Ctrl-G in text-input contexts).
663 </DD>
665 <DT>Web Help</DT>
666 <DD>
667 The most current source of information about Alpine,
668 including new version availability, is the web page at
670 <CENTER><SAMP><A HREF="http://patches.freeiz.com/alpine/">http://patches.freeiz.com/alpine/</A></SAMP></CENTER>
671 </DD>
672 </DL>
674 Frequently Asked Questions (and answers) may be found at the following
675 URL:
677 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/faq/">http://www.washington.edu/alpine/faq/</A></SAMP></CENTER>
680 <HR WIDTH="75%"><P>
682 <H2>Additional Information</H2>
684 General Alpine configuration information can be found
685 <A HREF="h_news_config">here</A>.
687 This is revision (<!--#echo var="ALPINE_REVISION"-->) of the Alpine software.
688 Alpine mailbox and <A HREF="http://www.washington.edu/imap/">IMAP</A> server
689 access is provided by the IMAP Toolkit Environment (c-client library)
690 version <!--#echo var="C_CLIENT_VERSION"-->.
691 <P> 
692 Alpine was developed until 2009 by the Office of Computing 
693 &amp; Communications at the University of Washington in Seattle.  
694 Since then, the effort of developing Alpine has been continued by
695 a community of volunteers who dedicate their time to make a good software
696 even better!
697 software 
700 Alpine Copyright 2013-2014 Eduardo Chappa, 
701 <BR> Copyright 2006-2008 University of Washington.
704 Additional legal notices can be found <A HREF="h_news_legal">here</A>
705 or at the web URL:
708 <CENTER><A HREF="http://www.washington.edu/alpine/overview/legal.html">http://www.washington.edu/alpine/overview/legal</A></CENTER>
711 &lt;End of Release Notes&gt;
712 </BODY>
713 </HTML>
714 ====== h_tls_failure_details ======
715 <HTML>
716 <HEAD>
717 <TITLE>Certificate Validation Details</TITLE>
718 </HEAD>
719 <BODY>
720 <H1>Certificate Validation Details</H1>
722 This screen gives details as to why the certificate validation failed: the
723 name of the desired server system; the reason for failure; and the name on
724 the certificate.  This is primarily of interest to experts.
727 &lt;End of help&gt;
728 </BODY>
729 </HTML>
730 ====== h_tls_failure ======
731 <HTML>
732 <HEAD>
733 <TITLE>TLS or SSL Failure</TITLE>
734 </HEAD>
735 <BODY>
736 <H1>TLS or SSL Failure</H1>
738 An attempt was made to establish a secure, encrypted connection to the
739 server system using either Transport Layer Security (TLS) or the older
740 Secure Sockets Layer (SSL).  This attempt failed.
743 You should contact your server system management for more assistance.
744 The problem is probably at the server system and not in Alpine or your local
745 system.  The text in this screen may be helpful for the server system
746 management in debugging the problem,
749 &lt;End of help&gt;
750 </BODY>
751 </HTML>
752 ====== h_tls_validation_failure ======
753 <HTML>
754 <HEAD>
755 <TITLE>TLS and SSL Certificate Validation Failures</TITLE>
756 </HEAD>
757 <BODY>
758 <H1>TLS and SSL Certificate Validation Failures</H1>
760 An attempt was made to establish a secure, encrypted connection to the
761 server system using either Transport Layer Security (TLS) or the older
762 Secure Sockets Layer (SSL).
765 An important part of this procedure is server certificate validation.  A
766 server certificate is an &quot;electronic identification card&quot; for the server
767 system that is signed by a well-known certificate authority (CA).  Alpine
768 compares the server system identity in the server certificate with the
769 name of the server system to which it is trying to connect.  Alpine also
770 verifies that the CA signature is authentic.
773 Some common failure conditions are:
776 <UL>
777   <LI> [UNIX Alpine] Self signed certificate.  This means that the server system
778 signed its own certificate.  This does not necessarily indicate anything
779 bad; the server operators may simply have elected to not purchase a
780 signed certificate from a certificate authority.
782   <LI> [UNIX Alpine] Unable to get local issuer certificate.  This means that
783 the signature on the server system is from an unknown certificate authority.
784 It can also mean that no certificate authority certificates have been
785 installed on the local UNIX system.
787   <LI> [PC Alpine] Self-signed certificate or untrusted authority.  This is
788 the same as either of the above two conditions in UNIX Alpine.  Note that
789 Windows systems typically have a full set of certificate authority
790 certificates installed, so it is more likely to be a self-signed
791 certificate than an unknown certificate authority.
793   <LI> Server name does not match certificate.  This means that the server
794 presented a proper signed certificate for a name other than the desired
795 name.
796 </UL>
799 Any of these conditions can indicate that you are being attacked and have
800 been directed to an imposter server that will record your password and
801 your private mail messages.  It can also mean something innocuous.
804 If you are certain that the problem is innocuous, you can append the
805 option
808 <CENTER><SAMP>/novalidate-cert</SAMP></CENTER>
811 to the server system name where it appears in your configuration (e.g. the
812 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>,
813 a folder-collection, or a news or SMTP server).  This will
814 disable certificate validation.  On the other hand, if you are attacked,
815 you will get no warning if you do this.
818 &lt;End of Cert Validation Failures help&gt;
819 </BODY>
820 </HTML>
821 ====== h_release_tlscerts ======
822 <HTML>
823 <HEAD>
824 <TITLE>TLS and SSL usage note</TITLE>
825 </HEAD>
826 <BODY>
827 <H1>TLS and SSL usage note</H1>
830 When using Alpine from Unix or Windows 2000,
831 server certificates must be signed by a trusted certificate authority.
832 You may relax this requirement (at the cost of some security) by using
834 <A HREF="h_folder_server_syntax">NoValidate-Cert</A>
835 modifier in the mailbox name.
838 <CENTER><SAMP>{foo.example.com/novalidate-cert}INBOX</SAMP></CENTER>
841 The fully-qualified host name of the server should be used
842 so that it matches the host name in the server certificate.
844 Here is an example of a host specification that directs Alpine to use
845 the SSL port (993) and an encrypted data stream.
847 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
849 &lt;End of TLS usage help&gt;
850 </BODY>
851 </HTML>
852 ====== h_news_config ======
853 <HTML>
854 <HEAD>
855 <TITLE>Alpine Configuration</TITLE>
856 </HEAD>
857 <BODY>
858 <H1>Alpine Configuration</H1>
860 <H2>Using Environment Variables</H2>
862 The values of Alpine configuration options may include environment variables
863 that are replaced by the value of the variable at the time Alpine is run
864 (and also at the time the config option is changed).
865 The syntax to use environment variables is a subset of the common Unix
866 shell dollar-syntax.
867 For example, if
869 <P><CENTER><SAMP>$VAR</SAMP></CENTER><P>
871 appears in the value of an Alpine configuration option it is looked up in the
872 environent (using getenv(&quot;VAR&quot;)) and its
873 looked-up value replaces the <SAMP>$VAR</SAMP> part of the option value.
874 To include a literal dollar sign you may precede the dollar sign with another
875 dollar sign.
876 In other words, if the text
878 <P><CENTER><SAMP>$$text</SAMP></CENTER><P>
880 is the value of a configuration option, it will be expanded to
882 <P><CENTER><SAMP>$text</SAMP></CENTER><P>
884 and no environment lookup will be done.
885 For Unix Alpine it will also work to use a backslash character to
886 escape the special meaning of the dollar sign, but $$ is preferable since
887 it works for both PC-Alpine and Unix Alpine, allowing the configuration option
888 to be in a shared configuration file.
891 This all sounds more complicated than it actually is.
892 An example may make it clearer.
893 Unfortunately, the way in which environment variables are set is OS-dependent 
894 and command shell-dependent.
895 In some Unix command shells you may use
897 <P><CENTER><SAMP>PERSNAME="Fred Flintstone"</SAMP></CENTER><P>
898    <CENTER><SAMP>export PERSNAME</SAMP></CENTER><P>
900 Now, if you use Alpine's Setup/Config screen to set
902 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=$PERSNAME</SAMP></CENTER><P>
904 the <SAMP>$PERSNAME</SAMP> would be replaced by <SAMP>Fred Flintstone</SAMP>
905 so that this would be equivalent to
907 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=Fred Flintstone</SAMP></CENTER><P>
909 Note, environment variable substitution happens after configuration
910 options that are lists are split into the separate elements of the list,
911 so a single environment variable can't contain a list of values.
914 The environment variable doesn't have to be the only thing
915 after the equal sign.
916 However, if the name of the variable is not at the end of the line or
917 followed by a space (so that you can tell where the variable name ends),
918 it must be enclosed in curly braces like
920 <P><CENTER><SAMP>${VAR}</SAMP></CENTER><P>
922 It is always ok to use the braces even if you don't need to.
924 It is also possible to set a default value for an environment variable.
925 This default value will be used if the environment variable is not
926 set (that is, if getenv(&quot;VAR&quot;) returns NULL).
927 The syntax used to set a default value is
929 <P><CENTER><SAMP>${VAR:-default value}</SAMP></CENTER><P>
931 If the config file contains
933 <P><CENTER><SAMP>personal-name=${VAR:-Fred Flintstone}</SAMP></CENTER><P>
935 then when Alpine is run <SAMP>VAR</SAMP> will be looked up in the environment.
936 If <SAMP>VAR</SAMP> is found then <SAMP>personal-name</SAMP> will have
937 the value that <SAMP>VAR</SAMP> was set to, otherwise,
938 <SAMP>personal-name</SAMP> will be set to <SAMP>Fred Flintstone</SAMP>,
939 the default value.
940 (Note that the variable is called &quot;personal-name&quot; in the config
941 file but is displayed in the config screen as
942 &quot;<!--#echo var="VAR_personal-name"-->&quot;.
943 In general, the value that goes into a config file is never exactly the
944 same as the value you see on the screen.)
947 An example where an environment variable might be useful is the
948 variable <SAMP>Inbox-Path</SAMP> in the global configuration file.
949 Suppose most users used the server
951 <P><CENTER><SAMP>imapserver.example.com</SAMP></CENTER><P>
953 but that there were some exceptions who used
955 <P><CENTER><SAMP>altimapserver.example.com</SAMP></CENTER><P>
957 In this case, the system manager might include the following line in
958 the systemwide default Alpine configuration file
960 <P><CENTER><SAMP>Inbox-Path=${IMAPSERVER:-imapserver.example.com}</SAMP></CENTER><P>
962 For the exceptional users adding
964 <P><CENTER><SAMP>IMAPSERVER=altimapserver.example.com</SAMP></CENTER><P>
966 to their environment should work.
968 Another example might be the case where a user has to use a different
969 SMTP server from work and from home.
970 The setup might be something as simple as
972 <P><CENTER><SAMP>smtp-server=$SMTP</SAMP></CENTER><P>
974 or perhaps a default value could be given.
975 Note that, as mentioned above, the variable <SAMP>SMTP</SAMP> cannot contain
976 a list of SMTP servers.
979 <H2>Configuration precedence</H2>
981 There are several levels of Alpine configuration.  Configuration values at
982 a given level override corresponding values at lower levels.  In order of
983 increasing precedence:
985 <UL>
986  <LI> built-in defaults
987  <LI> system-wide
988 <!--chtml if pinemode="os_windows"-->
989       config file from command line or provided
990       by "PINECONF" environment variable
991 <!--chtml else-->
992       pine.conf file
993 <!--chtml endif-->
994  <LI> personal configuration file
995  <LI> personal exceptions configuration file
996  <LI> command-line options
997  <!--chtml if pinemode="os_windows"--><!--chtml else-->
998  <LI> system-wide pine.conf.fixed file<!--chtml endif-->
999 </UL>
1001 The values in both the personal configuration file and the
1002 <A HREF="h_config_exceptions">exceptions</A>
1003 configuration file may be set using the Setup command.
1004 Setup/Config is the command to change most of the personal configuration
1005 options.
1006 The other Setup subcommands are also used to change the configuration,
1007 for example, Setup/AddressBook, Setup/Rules, and so on.
1008 Changing the personal exceptions configuration is very similar.
1009 To change a value in the Config screen you would use the command
1010 Setup/eXceptions/Config.
1011 Likewise for the other Setup subcommands (Setup/eXceptions/Rules and so on).
1013 There are a couple exceptions to the rule that configuration values are replaced
1014 by the value of the same option in a higher-precedence file.
1015 The Feature-List variable has values that are additive, but can be
1016 negated by prepending &quot;no-&quot; in front of an individual feature name.
1017 So for features, each individual feature's value is replaced by the value
1018 of the same feature in a higher-precedence file.
1019 Note that this is done automatically for you when you change these values via
1020 the Setup/Config command.
1021 The other exception to the <EM>replace</EM> semantics happens when you
1022 use <A HREF="h_config_inheritance">configuration inheritance</A>
1023 for option lists.
1026 <H2>File name defaults</H2>
1028 Notes:<P>
1030 <BR> &lt;exe dir&gt; = directory where pine.exe found.
1031 <BR> &lt;pinerc dir&gt; = directory where pinerc found.
1032 <BR> # = default file name is overridable in pinerc.
1033 <BR> $HOME, if not explicitly set, defaults to root of the current drive.
1034 <BR> $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
1035 <BR> + between the mailcap paths implies that the two files are combined.
1036 <BR> ; between other default paths implies that the first one found is used.
1037 </P>
1038 Alpine looks for most support files in the same directory it finds its
1039 personal configuration file (pinerc).  The -p command-line flag may be
1040 used to specify a particular path name for the pinerc file.  If a
1041 pinerc file does not exist, it will be created (if directory permissions
1042 allow).  In PC-Alpine, if -p or $PINERC are not defined, Alpine will look
1043 in $HOME&#92;PINE and the directory containing the PINE.EXE.  If a PINERC
1044 file does not exist in either one, it will create one in the first of those
1045 two directories that is writable.  In detail:
1046 <PRE>
1048 PC-Alpine:
1050  executable     &lt;DOS search path&gt;&#92;pine.exe
1051  help index     &lt;exe dir&gt;&#92;pine.ndx
1052  help text      &lt;exe dir&gt;&#92;pine.hlp
1054  pers config    $PINERC  ;  $HOME&#92;pine&#92;PINERC  ;  &lt;exe dir&gt;&#92;PINERC
1055  except config  $PINERCEX ; $HOME&#92;pine&#92;PINERCEX  ;  &lt;exe dir&gt;&#92;PINERCEX
1056  global cfg     $PINECONF
1058  debug          &lt;pinerc dir&gt;&#92;pinedebg.txtN
1059  crash          &lt;pinerc dir&gt;&#92;pinecrsh.txt
1060  signature#     &lt;pinerc dir&gt;&#92;pine.sig
1061  addressbook#   &lt;pinerc dir&gt;&#92;addrbook
1062  mailcap#       &lt;pinerc dir&gt;&#92;mailcap  +  &lt;exe dir&gt;&#92;mailcap
1063  mimetypes#     &lt;pinerc dir&gt;&#92;mimetype +  &lt;exe dir&gt;&#92;mimetype
1064  newsrc#        $HOME&#92;newsrc (if exists, else) &lt;pinerc dir&gt;&#92;newsrc
1065  sentmail#      $HOME&#92;mail&#92;sentmail.mtx
1066  postponed#     $HOME&#92;mail&#92;postpond.mtx
1067  interrupted    $HOME&#92;mail&#92;intruptd
1069 Unix Alpine:
1071  executable     &lt;Unix search path&gt;/pine
1072  persnl cfg     ~/.pinerc
1073  except cfg     ~/.pinercex
1074  global cfg     <!--#echo var="PINE_CONF_PATH"-->
1075  fixed cfg      <!--#echo var="PINE_CONF_FIXED_PATH"-->
1076  local help     <!--#echo var="PINE_INFO_PATH"-->
1078  interrupted    ~/.pine-interrupted-mail
1079  debug          ~/.pine-debugN
1080  crash          ~/.pine-crash
1081  newsrc#        ~/.newsrc
1082  signature#     &lt;pinerc dir&gt;/.signature
1083  addressbook#   &lt;pinerc dir&gt;/.addressbook
1084  postponed#     ~/mail/postponed-msgs
1085  sentmail#      ~/mail/sent-mail
1086  mailcap#       ~/.mailcap + /etc/mailcap
1087                            + /usr/etc/mailcap + /usr/local/etc/mailcap
1088  mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
1090  news-spool     varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news
1091  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
1092  lock files     /tmp/.<!--#echo var="MAIL_SPOOL_LOCK_PATH"-->
1093  inbox          <!--#echo var="MAIL_SPOOL_PATH"-->
1094  password       /etc/passwd
1096 Unix Alpine and PC-Alpine:
1098  .ab*           remote addressbook support files
1099  a[1-9]*        temporary (while Alpine is running) addressbook files
1101 </PRE>
1104 <H2>Mailcap files</H2>
1106 Alpine honors the mailcap configuration system for specifying external
1107 programs for handling attachments.  The mailcap file maps MIME attachment
1108 types to the external programs loaded on your system that can display
1109 and/or print the file.  A sample mailcap file comes bundled with the Alpine
1110 distribution.  It includes comments that explain the syntax you need to
1111 use for mailcap.  With the mailcap file, any program (mail readers,
1112 newsreaders, WWW clients) can use the same configuration for handling
1113 MIME-encoded data.
1116 <H2>MIME-Types files</H2>
1118 Alpine uses mime-types files (.mime.types or MIMETYPE) to determine
1119 what Content-Type to use for labeling an attached file, based on
1120 the file extension.  That is, this file provides a mapping between
1121 filename extensions and MIME content-types.
1124 <H2>Environment variables</H2>
1126 PC-Alpine uses the following environment variables:
1127 <DL>
1128 <DT>PINERC</DT>
1129 <DD>Optional path to pinerc file.</DD>
1130 <DT>PINERCEX</DT>
1131 <DD>Optional path to personal exceptions configuration file.</DD>
1132 <DT>PINECONF</DT>
1133 <DD>Optional path to global pine config file.</DD>
1134 <DT>HOME</DT>
1135 <DT>TMPDIR, TMP, or TEMP</DT>
1136 <DT>COMSPEC</DT>
1137 <DT>MAILCAPS</DT>
1138 <DD>A <B>semicolon</B> delimited list of path names to mailcap files.</DD>
1139 <DT>USER_DICTIONARY</DT>
1140 <DD>Used to specify the file to contain the user's spell check
1141 dictionary.  The default is <SAMP>DICT.U</SAMP> in the same
1142 directory as the <SAMP>SPELL32.DLL</SAMP></DD>
1143 </DL>
1145 Unix Alpine uses the following environment variables:
1146 <DL>
1147 <DT>TERM</DT>
1148 <DD>Tells Alpine what kind of terminal is being used.</DD>
1149 <DT>DISPLAY</DT>
1150 <DD>Determines if Alpine will try to display IMAGE attachments.</DD>
1151 <DT>SHELL</DT>
1152 <DD>If not set, default is &quot;/bin/sh&quot;.</DD>
1153 <DT>TMPDIR, TMP, or TEMP</DT>
1154 <DT>MAILCAPS</DT>
1155 <DD>A <B>colon</B> delimited list of path names to mailcap files.</DD>
1156 </DL>
1157 <!--chtml if pinemode="os_windows"-->
1159 <H2>Common PC-Alpine Configuration Problems</H2>
1161 <H3>Configuration settings aren't being saved</H3>
1163 <P>This problem can happen if you run pine from one directory and
1164 then decide to move your pine directory to another location.  PC-Alpine
1165 stores certain variables, including the configuration location, in the
1166 Windows Registry (which you shouldn't ever need to manually edit).  There
1167 are a couple of ways to go about removing or resetting the values in the
1168 registry.
1171 1) Run PC-Alpine's registry value deletion command.  This can be done by
1172 running: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-registry&nbsp;clear&quot; from the DOS
1173 prompt. You could create a shortcut to pine.exe and change the &quot;Target&quot;
1174 value to the above command.
1177 2) Tell PC-Alpine where to look for the configuration file.  Configuration
1178 information is stored in a file called the PINERC.  With the &quot;-p&nbsp;PINERC&quot;
1179 option, you can tell PC-Alpine the location of your pinerc.  An example of
1180 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;.
1181 Again, you can use the DOS prompt or the shortcut method explained in (1).
1184 Additionally, there is the &quot;-registry&nbsp;set&quot; option, which will actively
1185 set registry values to the current setting, and is therefore useful with
1186 the &quot;-p&nbsp;PINERC&quot; option.
1188 <!--chtml endif-->
1190 &lt;End of Configuration Notes&gt;
1191 </BODY>
1192 </HTML>
1193 ====== h_news_legal ======
1194 <html>
1195 <head>
1196 <TITLE>Alpine Legal Notices</TITLE>
1197 </head>
1198 <body>
1200 <H1>Alpine Legal Notices</H1>
1202 Alpine and its constituent programs are covered by the Apache License Version 2.0.
1206 &lt;End of Alpine Legal Notices&gt;
1207 </BODY>
1208 </HTML>
1209 ===== h_info_on_mbox =====
1210 <HTML>
1211 <HEAD>
1212 <TITLE>Information on mbox driver</TITLE>
1213 </HEAD>
1214 <BODY>
1215 <H1>Information on &quot;Missing Mail&quot; and the &quot;mbox&quot; driver</H1>
1217 Beginning with Pine 4.00 (Pine came before Alpine)
1218 a new INBOX access method is
1219 available as part of the standard configuration.  It is called the
1220 &quot;mbox&quot; driver and it works like this:<P>
1223 <BLOCKQUOTE>
1224 If the file &quot;mbox&quot; exists in the user's home directory, and
1225 is in Unix mailbox format, then when INBOX is opened this file will be
1226 selected as INBOX instead of the mail spool file.  Messages will be
1227 automatically transferred from the mail spool file into the mbox
1228 file.
1229 </BLOCKQUOTE>
1232 The advantage of this method is that, after new mail has been copied
1233 from the system mail spool, all subsequent access is confined to the
1234 user's home directory, which is desirable on some systems.  However, a
1235 possible disadvantage is that mail tools other than those from the
1236 University of Washington will not know to look for mail in the user's
1237 mbox file.  For example, POP or IMAP servers other than those from the
1238 University of Washington, and many &quot;new mail notification&quot;
1239 programs may not work as expected with this driver enabled.<P>
1241 To disable this behavior, either remove/rename the &quot;mbox&quot;
1242 file or find the <A HREF="h_config_disable_drivers"><!--#echo var="VAR_disable-these-drivers"--></A>
1243 option in Setup/Config
1244 and add &quot;mbox&quot; to it:
1246 <CENTER><SAMP><!--#echo var="VAR_disable-these-drivers"-->=mbox</SAMP></CENTER>
1248 &lt;End of help on this topic&gt;
1249 </BODY>
1250 </HTML>
1251 ===== h_info_on_locking =====
1252 <HTML>
1253 <HEAD>
1254 <TITLE>FAQs on Alpine Locking</TITLE>
1255 </HEAD>
1256 <BODY>
1257 <H1>What Systems Managers Need to Know about Alpine File Locking</H1>
1259 There is an extensive section on locking in the Alpine technical notes;
1260 this information is intended to provide answers to some common questions:<P>
1261 <OL>
1262 <LI> Why did locking change in Pine 4.00?<BR>
1263 The actual locking mechanisms did not change in 4.00.
1264 What changed is that when one particular locking mechanism used by Alpine 
1265 fails, Alpine now issues a warning message.  Prior to Pine 4.00, the locking
1266 failure would occur, but no warning was issued.<P>
1268 <LI> Is this what the &quot;Mailbox vulnerable&quot; message is about?<BR>
1269 Yes.  It means that Alpine was unable to create a lockfile in the
1270 spool directory, generally because of overly restrictive protections on the
1271 spool directory.  The correct permissions on the spool directory for
1272 running Alpine are 1777, i.e. read-write-execute permission for everyone,
1273 with the sticky-bit set, so only owners of a file can delete them.<P>
1275 <LI> Why does Alpine require that the mail spool directory have 1777
1276    protections?<BR>
1277 Alpine was designed to run without special privileges.  This means that in
1278 order to create a lockfile in the spool directory, it is necessary to have
1279 the spool directory permissions be world-writable.<P>
1281 <LI> Can't you create the lockfile somewhere else?<BR>
1282 No.  The lockfile in question must be in the mail spool directory, because
1283 that's where the mail delivery program expects to find it, and the purpose
1284 of the file is to coordinate access between the mail client (Alpine) and the
1285 mail delivery program.<P>
1287 <LI> Isn't having the spool directory world-writable a big security risk?<BR>
1288 No.  Remember that the individual mail files in the spool directory are
1289 NOT world-writable, only the containing directory.  Setting the &quot;sticky
1290 bit&quot; -- indicated by the &quot;1&quot; before the &quot;777&quot; mode 
1291 -- means that only the owner of the file (or root) can delete files in the 
1292 directory.  So the only bad behavior that is invited by the 1777 mode is that 
1293 anyone could
1294 create a random file in the spool directory.  If the spool directory is
1295 under quota control along with home directories, there is little incentive
1296 for anyone to do this, and even without quotas a periodic scan for
1297 non-mail files usually takes care of the problem.  <P>
1299 <LI> Why not run Alpine as setgid mail?<BR>
1300 Alpine was never designed to run with privileges, and to do so introduces a
1301 significant security vulnerability.  For example, if a user suspends Alpine,
1302 the resulting shell will have group privileges.  This is one example of
1303 why we strongly recommend against running Alpine as a privileged program.
1304 In addition, a &quot;privileged mailer &quot paradigm would mean that normal 
1305 users
1306 could not test Alpine versions or other mailers that had not been installed
1307 by the system administrators.<P>
1310 <LI> Are there any alternatives to creating .lock files in the spool dir?<BR>
1311 There are, but they all have different sets of tradeoffs, and not all will
1312 work on all systems.  Some examples:<UL>
1313  <LI> Use lock system calls.  Works fine on a few systems, provided mail
1314    spool is local.   Doesn't work reliably if NFS is used.
1315    Doesn't work unless <B>all</B> the mail programs accessing the spool dir
1316    use the same calls.
1317  <LI> Deliver mail to user's home directory.  An excellent solution, highly
1318    recommended -- but one which is incompatible with some &quot;legacy&quot; 
1319 mail tools that always look in the spool directory for the mail.
1320 </UL><P>
1322 <LI> Are these spool directory lock files the only kinds of locks used by
1323    Alpine?<BR>
1324 No.  Alpine also creates lockfiles in the /tmp directory.  For normal Unix
1325 mailbox format folders, these are used to coordinate access between
1326 multiple Alpine sessions.  <P>
1328 <LI> What about the 
1329 <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>
1330 This is for people who are content to live dangerously, or who have
1331 specific knowledge that the spool directory lockfiles are superfluous on
1332 their system (because both Alpine and the mail delivery program are using 
1333 system call file locking in a context that works reliably, e.g. not NFS.)<P>
1335 <LI> Where can I find more details on how Alpine locking works?<BR>
1336 See the Alpine Technical Notes.<P>
1338 </OL>
1340 &lt;End of help on this topic&gt;
1341 </BODY>
1342 </HTML>
1343 ===== h_finding_help ====
1344 <HTML>
1345 <HEAD>
1346 <TITLE>Finding more information and requesting help</TITLE>
1347 </HEAD>
1348 <BODY>
1349 <H1>Places to Look for More Answers</H1>
1350 If you have questions about or problems with Alpine that you cannot resolve 
1351 after consulting the program's internal, context-sensitive help screens, here 
1352 are additional information resources that you may find helpful:
1354 <UL>
1355   <LI> Alpine's top-level <A HREF="main_menu_tx">MAIN MENU HELP</A>.<P>
1357   <LI> Alpine's <A HREF="h_help_index">Help Index</A>.<P>
1359   <LI> Alpine's internal <A HREF="h_news">Release Notes</A>.  They contain a 
1360 listing of changes in Alpine <!--#echo var="ALPINE_VERSION"-->
1361   since the last version, which may be useful for you to be aware of, 
1362 <B>especially</B> if a &quot;problem&quot; you are encountering is actually 
1363 a change in the way an aspect of Alpine works.  There, you will also find notes 
1364 on Alpine configuration.<P>
1366   <LI> The Alpine Information Center (maintained by the University of
1367            Washington) World Wide Web site contains, among other things
1368            <UL>
1369            <LI>a collection of Frequently Asked Questions (and answers!) about Alpine
1370            <LI>an overview of the basics for beginning Alpine users
1371            <LI>Technical Notes for systems administrators
1372            <LI>archives (including a searchable index) of the alpine-info 
1373 mailing list, on which matters of interest to systems/email administrators,
1374 developers, trainers, user support personnel, and others involved with Alpine 
1375 messaging on a &quot;technical&quot; level are discussed.
1376 </UL>
1377         The Alpine Information Center can be accessed with a WWW browser at:<P>
1378             <CENTER><A HREF="http://www.washington.edu/alpine/">http://www.washington.edu/alpine/</A></CENTER>  
1379 </UL>
1380 <P><HR WIDTH="75%">
1381 <H1>Requesting help</H1>
1382 If the internal help, the Release Notes, the Alpine Information Center, and your 
1383 local online and print resources do not help you resolve a problem, please
1384 start by contacting your local computer support staff and asking for help.
1386 This is especially true if:
1387 <ul>
1388   <li>You suddenly have trouble sending or receiving mail.
1389   <li>You receive a "disk quota exceeded" message.
1390   <li>You have forgotten your password.
1391   <li>You think your account may have been compromised.
1392   <li>You need help viewing an attachment.
1393   <li>You need to know how to configure your:
1394       <A HREF="h_config_nntp_server">NNTP (news) server</A>, 
1395       <A HREF="h_config_smtp_server">SMTP (sending mail) server</A>, 
1396       <A HREF="h_config_ldap_server">LDAP (directory lookup) server</A>, or
1397       <A HREF="h_config_inbox_path">INBOX (incoming mail) path</A>.
1398   <li>You want to know what alternative editors or spellcheckers you may be able to use.
1399   <li>You want to block email from a particular person.
1400   <li>You're going on vacation and need to autorespond to incoming mail.
1401   <li>You want to automatically file or filter incoming messages.
1402 </ul>
1404 In all of these cases,
1405 you should contact <B>your</B> support staff, because <B>only they</B> 
1406 will be able to assist you effectively. Your support staff may be, depending on who 
1407 provides you with the email account you use Alpine with, for example:<UL>
1408 <LI> the computing help desk of (a department of) your university, school, 
1409 employer, ... ; or
1410 <LI> the customer service center of your Internet Service Provider; or
1411 <LI> the friendly volunteer helpers of your Freenet; or
1412 <LI> the person who setup your computer and internet connection.
1413 </UL>
1415 Due to the large number of Alpine installations worldwide, and because we
1416 receive no funding for it, the Alpine development team <B>cannot provide 
1417 individual support services outside the University of Washington</B>.
1419 If you have no local computing support to turn to, the worldwide <b>comp.mail.pine</b>
1420 newsgroup can be a valuable source of information and assistance for Alpine 
1421 user issues.
1423 For systems/email administrators, developers, trainers, user support
1424 personnel, and others involved with Alpine messaging on a &quot;technical&quot;
1425 level, the mailing list alpine-info is available; for information on
1426 subscribing and posting to it, see
1428 <CENTER><A HREF="http://www.washington.edu/alpine/alpine-info/subscribing.html">http://www.washington.edu/alpine/alpine-info/subscribing.html</A></CENTER>
1431 Regardless of whom you are asking for help with Alpine, remember 
1432 to provide as much detail as you can about the
1433 nature of any problem you are encountering, such as
1434 <UL>
1435 <LI>when it first occurred;
1436 <LI>what, if anything, happened that might have brought it about;
1437 <LI>whether it still persists;
1438 <LI>whether it is reproducible, and if so, how;
1439 <LI>what, if anything, you already tried to solve it.
1440 </UL> 
1441 It may also be helpful if you specify what version of Alpine you are using 
1442 <!--chtml if pinemode="running"-->
1443 -- this is <!--#echo var="ALPINE_VERSION"--> --
1444 <!--chtml endif-->
1445 and on what system, and when the copy of Alpine you are using was created
1446 <!--chtml if pinemode="running"-->
1447 -- for this copy: <!--#echo var=ALPINE_COMPILE_DATE-->
1448 <!--chtml endif-->
1450 <!--chtml if pinemode="running"-->
1451 <P>   
1452 When the Alpine program you are currently using was installed, a support
1453 contact email address may have been set up; in that case, you can simply select
1454 this link now to send a message to it:<BR>
1455 <A HREF="X-Alpine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
1456 <!--chtml endif-->
1457 <!--chtml if [ -r PINE_INFO_PATH ]-->
1458 <HR WIDTH="75%">Local Support Contacts:<P>
1459 <!--#include file="PINE_INFO_PATH"-->
1460 <HR WIDTH="75%">
1461 <!--chtml endif-->
1462 <P> 
1463 &lt;End of help on this topic&gt;
1464 </BODY>
1465 </HTML>
1466 ===== new_user_greeting ======
1467 <HTML>
1468 <HEAD>
1469 <TITLE>NEW USER GREETING</TITLE>
1470 </HEAD>
1471 <BODY>
1472 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1473 <BR>
1474 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
1475 We hope you will explore Alpine's many capabilities. From the MAIN MENU,
1476 select Setup/Config to see many of the options available to you. Also note
1477 that all screens have context-sensitive help text available.<P>
1478 <!--chtml if pinemode="phone_home"-->
1479 SPECIAL REQUEST:
1480 This software is made available as a public service of the
1481 University of Washington in Seattle. We are no longer actively developing
1482 the software, but it is still helpful to us to have an idea of how many
1483 people are using Alpine. Are you willing to be counted as an Alpine user? Pressing 
1484 <A HREF="X-Alpine-Phone-Home:">Return</A>
1485 will send an anonymous (meaning, your real email address will not be revealed) 
1486 message to the Alpine team at the University of Washington for purposes of tallying.
1488 <!--To Exit this screen and continue your Alpine session press "E".-->
1489 <!--chtml else-->
1490 To Exit this screen and continue your Alpine session press "Return".
1491 <!--chtml endif-->
1492 </BODY>
1493 </HTML>
1494 ===== new_alpine_user_greeting ======
1495 <HTML>
1496 <HEAD>
1497 <TITLE>NEW ALPINE USER GREETING</TITLE>
1498 </HEAD>
1499 <BODY>
1500 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1501 <BR>
1502 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
1503 Your Alpine configuration file indicates that you may have used Pine before
1504 but not Alpine.
1505 If you are familiar with the way Pine works, you should be comfortable
1506 using Alpine.
1507 Your Pine configuration file is automatically used for Alpine.
1508 The Release Notes may be viewed by pressing 
1509 &quot;R&quot; now or while in the MAIN MENU.
1511 <!--chtml if pinemode="phone_home"-->
1512 SPECIAL REQUEST:
1513 This software is made available as a public service of the
1514 University of Washington in Seattle. We are no longer actively developing
1515 the software, but it is still helpful to us to have an idea of how many
1516 people are using Alpine. Are you willing to be counted as an Alpine user? Pressing 
1517 <A HREF="X-Alpine-Phone-Home:">Return</A>
1518 will send an anonymous (meaning, your real email address will not be revealed) 
1519 message to the Alpine team at the University of Washington for purposes of tallying.
1521 <!--To Exit this screen and continue your Alpine session press "E".-->
1522 <!--chtml else-->
1523 To Exit this screen and continue your Alpine session press "Return".
1524 <!--chtml endif-->
1525 </BODY>
1526 </HTML>
1527 ===== new_version_greeting ======
1528 <HTML>
1529 <HEAD>
1530 <TITLE>NEW VERSION GREETING</TITLE>
1531 </HEAD>
1532 <BODY>
1533 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1534 <BR>
1535 <H1>Welcome to Alpine version <!--#echo var="ALPINE_VERSION"-->!</H1>
1536 Your Alpine configuration file indicates that you may not have used 
1537 this version of Alpine before.  This version's significant changes are
1538 documented in the Release Notes, which may be viewed by pressing 
1539 &quot;R&quot; now or while in the MAIN MENU.
1541 <!--chtml if pinemode="phone_home"-->
1542 SPECIAL REQUEST:
1543 This software is made available as a public service of the
1544 University of Washington in Seattle. We are no longer actively developing
1545 the software, but it is still helpful to us to have an idea of how many
1546 people are using Alpine. Are you willing to be counted as an Alpine user? Pressing 
1547 <A HREF="X-Alpine-Phone-Home:">Return</A>
1548 will send an anonymous (meaning, your real email address will not be revealed) 
1549 message to the Alpine team at the University of Washington for purposes of tallying.
1551 <!--To Exit this screen and continue your Alpine session press "E".-->
1552 <!--chtml else-->
1553 To Exit this screen and continue your Alpine session press "Return".
1554 <!--chtml endif-->
1555 </BODY>
1556 </HTML>
1558 ===== main_menu_tx ======
1559 <HTML>
1560 <HEAD>
1561 <TITLE>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</TITLE>
1562 </HEAD>
1563 <BODY>
1564 <H1>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</H1>
1565 <DIV ALIGN=CENTER>
1566 Version <!--#echo var="ALPINE_VERSION"-->
1567 <!--chtml if pinemode="running"-->
1568 <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->)
1569 <!--chtml endif-->
1570 </DIV>
1571 <CENTER>Copyright 2013-2014 Eduardo Chappa,
1572 <BR>Copyright 2006-2008 University of Washington.
1573 </CENTER>
1576 When you are viewing a help screen, there may be links to
1577 other topics highlighted (in Reverse video) in the text.
1578 Here is an example.
1579 The word &quot;Introduction&quot; in the TABLE OF CONTENTS below should be
1580 highlighted.
1581 If you type carriage return (or V for View Link, see the commands at the
1582 bottom of the screen) you will be taken to a new help screen to view the
1583 Introduction.
1584 The commands at the bottom of the screen should then include
1585 &quot;P Prev Help&quot;.
1586 If you type &quot;P&quot; you will end up back here.
1587 If you type &quot;E&quot; for Exit, you will be back out of help and returned
1588 to the place you were in Alpine when you entered Help.
1589 In this case, you would go back to the MAIN MENU.
1590 There are also other links that are highlighted in bold (or the color used
1591 by your terminal to display bold).
1592 The items after the Introduction in the TABLE OF CONTENTS are all examples
1593 of such links.
1594 In order to view those links, you first have to make the link you want
1595 to view the current link.
1596 The &quot;NextLink&quot; and &quot;PrevLink&quot; commands
1597 (see bottom of screen) can do that for you.
1600 <H2>TABLE OF CONTENTS</H2>
1601 <OL>
1602   <LI> <A HREF="h_mainhelp_intro">Introduction</A>
1603   <LI> <A HREF="h_mainhelp_pinehelp">Alpine Help</A>
1604 <!--chtml if [ -r PINE_INFO_PATH ]-->
1605   <LI> <A HREF="h_mainhelp_localsupport">Local Support Contacts</A>
1606 <!--chtml endif-->
1607   <LI> <A HREF="h_mainhelp_cmds">Giving Commands in Alpine</A>
1608   <LI> <A HREF="h_mainhelp_config">Alpine Configuration</A>
1609   <LI> <A HREF="h_mainhelp_status">Titlebar Line</A>
1610   <LI> <A HREF="h_mainhelp_mainmenu">Main Menu</A>
1611   <LI> <A HREF="h_mainhelp_index">Index of Messages</A>
1612   <LI> <A HREF="h_mainhelp_reading">Reading Messages</A>
1613   <LI> <A HREF="h_mainhelp_composing">Composing Messages</A>
1614   <LI> <A HREF="h_mainhelp_readingnews">Reading News</A>
1615   <LI> <A HREF="h_mainhelp_abooks">Address Books</A>
1616   <LI> <A HREF="h_mainhelp_ldap">LDAP Directories</A>
1617   <LI> <A HREF="h_mainhelp_folders">Folders</A>
1618   <LI> <A HREF="h_mainhelp_collections">Collection Lists</A>
1619   <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
1620   <LI> <A HREF="h_mainhelp_color">Color Setup</A>
1621   <LI> <A HREF="h_mainhelp_filtering">Filtering</A>
1622   <LI> <A HREF="h_mainhelp_roles">Roles</A>
1623   <LI> <A HREF="h_mainhelp_patterns">Patterns</A>
1624   <LI> <A HREF="h_mainhelp_keywords">Keywords (or Flags, or Labels)</A>
1625   <LI> <A HREF="h_mainhelp_mouse">Using a Mouse</A>
1626   <LI> <A HREF="h_mainhelp_cmdlineopts">Command Line Options</A>
1627   <LI> <A HREF="h_mainhelp_securing">Securing Your Alpine Session</A>
1628   <LI> <A HREF="h_mainhelp_smime">S/MIME</A>
1629   <LI> <A HREF="h_mainhelp_problems">Reporting Problems</A>
1630   <LI> <A HREF="X-Alpine-Config:">Show Supported Options in this Alpine</A>
1631   <LI> <A HREF="h_help_index">Index to Alpine's Online Help</A>
1632 </OL>
1635 &lt;End of help on this topic&gt;
1636 </BODY>
1637 </HTML>
1638 ===== h_mainhelp_intro ======
1639 <HTML>
1640 <HEAD>
1641 <TITLE>Introduction</TITLE>
1642 </HEAD>
1643 <BODY>
1644 <H1>Introduction</H1>
1646 Alpine is an &quot;Alternatively Licensed Program for Internet
1647 News and Email&quot; produced until 2008 by the University of Washington.
1648 It is intended to be an easy-to-use program for
1649 sending, receiving, and filing Internet electronic mail messages and
1650 bulletin board (Netnews/Usenet) messages. Alpine supports the following
1651 Internet protocols and specifications: SMTP (Simple Mail Transport Protocol), 
1652 NNTP (Network News Transport Protocol), MIME (Multipurpose Internet Mail 
1653 Extensions), IMAP (Internet Message Access Protocol), and LDAP (Lightweight
1654 Directory Access Protocol).<p>
1656 Although originally designed for inexperienced email users, Alpine has
1657 evolved to support many advanced features.  There are an ever-growing
1658 number of configuration and personal-preference options, though which of
1659 them are available to you is determined by your local system managers. 
1661 <H2>WHAT ALPINE DOES...</H2>
1663 Alpine is a &quot;mail user agent&quot; (MUA), which is a program that
1664 allows you to
1665 compose and read messages using Internet mail standards.  (Whether you
1666 can correspond with others on the Internet depends on whether or not your
1667 computer is connected to the Internet.)  Alpine also allows reading and
1668 posting messages on the Internet &quot;net news&quot; system, provided
1669 that your site operates a suitable news server.
1671 <H2>WHAT ALPINE DOES NOT DO...</H2>
1673 A &quot;mail user agent&quot; such as Alpine is just one part of a
1674 messaging system. Here are some things that are <B>not</B> done by Alpine,
1675 but require other programs:<P>
1676 <UL>
1677  <LI> Actual relaying of email... which is done by &quot;message transfer 
1678 agents&quot;.
1679  <LI> Vacation messages... automatically responding to incoming messages
1680  <LI> Anything to do with &quot;talk&quot;... which has nothing to do with 
1681 email.
1682  <LI> Anything to do with &quot;irc&quot;... which has nothing to do with email.
1683  <LI> List processing... resending one message to a list of recipients.
1684 </UL>
1687 &lt;End of help on this topic&gt;
1688 </BODY>
1689 </HTML>
1691 ===== h_mainhelp_pinehelp ======
1692 <HTML>
1693 <HEAD>
1694 <TITLE>Alpine Help</TITLE>
1695 </HEAD>
1696 <BODY>
1697 <H1>Alpine Help</H1>
1699 Alpine help is generally context-sensitive. In other words, each Alpine screen you 
1700 use will have its own help text, explaining the choices available for that
1701 screen. This general help section, on the other hand, attempts to give an 
1702 overall picture of what Alpine is capable of doing, as well as pointers to 
1703 additional help sections about specific topics.<p>
1705 Much of the help text contains links to further help topics, similar to
1706 how the World Wide Web works.
1707 You may choose a link to view using the &quot;NextLink&quot; and
1708 &quot;PrevLink&quot; commands to change the link that is highlighted.
1709 The &quot;View Link&quot; command will then show you the highlighted link.
1710 Similar to the Back button in a web browser, the &quot;Prev Help&quot; command
1711 will return you to where you were before viewing the link, and &quot;Exit Help&quot
1712 will return you to the location in Alpine before you asked for help.
1713 For example, if you are reading this text in Alpine you may return to the
1714 help table of contents with the &quot;Prev Help&quot; command or you may view the
1715 Release notes link in the next paragraph and then return here with
1716 &quot;Prev Help&quot;.
1719 In addition to this general help on Alpine, <A HREF="h_news">Release Notes</A>
1720 on the current Alpine version are also available from the MAIN MENU: Press
1721 <!--chtml if pinemode="function_key"-->
1722 &quot;F9&quot;
1723 <!--chtml else-->
1724 &quot;R&quot;
1725 <!--chtml endif-->
1726 to browse the release notes.  These include changes since the last release,
1727 configuration information, the history of the Alpine
1728 project, credits, and legal notices.
1730 Alpine releases are available via the world wide web at
1732 <CENTER><SAMP><A 
1733 HREF="http://patches.freeiz.com/alpine/release/">http://patches.freeiz.com/alpine/release/</A></SAMP
1734 ></CENTER>
1737 If you would like to print <EM>all</EM> of Alpine's internal help text
1738 (not recommended) for a little light bedtime reading, then press
1739 <!--chtml if pinemode="function_key"-->
1740 &quot;F12&quot;
1741 <!--chtml else-->
1742 &quot;Z&quot;
1743 <!--chtml endif-->
1744 now.  (This assumes that the
1745 copy of Alpine you are using has been properly configured for printing
1746 at your site.)
1748 &lt;End of help on this topic&gt;
1749 </BODY>
1750 </HTML>
1751 ===== h_mainhelp_localsupport ======
1752 <HTML>
1753 <HEAD>
1754 <TITLE>Local Support Contacts</TITLE>
1755 </HEAD>
1756 <BODY>
1757 <H1>Local Support Contacts</H1>
1759 <!--chtml if [ -r PINE_INFO_PATH ]-->
1760 <!--#include file="PINE_INFO_PATH"-->
1761 <!--chtml else-->
1762 No Local Support Contacts configured.
1763 <!--chtml endif-->
1766 &lt;End of help on this topic&gt;
1767 </BODY>
1768 </HTML>
1770 ===== h_mainhelp_cmds ======
1771 <HTML>
1772 <HEAD>
1773 <TITLE>Giving Commands in Alpine</TITLE>
1774 </HEAD>
1775 <BODY>
1776 <H1>Giving Commands in Alpine</H1>
1778 Unless configured otherwise
1779 (<A HREF="h_config_blank_keymenu"><!--#echo var="FEAT_disable-keymenu"--></A>)
1780 the bottom two lines of the screen are always used to list the
1781 commands you can give.  You press the keys that are highlighted to give
1782 the command.  The commands for getting help and going back to the main
1783 menu are always present (except when viewing help as you are now).
1784 <!--chtml if pinemode="function_key"-->
1785 <!--chtml else-->
1787 Pressing O (meaning &quot;Other Commands&quot;) changes the keys
1788 you see at the bottom of any screen. In some cases there are 3 or
1789 even 4 different
1790 sets of keys that can be seen by using the O key. <EM>All commands are 
1791 active</EM>, even if they are not currently showing at the bottom of your 
1792 screen. In other words, you <EM>never</EM> need to press the O key, except to 
1793 remind yourself of the proper key to press to perform an operation.
1795 <H2>Control Key Commands</H2>
1796 When composing mail, and in a few other places, in Alpine you
1797 have to use Control keys. This means pressing the Control key (usually labeled 
1798 &quot;Ctrl&quot;) and the
1799 letter indicated at the same time.  Usually, this is shown with a
1800 &quot;^&quot; in front of the letter.  On some systems, certain control
1801 characters are intercepted before they get to Alpine.  As a work-around,
1802 you can press the ESCAPE key twice followed by the desired key.  For
1803 example, if Ctrl-O (^O) does not work on your system, try typing
1804 &quot;ESC ESC O&quot;.
1805 <!--chtml endif-->
1806 <H2>Paging Up and Down</H2>
1807 The &quot;+&quot; and &quot;-&quot; keys are used for
1808 moving to the next or previous page.  The space bar is a synonym for
1809 &quot;+&quot;.  You may also use Ctrl-V to page down and Ctrl-Y to page
1810 up as you do in the message composer.  On screens with a WhereIs (search)
1811 command, W or Ctrl-W followed by Ctrl-V will move to the bottom of the
1812 message or list, and W or Ctrl-W followed by Ctrl-Y will move to the top
1813 of the message or list.
1815 <H2>Return Key</H2>
1816 The return key is usually a synonym for a frequently used
1817 command.  When viewing a message, there is currently not a default
1818 command, so RETURN does nothing; when in the index, it is synonymous with
1819 &quot;view msg&quot;. In the key menu at the bottom of the screen, whatever is
1820 enclosed in square brackets [] is the same as the return key.
1822 <H2>Control Keys Not Used By Alpine</H2>
1823 Most commands in Alpine are single letters, with -- we hope -- some mnemonic 
1824 value, but in places where Alpine is expecting text input, e.g. in the composer or 
1825 at prompts for file/folder names, control keys must be used for editing and 
1826 navigation functions.
1829 Alpine has used nearly all the control keys available.  There are, however,
1830 certain control keys that are reserved by other programs or for technical
1831 reasons.  Alpine does not use any of these keys:
1832 <DL>
1833  <DT>Ctrl-S</DT> <DD>Used by Unix as &quot;stop output&quot;</DD>
1834  <DT>Ctrl-Q</DT> <DD>Used by Unix as &quot;resume output&quot;</DD>
1835  <DT>Ctrl-]</DT> <DD>Often used by Telnet as escape key</DD>
1836 </DL>
1838 Note: Ctrl-S and Ctrl-Q can be subject to 
1839 <A HREF="h_special_xon_xoff">special handling</A>.
1841 In addition, while the ESC key alone is not used for command input,
1842 Alpine will recognize two consecutive ESC key presses followed by a letter 
1843 key as a substitute for control key input.  For example, the control key
1844 <SAMP>Ctrl-X</SAMP> can alternatively be entered using the
1845 three keystrokes: <SAMP>ESC&nbsp;ESC&nbsp;x</SAMP>.
1846 This is useful if the communication program you are using
1847 (e.g. Telnet) has its own, conflicting, idea of what certain control
1848 characters mean.
1851 <H2>Repainting the Screen</H2>
1852 Sometimes what is displayed on the screen will be
1853 incorrect due to noise on the phone line or other causes and you will want
1854 to repaint the whole screen to make it correct.  You can use the Ctrl-L
1855 command to do this.  It never hurts to do it when in doubt.
1858 &lt;End of help on this topic&gt;
1859 </BODY>
1860 </HTML>
1861 ===== h_mainhelp_status ======
1862 <HTML>
1863 <HEAD>
1864 <TITLE>Titlebar Line</TITLE>
1865 </HEAD>
1866 <BODY>
1867 <H1>Titlebar Line</H1>
1869 The top line of the screen is Alpine's titlebar line.  It will always display
1870 the current version of Alpine and will also convey information about the
1871 status of the program.  This is where you look to find out what
1872 collection, folder and message number is active and where you are in Alpine.
1875 If the titlebar line says &quot;READONLY&quot; it means that the open folder
1876 (typically your INBOX) is &quot;locked&quot; by another mail session --
1877 most likely a more recent session of Alpine has taken the INBOX lock.
1880 If the titlebar line says &quot;CLOSED&quot; it means that you are trying to
1881 access a
1882 folder on a remote mail server, and for some reason, communication with
1883 the mail server has either been lost, or never successfully established.
1884 This can be a result of trying to open a non-existent folder, or one
1885 stored on an invalid or non-operational server, or it can mean that Alpine
1886 has been suspended for more that 30 minutes while accessing a remote mail
1887 server.
1890 &lt;End of help on this topic&gt;
1891 </BODY>
1892 </HTML>
1893 ===== h_mainhelp_mainmenu ======
1894 <HTML>
1895 <HEAD>
1896 <TITLE>Main Menu</TITLE>
1897 </HEAD>
1898 <BODY>
1899 <H1>Main Menu</H1>
1901 The Main Menu lists Alpine's main options.
1902 The key or keys you must type to enter your
1903 choice are to the left of each option or command name.
1904 You can type either uppercase or lowercase letters,
1905 and you should not press &lt;Return&gt; after typing the
1906 letter (unless you are specifically asking for the default,
1907 highlighted command).
1910 From the Main Menu you can choose to read online help, write (compose) and 
1911 send a message, look at an index of your mail messages, open or maintain
1912 your mail folders, update your address book, configure Alpine, and quit Alpine.
1913 There are additional options listed at
1914 the bottom of the screen as well.
1917 The Help command usually returns context-sensitive help information.
1918 However, in the Main Menu you get the most general help, which includes
1919 a Table of Contents.
1920 The last entry in the Table of Contents is an Index of help topics,
1921 so this is a good place to go if you are having trouble finding how
1922 to do something.
1924 <H2>Main Menu Commands</H2>
1925 The Alpine main menu lists the most common Alpine functions. A <a
1926 href="h_main_menu_commands">full list of these
1927 commands</a> and what they do is available.
1929 &lt;End of help on this topic&gt;
1930 </BODY>
1931 </HTML>
1932 ===== h_mainhelp_abooks ======
1933 <HTML>
1934 <HEAD>
1935 <TITLE>Address Books</TITLE>
1936 </HEAD>
1937 <BODY>
1938 <H1>Address Books</H1>
1941 As you use email, you can build a list of your regular email correspondents 
1942 in your Alpine
1943 Address Book. At the Alpine MAIN MENU, press A to see the Address Book List 
1944 screen. Your
1945 personal address book will be highlighted. Press &lt;Return&gt; to view it.
1946 You can use the address book to store email addresses for individuals or
1947 groups, to create easily
1948 remembered &quot;nicknames&quot; for these addresses, and to quickly retrieve an email 
1949 address when you are composing a message.
1951 There are two ways to add addresses to your address book: you can add them 
1952 manually or take them from messages (by pressing T to access the Take command). 
1953 With either method, you specify nicknames for your correspondents. A single 
1954 address book entry (or nickname) can point to just one email address, or, it can
1955 point to more than one. When it points to more than one, it is called a 
1956 distribution list. Each distribution list has a nickname, a full name, and a 
1957 list of addresses. These
1958 addresses may be actual addresses, other nicknames in your address book, or 
1959 other
1960 distribution lists.
1963 Additional information is available in Alpine's online help:
1964 <ul>
1965   <li><a href="h_abook_opened">The Alpine Address Book</a></li>
1966 </ul>
1968 &lt;End of help on this topic&gt;
1969 </BODY>
1970 </HTML>
1971 ===== h_mainhelp_ldap ======
1972 <HTML>
1973 <HEAD>
1974 <TITLE>LDAP</TITLE>
1975 </HEAD>
1976 <BODY>
1977 <H1>LDAP</H1>
1979 LDAP (Lightweight Directory Access Protocol) is a standard means of accessing 
1980 an organization's shared
1981 directories. Essentially, using LDAP, Alpine is able to find email addresses in 
1982 large address
1983 books, rather like the White Pages provided by the phone company. As an Alpine 
1984 user, it is not
1985 necessary to know much about how this works, only how to use it and how to 
1986 configure
1989 More information on configuring LDAP is available in Alpine's online help:
1990 <ul>
1991   <li><a href="h_direct_config">Setup LDAP Directory Servers</a></li>
1992 </ul>
1994 Additional help on using LDAP in Alpine is also available:
1995 <ul>
1996   <li><a href="h_ldap_view">LDAP Response View Explained</a></li>
1997 </ul>
1999 &lt;End of help on this topic&gt;
2000 </BODY>
2001 </HTML>
2002 ===== h_mainhelp_index ======
2003 <HTML>
2004 <HEAD>
2005 <TITLE>Index of Messages</TITLE>
2006 </HEAD>
2007 <BODY>
2008 <H1>Index of Messages</H1>
2010 In Alpine's message index, the selected message is highlighted. The first 
2011 column on the left is blank, shows a &quot;+&quot; if the message was
2012 sent directly to you (i.e., it is not a
2013 copy or from a list), or a &quot;-&quot; if you were explicitly Cc'd.
2015 The second column may be blank, or it may contain:
2016 <ul>
2017   <li>"N" if the message is new (unread), </li>
2018   <li>"A" if you have answered the message (using the Reply command), </li>
2019   <li>"D" if you have marked the message for deletion.</li>
2020 </ul>
2023 Note: If you answer a message as well as mark it deleted (in either order), 
2024 you will only see the &quot;D&quot;.
2027 The rest of the columns in the message line show you the message
2028 number, date sent, sender, size, and subject. For details, press ? (Help).  
2029 The behavior and appearance of the Index screen is highly configurable.
2030 In the Setup/Config screen search (with the WhereIs command) for options
2031 that contain the words &quot;index&quot; or &quot;thread&quot; to see
2032 many of the configuration possibilities.
2033 In particular, the
2034 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
2035 option may be used to configure the look of the standard MESSAGE INDEX lines
2036 in many different ways.
2037 Find <!--#echo var="VAR_index-format"--> in the Setup/Config screen and
2038 read the help text there for more information.
2040 Most of the commands you need to handle your messages are visible at the
2041 bottom of the screen, and you can press O (OTHER CMDS) to see additional
2042 commands that are available.
2043 You do not need to see these &quot;other commands&quot;
2044 on the screen to use them. That is, you never need to press O as a prefix
2045 for any other command.
2048 Additional information is available in Alpine's online help:
2049 <ul>
2050   <li><a href="h_mail_index">Message Index Commands</a></li>
2051 </ul>
2053 &lt;End of help on this topic&gt;
2054 </BODY>
2055 </HTML>
2056 ===== h_mainhelp_reading ======
2057 <HTML>
2058 <HEAD>
2059 <TITLE>Reading Messages</TITLE>
2060 </HEAD>
2061 <BODY>
2062 <H1>Reading Messages</H1>
2064 The message text screen shows you the text of the message along with
2065 its header. If a message has attachments, those will be listed (but not
2066 displayed) also.  The titlebar line displays information about the currently
2067 open message, folder and collection.  You see the name of the collection
2068 (if there is one) in angle brackets, then the name of the folder, then the
2069 message number and finally the position within the current message (in
2070 percent). If the message is marked for deletion
2071 &quot;DEL&quot; will appear in the
2072 upper right as well.
2075 As with every Alpine screen, the bottom two lines show you the commands 
2076 available.
2078 <P>Additional information is available in Alpine's online help:
2079 <ul>
2080   <li><a href="h_mail_view">Message Text Screen</a></li>
2081   <li><a href="h_attachment_screen">Attachment Index Screen Explained</a></li>
2082   <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a></li>
2083 </ul>
2085 &lt;End of help on this topic&gt;
2086 </BODY>
2087 </HTML>
2088 ===== h_mainhelp_composing ======
2089 <HTML>
2090 <HEAD>
2091 <TITLE>Composing Messages</TITLE>
2092 </HEAD>
2093 <BODY>
2094 <H1>Composing Messages</H1>
2096 To write a message, press C (Compose). You see the Compose Message
2097 screen, which is divided into two parts: the header area and the message
2098 text area. The header area is where information on the recipient (the To:
2099 field) and the subject line go, while the message text area contains the
2100 actual text of the email message. Different commands are available to you
2101 when your cursor is in different areas on this screen. To see additional
2102 help on commands in either the message text or header area, type
2103 <Control>G (Get help).
2106 To move around, use the arrow keys or Ctrl-N (Next line) and Ctrl-P 
2107 (Previous line); to correct typing errors, use &lt;Backspace&gt; or &lt;Delete&gt;.
2109 <P>The following information from Alpine's online help may prove useful:
2110 <ul>
2111   <li><a href="h_composer_to">Message Header Commands</a></li>
2112   <li><a href="h_compose_richhdr">Rich Header Command</a></li>
2113   <li><a href="h_composer">Composer Commands</a></li>
2114   <li><a href="h_edit_nav_cmds">Composer Editing Commands</a></li>
2115   <li><a href="h_config_change_your_from">Changing your From Address</a></li>
2116   <li><a href="h_compose_send">Send Command</a></li>
2117   <li><a href="h_compose_spell">Spell Check Command</a></li>
2118 </ul>
2120 &lt;End of help on this topic&gt;
2121 </BODY>
2122 </HTML>
2123 ===== h_mainhelp_collections ======
2124 <HTML>
2125 <HEAD>
2126 <TITLE>Collection Lists</TITLE>
2127 </HEAD>
2128 <BODY>
2129 <H1>Collection Lists</H1>
2131 Collection lists are Alpine's way of organizing groups of folders. Each
2132 "collection" can reside on a different server, for example, and contain a
2133 different group of mail folders.
2136 For more information on this, see:
2137 <ul>
2138   <li><a href="h_what_are_collections">Folder Collections Explained</a></li>
2139 </ul>
2141 Additional information relating to collection lists is also available in 
2142 Alpine's online
2143 help:
2144 <ul>
2145   <li><a href="h_collection_maint">Setup Collection List Screen</a></li>
2146   <li><a href="h_collection_screen">Collection List Screen</a></li>
2147 </ul>
2149 &lt;End of help on this topic&gt;
2150 </BODY>
2151 </HTML>
2152 ===== h_mainhelp_folders ======
2153 <HTML>
2154 <HEAD>
2155 <TITLE>Folders</TITLE>
2156 </HEAD>
2157 <BODY>
2158 <H1>Folders</H1>
2160 Messages can quickly accumulate in your INBOX folder. If you use email
2161 often, you soon could have hundreds. You need to delete messages you do
2162 not want, and you can use folders to organize messages you wish to save. A
2163 folder is a collection of one or more messages that are stored (just like
2164 the messages in your INBOX) so you can access and manage them.
2167 You can organize your email messages into different folders by topic,
2168 correspondent, date, or any other category that is meaningful to you. You
2169 can create your own folders, and Alpine automatically provides three:
2170 <ul>
2171   <li>The INBOX folder: messages sent to you are listed in this folder.
2172       When you first start Alpine and go to the Message Index screen, you are
2173 looking at the list of messages in your INBOX folder. Every incoming
2174 message remains in your INBOX until you delete it or save it in another
2175 folder. </li>
2176   <li>The sent-mail folder: copies of messages you send are stored in this 
2177 folder. This is
2178 convenient if you cannot remember whether you actually sent a message and want 
2179 to check, or
2180 if you want to send a message again.</li>
2181   <li>The saved-messages folder: copies of messages you save are stored in this 
2182 folder
2183 unless you choose to save them to other folders you create yourself.</li>
2184 </ul>
2187 More information about folders is available in Alpine's online help:
2188 <ul>
2189   <li><a href="h_folder_open">Explanation of Folder Selection</a></li>
2190   <li><a href="h_folder_maint">Help for Folder List</a></li>
2191   <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a></li>
2192   <li><a href="h_folder_fcc">Folder Select for Fcc ("sent-mail") 
2193 Explained</a></li>
2194   <li><a href="h_folder_save">Folder Select for Save Explained</a></li>
2195 </ul>
2197 &lt;End of help on this topic&gt;
2198 </BODY>
2199 </HTML>
2200 ===== h_mainhelp_color ======
2201 <HTML>
2202 <HEAD>
2203 <TITLE>Color</TITLE>
2204 </HEAD>
2205 <BODY>
2206 <H1>Color</H1>
2208 If the terminal emulator you are using is capable of displaying color or if
2209 you are using PC-Alpine, then it is possible to set up Alpine so that various
2210 parts of the display will be shown in colors you configure. This is done
2211 using the Setup Color screen, available from the MAIN MENU by selecting
2212 the Setup command followed by &quot;K&quot; for Kolor (because &quot;C&quot;
2213 stands for Config in this context).
2216 For example, you may color things like the titlebar, the current item,
2217 the keymenu, and the status messages.
2218 You may also color lines in the index, and headers and quoted text in the
2219 MESSAGE TEXT screen.
2220 You use the Color Setup screen for configuring most of this, but you must
2221 use the IndexColor setup for coloring whole index lines.
2222 These are available from the MAIN MENU under Setup/Kolor and Setup/Rules/IndexColor.
2225 The following entries in Alpine's online help provide additional information 
2226 about how to use color:
2227 <UL>
2228   <LI> <A HREF="h_color_setup">Color Setup screen</A>
2229   <LI> <A HREF="h_rules_incols">Index Line Color</A>
2230   <LI> <A HREF="h_config_quote_color">quoted text</A> in message view
2231   <LI> <A HREF="h_config_customhdr_pattern">text associated with user-defined headers</A> in message view
2232 </UL>
2234 &lt;End of help on this topic&gt;
2235 </BODY>
2236 </HTML>
2237 ===== h_mainhelp_mouse ======
2238 <HTML>
2239 <HEAD>
2240 <TITLE>Using a Mouse</TITLE>
2241 </HEAD>
2242 <BODY>
2243 <H1>Using a Mouse</H1>
2245 If you are using PC-Alpine mouse support is turned on automatically.
2246 If you are using UNIX Alpine within an X terminal window or within
2247 a terminal emulator that supports an xterm-style mouse, then you may
2248 turn on support for the mouse with the feature
2249 <A HREF="h_config_enable_mouse"><!--#echo var="FEAT_enable-mouse-in-xterm"--></A>.
2250 For UNIX Alpine you will also need to set the $DISPLAY environment variable.
2252 PC-Alpine offers considerable mouse support.  You can view what is
2253 &quot;clickable&quot; by dragging your mouse over any screen; when the
2254 arrow cursor changes into a hand, you found something. Mouse-click
2255 possibilities include navigating between screens and folders and
2256 double-clicking on hyperlinks to open your Web browser.
2257 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
2258 screen.  Examples of right-click options include &quot;copy&quot; after
2259 selecting text to copy and &quot;View in New Window&quot; when you click
2260 on a particular message in the Message Index. The menu choices available
2261 to you will vary based upon what screen is open, where on the screen your
2262 cursor is located, and even what action you have already taken.
2263 Within a folder, you may set the &quot;Important&quot; flag on any
2264 message.
2266 X terminal mouse support is more limited but still quite powerful.
2267 As with PC-Alpine, clicking on any of the commands in the keymenu at
2268 the bottom of the screen will execute that command as if you typed it.
2269 Double-clicking on a link, for example the link to the
2270 <!--#echo var="FEAT_enable-mouse-in-xterm"--> feature in the paragraph above,
2271 will take you to that link.
2272 Double-clicking on an index line will view the message, and so on.
2274 &lt;End of help on this topic&gt;
2275 </BODY>
2276 </HTML>
2277 ===== h_mainhelp_keywords ======
2278 <HTML>
2279 <HEAD>
2280 <TITLE>Keywords</TITLE>
2281 </HEAD>
2282 <BODY>
2283 <H1>Keywords</H1>
2285 Within a folder, you may set the &quot;Important&quot; flag on any
2286 message.
2287 This doesn't have any system-defined meaning and is only called
2288 the Important flag because many users use it to signify that a message
2289 is important to them in some way.
2291 You may also define your own set of keywords.
2292 You might know these as user defined flags or as labels.
2293 These are similar to the Important flag but you choose the names for yourself.
2295 Alpine will only display keywords that
2296 have been added by you in the Flag Details screen or
2297 that have been configured by you using the Setup/Config option
2298 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
2299 Keywords set by other means (for example, by another email client) will not
2300 show up in Alpine unless you configure Alpine to know about them.
2301 They will show up in the Flag Details screen, but will not show up, for example,
2302 in the index line.
2305 The following entries in Alpine's online help provide additional information 
2306 about how to use keywords:
2307 <ul>
2308   <li><A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--> config option</A></li>
2309   <li><A HREF="h_common_flag">Flag command to set keywords</A></li>
2310 </ul>
2312 &lt;End of help on this topic&gt;
2313 </BODY>
2314 </HTML>
2315 ===== h_mainhelp_roles ======
2316 <HTML>
2317 <HEAD>
2318 <TITLE>Roles</TITLE>
2319 </HEAD>
2320 <BODY>
2321 <H1>Roles</H1>
2323 You may play different roles depending on who you are replying to. For
2324 example, if you are replying to a message addressed to help-desk you may
2325 be acting as a Help Desk Worker. That role may require that you use a
2326 different return address and/or a different signature.
2329 To configure roles, go to the MAIN MENU and use the Setup command
2330 followed by &quot;Rules&quot; and then &quot;Roles&quot;.
2331 The following entries in Alpine's online help provide additional information 
2332 about how to
2333 use roles:
2334 <ul>
2335   <li><a href="h_rules_roles">Setup Roles Screen</a></li>
2336   <li><a href="h_role_select">Roles Screen</a></li>
2337 </ul>
2339 &lt;End of help on this topic&gt;
2340 </BODY>
2341 </HTML>
2342 ===== h_mainhelp_filtering ======
2343 <HTML>
2344 <HEAD>
2345 <TITLE>Filtering</TITLE>
2346 </HEAD>
2347 <BODY>
2348 <H1>Filtering</H1>
2350 The software that actually delivers mail (the stuff that happens
2351 before Alpine is involved) for you is in a better position to do mail filtering
2352 than Alpine itself.
2353 If possible, you may want to look into using that sort of mail filtering to
2354 deliver mail to different folders, delete it, or forward it.
2355 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
2358 Filtering is a way to automatically move certain messages from one folder
2359 to another or to automatically delete messages.
2360 You may also automatically set the state (Important, New, Deleted, Answered) of messages
2361 and set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
2362 Alpine doesn't have the ability to forward mail to another address or
2363 to deliver vacation messages.
2366 To configure filtering, go to the MAIN MENU and use the Setup command
2367 followed by &quot;Rules&quot; and then &quot;Filters&quot;.
2368 The following entries in Alpine's online help provide additional information 
2369 about how to use filtering:
2370 <UL>
2371   <LI> <A HREF="h_rules_filter">Filtering Setup screen</A>
2372 </UL>
2374 &lt;End of help on this topic&gt;
2375 </BODY>
2376 </HTML>
2377 ===== h_mainhelp_patterns ======
2378 <HTML>
2379 <HEAD>
2380 <TITLE>Patterns</TITLE>
2381 </HEAD>
2382 <BODY>
2383 <H1>Patterns</H1>
2385 Patterns are used with Roles, Filtering, Index Coloring,
2386 Scoring, Other Rules, and Search Rules, so it may help you to understand exactly how Patterns work.
2387 The following entries in Alpine's online help provide information 
2388 about using Patterns:
2389 <UL>
2390   <LI> <A HREF="h_rule_patterns">Patterns</A>
2391 </UL>
2393 &lt;End of help on this topic&gt;
2394 </BODY>
2395 </HTML>
2396 ===== h_mainhelp_cmdlineopts ======
2397 <HTML>
2398 <HEAD>
2399 <TITLE>Command Line Options</TITLE>
2400 </HEAD>
2401 <BODY>
2402 <H1>Command Line Options</H1>
2404 Alpine accepts a number of command line arguments, allowing you, for
2405 example, to start Alpine and immediately access a particular folder.
2406 Many of these arguments overlap with options in the Alpine configuration file.
2407 If there is a difference, then an option set on the command line takes
2408 precedence.
2409 Alpine expects command line arguments (other than addresses) to be
2410 preceded by a &quot;-&quot; (dash) as normally used by UNIX programs.
2411 A <a href="h_command_line_options">full list</a> of command line
2412 possibilities is available.
2414 &lt;End of help on this topic&gt;
2415 </BODY>
2416 </HTML>
2417 ===== h_mainhelp_config ======
2418 <HTML>
2419 <HEAD>
2420 <TITLE>Alpine Configuration</TITLE>
2421 </HEAD>
2422 <BODY>
2423 <H1>Alpine Configuration</H1>
2425 Unless it has been administratively disabled, the Setup command on the
2426 MAIN MENU has several subcommands that allow you to modify Alpine's behavior.
2427 The possible subcommands are for general Configuration settings,
2428 Printer settings, Changing your Password, Signature setup,
2429 AddressBook setup, Collection Lists setup, Rules (including Roles, Filters,
2430 Scores, Search, Indexcolor, and Other rules), LDAP Directory setup,
2431 and Color configuration.
2432 In particular, the &quot;Config&quot; subcommand has many features you may
2433 set or unset and many other configuration variables that may be set to change
2434 the way Alpine works.
2435 Every one of the hundreds of options available in that configuration settings
2436 screen has help text associated with it.
2437 You may read that text by moving the cursor to highlight the option and then
2438 typing the Help command.
2440 These settings are stored in your personal
2441 &quot;pinerc&quot; configuration file (or, optionally, they may be stored
2442 <A HREF="h_config_remote_config">remotely</A>),
2443 but on shared systems these settings
2444 may be over-ridden by a system-wide control file (due to local site
2445 security or support policies).  A global pine configuration file can also
2446 be used to set default values for all Alpine users on a particular system.
2447 Power users may be interested in splitting their personal configuration
2448 data into two pieces, a generic piece and
2449 <A HREF="h_config_exceptions">exceptions</A> which apply to
2450 a particular platform.
2451 They may also be interested in <A HREF="h_config_inheritance">configuration inheritance</A>.
2452 General Alpine configuration information can be found
2453 <A HREF="h_news_config">here</A>.
2455 &lt;End of help on this topic&gt;
2456 </BODY>
2457 </HTML>
2458 ===== h_mainhelp_aggops ======
2459 <HTML>
2460 <HEAD>
2461 <TITLE>Aggregate Operations</TITLE>
2462 </HEAD>
2463 <BODY>
2464 <H1>Aggregate Operations</H1>
2466 When you are in the MESSAGE INDEX, the available commands
2467 (for example, Delete, Undelete, Save, Reply, and so on)
2468 normally act on a single message.
2469 So, for example, if you press the Delete command, the currently highlighted
2470 message is marked Deleted.
2471 These commands that normally act on a single message may be applied to
2472 several messages at once instead.
2474 By default this feature is turned on, but it could be administratively turned
2475 off to reduce complexity.
2476 The feature
2477 <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>
2478 in the Setup/Config screen is used to turn it off or on.
2479 When this feature is turned on, the four commands &quot;Select&quot;,
2480 &quot;SelectCur&quot;, &quot;ZoomMode&quot;, and &quot;Apply&quot;
2481 are available.
2482 The two selection commands allow you to mark a set of
2483 messages as being &quot;selected&quot;.
2484 The &quot;ZoomMode&quot; command will toggle between
2485 displaying only the selected messages and displaying all the messages.
2486 The &quot;Apply&quot; command allows you to
2487 apply one of the regular MESSAGE INDEX commands to all of the selected
2488 messages instead of to only the highlighted message.
2490 An example aggregate operation would be to catch up when reading
2491 a news group.
2492 That is, get rid of all the messages in the news group so that you can
2493 start fresh.
2494 The easiest way to do this in Alpine is to use aggregate operations.
2495 You want to Delete all of the messages in the group.
2496 You could start at the top and type &quot;D&quot; once for every message.
2497 A much faster method is to first Select all of the messages in the group,
2498 and then Delete all of them.
2499 This would take four keystrokes:
2501 <CENTER><SAMP>; a (to select all messages)</SAMP></CENTER>
2502 <BR>
2503 <CENTER><SAMP>a d (to delete all selected messages)</SAMP></CENTER>
2505 Another use of Select is to use it for searching for a particular message
2506 or set of messages in a large folder.
2507 You may know that the message was From a certain user.
2508 You could select all messages from that user to start, and use Zoom to
2509 look at only those messages.
2510 If there were still too many messages to look at you could Narrow the
2511 set of messages further by selecting from all of those messages only
2512 the ones that were after a certain date, or contained a particular phrase
2513 in the Subject, or were too a particular address, and so on.
2514 That may be the end of what you are doing, or you may want to use Apply to
2515 Save or Forward or Print all of the selected messages.
2517 Some related help topics are
2518 <UL>
2519 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
2520 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
2521 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
2522 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
2523 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
2524 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
2525 </UL>
2527 &lt;End of help on this topic&gt;
2528 </BODY>
2529 </HTML>
2530 ===== h_mainhelp_readingnews ======
2531 <HTML>
2532 <HEAD>
2533 <TITLE>Reading News</TITLE>
2534 </HEAD>
2535 <BODY>
2536 <H1>Reading News</H1>
2538 <H2>Background</H2>
2539 Alpine can read and post to Internet (or USENET) newsgroups, using the same 
2540 commands as for mail. Similar to mailing lists but existing on a larger scale, 
2541 Usenet newsgroups allow groups of people with common interests to discuss 
2542 particular topics. You might find newsgroups related to your career, or you 
2543 might wish to check out the online discussion among the fans of your favorite 
2544 television show. 
2546 <H2>Configuring Alpine for Reading News</H2>
2547 Alpine often arrives
2548 pre-configured by your system administrator to automatically access the
2549 newsgroups offered by your organization, Internet Service Provider, or
2550 school. PC-Alpine users, and those attempting to customize Unix Alpine, will
2551 need additional details on <a href="h_configuring_news">how to
2552 configure Alpine to read news</a>.
2554 <H2>Accessing Newsgroups</H2>
2555 The first step in reading news is to access the newsgroups collections
2556 screen from Alpine. If everything is configured properly, you should be able
2557 to do this by first typing L (folder List), then selecting the folder
2558 collection listed as "News." The actual name of this collection may differ
2559 from system to system.
2561 <H2>Subscribing to Newsgroups</H2>
2563 Once you have accessed the news collection, you need to subscribe to a
2564 newsgroup that interests you. Subscribing to a newsgroup means that Alpine
2565 will keep a record of the newsgroups in which you are interested and which
2566 articles in those newsgroups have been read.
2568 <H2>Using Newsgroups</H2> 
2569 Alpine uses the similar commands to read news as to read mail. For example,
2570 the D command marks messages as Deleted (or "Dismissed," if you prefer),
2571 and the R command Replies to a news posting. Basically, Alpine allows you to
2572 read news as if it were mail, so you don't need to change the way you
2573 interact with Alpine.
2575 There is also additional Alpine help available on 
2576 <A HREF="h_reading_news">how to use Alpine to read news</A>.
2578 &lt;End of help on this topic&gt;
2579 </BODY>
2580 </HTML>
2581 ===== h_mainhelp_securing ======
2582 <HTML>
2583 <HEAD>
2584 <TITLE>Securing your Alpine Session</TITLE>
2585 </HEAD>
2586 <BODY>
2587 <H1>Securing your Alpine Session</H1>
2589 By default, Alpine will attempt to connect to an IMAP server on the normal
2590 IMAP service port (143).
2591 If the Alpine you are using has been built to
2592 support &quot;Transport Layer Security&quot; (TLS)
2593 and &quot;Secure Sockets Layer&quot; (SSL) 
2594 (check by clicking <A HREF="X-Alpine-Config:">here</A>),
2595 and the server offers the STARTTLS capability, then a secure (encrypted)
2596 session will be established.
2598 When you are connected to a remote folder the titlebar will contain a plus sign
2599 in the far right column if the connection is encrypted using TLS or SSL.
2600 Similarly, when you are being prompted for a password a plus sign will appear in the prompt
2601 if the connection is encrypted.
2603 <H2>More Information on Alpine with SSL and TLS</H2>
2604 <UL>
2605 <LI> <A HREF="h_release_tlscerts">TLS and SSL Usage Note</A> </LI>
2606 <LI> <A HREF="h_folder_server_syntax">/SSL</A> option for older servers which support port 993 SSL but not TLS </LI>
2607 <LI> <A HREF="h_config_alt_auth"><!--#echo var="FEAT_try-alternative-authentication-driver-first"--></A> feature </LI>
2608 <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>
2609 </UL>
2610 <H2>Here are some other security-related features and options</H2>
2612 <UL>
2613 <LI> <A HREF="h_config_disable_password_caching"><!--#echo var="FEAT_disable-password-caching"--></A> feature to disable password caching </LI>
2614 <LI> <A HREF="h_config_mailcap_params"><!--#echo var="FEAT_enable-mailcap-param-substitution"--></A> feature </LI>
2615 <LI> <A HREF="h_config_disable_auths"><!--#echo var="VAR_disable-these-authenticators"--></A> option </LI>
2616 </UL>
2618 &lt;End of help on this topic&gt;
2619 </BODY>
2620 </HTML>
2621 ===== h_mainhelp_problems ======
2622 <HTML>
2623 <HEAD>
2624 <TITLE>Reporting Problems</TITLE>
2625 </HEAD>
2626 <BODY>
2627 <H1>Reporting Problems</H1>
2629 We ask that you first read the relevant help screens and then seek
2630 assistance from your own local support staff.  Once you are sure that your
2631 difficulty is not a local configuration problem, you might look at the
2632 help section explaining where to look for
2633 <A HREF="h_finding_help">more information</A> and where to 
2634 get assistance.
2637 <ADDRESS>
2638    Eduardo Chappa &lt;chappa@gmx.com&gt;
2639 </ADDRESS>
2642 &lt;End of help on this topic&gt;
2643 </BODY>
2644 </HTML>
2645 ===== h_main_menu_commands ======
2646 <HTML>
2647 <HEAD>
2648 <TITLE>MAIN MENU COMMANDS</TITLE>
2649 </HEAD>
2650 <BODY>
2651 <H1>MAIN MENU COMMANDS</H1>
2653 <!--chtml if pinemode="function_key"-->
2654 &nbsp;Available&nbsp;Commands&nbsp;--
2655 &nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
2656 &nbsp;------------------------------
2657 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------
2658 ----------<BR>
2659 &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>
2660 &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>
2661 &nbsp;F3&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
2662 &nbsp;F4&nbsp;&nbsp;Execute&nbsp;current&nbsp;MAIN&nbsp;MENU&nbsp;command&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A 
2663 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
2664 &nbsp;F5&nbsp;&nbsp;Select&nbsp;previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu&nbsp;&nbsp;F5&nbsp;&nbsp;<A 
2665 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen<BR>
2666 &nbsp;F6&nbsp;&nbsp;Select&nbsp;next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A 
2667 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
2668 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2669 &nbsp;F7&nbsp;&nbsp;<A 
2670 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen<BR>
2671 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2672 &nbsp;F8&nbsp;&nbsp;<A 
2673 HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
2674 &nbsp;F9&nbsp;&nbsp;Display&nbsp;<A 
2675 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 
2676 HREF="h_main_setup">SETUP</A>&nbsp;menus<BR>
2677 &nbsp;F10&nbsp;<A 
2678 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 
2679 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen<BR>
2680 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2681 &nbsp;F11&nbsp;<A 
2682 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
2683 <!--chtml else-->
2684 &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>
2685 &nbsp;---------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------------<BR>
2686 &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>
2687 &nbsp;C&nbsp;&nbsp;<A 
2688 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>
2689 &nbsp;I&nbsp;&nbsp;<A 
2690 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>
2691 &nbsp;L&nbsp;&nbsp;<A 
2692 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>
2693 &nbsp;A&nbsp;&nbsp;<A 
2694 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;<A 
2695 HREF="h_main_kblock">Lock&nbsp;Keyboard</A><BR>
2696 &nbsp;S&nbsp;&nbsp;<A 
2697 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 
2698 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
2699 &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>
2700 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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 
2701 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
2702 <!--chtml endif-->
2705 NOTE:
2706 <OL>
2707  <LI>For help on a particular command, highlight the bold text associated
2708 with it above and hit Return.
2709  <LI> The availability of certain commands (e.g. some of the options under
2710 SETUP) is determined by Alpine configuration files and system capabilities.
2711 At some sites, certain commands may not be available due to security or
2712 support concerns.
2713 </OL>
2715 &lt;End of help on this topic&gt;
2716 </BODY>
2717 </HTML>
2719 ===== h_command_line_options ======
2720 <HTML>
2721 <HEAD>
2722 <TITLE>COMMAND LINE OPTIONS</TITLE>
2723 </HEAD>
2724 <BODY>
2725 <H1>COMMAND LINE OPTIONS</H1>
2726 Possible starting arguments for Alpine:
2728 <DL COMPACT>
2730 <DT> <EM>[addresses]</EM>
2732 <DD> Send-to:  If you give <EM>Alpine</EM> an argument or arguments which
2733 do not begin with a dash, <EM>Alpine</EM> treats them as email addresses.
2734 <EM>Alpine</EM> will startup in
2735 the composer with a message started to the addresses specified.
2736 Once the message is sent, the <EM>Alpine</EM> session closes.
2737 Standard input redirection is allowed.
2738 Separate multiple addresses with a space between them.
2739 Addresses are placed in the &quot;To&quot; field only.
2742 <DT> &lt; <EM>file</EM>
2744 <DD> <EM>Alpine</EM> will startup in the composer with <EM>file</EM> read
2745 into the body of the message.
2746 Once the message is sent, the <EM>Alpine</EM> session closes. 
2749 <DT> -attach <EM>file</EM>
2751 <DD> Go directly into composer with given file attached.
2754 <DT> -attachlist <EM>file-list</EM>
2756 <DD> Go directly into composer with given files attached.
2757 This must be the last option on the command line.
2760 <DT> -attach_and_delete <EM>file</EM>
2762 <DD> Go directly into composer with given file attached, delete when finished.
2765 <DT> -aux <EM>local_directory</EM>
2767 <DD> <EM>PC-Alpine</EM> only.
2768 This tells <EM>PC-Alpine</EM> the local directory to use for storing auxiliary
2769 files, like debug files, address books, and signature files.  The pinerc may 
2770 be local or remote.
2773 <DT> -bail
2775 <DD> If the personal configuration file doesn't already exist, exit.
2776 This might be useful if the configuration file is accessed using some
2777 remote filesystem protocol. If the remote mount is missing this will cause
2778 <EM>Alpine</EM> to quit instead of creating a new pinerc.
2781 <DT> -c <EM>n</EM>
2783 <DD> When used with the <CODE>-f</CODE> option, apply the <EM>n</EM>th context.
2784 This is used when there are multiple folder collections (contexts) and you 
2785 want to open a folder not in the primary collection.
2788 <DT> -conf
2790 <DD> Configuration: Prints a sample system configuration file to the
2791 screen or standard output. To generate an initial system configuration 
2792 file, execute
2794 <PRE><CODE>
2795                 pine -conf > <!--#echo var="PINE_CONF_PATH"-->
2796 </CODE></PRE>
2799 To generate a system configuration file using settings from an old
2800 system configuration file, execute
2802 <PRE><CODE>
2803                 pine -P old-pine.conf -conf > <!--#echo var="PINE_CONF_PATH"-->
2804 </CODE></PRE>
2806 A system configuration file is not required.
2809 <DT> -copy_abook &lt;<EM>local_abook_file</EM>&gt; &lt;<EM>remote_abook_folder</EM>&gt;
2811 <DD> Copy an address book file to a remote address book folder.
2812 If the remote folder doesn't exist, it will be created.
2813 If it exists but the first message in the folder isn't a remote address
2814 book header message, the copy will be aborted.
2815 This flag will not usually be used by a user.
2816 Instead, the user will create a remote address book from within <EM>Alpine</EM>
2817 and copy entries from the local address book by using aggregate Save in
2818 the address book screen.
2821 <DT> -copy_pinerc &lt;<EM>local_pinerc_file</EM>&gt; &lt;<EM>remote_pinerc_folder</EM>&gt;
2823 <DD> Copy a pinerc configuration file to a remote pinerc folder.
2824 If the remote folder doesn't exist, it will be created.
2825 If it exists but the first message in the folder isn't a remote pinerc
2826 header message, the copy will be aborted.
2827 This flag may be useful to users who already have a local pinerc file and
2828 would like to convert it to a remote pinerc folder and use that instead.
2829 This gives a way to bootstrap that conversion without having to manually
2830 reset all of the variables in the remote pinerc folder.
2833 <DT> -d <EM>debug-level</EM>
2835 <DD> Debug Level:  Sets the level of debugging information written by
2836 <EM>Alpine</EM>.
2837 <EM>debug-level</EM> can be set to any integer 0-9.
2838 A debug level of 0 turns off debugging for the session.
2839 (Actually there are some levels higher than 9, but you probably don't
2840 want to see them.)
2843 <DT> -d <EM>keywords</EM>
2845 <DD> You may use a more detailed version of the debugging flag to set
2846 the debug level in separate parts of <EM>Alpine</EM>.
2847 The possibilities are flush, timestamp, imap=0..4, tcp, numfiles=0..31, and
2848 verbose=0..9.
2849 <EM>Flush</EM> causes debugging information to be flushed immediately to
2850 the debug file as it is written.
2851 <EM>Verbose</EM> is the general debugging verbosity level.
2852 <EM>Timestamp</EM> causes timestamps to be added to the debug file, which
2853 is useful when you are trying to figure out what is responsible for delays.
2854 <EM>Numfiles</EM> sets the number of debug files saved.
2855 <EM>Imap</EM> sets the debug level for the debugging statements related
2856 to the conversation with the IMAP server, and more generally, for the
2857 debugging related to <EM>Alpine</EM>'s interaction with the C-Client library.
2858 <EM>Tcp</EM> turns on some TCP/IP debugging.
2861 <DT> -f <EM>folder</EM>
2863 <DD> Startup folder:  <EM>Alpine</EM> will open this folder in place
2864 of the standard INBOX.
2867 <DT> -F <EM>file</EM>
2869 <DD> Open named text file for viewing and forwarding.
2872 <DT> -h
2874 <DD> Help:  Prints the list of available command-line arguments to the
2875 screen.
2878 <DT> -i
2880 <DD> <EM>Alpine</EM> will start up in the FOLDER INDEX
2881 screen instead of the MAIN MENU.
2884 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"-->=i</EM>.
2887 <DT> -I <EM>a,b,c,...</EM>
2889 <DD> Initial Keystrokes:  <EM>Alpine</EM> will execute this comma-separated
2890 sequence of commands upon startup.
2891 This allows users to get <EM>Alpine</EM> to start in any
2892 of its menus/screens.
2893 You cannot include any input to the composer in the initial keystrokes.
2894 The key &lt;Return&gt; is represented by a ``CR'' in
2895 the keystroke list; the spacebar is designated by the letters ``SPACE''.
2896 Control keys are two character sequences beginning with ``^'', such as
2897 ``^I''.
2898 A tab character is ``TAB''.
2899 Function keys are ``F1'' - ``F12'' and the arrow keys are ``UP'',
2900 ``DOWN'', ``LEFT'', and ``RIGHT''.
2901 A restriction is that you can't mix function keys and character keys in this
2902 list even though you can, in some cases, mix them when running <EM>Alpine</EM>.
2903 A user can always use only <EM>character</EM> keys in the startup list even
2904 if he or she is using <EM>function</EM> keys normally, or vice versa.
2905 If an element in this list is a string of characters surrounded by double
2906 quotes (&quot;) then it will be expanded into the individual characters in
2907 the string, excluding the double quotes.
2910 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"--></EM>
2913 <DT> -install
2915 <DD> For <EM>PC-Alpine</EM> only, this option prompts the user for
2916 some basic information to help with getting properly set up.
2919 <DT> -k
2921 <DD> Function-Key Mode:  When invoked in this way, <EM>Alpine</EM> expects
2922 the input of commands to be function-keys.
2923 Otherwise, commands are linked to the regular character keys.
2926 Configuration equivalent:  <EM><!--#echo var="FEAT_use-function-keys"--></EM> included in
2927 <EM>Feature-List</EM>.
2930 <DT> -n <EM>n</EM>
2932 <DD> Message-Number:  When specified, <EM>Alpine</EM> starts up in the
2933 FOLDER INDEX screen with the current message being the specified
2934 message number.
2937 <DT> -nosplash
2939 <DD> <EM>PC-Alpine</EM> only.
2940 This tells <EM>PC-Alpine</EM> not to display the splash screen upon startup.
2941 This may be helpful for certain troubleshooting or terminal server scenarios.
2944 <DT> -o <EM>folder</EM>
2946 <DD> Opens the INBOX (or a folder specified via the -f argument) ReadOnly. 
2949 <DT> -p <EM>pinerc</EM>
2951 <DD> Uses the named file as the personal configuration file instead of
2952 <EM>~/.pinerc</EM> or the default PINERC search sequence <EM>PC-Alpine</EM> uses.
2953 Alpinerc may be either a local file or a remote configuration folder.
2956 <DT> -P <EM>pinerc</EM>
2958 <DD> Uses the named file as the system wide configuration file instead of
2959 <EM><!--#echo var="PINE_CONF_PATH"--></EM> on UNIX, or nothing on <EM>PC-Alpine</EM>.
2960 Alpinerc may be either a local file or a remote configuration folder.
2963 <DT> -passfile <EM>passfile</EM>
2965 <DD> This tells <EM>Alpine</EM> what file should be used as the password file.
2966 This should be a fully-qualified filename.
2969 <DT> -pinerc <EM>file</EM>
2971 <DD> Output fresh pinerc configuration to <EM>file</EM>, preserving the
2972 settings of variables that the user has made.
2973 Use <EM>file</EM> set to ``-'' to make output go to standard out.
2976 <DT> -r
2978 <DD> Restricted Mode:  For UNIX <EM>Alpine</EM> only.
2979 <EM>Alpine</EM> in restricted mode can only send email to itself.
2980 Save and export are limited.
2983 <DT> -registry <EM>cmd</EM>
2985 <DD> For <EM>PC-Alpine</EM> only, this option affects the values of 
2986 <EM>Alpine</EM>'s registry entries.
2987 Possible values for <EM>cmd</EM> are set, clear, and dump.
2988 <EM>Set</EM> will always reset <EM>Alpine</EM>'s registry 
2989 entries according to its current settings.
2990 <EM>Clear</EM> will clear the registry values.
2991 <EM>Clearsilent</EM> will clear the registry values without any dialogs.
2992 <EM>Dump</EM> will display the values of current registry settings.
2993 Note that the dump command is currently disabled.
2994 Without the -registry option, <EM>PC-Alpine</EM> will write values into
2995 the registry only if there currently aren't any values set.
2998 <DT> -sort <EM>key</EM>
3000 <DD> Sort-Key:  Specifies the order messages will be displayed in for the
3001 FOLDER INDEX screen.
3002 <EM>Key</EM> can have the following values: 
3003 arrival, date, subject, orderedsubj, thread, from, size, score, to, cc,
3004 arrival/reverse, date/reverse, subject/reverse, orderedsubj/reverse, thread/reverse,
3005 from/reverse, size/reverse, score/reverse, to/reverse, and cc/reverse.
3006 The default value is &quot;arrival&quot;.
3007 The <EM>key</EM> value reverse is equivalent to arrival/reverse.
3010 Configuration equivalent:  <EM><!--#echo var="VAR_sort-key"--></EM>.
3013 <DT> -uninstall
3015 <DD> For <EM>PC-Alpine</EM> only, this option removes references to Alpine
3016 in Windows settings.  The registry settings are removed and
3017 the password cache is cleared.
3020 <DT> -url <EM>url</EM>
3022 <DD> Open the given URL.
3025 <DT> -v
3027 <DD> Version:  Print version information to the screen.
3030 <DT> -x <EM>exceptions_config</EM>
3032 <DD> Configuration settings in the exceptions configuration override your normal
3033 default settings.
3034 <EM>Exceptions_config</EM> may be either a local file or a remote Alpine configuration folder.
3037 <DT> -z
3039 <DD> Enable Suspend:  When run with this flag, the key sequence ctrl-z
3040 will suspend the <EM>Alpine</EM> session.
3043 Configuration equivalent:  <EM><!--#echo var="FEAT_enable-suspend"--></EM> included in
3044 <EM>Feature-List</EM>.
3047 <DT> -<EM>option</EM>=<EM>value</EM>
3049 <DD> Assign <EM>value</EM> to the config option <EM>option</EM>.
3050 For example, <EM>-signature-file=sig1</EM> or
3051 <EM>-Feature-List=signature-at-bottom</EM>.
3052 Note:  Feature-List values are
3053 additive and features may be preceded with no- to turn them off.
3054 Also, as a special case, the &quot;Feature-List=&quot; part of that may be
3055 omitted. For example, <EM>-signature-at-bottom</EM> is equivalent to
3056 <EM>-Feature-List=signature-at-bottom</EM>.
3059 </DL>
3061 &lt;End of help on this topic&gt;
3062 </BODY>
3063 </HTML>
3064 ===== h_configuring_news ======
3065 <HTML>
3066 <HEAD>
3067 <TITLE>CONFIGURING NEWS</TITLE>
3068 </HEAD>
3069 <BODY>
3070 <H1>CONFIGURING NEWS</H1>
3071 Alpine can access news folders in any one of three different ways:
3072 <DL>
3073 <DT>REMOTE NNTP</DT>
3074 <DD>Using the Network News Transport Protocol (NNTP) to
3075 access news on a remote news server.  In this case the newsrc file is
3076 stored on the machine where Alpine is running.
3079 To specify a remote news-collection accessed via NNTP use the
3080 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3081 Server: value to the NNTP server's hostname appended with the
3082 communication method &quot;/service=NNTP&quot;, and set the Path:
3083 value to the &quot;#news.&quot; namespace (without the quotes).  See
3084 the &quot;<A HREF="h_composer_cntxt_server">Server:</A>&quot; field's
3085 help text for a more complete explanation of access method, and the
3086 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3087 text for a more complete explanation of &quot;namespace&quot;.
3089 Instead of specifying a news-collection, you may simply set the
3090 <A HREF="h_config_nntp_server">NNTP Server</A>
3091 option, which will cause Alpine to create a default news-collection for you.
3092 Another NNTP option that may be of interest is
3093 <A HREF="h_config_nntprange"><!--#echo var="VAR_nntp-range"--></A>.
3095 <DT>REMOTE IMAP</DT>
3096 <DD>Using the Internet Message Access Protocol (IMAP) to
3097 access news on a remote news server.  In this case, your newsrc file is
3098 stored on the news server, in your home directory, so you must have an
3099 account on the news server, but you would be running Alpine on a different
3100 machine.  The news server must be running an IMAPd server process. 
3103 To specify a remote news-collection accessed via IMAP use the
3104 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3105 Server: value to the IMAP server's hostname, and set the Path: value
3106 to the &quot;#news.&quot; namespace (without the quotes).  See the
3107 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3108 text for a more complete explanation of &quot;namespace&quot;.
3110 </DD>
3112 <DT>LOCAL</DT>
3113 <DD>Using local file access to the news database.  In this
3114 case, your newsrc file is stored on the news server, in your home
3115 directory, so you must have an account on the news server, and you would
3116 be running Alpine on the same machine.
3119 To specify a local news-collection use the SETUP/collectionList
3120 screen's &quot;Add&quot; command.  Leave the Server: value blank, and
3121 set the Path: value to the &quot;#news.&quot; namespace (without the
3122 quotes).  See the &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot;
3123 field's help text for a more complete explanation of &quot;namespace&quot;.
3125 </DD>
3126 </DL>
3130 NOTE: Should no news-collection be defined as above, Alpine will
3131 automatically create one using the Setup/Config screen's
3132 &quot;<!--#echo var="VAR_nntp-server"-->&quot; variable's value if defined.  The collection
3133 will be created as a &quot;Remote NNTP&quot; as described above.
3137 If you are a PC-Alpine user, either option 1 (NNTP) or option 2 (IMAP) is
3138 possible.  If you don't have an account on the news server, or if the news
3139 server is not running an IMAP daemon, then you must use NNTP.  (If you are not
3140 sure, ask your service provider, university, or company for help.)  In
3141 this case, your Unix .newsrc file can be transferred to your PC.  A good
3142 place to put it would be in the same directory as your PINERC file, under
3143 the name NEWSRC, but you can 
3144 <A HREF="h_config_newsrc_path">specify a different location</A>
3145 via Alpine's Setup/Config screen.
3148 Other configuration features related to news are
3149 <A HREF="h_config_8bit_nntp"><!--#echo var="FEAT_enable-8bit-nntp-posting"--></A>.
3150 <A HREF="h_config_compose_news_wo_conf"><!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></A>,
3151 <A HREF="h_config_news_uses_recent"><!--#echo var="FEAT_news-approximates-new-status"--></A>,
3152 <A HREF="h_config_news_cross_deletes"><!--#echo var="FEAT_news-deletes-across-groups"--></A>,
3153 <A HREF="h_config_news_catchup"><!--#echo var="FEAT_news-offers-catchup-on-close"--></A>,
3154 <A HREF="h_config_post_wo_validation"><!--#echo var="FEAT_news-post-without-validation"--></A>,
3155 <A HREF="h_config_read_in_newsrc_order"><!--#echo var="FEAT_news-read-in-newsrc-order"--></A>, and
3156 <A HREF="h_config_quell_post_prompt"><!--#echo var="FEAT_quell-extra-post-prompt"--></A>.
3159 &lt;End of help on this topic&gt;
3160 </BODY>
3161 </HTML>
3162 ===== h_reading_news ======
3163 <HTML>
3164 <HEAD>
3165 <TITLE>READING NEWS</TITLE>
3166 </HEAD>
3167 <BODY>
3168 <H1>READING NEWS</H1>
3170 Alpine uses almost the same commands for manipulating news folders as for
3171 mail folders.  This means, for example, that when you are done with a
3172 message, you would use &quot;D&quot; to mark it as Deleted (or Dismissed,
3173 if you prefer.)  This &quot;mail-like&quot; behavior differs from that of
3174 most newsreaders, wherein a message is implicitly dismissed after you have
3175 looked at it once. We strongly believe that Alpine should offer as much
3176 consistency as possible between mail and news, so the mail paradigm --
3177 wherein a message does not magically disappear without explicit action by
3178 the user -- is used for news as well. <P>
3180 If you answer a message in a news folder, the index view will show the
3181 &quot;A&quot; flag as usual; but the industry standard file Alpine uses to
3182 keep track of what news as been read has no way of storing this flag, so
3183 it will not be preserved across sessions.  The Deleted flag is the only
3184 one that is preserved when you leave and then return to a newsgroup.  As an
3185 additional note on replies, when you Reply to a newsgroup message and say
3186 you want to reply to all recipients, Alpine will ask if you want to post the
3187 message to all the newsgroups listed in the original message. <P>
3189 If you would like Alpine to mark more-or-less recent news messages as
3190 &quot;New&quot;, then set the
3191 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
3192 feature (which is set by default).  This will cause messages after the last one you have marked as
3193 Deleted to appear with &quot;N&quot; status in the MESSAGE INDEX.  The
3194 &quot;N&quot; status often makes it easier to distinguish later news
3195 articles from those you've previously seen, but not yet disposed of via
3196 the &quot;D&quot; key.  Note that this is an approximation, not an exact
3197 record of which messages you have not seen.
3200 A frequent operation in news-reading is &quot;catching up&quot; -- that
3201 is, getting rid of all the messages in the newsgroup so that you can
3202 &quot;start fresh.&quot;  The easiest way to do this in Alpine is via the
3203 Select command.  You would enter the following four keystrokes:
3204 <tt>;aad</tt> to select all messaged, and then apply the delete (or
3205 dismiss) command to all of them.
3208 There are also additional details on 
3209 <A HREF="h_configuring_news">configuring news</a>.
3212 &lt;End of help on this topic&gt;
3213 </BODY>
3214 </HTML>
3215 ====== h_help_index ======
3216 <HTML>
3217 <HEAD>
3218 <TITLE>Help Index</TITLE>
3219 </HEAD>
3220 <BODY>
3221 <H1>Help Index</H1>
3222 <ul>
3223 <li><a href="h_mainhelp_abooks">Address Books</a></li>
3224 <li><a href="h_abook_top">ADDRESS BOOK LIST COMMANDS</a>
3225 <li><a href="h_main_addrbook">Address Book Command</a>
3226 <li><a href="h_abook_view">Address Book View Explained</a>
3227 <li><a href="h_compose_addrcomplete">Address Completion</a>
3228 <li><a href="h_abook_select_listmode">Address Listmode Selection from Composer Explained</a>
3229 <li><a href="h_abook_select_checks">Address Selection from Composer Explained</a>
3230 <li><a href="h_composer_abook_comment">Addressbook Comment Explained</a>
3231 <li><a href="h_composer_abook_fcc">Addressbook Fcc Explained</a>
3232 <li><a href="h_composer_abook_add_folder">Addressbook Folder Name Field Explained</a>
3233 <li><a href="h_composer_abook_full">Addressbook Fullname Explained</a>
3234 <li><a href="h_composer_abook_add_nick">Addressbook NickName Field Explained</a>
3235 <li><a href="h_composer_abook_nick">Addressbook Nickname Explained</a>
3236 <li><a href="h_abook_select_addr">Addressbook Selection Explained</a>
3237 <li><a href="h_abook_select_top">Addressbook Selection Navigation Explained</a>
3238 <li><a href="h_composer_abook_add_server">Addressbook Server Name Field Explained</a>
3239 <li><a href="h_mainhelp_aggops">Aggregate Operations</a>
3240 <li><a href="h_mainhelp_config">Alpine Configuration</a>
3241 <li><a href="h_mainhelp_pinehelp">Alpine Help</a>
3242 <li><a href="h_news_legal">Alpine Legal Notices</a>
3243 <li><a href="h_compose_alted">Alt Editor Command</a>
3244 <li><a href="h_index_cmd_apply">Apply Command</a>
3245 <li><a href="h_attachment_screen">Attachment Index Screen Explained</a>
3246 <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a>
3247 <li><a href="h_mainhelp_filtering">Blocking Messages</a>
3248 <li><a href="h_composer_browse">BROWSER</a>
3249 <li><a href="h_common_bounce">Bounce Command</a>
3250 <li><a href="h_compose_cancel">Cancel Command</a>
3251 <li><a href="h_config_change_your_from">Changing your From Address</a>
3252 <li><a href="h_collection_screen">COLLECTION LIST screen</a>
3253 <li><a href="h_mainhelp_color">Color</a>
3254 <li><a href="h_composer_ctrl_j">COMPOSER ATTACH</a>
3255 <li><a href="h_composer">COMPOSER COMMANDS</a>
3256 <li><a href="h_mainhelp_composing">Composing Messages</a>
3257 <li><a href="h_mainhelp_collections">Collection Lists</a>
3258 <li><a href="h_composer_cntxt_nick">Collection Nickname Explained</a>
3259 <li><a href="h_composer_cntxt_path">Collection Path: Explained</a>
3260 <li><a href="h_composer_cntxt_server">Collection Server: Explained</a>
3261 <li><a href="h_composer_cntxt_view">Collection View: Explained</a>
3262 <li><a href="h_mainhelp_cmdlineopts">Command Line Options</a>
3263 <li><a href="h_common_compose">Compose Command</a>
3264 <li><a href="h_edit_nav_cmds">Composer Editing Commands Explained</a>
3265 <li><a href="h_common_conditional_cmds">Conditional Commands</a>
3266 <li><a href="h_reply_token_conditionals">Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</a>
3267 <li><a href="h_mainhelp_config">Configuration</a>
3268 <li><a href="h_composer_custom_free">CUSTOMIZED HEADER FIELD</a>
3269 <li><a href="h_config_dflt_color">Default Color</a>
3270 <li><a href="h_common_delete">Delete and Undelete Commands</a>
3271 <li><a href="h_composer_qserv_cn">Directory Query Form Explained</a>
3272 <li><a href="h_special_list_commands">Email List Commands Explained</a>
3273 <li><a href="h_composer_search">Explanation of Composer Whereis Command </a>
3274 <li><a href="h_folder_open">Explanation of Folder Selection</a>
3275 <li><a href="h_special_xon_xoff">Explanation of Alpine's XOFF/XON Handling</a>
3276 <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a>
3277 <li><a href="h_ge_export">Export File Selection</a>
3278 <li><a href="h_ge_allparts">Export Message File Selection</a>
3279 <li><a href="h_index_cmd_expunge">Expunge/Exclude Command</a>
3280 <li><a href="h_info_on_locking">FAQs on Alpine Locking</a>
3281 <li><a href="h_config_allow_chg_from">FEATURE: <!--#echo var="FEAT_allow-changing-from"--></a>
3282 <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a>
3283 <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a>
3284 <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a>
3285 <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a>
3286 <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a>
3287 <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a>
3288 <li><a href="h_config_auto_unselect">FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></a>
3289 <li><a href="h_config_auto_unzoom">FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></a>
3290 <li><a href="h_config_auto_zoom">FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></a>
3291 <li><a href="h_config_use_boring_spinner">FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></a>
3292 <li><a href="h_config_check_mail_onquit">FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></a>
3293 <li><a href="h_config_combined_abook_display">FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></a>
3294 <li><a href="h_config_combined_folder_display">FEATURE: <!--#echo var="FEAT_combined-folder-display"--></a>
3295 <li><a href="h_config_combined_subdir_display">FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></a>
3296 <li><a href="h_config_cancel_confirm">FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></a>
3297 <li><a href="h_config_lame_list_mode">FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></a>
3298 <li><a href="h_config_compose_rejects_unqual">FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></a>
3299 <li><a href="h_config_send_filter_dflt">FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></a>
3300 <li><a href="h_config_compose_news_wo_conf">FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></a>
3301 <li><a href="h_config_del_from_dot">FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></a>
3302 <li><a href="h_config_compose_maps_del">FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></a>
3303 <li><a href="h_config_confirm_role">FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></a>
3304 <li><a href="h_config_tab_no_prompt">FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></a>
3305 <li><a href="h_config_dates_to_local">FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></a>
3306 <li><a href="h_config_copy_to_to_from">FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></a>
3307 <li><a href="h_config_del_skips_del">FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></a>
3308 <li><a href="h_config_disable_config_cmd">FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></a>
3309 <li><a href="h_config_disable_index_locale_dates">FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></a>
3310 <li><a href="h_config_disable_kb_lock">FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></a>
3311 <li><a href="h_config_blank_keymenu">FEATURE: <!--#echo var="FEAT_disable-keymenu"--></a>
3312 <li><a href="h_config_disable_password_caching">FEATURE: <!--#echo var="FEAT_disable-password-caching"--></a>
3313 <li><a href="h_config_disable_password_cmd">FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></a>
3314 <li><a href="h_config_disable_pipes_in_sigs">FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></a>
3315 <li><a href="h_config_disable_pipes_in_templates">FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></a>
3316 <li><a href="h_config_disable_regex">FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
3317 <li><a href="h_config_disable_roles_setup">FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></a>
3318 <li><a href="h_config_disable_roles_sigedit">FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></a>
3319 <li><a href="h_config_disable_roles_templateedit">FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></a>
3320 <li><a href="h_config_input_history">FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></a>
3321 <li><a href="h_config_disable_collate">FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></a>
3322 <li><a href="h_config_disable_shared">FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></a>
3323 <li><a href="h_config_disable_signature_edit">FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></a>
3324 <li><a href="h_config_take_fullname">FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></a>
3325 <li><a href="h_config_take_lastfirst">FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></a>
3326 <li><a href="h_config_disable_reset_disp">FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></a>
3327 <li><a href="h_config_disable_sender">FEATURE: <!--#echo var="FEAT_disable-sender"--></a>
3328 <li><a href="h_config_quell_dead_letter">FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></a>
3329 <li><a href="h_config_quell_flowed_text">FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></a>
3330 <li><a href="h_downgrade_multipart_to_text">FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></a>
3331 <li><a href="h_config_8bit_smtp">FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></a>
3332 <li><a href="h_config_8bit_nntp">FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></a>
3333 <li><a href="h_config_enable_agg_ops">FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></a>
3334 <li><a href="h_config_enable_alt_ed">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></a>
3335 <li><a href="h_config_alt_ed_now">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></a>
3336 <li><a href="h_config_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></a>
3337 <li><a href="h_config_relaxed_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></a>
3338 <li><a href="h_config_compose_bg_post">FEATURE: <!--#echo var="FEAT_enable-background-sending"--></a>
3339 <li><a href="h_config_enable_bounce">FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></a>
3340 <li><a href="h_config_cruise_mode">FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></a>
3341 <li><a href="h_config_cruise_mode_delete">FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></a>
3342 <li><a href="h_config_compose_dsn">FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></a>
3343 <li><a href="h_config_enable_dot_files">FEATURE: <!--#echo var="FEAT_enable-dot-files"--></a>
3344 <li><a href="h_config_enable_lessthan_exit">FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></a>
3345 <li><a href="h_config_fast_recent">FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></a>
3346 <li><a href="h_config_enable_flag">FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></a>
3347 <li><a href="h_config_flag_screen_default">FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></a>
3348 <li><a href="h_config_flag_screen_kw_shortcut">FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></a>
3349 <li><a href="h_config_enable_full_hdr_and_text">FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></a>
3350 <li><a href="h_config_enable_full_hdr">FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></a>
3351 <li><a href="h_config_allow_goto">FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></a>
3352 <li><a href="h_config_enable_dot_folders">FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></a>
3353 <li><a href="h_config_enable_incoming">FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></a>
3354 <li><a href="h_config_enable_incoming_checking">FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></a>
3355 <li><a href="h_config_enable_jump">FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></a>
3356 <li><a href="h_config_show_delay_cue">FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></a>
3357 <li><a href="h_config_mailcap_params">FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></a>
3358 <li><a href="h_config_enable_mouse">FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></a>
3359 <li><a href="h_config_enable_view_addresses">FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></a>
3360 <li><a href="h_config_enable_view_attach">FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></a>
3361 <li><a href="h_config_enable_view_arrows">FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></a>
3362 <li><a href="h_config_enable_view_url">FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></a>
3363 <li><a href="h_config_enable_view_web_host">FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></a>
3364 <li><a href="h_config_enable_mulnewsrcs">FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></a>
3365 <li><a href="h_config_enable_xterm_newmail">FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></a>
3366 <li><a href="h_config_enable_newmail_short_text">FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>
3367 <li><a href="h_config_sub_lists">FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></a>
3368 <li><a href="h_config_enable_y_print">FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></a>
3369 <li><a href="h_config_prefix_editing">FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></a>
3370 <li><a href="h_config_enable_search_and_repl">FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></a>
3371 <li><a href="h_config_sigdashes">FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></a>
3372 <li><a href="h_config_new_thread_blank_subject">FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></a>
3373 <li><a href="h_config_can_suspend">FEATURE: <!--#echo var="FEAT_enable-suspend"--></a>
3374 <li><a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
3375 <li><a href="h_config_enable_take_export">FEATURE: <!--#echo var="FEAT_enable-take-export"--></a>
3376 <li><a href="h_config_enable_role_take">FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></a>
3377 <li><a href="h_config_tray_icon">FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></a>
3378 <li><a href="h_config_enable_pipe">FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></a>
3379 <li><a href="h_config_verbose_post">FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></a>
3380 <li><a href="h_config_expanded_addrbooks">FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></a>
3381 <li><a href="h_config_expanded_distlists">FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></a>
3382 <li><a href="h_config_expanded_folders">FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></a>
3383 <li><a href="h_config_expose_hidden_config">FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></a>
3384 <li><a href="h_config_expunge_manually">FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></a>
3385 <li><a href="h_config_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></a>
3386 <li><a href="h_config_full_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></a>
3387 <li><a href="h_config_no_fcc_attach">FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></a>
3388 <li><a href="h_config_force_arrow">FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></a>
3389 <li><a href="h_config_forward_as_attachment">FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></a>
3390 <li><a href="h_config_preserve_field">FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></a>
3391 <li><a href="h_config_quell_empty_dirs">FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></a>
3392 <li><a href="h_config_hide_nntp_path">FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></a>
3393 <li><a href="h_config_attach_in_reply">FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></a>
3394 <li><a href="h_config_fcc_on_bounce">FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></a>
3395 <li><a href="h_config_include_header">FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></a>
3396 <li><a href="h_config_auto_include_reply">FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></a>
3397 <li><a href="h_config_incoming_checking_total">FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></a>
3398 <li><a href="h_config_incoming_checking_recent">FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></a>
3399 <li><a href="h_config_add_ldap">FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></a>
3400 <li><a href="h_config_maildrops_preserve_state">FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></a>
3401 <li><a href="h_config_mark_fcc_seen">FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></a>
3402 <li><a href="h_config_mark_for_cc">FEATURE: <!--#echo var="FEAT_mark-for-cc"--></a>
3403 <li><a href="h_config_mulnews_as_typed">FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></a>
3404 <li><a href="h_config_news_uses_recent">FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></a>
3405 <li><a href="h_config_news_cross_deletes">FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></a>
3406 <li><a href="h_config_news_catchup">FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></a>
3407 <li><a href="h_config_post_wo_validation">FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></a>
3408 <li><a href="h_config_read_in_newsrc_order">FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></a>
3409 <li><a href="h_config_nntp_search_uses_overview">FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></a>
3410 <li><a href="h_config_thread_sorts_by_arrival">FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></a>
3411 <li><a href="h_config_expunge_inbox">FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></a>
3412 <li><a href="h_config_expunge_stayopens">FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></a>
3413 <li><a href="h_config_pass_c1_control">FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></a>
3414 <li><a href="h_config_pass_control">FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></a>
3415 <li><a href="h_config_predict_nntp_server">FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></a>
3416 <li><a href="h_config_prefer_plain_text">FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></a>
3417 <li><a href="h_config_preopen_stayopens">FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></a>
3418 <li><a href="h_config_preserve_start_stop">FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></a>
3419 <li><a href="h_config_quell_folder_internal_msg">FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></a>
3420 <li><a href="h_config_quell_checks_comp">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></a>
3421 <li><a href="h_config_quell_checks_comp_inbox">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></a>
3422 <li><a href="h_config_quell_partial">FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></a>
3423 <li><a href="h_config_quell_local_lookup">FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></a>
3424 <li><a href="h_config_ff_between_msgs">FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></a>
3425 <li><a href="h_config_print_from">FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></a>
3426 <li><a href="h_config_print_index">FEATURE: <!--#echo var="FEAT_print-index-enabled"--></a>
3427 <li><a href="h_config_custom_print">FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></a>
3428 <li><a href="h_config_prune_uses_iso">FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></a>
3429 <li><a href="h_config_quell_personal_name_prompt">FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></a>
3430 <li><a href="h_config_quell_ssl_largeblocks">FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></a>
3431 <li><a href="h_config_quell_user_id_prompt">FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></a>
3432 <li><a href="h_config_quit_wo_confirm">FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></a>
3433 <li><a href="h_config_quote_replace_noflow">FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></a>
3434 <li><a href="h_config_next_thrd_wo_confirm">FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></a>
3435 <li><a href="h_config_auto_reply_to">FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></a>
3436 <li><a href="h_config_inbox_no_confirm">FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></a>
3437 <li><a href="h_config_save_aggregates">FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></a>
3438 <li><a href="h_config_save_part_wo_confirm">FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></a>
3439 <li><a href="h_config_save_advances">FEATURE: <!--#echo var="FEAT_save-will-advance"--></a>
3440 <li><a href="h_config_save_wont_delete">FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></a>
3441 <li><a href="h_config_quote_all_froms">FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></a>
3442 <li><a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
3443 <li><a href="h_config_select_wo_confirm">FEATURE: <!--#echo var="FEAT_select-without-confirm"--></a>
3444 <li><a href="h_config_auto_fcc_only">FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></a>
3445 <li><a href="h_config_send_wo_confirm">FEATURE: <!--#echo var="FEAT_send-without-confirm"--></a>
3446 <li><a href="h_config_separate_fold_dir_view">FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></a>
3447 <li><a href="h_config_show_cursor">FEATURE: <!--#echo var="FEAT_show-cursor"--></a>
3448 <li><a href="h_config_textplain_int">FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></a>
3449 <li><a href="h_config_select_in_bold">FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></a>
3450 <li><a href="h_config_show_sort">FEATURE: <!--#echo var="FEAT_show-sort"--></a>
3451 <li><a href="h_config_single_list">FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></a>
3452 <li><a href="h_config_sig_at_bottom">FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></a>
3453 <li><a href="h_config_slash_coll_entire">FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></a>
3454 <li><a href="h_config_sort_fcc_alpha">FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></a>
3455 <li><a href="h_config_sort_save_alpha">FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></a>
3456 <li><a href="h_config_always_spell_check">FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></a>
3457 <li><a href="h_config_winpos_in_config">FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></a>
3458 <li><a href="h_config_strip_sigdashes">FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>
3459 <li><a href="h_config_strip_ws_before_send">FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></a>
3460 <li><a href="h_config_quells_asterisks">FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></a>
3461 <li><a href="h_config_quell_attach_ext_warn">FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></a>
3462 <li><a href="h_config_quell_attach_extra_prompt">FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></a>
3463 <li><a href="h_config_no_bezerk_zone">FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></a>
3464 <li><a href="h_config_quell_charset_warning">FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></a>
3465 <li><a href="h_config_quell_content_id">FEATURE: <!--#echo var="FEAT_quell-content-id"--></a>
3466 <li><a href="h_config_quell_post_prompt">FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></a>
3467 <li><a href="h_config_quell_filtering_done_message">FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></a>
3468 <li><a href="h_config_quell_filtering_messages">FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></a>
3469 <li><a href="h_config_quell_full_hdr_reset">FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></a>
3470 <li><a href="h_config_quell_imap_env">FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></a>
3471 <li><a href="h_config_quell_lock_failure_warnings">FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></a>
3472 <li><a href="h_config_quell_domain_warn">FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></a>
3473 <li><a href="h_config_quell_news_env">FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></a>
3474 <li><a href="h_config_quell_host_after_url">FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></a>
3475 <li><a href="h_config_quell_beeps">FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></a>
3476 <li><a href="h_config_quell_tz_comment">FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></a>
3477 <li><a href="h_config_suppress_user_agent">FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></a>
3478 <li><a href="h_config_tab_checks_recent">FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></a>
3479 <li><a href="h_config_tab_uses_unseen">FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></a>
3480 <li><a href="h_config_tab_new_only">FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></a>
3481 <li><a href="h_config_termcap_wins">FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></a>
3482 <li><a href="h_config_color_thrd_import">FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></a>
3483 <li><a href="h_config_alt_auth">FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></a>
3484 <li><a href="h_config_unsel_wont_advance">FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></a>
3485 <li><a href="h_config_use_current_dir">FEATURE: <!--#echo var="FEAT_use-current-dir"--></a>
3486 <li><a href="h_config_use_fk">FEATURE: <!--#echo var="FEAT_use-function-keys"--></a>
3487 <li><a href="h_config_use_reg_start_for_stayopen">FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></a>
3488 <li><a href="h_config_use_resentto">FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></a>
3489 <li><a href="h_config_use_sender_not_x">FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></a>
3490 <li><a href="h_config_suspend_spawns">FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></a>
3491 <li><a href="h_config_use_system_translation">FEATURE: Use System Translation</a>
3492 <li><a href="h_config_vertical_list">FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></a>
3493 <li><a href="h_config_warn_if_fcc_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></a>
3494 <li><a href="h_config_warn_if_subj_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></a>
3495 <li><a href="h_config_warn_if_no_to_or_cc">FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></a>
3496 <li><a href="h_mainhelp_filtering">Filtering</a>
3497 <li><a href="h_finding_help">Finding more information and requesting help</a>
3498 <li><a href="h_common_flag">Flag Command</a>
3499 <li><a href="h_config_quell_flowed_text">Flowed Text</a>
3500 <li><a href="h_mainhelp_folders">Folders</a>
3501 <li><a href="h_what_are_collections">Folder Collections Explained</a>
3502 <li><a href="h_common_folders">Folder List Command</a>
3503 <li><a href="h_folder_fcc">Folder Select for Fcc Explained</a>
3504 <li><a href="h_folder_save">Folder Select for Save Explained</a>
3505 <li><a href="h_folder_server_syntax">Folder Server Name Syntax</a>
3506 <li><a href="h_config_change_your_from">From Address, Changing</a>
3507 <li><a href="main_menu_tx">GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</a>
3508 <li><a href="h_pine_for_windows">GETTING HELP IN ALPINE</a>
3509 <li><a href="h_common_goto">Goto Command</a>
3510 <li><a href="h_common_hdrmode">HdrMode Command</a>
3511 <li><a href="h_mainhelp_pinehelp">Help</a>
3512 <li><a href="h_special_help_nav">Help Text Navigation Explained</a>
3513 <li><a href="h_folder_maint">Help for Folder List</a>
3514 <li><a href="h_valid_folder_names">IMAP</a>
3515 <li><a href="h_ge_import">Import File Selection</a>
3516 <li><a href="h_mainhelp_index">Index of Messages</a>
3517 <li><a href="h_composer_ins_m">INSERT MESSAGE</a>
3518 <li><a href="h_composer_ins">INSERT TEXT FILE</a>
3519 <li><a href="h_address_format">INTERNET EMAIL ADDRESS FORMAT</a>
3520 <li><a href="h_info_on_mbox">Information on mbox driver</a>
3521 <li><a href="h_mainhelp_intro">Introduction</a>
3522 <li><a href="h_main_journal">Journal Command</a>
3523 <li><a href="h_common_jump">Jump Command</a>
3524 <li><a href="h_compose_justify">Justify Command</a>
3525 <li><a href="h_main_kblock">Keyboard Lock Command</a>
3526 <li><a href="h_mainhelp_keywords">Keywords (or Flags, or Labels)</a>
3527 <li><a href="h_mainhelp_ldap">LDAP</a>
3528 <li><a href="h_config_ldap_opts_tls">LDAP FEATURE: Attempt-TLS-On-Connection</a>
3529 <li><a href="h_config_ldap_opts_nosub">LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</a>
3530 <li><a href="h_config_ldap_opts_rhs">LDAP FEATURE: Lookup-Addrbook-Contents</a>
3531 <li><a href="h_config_ldap_opts_tlsmust">LDAP FEATURE: Require-TLS-On-Connection</a>
3532 <li><a href="h_config_ldap_opts_ref">LDAP FEATURE: Save-Search-Criteria-Not-Result</a>
3533 <li><a href="h_config_ldap_opts_impl">LDAP FEATURE: Use-Implicitly-From-Composer</a>
3534 <li><a href="h_config_ldap_binddn">LDAP OPTION: Bind-DN</a>
3535 <li><a href="h_config_ldap_cust">LDAP OPTION: Custom-Search-Filter</a>
3536 <li><a href="h_config_ldap_email_attr">LDAP OPTION: EmailAttribute</a>
3537 <li><a href="h_config_ldap_gn_attr">LDAP OPTION: GivennameAttribute</a>
3538 <li><a href="h_config_ldap_server">LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></a>
3539 <li><a href="h_config_ldap_cn_attr">LDAP OPTION: NameAttribute</a>
3540 <li><a href="h_config_ldap_nick">LDAP OPTION: Nickname</a>
3541 <li><a href="h_config_ldap_port">LDAP OPTION: Port</a>
3542 <li><a href="h_config_ldap_base">LDAP OPTION: Search-Base</a>
3543 <li><a href="h_config_ldap_searchrules">LDAP OPTION: Search-Rule</a>
3544 <li><a href="h_config_ldap_searchtypes">LDAP OPTION: Search-Type</a>
3545 <li><a href="h_config_ldap_size">LDAP OPTION: Sizelimit</a>
3546 <li><a href="h_config_ldap_sn_attr">LDAP OPTION: SurnameAttribute</a>
3547 <li><a href="h_config_ldap_time">LDAP OPTION: Timelimit</a>
3548 <li><a href="h_ldap_view">LDAP Response View Explained</a>
3549 <li><a href="h_maildrop">Mail Drop: What is it?</a>
3550 <li><a href="h_mainhelp_mainmenu">MAIN MENU</a>
3551 <li><a href="h_mail_index">MESSAGE INDEX COMMANDS</a>
3552 <li><a href="h_mail_view">MESSAGE TEXT SCREEN</a>
3553 <li><a href="h_compose_markcutpaste">Mark, Cut and Paste Commands</a>
3554 <li><a href="h_common_index">Message Index Command</a>
3555 <li><a href="h_mainhelp_mouse">Mouse</a>
3556 <li><a href="h_mainhelp_aggops">Multiple Message Operations</a>
3557 <li><a href="new_user_greeting">NEW USER GREETING</a>
3558 <li><a href="new_version_greeting">NEW VERSION GREETING</a>
3559 <li><a href="h_mainhelp_readingnews">News Reading</a>
3560 <li><a href="h_folder_subscribe">Newsgroup Subcribe Screen explained</a>
3561 <li><a href="h_folder_postnews">Newsgroup selecting for Posting explained</a>
3562 <li><a href="h_common_nextnew">NextNew Command</a>
3563 <li><a href="h_abook_select_nick">Nickname Selection Explained</a>
3564 <li><a href="h_mainhelp_readingnews">NNTP</a>
3565 <li><a href="h_config_address_book">OPTION: <!--#echo var="VAR_address-book"--></a>
3566 <li><a href="h_config_abook_formats">OPTION: <!--#echo var="VAR_addressbook-formats"--></a>
3567 <li><a href="h_config_ab_sort_rule">OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></a>
3568 <li><a href="h_config_alt_addresses">OPTION: <!--#echo var="VAR_alt-addresses"--></a>
3569 <li><a href="h_config_active_msg_interval">OPTION: <!--#echo var="VAR_busy-cue-rate"--></a>
3570 <li><a href="h_config_color_style">OPTION: Color Style</a>
3571 <li><a href="h_config_wordseps">OPTION: <!--#echo var="VAR_composer-word-separators"--></a>
3572 <li><a href="h_config_composer_wrap_column">OPTION: <!--#echo var="VAR_composer-wrap-column"--></a>
3573 <li><a href="h_config_index_color_style">OPTION: <!--#echo var="VAR_current-indexline-style"--></a>
3574 <li><a href="h_config_cursor_style">OPTION: Cursor Style</a>
3575 <li><a href="h_config_custom_hdrs">OPTION: <!--#echo var="VAR_customized-hdrs"--></a>
3576 <li><a href="h_config_deadlets">OPTION: <!--#echo var="VAR_dead-letter-files"--></a>
3577 <li><a href="h_config_comp_hdrs">OPTION: <!--#echo var="VAR_default-composer-hdrs"--></a>
3578 <li><a href="h_config_default_fcc">OPTION: <!--#echo var="VAR_default-fcc"--></a>
3579 <li><a href="h_config_def_save_folder">OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></a>
3580 <li><a href="h_config_disable_auths">OPTION: <!--#echo var="VAR_disable-these-authenticators"--></a>
3581 <li><a href="h_config_disable_drivers">OPTION: <!--#echo var="VAR_disable-these-drivers"--></a>
3582 <li><a href="h_config_char_set">OPTION: Display Character Set</a>
3583 <li><a href="h_config_display_filters">OPTION: <!--#echo var="VAR_display-filters"--></a>
3584 <li><a href="h_config_download_cmd">OPTION: <!--#echo var="VAR_download-command"--></a>
3585 <li><a href="h_config_download_prefix">OPTION: <!--#echo var="VAR_download-command-prefix"--></a>
3586 <li><a href="h_config_editor">OPTION: <!--#echo var="VAR_editor"--></a>
3587 <li><a href="h_config_empty_hdr_msg">OPTION: <!--#echo var="VAR_empty-header-message"--></a>
3588 <li><a href="h_config_fcc_rule">OPTION: <!--#echo var="VAR_fcc-name-rule"--></a>
3589 <li><a href="h_config_file_dir">OPTION: File Directory</a>
3590 <li><a href="h_config_folder_spec">OPTION: <!--#echo var="VAR_folder-collections"--></a>
3591 <li><a href="h_config_reopen_rule">OPTION: <!--#echo var="VAR_folder-reopen-rule"--></a>
3592 <li><a href="h_config_fld_sort_rule">OPTION: <!--#echo var="VAR_folder-sort-rule"--></a>
3593 <li><a href="h_config_font_char_set">OPTION: Font Character Set</a>
3594 <li><a href="h_config_font_name">OPTION: Font Name</a>
3595 <li><a href="h_config_font_size">OPTION: Font Size</a>
3596 <li><a href="h_config_font_style">OPTION: Font Style</a>
3597 <li><a href="h_config_form_folder">OPTION: <!--#echo var="VAR_form-letter-folder"--></a>
3598 <li><a href="h_config_glob_addrbook">OPTION: <!--#echo var="VAR_global-address-book"--></a>
3599 <li><a href="h_config_goto_default">OPTION: <!--#echo var="VAR_goto-default-rule"--></a>
3600 <li><a href="h_config_header_general_color">OPTION: Header General Color</a>
3601 <li><a href="h_config_image_viewer">OPTION: <!--#echo var="VAR_image-viewer"--></a>
3602 <li><a href="h_config_inbox_path">OPTION: <!--#echo var="VAR_inbox-path"--></a>
3603 <li><a href="h_config_archived_folders">OPTION: <!--#echo var="VAR_incoming-archive-folders"--></a>
3604 <li><a href="h_config_psleep">OPTION: <!--#echo var="VAR_mailcap-check-interval"--></a>
3605 <li><a href="h_config_incoming_interv">OPTION: <!--#echo var="VAR_incoming-check-interval"--></a>
3606 <li><a href="h_config_incoming_second_interv">OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></a>
3607 <li><a href="h_config_incoming_list">OPTION: <!--#echo var="VAR_incoming-check-list"--></a>
3608 <li><a href="h_config_incoming_timeo">OPTION: <!--#echo var="VAR_incoming-check-timeout"--></a>
3609 <li><a href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
3610 <li><a href="h_config_inc_startup">OPTION: <!--#echo var="VAR_incoming-startup-rule"--></a>
3611 <li><a href="h_config_incunseen_color">OPTION: Incoming Unseen Color</a>
3612 <li><a href="h_config_index_arrow_color">OPTION: Index Arrow Color</a>
3613 <li><a href="h_config_index_color">OPTION: Index Colors</a>
3614 <li><a href="h_config_index_format">OPTION: <!--#echo var="VAR_index-format"--></a>
3615 <li><a href="h_config_index_from_color">OPTION: Index From Color</a>
3616 <li><a href="h_config_index_opening_color">OPTION: Index Opening Color</a>
3617 <li><a href="h_config_index_pri_color">OPTION: Index Priority Symbol Colors</a>
3618 <li><a href="h_config_index_subject_color">OPTION: Index Subject Color</a>
3619 <li><a href="h_config_init_cmd_list">OPTION: <!--#echo var="VAR_initial-keystroke-list"--></a>
3620 <li><a href="h_config_key_char_set">OPTION: Keyboard Character Set</a>
3621 <li><a href="h_config_keylabel_color">OPTION: KeyLabel Color</a>
3622 <li><a href="h_config_keyname_color">OPTION: KeyName Color</a>
3623 <li><a href="h_config_keywords">OPTION: <!--#echo var="VAR_keywords"--></a>
3624 <li><a href="h_config_kw_color">OPTION: Keyword Colors</a>
3625 <li><a href="h_config_kw_braces">OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></a>
3626 <li><a href="h_config_prune_date">OPTION: <!--#echo var="VAR_last-time-prune-questioned"--></a>
3627 <li><a href="h_config_last_vers">OPTION: <!--#echo var="VAR_last-version-used"--></a>
3628 <li><a href="h_config_literal_sig">OPTION: <!--#echo var="VAR_literal-signature"--></a>
3629 <li><a href="h_config_mailcheck">OPTION: <!--#echo var="VAR_mail-check-interval"--></a>
3630 <li><a href="h_config_mailchecknoncurr">OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></a>
3631 <li><a href="h_config_mailcap_path">OPTION: <!--#echo var="VAR_mailcap-search-path"--></a>
3632 <li><a href="h_config_maildropcheck">OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></a>
3633 <li><a href="h_config_maxremstream">OPTION: <!--#echo var="VAR_max-remote-connections"--></a>
3634 <li><a href="h_config_metamsg_color">OPTION: Meta-Message Color</a>
3635 <li><a href="h_config_mimetype_path">OPTION: <!--#echo var="VAR_mimetype-search-path"--></a>
3636 <li><a href="h_config_new_ver_quell">OPTION: <!--#echo var="VAR_new-version-threshold"--></a>
3637 <li><a href="h_config_fifopath">OPTION: NewMail FIFO Path</a>
3638 <li><a href="h_config_newmailwidth">OPTION: <!--#echo var="VAR_newmail-window-width"--></a>
3639 <li><a href="h_config_news_active">OPTION: <!--#echo var="VAR_news-active-file-path"--></a>
3640 <li><a href="h_config_news_spec">OPTION: <!--#echo var="VAR_news-collections"--></a>
3641 <li><a href="h_config_news_spool">OPTION: <!--#echo var="VAR_news-spool-directory"--></a>
3642 <li><a href="h_config_newsrc_path">OPTION: <!--#echo var="VAR_newsrc-path"--></a>
3643 <li><a href="h_config_nntprange">OPTION: <!--#echo var="VAR_nntp-range"--></a>
3644 <li><a href="h_config_nntp_server">OPTION: <!--#echo var="VAR_nntp-server"--></HEAD></a>
3645 <li><a href="h_config_normal_color">OPTION: Normal Color</a>
3646 <li><a href="h_config_opening_sep">OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></a>
3647 <li><a href="h_config_oper_dir">OPTION: <!--#echo var="VAR_operating-dir"--></a>
3648 <li><a href="h_config_pat_old">OPTION: Patterns</a>
3649 <li><a href="h_config_pat_filts">OPTION: <!--#echo var="VAR_patterns-filters2"--></a>
3650 <li><a href="h_config_pat_other">OPTION: <!--#echo var="VAR_patterns-other"--></a>
3651 <li><a href="h_config_pat_roles">OPTION: <!--#echo var="VAR_patterns-roles"--></a>
3652 <li><a href="h_config_pat_scores">OPTION: <!--#echo var="VAR_patterns-scores2"--></a>
3653 <li><a href="h_config_pers_name">OPTION: <!--#echo var="VAR_personal-name"--></a>
3654 <li><a href="h_config_print_cat">OPTION: <!--#echo var="VAR_personal-print-category"--></a>
3655 <li><a href="h_config_print_command">OPTION: <!--#echo var="VAR_personal-print-command"--></a>
3656 <li><a href="h_config_post_char_set">OPTION: <!--#echo var="VAR_posting-character-set"--></a>
3657 <li><a href="h_config_postponed_folder">OPTION: <!--#echo var="VAR_postponed-folder"--></a>
3658 <li><a href="h_config_print_font_char_set">OPTION: Print-Font-Char-Set</a>
3659 <li><a href="h_config_print_font_name">OPTION: Print-Font-Name</a>
3660 <li><a href="h_config_print_font_size">OPTION: Print-Font-Size</a>
3661 <li><a href="h_config_print_font_style">OPTION: Print-Font-Style</a>
3662 <li><a href="h_config_printer">OPTION: Printer</a>
3663 <li><a href="h_config_prompt_color">OPTION: Prompt Color</a>
3664 <li><a href="h_config_pruned_folders">OPTION: <!--#echo var="VAR_pruned-folders"--></a>
3665 <li><a href="h_config_pruning_rule">OPTION: <!--#echo var="VAR_pruning-rule"--></a>
3666 <li><a href="h_config_quote_color">OPTION: Quote Colors</a>
3667 <li><a href="h_config_quote_replace_string">OPTION: <!--#echo var="VAR_quote-replace-string"--></a>
3668 <li><a href="h_config_quote_suppression">OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></a>
3669 <li><a href="h_config_read_message_folder">OPTION: <!--#echo var="VAR_read-message-folder"--></a>
3670 <li><a href="h_config_remote_abook_history">OPTION: <!--#echo var="VAR_remote-abook-history"--></a>
3671 <li><a href="h_config_abook_metafile">OPTION: <!--#echo var="VAR_remote-abook-metafile"--></a>
3672 <li><a href="h_config_remote_abook_validity">OPTION: <!--#echo var="VAR_remote-abook-validity"--></a>
3673 <li><a href="h_config_reply_indent_string">OPTION: <!--#echo var="VAR_reply-indent-string"--></a>
3674 <li><a href="h_config_reply_intro">OPTION: <!--#echo var="VAR_reply-leadin"--></a>
3675 <li><a href="h_config_reverse_color">OPTION: Reverse Color</a>
3676 <li><a href="h_config_rshcmd">OPTION: <!--#echo var="VAR_rsh-command"--></a>
3677 <li><a href="h_config_rsh_open_timeo">OPTION: <!--#echo var="VAR_rsh-open-timeout"--></a>
3678 <li><a href="h_config_rshpath">OPTION: <!--#echo var="VAR_rsh-path"--></a>
3679 <li><a href="h_config_saved_msg_name_rule">OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></a>
3680 <li><a href="h_config_scroll_margin">OPTION: <!--#echo var="VAR_scroll-margin"--></a>
3681 <li><a href="h_config_slctbl_color">OPTION: Selectable Item Color</a>
3682 <li><a href="h_config_sending_filter">OPTION: <!--#echo var="VAR_sending-filters"--></a>
3683 <li><a href="h_config_sendmail_path">OPTION: <!--#echo var="VAR_sendmail-path"--></a>
3684 <li><a href="h_config_signature_color">OPTION: Signature Color</a>
3685 <li><a href="h_config_signature_file">OPTION: <!--#echo var="VAR_signature-file"--></a>
3686 <li><a href="h_config_smtp_server">OPTION: <!--#echo var="VAR_smtp-server"--></a>
3687 <li><a href="h_config_sort_key">OPTION: <!--#echo var="VAR_sort-key"--></a>
3688 <li><a href="h_config_speller">OPTION: <!--#echo var="VAR_speller"--></a>
3689 <li><a href="h_config_sshcmd">OPTION: <!--#echo var="VAR_ssh-command"--></a>
3690 <li><a href="h_config_ssh_open_timeo">OPTION: <!--#echo var="VAR_ssh-open-timeout"--></a>
3691 <li><a href="h_config_sshpath">OPTION: <!--#echo var="VAR_ssh-path"--></a>
3692 <li><a href="h_config_status_color">OPTION: Status Color</a>
3693 <li><a href="h_config_status_msg_delay">OPTION: <!--#echo var="VAR_status-message-delay"--></a>
3694 <li><a href="h_config_permlocked">OPTION: <!--#echo var="VAR_stay-open-folders"--></a>
3695 <li><a href="h_config_tcp_open_timeo">OPTION: <!--#echo var="VAR_tcp-open-timeout"--></a>
3696 <li><a href="h_config_tcp_query_timeo">OPTION: <!--#echo var="VAR_tcp-query-timeout"--></a>
3697 <li><a href="h_config_tcp_readwarn_timeo">OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></a>
3698 <li><a href="h_config_tcp_writewarn_timeo">OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></a>
3699 <li><a href="h_config_thread_disp_style">OPTION: <!--#echo var="VAR_threading-display-style"--></a>
3700 <li><a href="h_config_thread_exp_char">OPTION: <!--#echo var="VAR_threading-expanded-character"--></a>
3701 <li><a href="h_config_thread_index_style">OPTION: <!--#echo var="VAR_threading-index-style"--></a>
3702 <li><a href="h_config_thread_indicator_char">OPTION: <!--#echo var="VAR_threading-indicator-character"--></a>
3703 <li><a href="h_config_thread_lastreply_char">OPTION: <!--#echo var="VAR_threading-lastreply-character"--></a>
3704 <li><a href="h_config_title_color">OPTION: Title Color</a>
3705 <li><a href="h_config_titleclosed_color">OPTION: Title Closed Color</a>
3706 <li><a href="h_config_titlebar_color_style">OPTION: <!--#echo var="VAR_titlebar-color-style"--></a>
3707 <li><a href="h_config_unk_char_set">OPTION: <!--#echo var="VAR_unknown-character-set"--></a>
3708 <li><a href="h_config_upload_cmd">OPTION: <!--#echo var="VAR_upload-command"--></a>
3709 <li><a href="h_config_upload_prefix">OPTION: <!--#echo var="VAR_upload-command-prefix"--></a>
3710 <li><a href="h_config_browser">OPTION: <!--#echo var="VAR_url-viewers"--></a>
3711 <li><a href="h_config_domain_name">OPTION: <!--#echo var="VAR_use-only-domain-name"--></a>
3712 <li><a href="h_config_user_dom">OPTION: <!--#echo var="VAR_user-domain"--></a>
3713 <li><a href="h_config_user_id">OPTION: <!--#echo var="VAR_user-id"--></a>
3714 <li><a href="h_config_user_input_timeo">OPTION: <!--#echo var="VAR_user-input-timeout"--></a>
3715 <li><a href="h_config_viewer_headers">OPTION: <!--#echo var="VAR_viewer-hdrs"--></a>
3716 <li><a href="h_config_customhdr_pattern">OPTION: Viewer Header Color Pattern</a>
3717 <li><a href="h_config_customhdr_color">OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></a>
3718 <li><a href="h_config_viewer_margin_left">OPTION: <!--#echo var="VAR_viewer-margin-left"--></a>
3719 <li><a href="h_config_viewer_margin_right">OPTION: <!--#echo var="VAR_viewer-margin-right"--></a>
3720 <li><a href="h_config_viewer_overlap">OPTION: <!--#echo var="VAR_viewer-overlap"--></a>
3721 <li><a href="h_config_window_position">OPTION: Window-Position</a>
3722 <li><a href="h_mainhelp_patterns">Patterns</a>
3723 <li><a href="h_config_role_abookfrom">PATTERNS: Address in Address Book</a>
3724 <li><a href="h_config_role_age">PATTERNS: Age Interval</a>
3725 <li><a href="h_config_role_alltextpat">PATTERNS: AllText Pattern</a>
3726 <li><a href="h_config_role_bom">PATTERNS: Beginning of Month</a>
3727 <li><a href="h_config_role_boy">PATTERNS: Beginning of Year</a>
3728 <li><a href="h_config_role_bodytextpat">PATTERNS: BodyText Pattern</a>
3729 <li><a href="h_config_role_cat_cmd">PATTERNS: Categorizer Command</a>
3730 <li><a href="h_config_role_cat_cmd_example">PATTERNS: Categorizer Command Example</a>
3731 <li><a href="h_config_role_ccpat">PATTERNS: Cc Pattern</a>
3732 <li><a href="h_config_role_cat_limit">PATTERNS: Character Limit</a>
3733 <li><a href="h_config_role_charsetpat">PATTERNS: Character Set Pattern</a>
3734 <li><a href="h_config_role_comment">PATTERNS: Comment</a>
3735 <li><a href="h_config_role_fldr_type">PATTERNS: Current Folder Type</a>
3736 <li><a href="h_config_role_cat_status">PATTERNS: Exit Status Interval</a>
3737 <li><a href="h_config_role_arbpat">PATTERNS: Extra Headers Pattern</a>
3738 <li><a href="h_config_role_frompat">PATTERNS: From Pattern</a>
3739 <li><a href="h_config_role_keywordpat">PATTERNS: Keyword Pattern</a>
3740 <li><a href="h_config_role_stat_ans">PATTERNS: Message Answered Status</a>
3741 <li><a href="h_config_role_stat_del">PATTERNS: Message Deleted Status</a>
3742 <li><a href="h_config_role_stat_imp">PATTERNS: Message Important Status</a>
3743 <li><a href="h_config_role_stat_new">PATTERNS: Message New Status</a>
3744 <li><a href="h_config_role_stat_recent">PATTERNS: Message Recent Status</a>
3745 <li><a href="h_config_role_newspat">PATTERNS: News Pattern</a>
3746 <li><a href="h_config_role_nick">PATTERNS: Nickname</a>
3747 <li><a href="h_config_role_particpat">PATTERNS: Participant Pattern</a>
3748 <li><a href="h_config_role_stat_8bitsubj">PATTERNS: Raw 8-bit in Subject</a>
3749 <li><a href="h_config_role_recippat">PATTERNS: Recipient Pattern</a>
3750 <li><a href="h_config_role_scorei">PATTERNS: Score Interval</a>
3751 <li><a href="h_config_role_senderpat">PATTERNS: Sender Pattern</a>
3752 <li><a href="h_config_role_size">PATTERNS: Size Interval</a>
3753 <li><a href="h_config_role_subjpat">PATTERNS: Subject Pattern</a>
3754 <li><a href="h_config_role_topat">PATTERNS: To Pattern</a>
3755 <li><a href="h_config_filt_opts_nonterm">PATTERNS FEATURE: Dont-Stop-Even-if-Rule-Matches</a>
3756 <li><a href="h_config_filt_opts_notdel">PATTERNS FEATURE: Move-Only-if-Not-Deleted</a>
3757 <li><a href="h_config_filt_opts_sentdate">PATTERNS FEATURE: Use-Date-Header-For-Age</a>
3758 <li><a href="h_config_filt_rule_type">PATTERNS FILTER ACTION: Filter Action</a>
3759 <li><a href="h_config_filter_kw_clr">PATTERNS FILTER ACTION: Clear These Keywords</a>
3760 <li><a href="h_config_filt_stat_ans">PATTERNS FILTER ACTION: Set Answered Status</a>
3761 <li><a href="h_config_filt_stat_del">PATTERNS FILTER ACTION: Set Deleted Status</a>
3762 <li><a href="h_config_filt_stat_imp">PATTERNS FILTER ACTION: Set Important Status</a>
3763 <li><a href="h_config_filt_stat_new">PATTERNS FILTER ACTION: Set New Status</a>
3764 <li><a href="h_config_filter_kw_set">PATTERNS FILTER ACTION: Set These Keywords</a>
3765 <li><a href="h_config_incol">PATTERNS INDEXCOLOR ACTION: Index Line Color</a>
3766 <li><a href="h_config_set_index_format">PATTERNS OTHER ACTION: Set Index Format</a>
3767 <li><a href="h_config_perfolder_sort">PATTERNS OTHER ACTION: Set Sort Order</a>
3768 <li><a href="h_config_other_startup">PATTERNS OTHER ACTION: Set Startup Rule</a>
3769 <li><a href="h_config_role_inick">PATTERNS ROLE ACTION: Initialize Values From Role</a>
3770 <li><a href="h_config_role_setfcc">PATTERNS ROLE ACTION: Set Fcc</a>
3771 <li><a href="h_config_role_setfrom">PATTERNS ROLE ACTION: Set From</a>
3772 <li><a href="h_config_role_setlitsig">PATTERNS ROLE ACTION: Set Literal Signature</a>
3773 <li><a href="h_config_role_setotherhdr">PATTERNS ROLE ACTION: Set Other Headers</a>
3774 <li><a href="h_config_role_setreplyto">PATTERNS ROLE ACTION: Set Reply-To</a>
3775 <li><a href="h_config_role_setsig">PATTERNS ROLE ACTION: Set Signature</a>
3776 <li><a href="h_config_role_settempl">PATTERNS ROLE ACTION: Set Template</a>
3777 <li><a href="h_config_role_usenntp">PATTERNS ROLE ACTION: Use NNTP Server</a>
3778 <li><a href="h_config_role_usesmtp">PATTERNS ROLE ACTION: Use SMTP Server</a>
3779 <li><a href="h_config_role_scoreval">PATTERNS SCORE ACTION: Score Value</a>
3780 <li><a href="h_config_role_scorehdrtok">PATTERNS SCORE ACTION: Score Value From Header</a>
3781 <li><a href="h_config_role_composeuse">PATTERNS USE: Compose Use</a>
3782 <li><a href="h_config_role_forwarduse">PATTERNS USE: Forward Use</a>
3783 <li><a href="h_config_role_replyuse">PATTERNS USE: Reply Use</a>
3784 <li><a href="h_pipe_command">Pipe Command SubOptions</a>
3785 <li><a href="h_common_pipe">Pipe Command</a>
3786 <li><a href="h_valid_folder_names">POP</a>
3787 <li><a href="h_common_postpone">Postpone Command</a>
3788 <li><a href="h_common_print">Print Command</a>
3789 <li><a href="h_mainhelp_readingnews">Reading News</a>
3790 <li><a href="h_news">RELEASE NOTES for Alpine</a>
3791 <li><a href="h_mainhelp_roles">Roles</a>
3792 <li><a href="h_role_select">ROLES SCREEN</a>
3793 <li><a href="h_compose_readfile">Read File Command</a>
3794 <li><a href="h_mainhelp_reading">Reading Messages</a>
3795 <li><a href="h_main_release_notes">Release Notes Command</a>
3796 <li><a href="h_common_reply">Reply and Forward Commands</a>
3797 <li><a href="h_compose_richhdr">Rich Header Command</a>
3798 <li><a href="h_common_role">Role Command</a>
3799 <li><a href="h_mainhelp_smime">S/MIME</a>
3800 <li><a href="h_index_cmd_select">Searching for Messages</a>
3801 <li><a href="h_address_display">SEARCH RESULTS INDEX</a>
3802 <li><a href="h_address_select">SEARCH RESULTS INDEX</a>
3803 <li><a href="h_simple_index">SELECT POSTPONED MESSAGE</a>
3804 <li><a href="h_abook_config">SETUP ADDRESS BOOKS SCREEN</a>
3805 <li><a href="h_collection_maint">SETUP COLLECTION LIST screen</a>
3806 <li><a href="h_color_setup">SETUP COLOR COMMANDS</a>
3807 <li><a href="h_direct_config">SETUP LDAP DIRECTORY SERVERS SCREEN</a>
3808 <li><a href="h_rules_roles">SETUP ROLES SCREEN</a>
3809 <li><a href="h_rules_incols">SETUP INDEX COLORS SCREEN</a>
3810 <li><a href="h_rules_filter">SETUP FILTERING SCREEN</a>
3811 <li><a href="h_rules_score">SETUP SCORING SCREEN</a>
3812 <li><a href="h_common_save">Save and Export Commands</a>
3813 <li><a href="h_mainhelp_securing">Securing Your Alpine Session</a>
3814 <li><a href="h_index_cmd_select">Selecting: Select and WhereIs/Select</a>
3815 <li><a href="h_compose_send">Send Command</a>
3816 <li><a href="h_folder_server_syntax">Server Name Syntax</a>
3817 <li><a href="h_main_setup">Setup Command</a>
3818 <li><a href="X-Alpine-Config:">Show Supported Options in this Alpine</a>
3819 <li><a href="h_composer_sigedit">Signature Editor Commands Explained</a>
3820 <li><a href="h_simple_text_view">Simple Text View Screen Explained</a>
3821 <li><a href="h_mainhelp_smime">S/MIME</a>
3822 <li><a href="h_config_smime_dont_do_smime">S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></a>
3823 <li><a href="h_config_smime_encrypt_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></a>
3824 <li><a href="h_config_smime_remember_passphrase">S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></a>
3825 <li><a href="h_config_smime_sign_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></a>
3826 <li><a href="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></a>
3827 <li><a href="h_config_smime_cacertcon">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></a>
3828 <li><a href="h_config_smime_cacertdir">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></a>
3829 <li><a href="h_config_smime_privkeycon">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-container"--></a>
3830 <li><a href="h_config_smime_privkeydir">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-directory"--></a>
3831 <li><a href="h_config_smime_pubcertcon">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-container"--></a>
3832 <li><a href="h_config_smime_pubcertdir">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></a>
3833 <li><a href="h_config_smime_transfer_cacert_to_con">S/MIME: Transfer CA Certs to Container</a>
3834 <li><a href="h_config_smime_transfer_cacert_to_dir">S/MIME: Transfer CA Certs to Directory</a>
3835 <li><a href="h_config_smime_transfer_priv_to_con">S/MIME: Transfer Private Keys to Container</a>
3836 <li><a href="h_config_smime_transfer_priv_to_dir">S/MIME: Transfer Private Keys to Directory</a>
3837 <li><a href="h_config_smime_transfer_pub_to_con">S/MIME: Transfer Public Certs to Container</a>
3838 <li><a href="h_config_smime_transfer_pub_to_dir">S/MIME: Transfer Public Certs to Directory</a>
3839 <li><a href="h_config_smime_public_certificates">S/MIME: Manage Public Certificates</a>
3840 <li><a href="h_config_smime_private_keys">S/MIME: Manage Private Keys</a>
3841 <li><a href="h_config_smime_certificate_authorities">S/MIME: Manage Certificate Authorities</a>
3842 <li><a href="h_index_cmd_sort">Sort Command</a>
3843 <li><a href="h_compose_spell">Spell Check Command</a>
3844 <li><a href="h_common_suspend">Suspend Command</a>
3845 <li><a href="h_compose_addrcomplete">THE MESSAGE COMPOSER'S ADDRESS COMPLETION</a>
3846 <li><a href="h_composer_attachment">THE MESSAGE COMPOSER'S ATTCHMNT FIELD</a>
3847 <li><a href="h_composer_bcc">THE MESSAGE COMPOSER'S BCC FIELD</a>
3848 <li><a href="h_composer_cc">THE MESSAGE COMPOSER'S CC FIELD</a>
3849 <li><a href="h_composer_from">THE MESSAGE COMPOSER'S FROM FIELD</a>
3850 <li><a href="h_composer_lcc">THE MESSAGE COMPOSER'S LCC FIELD</a>
3851 <li><a href="h_composer_news">THE MESSAGE COMPOSER'S NEWSGRPS LINE</a>
3852 <li><a href="h_composer_reply_to">THE MESSAGE COMPOSER'S REPLY-TO FIELD</a>
3853 <li><a href="h_composer_to">THE MESSAGE COMPOSER'S TO FIELD</a>
3854 <li><a href="h_abook_opened">THE ALPINE ADDRESS BOOK</a>
3855 <li><a href="h_abook_select_nicks_take">Take Address Nickname Selection Explained</a>
3856 <li><a href="h_takeaddr_screen">Take Address Screen Explained</a>
3857 <li><a href="h_common_take">TakeAddr Command</a>
3858 <li><a href="h_mainhelp_status">Titlebar Line</a>
3859 <li><a href="h_index_tokens">Tokens for Index and Replying</a>
3860 <li><a href="h_config_usenone_color">Use None Color</a>
3861 <li><a href="h_config_usenormal_color">Use Normal Color</a>
3862 <li><a href="h_config_usetransparent_color">Use Transparent Color</a>
3863 <li><a href="h_whatis_vcard">VCARD EXPLAINED</a>
3864 <li><a href="h_view_cmd_hilite">View Hilite and Next item/Previous item</a>
3865 <li><a href="h_view_cmd_viewattch">ViewAttch Command</a>
3866 <li><a href="h_index_cmd_whereis">WhereIs Command</a>
3867 <li><a href="h_view_cmd_whereis">WhereIs Command</a>
3868 <li><a href="h_index_cmd_zoom">ZoomMode Command</a>
3869 <li><a href="h_config_browser_xterm"><!--#echo var="VAR_url-viewers"--> and X windows applications</a>
3870 </UL>
3873 &lt;End of Help Index&gt;
3874 </BODY>
3875 </HTML>
3878 ============== h_config_remote_config =============
3879 <HTML>
3880 <HEAD>
3881 <TITLE>Remote Configuration</TITLE>
3882 </HEAD>
3883 <BODY>
3884 <H1>Remote Configuration</H1>
3886 You may use the command line argument &quot;-p pinerc&quot; to tell
3887 Alpine to use a non-default configuration file.
3888 There are two types of storage for configuration information.
3889 <EM>Local</EM> configuration files are used by default.
3890 These are just regular files on the UNIX system or on the PC.
3891 The file &quot;<CODE>.pinerc</CODE>&quot; is the default for Unix Alpine and the
3892 file &quot;<CODE>PINERC</CODE>&quot; is the default for PC-Alpine.
3893 <EM>Remote</EM> configuration folders are stored on an IMAP server.
3894 The advantage of using a remote configuration is that the same information
3895 may be accessed from multiple platforms.
3896 For example, if you use one computer at work and another at home, the same
3897 configuration could be used from both places.
3898 A configuration change from one place would be seen in both places.
3899 To use a remote configuration you simply give a
3900 <A HREF="h_valid_folder_names">remote folder name</A>
3901 as the argument to the &quot;-p&quot; command line option.
3902 The command line might look something like:
3904 <CENTER><SAMP>pine -p {my.imap.server}remote_pinerc</SAMP></CENTER>
3906 If there are special characters in the command shell you use, you may need to
3907 quote the last argument (to protect the curly braces from the shell).
3908 The command might look like:
3910 <CENTER><SAMP>pine -p &quot;{my.imap.server}remote_pinerc&quot;</SAMP></CENTER>
3912 You should choose a folder name for a folder that does not yet exist.
3913 It will be created containing an empty configuration.
3914 Do not use a folder that you wish to store regular mail messages in.
3916 The Setup/RemoteConfigSetup command will help you convert from a local
3917 configuration to a remote configuration.
3918 It will create a remote configuration for you and copy your current local
3919 configuration to it.
3920 It will also help you convert local address books into remote address books
3921 and local signature files into literal signatures contained in the
3922 remote configuration file.
3924 If the Setup/RemoteConfigSetup command doesn't do what you want, you
3925 may copy a local pinerc file to a remote configuration folder by hand
3926 by using the command line option &quot;-copy_pinerc&quot;.
3928 Another command line option, which is somewhat related to remote
3929 configuration, is the option &quot;-x exceptions_config&quot;.
3930 The configuration settings in the exceptions configuration override
3931 your default settings.
3932 It may be useful to store the default configuration (the -p argument) remotely
3933 and to have the exceptions configuration stored in a local file.
3934 You might put generic configuration information in the remote configuration
3935 and platform-specific configuration on each platform in the exceptions
3936 configuration.
3937 The arguments to the &quot;-p&quot; and &quot;-x&quot; options
3938 can be either remote folders or local files.
3940 There is another command line argument that works only with PC-Alpine and
3941 which may prove useful when using a remote configuration.
3942 The option &quot;-aux local_directory&quot; allows you to tell PC-Alpine where
3943 to store your local auxiliary files.
3944 This only has an effect if your configuration file is remote.
3945 Some examples of auxiliary files are debug files, address book files, and
3946 signature files.
3948 &lt;End of help on this topic&gt;
3949 </BODY>
3950 </HTML>
3951 ============== h_config_exceptions =============
3952 <HTML>
3953 <HEAD>
3954 <TITLE>Generic and Exceptional Configuration</TITLE>
3955 </HEAD>
3956 <BODY>
3957 <H1>Generic and Exceptional Configuration</H1>
3959 If you use Alpine from more than one platform it may be convenient
3960 to split your configuration information into two pieces, a generic piece
3961 and exceptions that apply to a particular platform.
3962 For example, suppose you use Alpine from home and from work.
3963 Most of your configuration settings are probably the
3964 same in both locations, so those settings belong in the generic settings
3965 configuration.
3966 However, you may use a different SMTP server and INBOX
3967 from home than you do from work.
3969 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
3971 <A HREF="h_config_inbox_path">&quot;<!--#echo var="VAR_inbox-path"-->&quot;</A>
3972 options could be
3973 part of your exceptional configuration so that they could be different in the
3974 two places.
3976 The command line option &quot;-x exceptions_config&quot;
3977 may be used to split your configuration into generic and exceptional pieces.
3978 &quot;Exceptions_config&quot; may be either local or remote.
3979 The regular Alpine configuration file will contain the generic data, and
3980 &quot;exceptions_config&quot; will contain the exceptional data.
3982 For Unix Alpine, if you don't have a &quot;-x&quot; command line option,
3983 Alpine will look for the file &quot;<CODE>.pinercex</CODE>&quot;
3984 in the same local directory that the regular config file is located in (usually
3985 the Unix home directory).
3986 If the regular config file is remote (because the command line option
3987 &quot;-p remote_config&quot; was used) then Unix Alpine looks in the Unix home
3988 directory for &quot;<CODE>.pinercex</CODE>&quot;.
3989 If the file does not already exist then no exceptions will be used.
3990 You can force exceptions to be used by using the &quot;-x&quot; option or
3991 by creating an empty &quot;<CODE>.pinercex</CODE>&quot; file.
3993 For PC-Alpine, if you don't have a &quot;-x&quot; command line option,
3994 PC-Alpine will use the value of the
3995 environment variable <CODE>$PINERCEX</CODE>.
3996 If that is not set, PC-Alpine will look for
3997 the local file &quot;<CODE>PINERCEX</CODE>&quot;
3998 in the same local directory that the regular config file is located in.
3999 If the regular config file is remote (because the command line option
4000 &quot;-p remote_config&quot; was used) then PC-Alpine looks in the
4001 local directory specified by the &quot;-aux local_directory&quot; command
4002 line argument, or the directory <CODE>$HOME&#92;PINE</CODE>, or
4003 in the <CODE>&lt;PINE.EXE </CODE>directory<CODE>&gt;</CODE>.
4005 When you have an exception configuration there is a new command
4006 in the Alpine Setup screen, Setup/eXceptions.
4007 It toggles between exceptions and the regular configuration.
4008 This is the usual way to make changes in your exceptional configuration data.
4009 For example, you would type &quot;S&quot; for Setup, &quot;X&quot; for
4010 eXception, then follow that with one of the Setup commands, like &quot;C&quot;
4011 for Config or &quot;K&quot; for Kolor.
4013 For most people, splitting the configuration information into two pieces is
4014 going to be most useful if the generic information is accessed
4015 <A HREF="h_config_remote_config">remotely</A>).
4016 That data will be the same no matter where you access it from and if you
4017 change it that change will show up everywhere.
4018 The exceptional data will most commonly be in a local file, so that the
4019 contents may easily be different on each computing platform used.
4021 If you already have a local configuration file with settings you like
4022 you may find that the command Setup/RemoteConfigSetup is useful
4023 in helping you convert to a remote configuration.
4024 The command line flag &quot;-copy_pinerc&quot;
4025 may also be useful.
4027 &lt;End of help on this topic&gt;
4028 </BODY>
4029 </HTML>
4030 ============== h_config_inheritance =============
4031 <HTML>
4032 <HEAD>
4033 <TITLE>Configuration Inheritance</TITLE>
4034 </HEAD>
4035 <BODY>
4036 <H1>Configuration Inheritance</H1>
4038 Configuration inheritance is a power user feature.
4039 It is confusing and not completely supported by the configuration
4040 user interface.
4041 We start with an explanation of how configuration works in hopes of making
4042 it easier to describe how inheritance works.
4044 Alpine uses a hierarchy of configuration values from different locations.
4045 There are five ways in which each configuration option (configuration
4046 variable) can be set.
4047 In increasing order of precedence they are:
4049 <OL>
4050 <LI> the system-wide configuration file.
4052 <LI> the personal configuration file
4054 <LI> the personal exceptions file
4056 <LI> a command line argument
4058 <LI> the system-wide <EM>fixed</EM> configuration file (Unix Alpine only)
4059 </OL>
4061 The fixed configuration file is normally
4062 <CODE><!--#echo var="PINE_CONF_FIXED_PATH"--></CODE>.
4064 The system-wide configuration file is normally
4065 <CODE><!--#echo var="PINE_CONF_PATH"--></CODE> for Unix Alpine and is normally not
4066 set for PC-Alpine.
4067 For PC-Alpine, if the environment variable <EM>$PINECONF</EM> is set, that
4068 is used for the system-wide configuration.
4069 This location can be set or changed on the command line with the -P flag.
4070 The system-wide configuration file can be either a local file or a
4071 remote configuration folder.
4073 For Unix Alpine, the personal configuration file is normally the file
4074 <CODE>.pinerc</CODE> in the user's home directory.
4075 This can be changed with the -p command line flag.
4076 For PC-Alpine, the personal configuration file is in
4077 <CODE>$PINERC</CODE> or <CODE>&lt;AlpineRC registry value&gt;</CODE> or 
4078 <CODE>$HOME&#92;PINE&#92;PINERC</CODE> or
4079 <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;&#92;PINERC</CODE>.
4080 This can be changed with the -p command line flag.
4081 If -p is used, the configuration data may be in a local file or a remote config
4082 folder.
4084 For Unix Alpine, the personal exceptions configuration file is named
4085 <CODE>.pinercex</CODE> and is in the same directory as the personal
4086 configuration file, if that configuration file is not remote, and is in
4087 the home directory if the personal configuration file is remote.
4088 If the file exists, then exceptions are turned on.
4089 If it doesn't, then you are not using exceptions.
4090 Alternatively, you may change the location of the exceptions configuration
4091 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4092 Like the personal configuration data, exceptions_config may be
4093 either local or remote.
4095 For PC-Alpine, the personal exceptions configuration file is named
4096 <CODE>PINERCEX</CODE> and is in the same directory as the personal
4097 configuration file unless the personal configuration file is remote.
4098 In that case, it is in the local directory specfied by the
4099 &quot;-aux local_directory&quot; command line argument.
4100 (In the case that the personal configuration is remote and there is no
4101 &quot;-aux&quot; command line argument, Alpine searches for
4102 a PINERCEX file in the directory <CODE>$HOME&#92;PINE</CODE> and
4103 the directory <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;</CODE>.)
4104 If the file exists, then exceptions are turned on.
4105 If it doesn't, then you are not using exceptions.
4106 You may change the location of the exceptions configuration
4107 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4108 or with the
4109 environment variable <CODE>$PINERCEX</CODE> (if there is no &quot;-x&quot;
4110 option).
4112 To reiterate, the value of a configuration option is taken from the
4113 last location in the list above in which it is set.
4114 Or, thinking about it slightly differently, a default value for an option
4115 is established in the system-wide configuration file (or internally by Alpine
4116 if there is no value in the system-wide file).
4117 That default remains in effect until and unless it is overridden by a value in a
4118 location further down the list, in which case a new &quot;default&quot;
4119 value is established.
4120 As we continue down the list of locations we either retain the
4121 value at each step or establish a new value.
4122 The value that is still set after going through the whole list of
4123 configuration locations is the one that is used.
4125 So, for example, if an option is set in the system-wide configuration
4126 file and in the personal configuration file, but is not set in the
4127 exceptions, on the command line, or in the fixed file; then the value
4128 from the personal configuration file is the one that is used.
4129 Or, if it is set in the system-wide config, in the personal config, not
4130 in the exceptions, but is set on the command line; then the value
4131 on the command line is used.
4133 Finally we get to inheritance.
4134 For configuration options that are lists, like &quot;<!--#echo var="VAR_smtp-server"-->&quot; or
4135 &quot;<!--#echo var="VAR_incoming-folders"-->&quot;,
4136 the inheritance mechanism makes it possible to <EM>combine</EM>
4137 the values from different locations instead of <EM>replacing</EM> the value.
4138 This is true of all configuration lists other than the &quot;Feature-List&quot;,
4139 for which you may already set whatever you want at
4140 any configuration location (by using the &quot;no-&quot; prefix if
4141 necessary).
4143 To use inheritance, set the first item in a configuration list to the
4144 token &quot;INHERIT&quot;, without the quotes.
4145 If the first item is &quot;INHERIT&quot;,
4146 then instead of replacing the default value established so far, the rest of
4147 the list is appended to the default value established so far and that is
4148 the new value.
4150 Here is an example which may make it clearer. Suppose we have:
4152 <PRE>
4153  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4154  Personal config    :   smtp-server = INHERIT, mysmtp.home
4155  Exceptions config  :   smtp-server = &lt;No Value Set&gt;
4156  Command line       :   smtp-server = &lt;No Value Set&gt;
4157  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4158 </PRE>
4161 This would result in an effective smtp-server option of
4163 <PRE>
4164  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home
4165 </PRE>
4167 The &quot;INHERIT&quot; token can be used in any of the configuration files
4168 and the effect cascades.
4169 For example, if we change the above example to:
4171 <PRE>
4172  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4173  Personal config    :   smtp-server = INHERIT, mysmtp.home
4174  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4175  Command line       :   smtp-server = &lt;No Value Set&gt;
4176  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4177 </PRE>
4180 This would result in:
4182 <PRE>
4183  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home, yoursmtp.org
4184 </PRE>
4186 Unset variables are skipped over (the default value is carried forward) so
4187 that, for example:
4189 <PRE>
4190  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4191  Personal config    :   smtp-server = &lt;No Value Set&gt;
4192  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4193  Command line       :   smtp-server = &lt;No Value Set&gt;
4194  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4195 </PRE>
4198 produces:
4200 <PRE>
4201  smtp-server = smtp1.corp.com, smtp2.corp.com, yoursmtp.org
4202 </PRE>
4205 If any later configuration location has a value set (for a particular list
4206 option) which does <EM>not</EM> begin with &quot;INHERIT&quot;,
4207 then that value replaces whatever value has been defined up to that point.
4208 In other words, that cancels out any previous inheritance.
4210 <PRE>
4211  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4212  Personal config    :   smtp-server = INHERIT, mysmtp.org
4213  Exceptions config  :   smtp-server = yoursmtp.org
4214  Command line       :   smtp-server = &lt;No Value Set&gt;
4215  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4216 </PRE>
4219 results in:
4221 <PRE>
4222  smtp-server = yoursmtp.org
4223 </PRE>
4226 For some configuration options, like &quot;<!--#echo var="VAR_viewer-hdr-colors"-->&quot; or
4227 &quot;<!--#echo var="VAR_patterns-roles"-->&quot;, it is
4228 difficult to insert the value &quot;INHERIT&quot; into the list of values
4229 for the option using the normal Setup tools.
4230 In other words, the color setting screen (for example) does not
4231 provide a way to input the text &quot;INHERIT&quot; as the first
4232 item in the <!--#echo var="VAR_viewer-hdr-colors"--> option.
4233 The way to do this is to either edit the pinerc file directly and manually
4234 insert it, or turn
4235 on the <A HREF="h_config_expose_hidden_config"><!--#echo var="FEAT_expose-hidden-config"--></A>
4236 feature and insert it using the Setup/Config screen.
4238 &lt;End of help on this topic&gt;
4239 </BODY>
4240 </HTML>
4241 ============== h_special_xon_xoff =============
4242 <HTML>
4243 <HEAD>
4244 <TITLE>Explanation of Alpine's XOFF/XON Handling</TITLE>
4245 </HEAD>
4246 <BODY>
4247 <H1>XOFF/XON Handling within Alpine</H1>
4249 By default, Alpine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
4250 and XON) as normal characters, even though Alpine does not use them.
4251 However, the printer, modem, or communication software you are using may
4252 be configured for &quot;software flow control,&quot; which means that
4253 XON/XOFF must be treated as special characters by the operating system.
4254 If you see messages such as &quot;^S not defined for this screen&quot;,
4255 then your system is probably using software flow control. In this case
4256 you will need to set the
4257 <A HREF="h_config_preserve_start_stop">&quot;<!--#echo var="FEAT_preserve-start-stop-characters"-->&quot;</A>
4258 feature.
4260 If you <EM>do</EM> set this
4261 feature, be advised that if you accidentally hit a Ctrl-S, Alpine will
4262 mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
4263 and see if that puts things right.  Printing via the
4264 &quot;attached-to-ansi&quot; or 
4265 &quot;attached-to-wyse&quot;
4266 option will automatically enable software
4267 flow-control handling for the duration of the printing.
4269 &lt;End of help on this topic&gt;
4270 </BODY>
4271 </HTML>
4272 ============= h_special_help_nav =============
4273 <HTML>
4274 <HEAD>
4275 <TITLE>Help Text Navigation Explained</TITLE>
4276 </HEAD>
4277 <BODY>
4278 <H1>Help Text Navigation Explained</H1>
4280 Alpine contains extensive context-sensitive help text.   At any point, 
4281 pressing the &quot;?&quot; key will bring up a page of help text
4282 explaining the options available to you.  You can leave the help
4283 text screen and return to normal Alpine operation by pressing
4285 <!--chtml if pinemode="function_key"-->
4286 F3 function
4287 <!--chtml else-->
4288 &quot;E&quot;
4289 <!--chtml endif-->
4290 key to Exit Help at any time.
4293 Within the help screen you might find a word or phrase displayed in 
4294 inverse text and others displayed in bold typeface.  Such words and
4295 phrases are used to tell you Alpine has more information available on
4296 the topic they describe.
4297 The inverted text is the &quot;selected&quot; topic.  
4298 Use the arrow keys, Ctrl-F, and Ctrl-B to change which of the phrases
4299 displayed in bold type
4300 is &quot;selected&quot;.
4301 Hit the Return key to display the information Alpine has available on that
4302 topic.  While viewing such additional information, the 
4303 <!--chtml if pinemode="function_key"-->
4304 F3 function
4305 <!--chtml else-->
4306 &quot;P&quot;
4307 <!--chtml endif-->
4308 key will return you to the previous help screen, and the
4309 <!--chtml if pinemode="function_key"-->
4310 F2 function
4311 <!--chtml else-->
4312 &quot;E&quot;
4313 <!--chtml endif-->
4314 key will Exit the Help system altogether.
4317 The "N" command will tell you the internal name of the help text you are 
4318 reading each time, so that you can send this name in the text of a message 
4319 and create a direct link to that internal help using the x-pine-help URL 
4320 scheme. For example, the direct link to this item is 
4321 x-pine-help:h_special_help_nav. If you add this text to a message, then
4322 a person using Pine to read such message would have a direct link to this
4323 help text.
4326 When you are finished reading this help text, you can press the
4327 <!--chtml if pinemode="function_key"-->
4328 F3 function
4329 <!--chtml else-->
4330 &quot;P&quot;
4331 <!--chtml endif-->
4332 key to return to the previously displayed help text.
4335 &lt;End of help on this topic&gt;
4336 </BODY>
4337 </HTML>
4338 ============= h_special_list_commands =============
4339 <HTML>
4340 <HEAD>
4341 <TITLE>Email List Commands Explained</TITLE>
4342 </HEAD>
4343 <BODY>
4344 <H1>Email List Commands Explained</H1>
4346 Electonic mail lists provide a way for like-minded users to join in
4347 discussions on topics of interest.  The email list itself is 
4348 represented by a
4349 single address that participants send messages to when they have
4350 something of interest to share with other members of the list.  The
4351 receiving computer then, either automatically or after review by the
4352 list's owner (or moderator), sends a copy of that message to each
4353 member of the list.
4356 Usually, subscribing and unsubscribing is done by sending requests in
4357 an email message to a special address setup to handle managing list
4358 membership.  Often this is the name of the list followed by
4359 <I>-request</I>.  This address is almost <EM>never</EM> the same as
4360 the address used to send messages to the list.
4363 Unfortunately, email list participation commands are more a matter
4364 of convention than standard, and thus may vary from list to list.
4365 Increasingly, list management software is adding information to
4366 the copy of the postings as they're copied to the list members that
4367 explains how to do the various list management functions.
4370 Alpine will recognize this information and offer the management commands
4371 they represent in a simple display. One or more of the following
4372 operations will be made available:
4374 <DL>
4375 <DT>Help</DT>
4376 <DD>
4377 A method to get help on subscribing, unsubscribing, 
4378 an explanation of what the list is about, or special instructions
4379 for participation.  This may be in the form of a reply in response
4380 to an email message, or instructions on how to connect to a Web site.
4381 </DD>
4383 <DT>Unsubscribe</DT>
4384 <DD>
4385 A method to get your email addressed removed from the list of
4386 recipients of the email list.
4387 </DD>
4389 <DT>Subscribe</DT>
4390 <DD>
4391 A method to get your email address added to the list of recipients
4392 of the email list.  It may be in the form of a message sent to 
4393 a special address or you may be connected to a web site.
4394 <DD>
4395 </DD>
4397 <DT>Post</DT>
4398 <DD>
4399 A method used to post to the email list.  However, it might also 
4400 indicate that no posting is allowed directly to the list.
4401 </DD>
4403 <DT>Owner</DT>
4404 <DD>
4405 A method to contact the list owner for special questions you might
4406 have regarding the list.
4407 </DD>
4409 <DT>Archive</DT>
4410 <DD>
4411 A method to view an archive of previous messages posted to the list.
4412 This may be in the form of a mail folder on a remote computer, an
4413 IMAP mailbox or even a Web site.
4414 </DD>
4415 </DL>
4418 &lt;End of help on this topic&gt;
4419 </BODY>
4420 </HTML>
4421 ============= h_quota_command =============
4422 <HTML>
4423 <HEAD>
4424 <TITLE>Quota Screen Explained</TITLE>
4425 </HEAD>
4426 <BODY>
4427 <H1>Quota Screen Explained</H1>
4429 <P> This screen summarizes the quota report for this mailbox in the
4430 IMAP server. For each resource that you have a quota, this reports summarizes
4431 its use and limit.
4433 <P> Your IMAP server administrator may have set a quota based either on 
4434 the total size of your mailbox (STORAGE), or the number of messages in 
4435 your mailbox (MESSAGES), or some other criteria. This will be reported
4436 to you indicating the type of quota, its total use and its limit.
4438 <P> The report for STORAGE is reported in kibibytes (KiB). One kibibyte is 
4439 1024 bytes. Each of the characters that you see in this help text is one 
4440 byte, and this help text is about 1 kibibyte in size. Small messages sent 
4441 by Alpine are normally less than 4 kibibytes in size (which includes 
4442 headers and text). Other email programs may send messages with bigger 
4443 sizes when they send messages, since they send plain text and an 
4444 alternative part in HTML.
4446 <P> A convenient way to save space for the STORAGE type of quota is by 
4447 deleting attachments. This is done on each individual message by pressing 
4448 the &quot;V&quot; command while reading the message text, then moving the cursor 
4449 to the position of the attachment that is to be deleted, then pressing
4450 &quot;D&quot; to delete such attachment, going back to reading the 
4451 message with the &quot;&lt;&quot; command and pressing &quot;S&quot; to 
4452 save the message in the same folder you are reading from. The saved 
4453 message will not have the attachment that was marked deleted. Now you
4454 can delete and expunge the message with the unwanted attachment.
4457 &lt;End of help on this topic&gt;
4458 </BODY>
4459 </HTML>
4460 ============= h_mail_thread_index =============
4461 <HTML>
4462 <HEAD>
4463 <TITLE>THREAD INDEX COMMANDS</TITLE>
4464 </HEAD>
4465 <BODY>                 
4466 <H1>THREAD INDEX COMMANDS</H1>
4467 <!--chtml if pinemode="function_key"-->
4468 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>
4469 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
4470 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>
4471 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>
4472 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>
4473 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>
4474 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>
4475 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>
4476 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>
4477 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>
4478 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>
4479 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>
4480 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>
4481 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>
4482 <BR>
4483 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
4484 -----------------------------<BR>
4485 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>
4486 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>
4487 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>
4488 <BR>
4489 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
4490 -----------------------------<BR>
4491 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
4492 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
4493 <BR>
4494 <!--chtml else-->
4495 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>
4496 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
4497 &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>
4498 &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>
4499 &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>
4500 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>
4501 &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>
4502 &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>
4503 &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>
4504 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>
4505 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
4506 <BR>
4507 Miscellaneous&nbsp;Operations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
4508 ------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
4509 &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>
4510 &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>
4511 &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>
4512 &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>
4513 &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>
4514 &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>
4515 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Messages&nbsp;in&nbsp;Current&nbsp;Thread<BR>
4516 <!--chtml endif-->
4519 NOTE:
4520 <OL>
4521  <LI>For help on a particular command, highlight the bold text associated
4522 with it above and hit Return.
4523  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
4524 </OL>
4526 <H2>Description of the THREAD INDEX Screen</H2>
4528 The THREAD INDEX displays summary information from each
4529 thread (conversation) in the current folder.
4530 This is useful if you want to quickly
4531 scan new threads, or find a particular thread without having to go
4532 through the text of each message, or to quickly get rid of junk
4533 threads, etc.
4534 The current thread is always highlighted.
4535 Each line of the THREAD INDEX contains the following columns: <P>
4536 <DL>
4537  <DT>STATUS:</DT>
4538  <DD> The markings on the left side of the thread tell you about its
4539 status.  You may see one or more of the following codes on any given
4540 thread:
4541 <UL>
4542   <LI> &quot;D&quot; for Deleted. All of the messages in this thread are marked for deletion but not yet eXpunged from the folder.
4543   <LI> &quot;A&quot; for Answered. All of the messages in this thread are marked answered.
4544   <LI> &quot;N&quot; for New. At least one message in the thread is New (you haven't looked at it yet).
4545   <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.
4546   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
4547         message in the thread was sent to you as a cc:. This symbol will only show up if
4548         the feature
4549         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
4550   <LI> &quot;X&quot; for selected.  You have selected at least one message in the thread by using the
4551         &quot;select&quot; command.  (Some systems may optionally allow selected
4552         messages to be denoted by the index line being displayed in bold
4553         type instead.)
4554   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
4555       to mark at least one message in this thread as &quot;important&quot;.
4556 </UL></DD><P>
4558  <DT>THREAD NUMBER:</DT>
4559  <DD>Threads in a folder are numbered, from one through the number
4560 of threads in the folder, to help you know where you are in the folder.
4561 </DD><P>
4563  <DT>DATE STARTED:</DT>
4564  <DD>The date the thread was started. This is actually from the Date header
4565 of the first message in the thread. It doesn't take different time zones
4566 into account.</DD><P>
4568  <DT>WHO STARTED THE THREAD:</DT>
4569  <DD>This is usually the name of the sender of the first message in the thread, taken from
4570 the From header of the message.
4571 If there is no personal name given in that
4572 address, then the email address is used instead.
4573 If the message is from you (or from one of your
4574 <A HREF="h_config_alt_addresses">alternate addresses</A>),
4575 then the recipient's name is shown here instead, with the characters
4576 &quot;To: &quot; inserted before the name.
4577 (The idea of this is that if you started the thread you would rather see who
4578 the mail was sent to instead of that the mail was from you.)
4579 In Newsgroups, if you are
4580 the sender and there are no email recipients, the newsgroup name will be
4581 listed after the &quot;To: &quot;.
4582 </DD><P>
4584  <DT>SIZE:</DT>
4585  <DD>The number in parentheses is the number of messages in the thread.</DD><P>
4587  <DT>SUBJECT:</DT>
4588  <DD>As much of the thread's subject line as will fit on the screen.
4589 This is the subject of the first message in the thread.</DD>
4590 </DL>
4592 <P><UL>
4593 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
4594 </UL>
4596 &lt;End of help on this topic&gt;
4597 </BODY>
4598 </HTML>
4599 ============= h_mail_index =============
4600 <HTML>
4601 <HEAD>
4602 <TITLE>MESSAGE INDEX COMMANDS</TITLE>
4603 </HEAD>
4604 <BODY>                 
4605 <H1>MESSAGE INDEX COMMANDS</H1>
4606 <!--chtml if pinemode="function_key"-->
4607 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>
4608 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
4609 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>
4610 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>
4611 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>
4612 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>
4613 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>
4614 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>
4615 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>
4616 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>
4617 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>
4618 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>
4619 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>
4620 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>
4621 <BR>
4622 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
4623 -----------------------------<BR>
4624 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>
4625 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>
4626 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>
4627 <BR>
4628 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
4629 -----------------------------<BR>
4630 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
4631 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>
4632 <BR>
4633 <!--chtml else-->
4634 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>
4635 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
4636 &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>
4637 &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>
4638 &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>
4639 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>
4640 &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>
4641 &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>
4642 &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>
4643 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>
4644 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
4645 Miscellaneous&nbsp;Operations<BR>
4646 ------------------------<BR>
4647 &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>
4648 &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>
4649 &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>
4650 &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>
4651 &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>
4652 &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>
4653 &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>
4654 &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>
4655 <!--chtml endif-->
4658 NOTE:
4659 <OL>
4660  <LI>For help on a particular command, highlight the bold text associated
4661 with it above and hit Return.
4662  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
4663 </OL>
4665 <H2>Description of the MESSAGE INDEX Screen</H2>
4667 The MESSAGE INDEX displays summary information from each
4668 message in the current folder.
4669 This is useful if you want to quickly
4670 scan new messages, or find a particular message without having to go
4671 through the text of each message, or to quickly get rid of junk
4672 messages, etc.
4674 The current message is always highlighted
4675 and many commands operate on the current message.
4676 For example, the Delete command will delete the current message.
4677 If the folder is sorted by either Threads or OrderedSubject, then, depending
4678 on some of your configuration settings, a single line in the index may
4679 refer to an entire thread or to a subthread.
4680 If that is the case, then the commands that normally operate on the current
4681 message will operate on the thread or subthread instead.
4682 For example, the Delete command will delete the whole collapsed thread
4683 instead of just a single message.
4685 Each line of the MESSAGE INDEX contains the following columns (by default -- 
4686 you can change this with the 
4687 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
4688 in the SETUP CONFIGURATION screen): <P>
4689 <DL>
4690  <DT>STATUS:</DT>
4691  <DD> The markings on the left side of the message tell you about its
4692 status.  You may see one or more of the following codes on any given
4693 message:
4694 <UL>
4695   <LI> &quot;D&quot; for Deleted.  You have marked this message for deletion but not
4696          yet eXpunged the folder.
4697   <LI> &quot;N&quot; for New.  You have not looked at the text of the message yet.
4698   <LI> &quot;A&quot; for Answered.  Any time you reply to a message it is considered
4699          to be answered.
4700   <LI> &quot;F&quot; for Forwarded.  Similar to Answered, this is set whenever you
4701          forward a message.
4702   <LI> &quot;+&quot; for direct-to-you.  The &quot;+&quot; indicates that a message was sent
4703         directly to your account, your copy is not part of a cc: or a
4704         mailing list.
4705   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
4706         message was sent to you as a cc:. This symbol will only show up if
4707         the feature
4708         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
4709   <LI> &quot;X&quot; for selected.  You have selected the message by using the
4710         &quot;select&quot; command.  (Some systems may optionally allow selected
4711         messages to be denoted by the index line being displayed in bold
4712         type.)
4713   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
4714       to mark this message as &quot;important&quot;.
4715 </UL></DD><P>
4717  <DT>MESSAGE NUMBER:</DT>
4718  <DD>Messages in a folder are numbered, from one through the number
4719 of messages in the folder, to help you know where you are in the folder.
4720 These numbers are always in increasing order, even if you sort the folder
4721 in a different way.</DD><P>
4723  <DT>DATE SENT:</DT>
4724  <DD>The date the message was sent.  By default, messages are
4725 ordered by arrival time, not by date sent.  Most of the time, arrival time
4726 and date sent (effectively departure time) are similar.  Sometimes,
4727 however, the index will appear to be out of order because a message took a
4728 long time in delivery or because the sender is in a different time
4729 zone than you are. This date is just the date from the Date header
4730 field in the message.</DD><P>
4732  <DT>WHO SENT THE MESSAGE:</DT>
4733  <DD>This is usually the name of the sender of the message, taken from
4734 the From header of the message.
4735 If there is no personal name given in that
4736 address, then the email address is used instead.
4737 If the message is from you (or from one of your
4738 <A HREF="h_config_alt_addresses">alternate addresses</A>),
4739 then the recipient's name is shown here instead, with the characters
4740 &quot;To: &quot; inserted before the name.
4741 (The idea of this is that if you sent the mail you would rather see who
4742 the mail was sent to instead of that the mail was from you.
4743 This behavior may be changed by modifying the <!--#echo var="VAR_index-format"--> option mentioned
4744 above.
4745 In particular, use the FROM token or the FROMORTONOTNEWS token
4746 in place of the FROMORTO token.)
4747 In Newsgroups, if you are
4748 the sender and there are no email recipients, the newsgroup name will be
4749 listed after the &quot;To: &quot;. </DD><P>
4751  <DT>SIZE:</DT>
4752  <DD>The number in parentheses is the number of characters in the message.
4753 It may have a suffix of K, M, or G which means the number should be
4754 multiplied by one thousand, one million, or one billion to get the
4755 size of the message.</DD><P>
4757  <DT>SUBJECT:</DT>
4758  <DD>As much of the message's subject line as will fit on the screen.</DD>
4759 </DL>
4761 <P><UL>
4762 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
4763 </UL>
4765 &lt;End of help on this topic&gt;
4766 </BODY>
4767 </HTML>
4768 ============= h_mail_view ========================
4769 <HTML>
4770 <HEAD>
4771 <TITLE>MESSAGE TEXT SCREEN</TITLE>
4772 </HEAD>
4773 <BODY>
4774 <H1>MESSAGE TEXT SCREEN</H1>
4775 <!--chtml if pinemode="function_key"-->
4776 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>
4777 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;------------------------------<BR>
4778 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>
4779 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>
4780 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>
4781 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>
4782 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>
4783 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>
4784 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>
4785 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>
4786 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>
4787 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>
4788 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>
4789 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>
4790 <BR>
4791 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
4792 ------------------------------<BR>
4793 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
4794 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
4795 F3&nbsp;&nbsp;<A HREF="h_view_cmd_hilite">View&nbsp;hilited</A><BR>
4796 F4&nbsp;&nbsp;Select&nbsp;current&nbsp;message<BR>
4797 F5&nbsp;&nbsp;Previous&nbsp;selectable&nbsp;item<BR>
4798 F6&nbsp;&nbsp;Next&nbsp;selectable&nbsp;item<BR>
4799 F7&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;number<BR>
4800 F8&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
4801 F9&nbsp;&nbsp;<A HREF="h_common_hdrmode">Display&nbsp;full&nbsp;headers</A><BR>
4802 F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;message<BR>
4803 F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
4804 F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
4805 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
4806 F5&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
4807 <!--chtml else-->
4808 Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
4809 ---------------------------------<BR>
4810 <BR>
4811 &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>
4812 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>
4813 &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>
4814 &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>
4815 &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>
4816 &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>
4817 &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>
4818 &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>
4819 &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>
4820 <BR>
4821 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other&nbsp;Commands<BR>
4822 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----------------------------<BR>
4823 &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>
4824 &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>
4825 &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>
4826 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>
4827 <BR>
4828 General&nbsp;Alpine&nbsp;Commands<BR>
4829 ---------------------<BR>
4830 &nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
4831 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
4832 &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>
4833 &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>
4834 &nbsp;&nbsp;&nbsp;&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>
4835 <!--chtml endif-->
4838 NOTE:
4839 <OL>
4840  <LI>For help on a particular command, highlight the bold text associated
4841 with it above and hit Return.
4842  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
4843 </OL>
4845 <H2>Description of the MESSAGE TEXT Screen</H2>
4847 The top line of the view message screen displays status
4848 information about the currently open collection and folder and about the
4849 current message.  It shows the name of the collection in angle brackets
4850 and then the name of the folder.  The line also displays the number
4851 of messages in the folder, the number of the current message and the
4852 percentage of the current message that has been displayed on the screen.
4853 If the message is marked for deletion &quot;DEL&quot; will appear in the upper
4854 right corner.
4855 If the message has been answered (but not deleted) &quot;ANS&quot; will show
4856 in the corner.
4859 NOTE: to rapidly move to the end of a message, hit the
4860 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
4861 (or Ctrl-W) key followed
4862 by Ctrl-V.  Similarly,
4863 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
4864 followed by Ctrl-Y will take you to the beginning of
4865 a message.
4867 <H2>Explanation of Alternate Character Sets</H2>
4869 Alpine attempts to stay out of the way so that it won't prevent you from
4870 viewing mail in any character set.  It will simply send the message to
4871 your display device.  If the device is capable of displaying the
4872 message as it was written it will do so.  If not, the display may be
4873 partially or totally incorrect.
4874 If the message contains characters that are not representable in your 
4875 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
4876 variable in your configuration, then a warning message will be printed
4877 to your screen at the beginning of the message display.
4878 It is probably best to use UNIX Alpine in a terminal emulator
4879 capable of displaying UTF-8 characters.
4880 See <A HREF="h_config_char_set">Display Character Set</A> for a little
4881 more information about character set settings.
4883 <P><UL>
4884 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
4885 </UL>
4887 &lt;End of help on this topic&gt;
4888 </BODY>
4889 </HTML>
4890 ======= h_index_cmd_select =======
4891 <HTML>
4892 <HEAD>
4893 <TITLE>Selecting: Select and WhereIs/Select</TITLE>
4894 </HEAD>
4895 <BODY>
4896 <H1>Selecting: Select and WhereIs/Select</H1>
4898 Aggregate operations give you the ability to process a group of messages
4899 at once.  Acting on multiple messages requires two steps: (1) selecting a
4900 set of messages and then; (2) applying a command to that set. The first
4901 part is handled by the select command.  Select allows you to
4902 select messages based on their status (read, answered, etc.), contents,
4903 date, size, or keywords.
4904 You may also select based on one of your Rules or based on threads,
4905 and there are quick options to select a specific message or range of messages,
4906 to select the current message, or to select all messages.
4909 We describe the various selection criteria briefly:
4912 <DL>
4913 <DT>select All</DT>
4914 <DD> Marks all the messages in the folder as selected.
4915 </DD>
4917 <DT>select Cur</DT>
4918 <DD> Selects the currently highlighted message or currently highlighted
4919 set of messages if in a threaded view.
4920 </DD>
4922 <DT>select by Number</DT>
4923 <DD> Select by message number. This may be a comma-separated list instead or
4924 a single entry.
4925 Each element in the list may be either a single message number or a range
4926 of numbers with a dash between the lowest and highest member of the range.
4927 Some examples are 7 to select only message number 7; 2-5 to select messages
4928 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11.
4929 The word &quot;end&quot; may be used as a substitute for the highest numbered
4930 message in the folder.
4931 If in a separate thread index where the numbers refer to threads instead of
4932 to messages, then you will be selecting all of the messages in the
4933 referenced threads instead of selecting by message number.
4934 </DD>
4936 <DT>select by Date</DT>
4937 <DD> Select by either the date stored in the Date headers of each message,
4938 or by the date when the messages arrived.
4939 This does not adjust for different time zones, but just checks to see what
4940 day the message was sent on.
4941 You may type in a date. If you do, the date should be in the form
4942 <P><SAMP><CENTER>DD-Mon-YYYY</CENTER></SAMP><P>
4943 For example,
4944 <P><SAMP><CENTER>24-Nov-2004</CENTER></SAMP><P>
4946 <P><SAMP><CENTER>09-Nov-2004</CENTER></SAMP><P>
4947 If the date you want is close to the current date, it is probably
4948 easier to use the &quot;^P&nbsp;Prev Day&quot; or &quot;^N&nbsp;Next Day&quot; commands to change the default date that
4949 is displayed, instead of typing in the date yourself.
4950 Or, the &quot;^X&nbsp;Cur Msg&quot; command may be used to fill in
4951 the date of the currently highlighted message. 
4953 There are six possible settings that are selected using the
4954 &quot;^W&nbsp;Toggle When&quot; command.
4955 Three of them select messages based on the Date headers.
4956 They are &quot;SENT SINCE&quot;, &quot;SENT BEFORE&quot;,
4957 and &quot;SENT ON&quot;.
4958 SINCE is all messages with the selected date or later.
4959 BEFORE is all messages earlier than the selected date (not including the day
4960 itself).
4961 ON is all messages sent on the selected date.
4962 The other three select messages in the same way but they use the arrival
4963 times of the messages instead of the Date headers included in the messages.
4964 Those three are &quot;ARRIVED SINCE&quot;, &quot;ARRIVED BEFORE&quot;,
4965 and &quot;ARRIVED ON&quot;.
4966 When you save a message from one folder to another the arrival time is
4967 preserved.
4968 </DD>
4970 <DT>select by Text</DT>
4971 <DD> Selects messages based on the message contents.
4972 This allows you to select a set of messages based on whether or not the
4973 message headers or message body contain specified text.
4974 You may look for text in the Subject, the From header,
4975 the To header, or the Cc header.
4976 You may also choose Recipient, which searches for the text in
4977 either the To or the Cc header;
4978 or Participant, which means To or Cc or From.
4979 Besides those specific header searches, you may also search the entire
4980 header and text of the message with &quot;All Text&quot;, or just the
4981 body of the message.
4983 To search for the absence of text, first type the &quot;! Not&quot; command
4984 before typing the specific type of text search.
4985 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
4986 search for all messages that do not contain a particular word in their
4987 Subjects.
4989 If you choose a Subject search, you may use the subject from the current
4990 message by typing the &quot;^X Cur Subject&quot; command.
4991 You may then edit it further if you wish.
4992 For example, you might select the subject of a reply and edit the
4993 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
4994 the original message being replied to.
4995 All of the other header searches allow you to use addresses from the
4996 headers of the current message if you want to.
4997 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
4998 &quot;^W Cur Cc&quot;.
4999 In each case, if there is more than one address, only the first is offered.
5000 </DD>
5002 <DT>select by Status</DT>
5003 <DD> Selects messages based on their status.
5004 You may select all New, Important, Deleted, Answered, Recent, or Unseen
5005 messages.
5006 Or, if you first type the &quot;! Not&quot; command, you get not New,
5007 or not Important, and so on.
5008 If you select Deleted messages, you will get all messages with their
5009 Deleted flag set.
5010 Likewise for Important messages, all messages that you have flagged as
5011 being Important with the
5012 <A HREF="h_common_flag">Flag</A> command.
5013 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5014 because they try to match what you see on the screen by default.
5015 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5016 and Unanswered.
5017 If you have looked at the message, or deleted it, or answered it; then it
5018 is not considered &quot;New &quot;.
5019 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5021 &quot;Answered&quot; is another one that is a little different.
5022 It means that the message has been Answered <EM>and</EM> is not deleted.
5023 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5024 the opposite of &quot;Answered&quot;!
5025 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5026 both Unanswered <EM>and</EM> not deleted.
5028 The other two types were added later because the special nature of the
5029 New flag was not what was wanted by all users.
5030 New does match what you see in the index by default, but if you use
5031 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5032 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5033 be exactly what you want.
5034 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5035 they are deleted or answered, and
5036 &quot;Recent&quot; selects all of the messages that have been added to
5037 the folder since you started this Alpine session.
5038 (That's not technically quite true. If there are multiple mail clients
5039 reading an IMAP mailbox, each message will be marked as Recent in only
5040 one of the client's sessions.)
5041 </DD>
5043 <DT>select by siZe</DT>
5044 <DD> Selects messages based on their size being smaller than or larger
5045 than the size you specify.
5046 The size is the number of bytes.
5047 You may use the suffix &quot;K&quot; or &quot;k&quot; to mean 1,000 times
5048 the number.
5049 For example, 7K is the same as 7000.
5050 The suffix &quot;M&quot; or &quot;m&quot; means 1,000,000 times the number,
5051 and the suffix &quot;G&quot; or &quot;g&quot; means 1,000,000,000 times.
5052 Use the &quot;^W&quot; command to toggle back and forth between Smaller
5053 and Larger.
5054 </DD>
5056 <DT>select by Keyword</DT>
5057 <DD> Selects messages that either have or do not have
5058 (using the &quot;!&nbsp;Not&quot; command)
5059 a particular <A HREF="h_config_keywords">Keyword</A> set.
5060 One way to select a keyword is to use the &quot;^T&nbsp;To&nbsp;List&quot;
5061 command to select one from your list of keywords.
5063 <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.
5064 </DD>
5066 <DT>select by Rule</DT>
5067 <DD> Selects messages that either match or don't match
5068 (using the &quot;!&nbsp;Not&quot; command)
5069 one of the Rules you have defined.
5070 The most likely method of filling in the Rule is to use the
5071 &quot;^T&nbsp;To&nbsp;List&quot;
5072 command to select one of your Rules.
5073 All of the Rules you have defined will be in the list, including
5074 Rules for Searching, Indexcolors, Filtering, Roles, Score setting, and Other.
5075 They may not all make sense for this purpose, but they are all there for
5076 flexibility.
5077 You might find it useful to define some rules solely for the purpose
5078 of being used by the Select command.
5079 There is a special category for such Rules. They are called Search Rules.
5081 Unfortunately, Alpine does not allow all possible Rules to be defined.
5082 For example, there is no logical OR operation.
5083 OR is accomplished in the Filter Rules or the other types of Rules by
5084 simply defining two rules, one that matches the first part of the OR
5085 and another that matches the second part.
5086 But you can't do that here, since you only have a single Rule to work with.
5087 Likewise, the order of Rules is usually important.
5088 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5089 a message, then that stops the search for a further match.
5090 This means that you may be confused if you try to use Select by Rule to
5091 check your Filter rules because the order is important when filtering but
5092 is not considered here.
5093 </DD>
5095 <DT>select by tHread</DT>
5096 <DD> Selects all of the messages in the current thread.
5097 </DD>
5098 </DL>
5100 After you have an initial selection, the next and subsequent selection
5101 commands modify the selection.
5102 The select command changes. It first gives
5103 you selection &quot;alteration&quot; options: &quot;unselect All&quot;,
5104 &quot;unselect Current&quot;,
5105 &quot;Broaden selection&quot; (implements a logical OR), and
5106 &quot;Narrow selection&quot; (implements a logical AND).
5107 After you choose either Broaden or Narrow, you then choose one of the
5108 selection criteria listed above (by Text or Number or ...).
5109 You may use select as many times as you wish to get the selected set right.
5112 The WhereIs command has a feature (Ctrl-X) to
5113 select all the messages that match the WhereIs search. WhereIs searches
5114 through just the text that appears on the MESSAGE INDEX screen.
5115 This method is often slower than using the select command itself, unless the
5116 line you are looking for is not too far away in the index.
5119 The availability of the aggregate operations commands is determined by the
5120 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
5121 Feature-List option in your Alpine
5122 configuration, which defaults to set.
5123 The features
5124 <A HREF="h_config_auto_zoom">&quot;<!--#echo var="FEAT_auto-zoom-after-select"-->&quot;</A>
5126 <A HREF="h_config_select_wo_confirm">&quot;<!--#echo var="FEAT_select-without-confirm"-->&quot;</A>
5127 affect the behavior of the Select command.
5130 &lt;End of help on this topic&gt;
5131 </BODY>
5132 </HTML>
5133 ======= h_select_rule =======
5134 <HTML>
5135 <HEAD>
5136 <TITLE>Select: Rule</TITLE>
5137 </HEAD>
5138 <BODY>
5139 <H1>Select: Rule</H1>
5141 You are selecting messages that either match or don't match
5142 one of the Rules you have defined.
5143 You may either type the nickname of the Rule at the prompt, or use the
5144 &quot;^T&nbsp;To&nbsp;List&quot;
5145 command to select one of your Rules.
5146 All of the Rules you have defined will be in the list, including
5147 Rules for Indexcolors, Filtering, Roles, Score setting, and Other.
5148 They may not all make sense for this purpose, but they are all there for
5149 flexibility.
5150 Rules may be added by using the Setup/Rules screen off of the main Alpine
5151 menu.
5153 Unfortunately, Alpine does not allow all possible Rules to be defined.
5154 For example, there is no logical OR operation.
5155 OR is accomplished in the Filter Rules or the other types of Rules by
5156 simply defining two rules, one that matches the first part of the OR
5157 and another that matches the second part.
5158 But you can't do that here, since you only have a single Rule to work with.
5159 Likewise, the order of Rules is usually important.
5160 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5161 a message, then that stops the search for a further match.
5162 This means that you may be confused if you try to use Select by Rule to
5163 check your Filter rules because the order is important when filtering but
5164 is not considered here.
5167 &lt;End of help on this topic&gt;
5168 </BODY>
5169 </HTML>
5170 ======= h_select_text =======
5171 <HTML>
5172 <HEAD>
5173 <TITLE>Select: Text</TITLE>
5174 </HEAD>
5175 <BODY>
5176 <H1>Select: Text</H1>
5178 You are selecting messages based on the contents of the message.
5179 This allows you to select a set of messages based on whether or not the
5180 message headers or message body contain specified text.
5181 You may look for text in the Subject, the From header,
5182 the To header, or the Cc header.
5183 You may also choose Recipient, which searches for the text in
5184 either the To or the Cc header;
5185 or Participant, which means either the To header, or the Cc header,
5186 or the From header.
5187 Besides those specific header searches, you may also search the entire
5188 header and text of the message with &quot;All Text&quot;, or just the
5189 body of the message with &quot;Body&quot;.
5191 To search for the absence of text, first type the &quot;!&nbsp;Not&quot; command
5192 before typing the specific type of text search.
5193 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5194 search for all messages that do not contain a particular word in their
5195 Subjects.
5197 If you choose a Subject search, you may use the subject from the current
5198 message by typing the &quot;^X Cur Subject&quot; command.
5199 You may then edit it further if you wish.
5200 For example, you might select the subject of a reply and edit the
5201 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5202 the original message being replied to.
5203 All of the other header searches allow you to use addresses from the
5204 headers of the current message if you want to.
5205 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5206 &quot;^W Cur Cc&quot;.
5207 In each case, if there is more than one address, only the first is offered.
5210 &lt;End of help on this topic&gt;
5211 </BODY>
5212 </HTML>
5213 ======= h_select_status =======
5214 <HTML>
5215 <HEAD>
5216 <TITLE>Select: Status</TITLE>
5217 </HEAD>
5218 <BODY>
5219 <H1>Select: Status</H1>
5221 You are selecting messages based on the status of the message.
5222 For example, whether or not the message has been marked Deleted or Important,
5223 or whether or not it has been Answered or is New.
5224 If you first type the &quot;!&nbsp;Not&quot; command, you will get the
5225 opposite: not Deleted, not Important, and so on.
5227 If you select Deleted messages, you will get all messages with their
5228 Deleted flag set.
5229 Likewise for Important messages, all messages that you have flagged as
5230 being Important with the
5231 <A HREF="h_common_flag">Flag</A> command.
5232 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5233 because they try to match what you see on the screen by default.
5234 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5235 and Unanswered.
5236 If you have looked at the message, or deleted it, or answered it; then it
5237 is not considered &quot;New &quot;.
5238 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5240 &quot;Answered&quot; is another one that is a little different.
5241 It means that the message has been Answered <EM>and</EM> is not deleted.
5242 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5243 the opposite of &quot;Answered&quot;!
5244 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5245 both Unanswered <EM>and</EM> not deleted.
5247 (The New and Answered options may seem counter-intuitive.
5248 The reason it is done this way is
5249 because, by default, a Deleted message will show up with the &quot;D&quot;
5250 symbol in the MAIL INDEX screen even if it is New or Answered.
5251 The Delete symbol overrides the New and Answered symbols, because you
5252 usually don't care about the message anymore once you've deleted it.
5253 Similarly, you usually only care about whether a message is Answered or
5254 not if it is not Deleted.
5255 Once it is Deleted you've put it out of your mind.)
5257 The other two options were added later because the special nature of the
5258 New flag was not what was wanted by all users.
5259 New does match what you see in the index by default, but if you use
5260 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5261 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5262 be exactly what you expect.
5263 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5264 they are deleted or answered, and
5265 &quot;Recent&quot; selects all of the messages that have been added to
5266 the folder since you started this Alpine session.
5267 (That's not technically quite true. If there are multiple mail clients
5268 reading an IMAP mailbox, each message will be marked as Recent in only
5269 one of the client's sessions.
5270 That behavior can be convenienent for some purposes, like filtering, but
5271 it isn't usually what you expect when selecting.)
5274 &lt;End of help on this topic&gt;
5275 </BODY>
5276 </HTML>
5277 ======= h_index_cmd_apply =======
5278 <HTML>
5279 <HEAD>
5280 <TITLE>Apply Command</TITLE>
5281 </HEAD>
5282 <BODY>
5283 <H1>Apply Command</H1>
5285 Apply
5286 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->A<!--chtml endif-->)
5287 is the second step of most aggregate operations.  Apply
5288 becomes active any time there is a defined set of selected messages.  The
5289 following commands can be applied to a selected message set: delete,
5290 undelete, reply, forward,
5291 <!--chtml if pinemode="os_windows"-->
5292 <!--chtml else--> 
5293 pipe,
5294 <!--chtml endif-->
5295 print, take address, save, export, bounce, and flag.
5298 The behavior of some of these commands in an aggregate sense is not easy to
5299 explain.  Try them out to see what they do.
5300 The feature
5301 <A HREF="h_config_auto_unzoom">&quot;<!--#echo var="FEAT_auto-unzoom-after-apply"-->&quot;</A>
5302 affects the behavior of the Apply command, as does the feature
5303 <A HREF="h_config_auto_unselect">&quot;<!--#echo var="FEAT_auto-unselect-after-apply"-->&quot;</A>.
5306 &lt;End of help on this topic&gt;
5307 </BODY>
5308 </HTML>
5309 ======= h_index_cmd_zoom =======
5310 <HTML>
5311 <HEAD>
5312 <TITLE>ZoomMode Command</TITLE>
5313 </HEAD>
5314 <BODY>
5315 <H1>ZoomMode Command</H1>
5317 Another action you might want to take on a set of selected messages is to
5318 zoom in on them.  Like apply, zoom only becomes active when messages have
5319 been selected.
5320 ZoomMode
5321 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->Z<!--chtml endif-->)
5322 is a toggle command that allows you to
5323 zoom-in (and only see the selected messages) and zoom-out (to see all
5324 messages in the folder).  Neither apply nor zoom removes the markings that
5325 define the selected set; you need to use a select command in order
5326 to do that.
5329 &lt;End of help on this topic&gt;
5330 </BODY>
5331 </HTML>
5332 ======= h_index_collapse_expand =======
5333 <HTML>
5334 <HEAD>
5335 <TITLE>Collapse/Expand Command</TITLE>
5336 </HEAD>
5337 <BODY>
5338 <H1>Collapse/Expand Command</H1>
5340 The Collapse/Expand command is only available from the MESSAGE INDEX screen when
5341 the folder is sorted by either Threads or OrderedSubject, and the
5342 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
5343 is set to something other than &quot;none&quot;.
5344 By default, this command collapses or expands the subthread that starts at
5345 the currently highlighted message, if any.
5346 If the subthread is already collapsed, then this command expands it.
5347 If the subthread is expanded, then this command collapses it.
5348 If there are no more messages below the current message in the
5349 thread tree (that is, there are no replies to the current message) then
5350 this command does nothing.
5353 The behavior of this command is affected by the option
5354 <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>.
5355 Normally, this command Collapses or Expands the subthread that
5356 starts at the currently highlighted message.
5357 If the above option is set, then this command Collapses or Expands the
5358 entire current thread instead of just the subthread.
5359 The current thread is simply the top-level thread that contains the
5360 current message.
5363 &lt;End of help on this topic&gt;
5364 </BODY>
5365 </HTML>
5366 ======= h_index_cmd_sort =======
5367 <HTML>
5368 <HEAD>
5369 <TITLE>Sort Command</TITLE>
5370 </HEAD>
5371 <BODY>
5372 <H1>Sort Command</H1>
5374 In Alpine's generic configuration, messages are presented in the order in
5375 which they arrive.  This default can be changed in the SETUP CONFIGURATION 
5376 with the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
5377 You can also re-sort the folder on demand with the sort
5378 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
5379 command.
5380 Your sorting options are:
5382 <UL>
5383  <LI> <A HREF="h_index_sort_arrival">A</A>rrival
5384  <LI> <A HREF="h_index_sort_date">D</A>ate
5385  <LI> <A HREF="h_index_sort_subj">S</A>ubject
5386  <LI> <A HREF="h_index_sort_ordsubj">O</A>rderedSubject
5387  <LI> t<A HREF="h_index_sort_thread">H</A>read
5388  <LI> <A HREF="h_index_sort_from">F</A>rom
5389  <LI> si<A HREF="h_index_sort_size">Z</A>e
5390  <LI> scor<A HREF="h_index_sort_score">E</A>,
5391  <LI> <A HREF="h_index_sort_to">T</A>o
5392  <LI> <A HREF="h_index_sort_cc">C</A>c
5393 </UL>
5396 The Reverse option will toggle the order the index is currently
5397 sorted by, but will not change the relative sort order.
5400 Sorting a folder does not actually rearrange the way the folder is saved,
5401 it just re-arranges how the messages are presented to you.  This means
5402 that Alpine has to do the work of sorting every time you change sort order.
5403 Sometimes, especially with PC-Alpine or with large folders, this could take
5404 a while.
5407 &lt;End of help on this topic&gt;
5408 </BODY>
5409 </HTML>
5410 ======= h_index_sort_default =======
5411 <HTML>
5412 <HEAD>
5413 <TITLE>SORT OPTION: Default</TITLE>
5414 </HEAD>
5415 <BODY>
5416 <H1>SORT OPTION: Default</H1>
5418 The <EM>Default</EM> sort option just means to use the default sort order
5419 set in the
5420 <li><a href="h_config_sort_key"><!--#echo var="VAR_sort-key"--></a>
5421 option in Setup/Config.
5424 &lt;End of help on this topic&gt;
5425 </BODY>
5426 </HTML>
5427 ======= h_index_sort_arrival =======
5428 <HTML>
5429 <HEAD>
5430 <TITLE>SORT OPTION: Arrival</TITLE>
5431 </HEAD>
5432 <BODY>
5433 <H1>SORT OPTION: Arrival</H1>
5435 The <EM>Arrival</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5436 in the order that they exist in the folder.  This is usually the same as the
5437 order in which they arrived.  This option is comparable to not sorting
5438 the messages at all.
5441 &lt;End of help on this topic&gt;
5442 </BODY>
5443 </HTML>
5444 ======= h_index_sort_date =======
5445 <HTML>
5446 <HEAD>
5447 <TITLE>SORT OPTION: Date</TITLE>
5448 </HEAD>
5449 <BODY>
5450 <H1>SORT OPTION: Date</H1>
5452 The <EM>Date</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5453 according to the date and time they were
5454 sent.
5457 On a folder like INBOX, sorting by &quot;Date&quot; should be almost
5458 identical to sorting by &quot;Arrival&quot;.
5461 &lt;End of help on this topic&gt;
5462 </BODY>
5463 </HTML>
5464 ======= h_index_sort_subj =======
5465 <HTML>
5466 <HEAD>
5467 <TITLE>SORT OPTION: Subject</TITLE>
5468 </HEAD>
5469 <BODY>
5470 <H1>SORT OPTION: Subject</H1>
5472 The <EM>Subject</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5473 by subject. 
5476 Messages with the same subject are
5477 first grouped together, and then the groups of like-subject messages
5478 are arranged alphabetically.
5481 Alpine ignores leading &quot;Re:&quot; and
5482 &quot;re:&quot; and trailing &quot;(fwd)&quot; when determining the
5483 likeness and alphabetical order of subject lines.
5486 &lt;End of help on this topic&gt;
5487 </BODY>
5488 </HTML>
5489 ======= h_index_sort_ordsubj =======
5490 <HTML>
5491 <HEAD>
5492 <TITLE>SORT OPTION: OrderedSubject</TITLE>
5493 </HEAD>
5494 <BODY>
5495 <H1>SORT OPTION: OrderedSubject</H1>
5497 The <EM>OrderedSubject</EM> sort option arranges messages in the
5498 MESSAGE&nbsp;INDEX by grouping all messages with the same subject
5499 together, similar to sort by <A HREF="h_index_sort_subj">S</A>ubject.
5502 However, <EM>OrderedSubj</EM> then arranges the groups of like-subject
5503 messages by the date of the oldest message in the group.
5506 This sort method provides for pseudo threading of conversations within
5507 a folder.
5508 You may want to try sorting by Thread instead.
5511 &lt;End of help on this topic&gt;
5512 </BODY>
5513 </HTML>
5514 ======= h_index_sort_thread =======
5515 <HTML>
5516 <HEAD>
5517 <TITLE>SORT OPTION: Thread</TITLE>
5518 </HEAD>
5519 <BODY>
5520 <H1>SORT OPTION: Thread</H1>
5522 The <EM>Thread</EM> sort option arranges messages in the
5523 MESSAGE&nbsp;INDEX by grouping all messages that indicate
5524 they are part of a conversation (discussion thread) taking
5525 place within a mailbox or newsgroup.  This indication is
5526 based on information in the message's header -- specifically
5527 its <tt>References:</tt>, <tt>Message-ID:</tt>, and <tt>Subject:</tt> fields.
5530 &lt;End of help on this topic&gt;
5531 </BODY>
5532 </HTML>
5533 ======= h_index_sort_from =======
5534 <HTML>
5535 <HEAD>
5536 <TITLE>SORT OPTION: From</TITLE>
5537 </HEAD>
5538 <BODY>
5539 <H1>SORT OPTION: From</H1>
5541 The <EM>From</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5542 by the name of the author of the message.
5545 Messages with the same author are grouped together. Groups of
5546 messages are then put into alphabetical order according to message
5547 author.
5550 &lt;End of help on this topic&gt;
5551 </BODY>
5552 </HTML>
5553 ======= h_index_sort_size =======
5554 <HTML>
5555 <HEAD>
5556 <TITLE>SORT OPTION: Size</TITLE>
5557 </HEAD>
5558 <BODY>
5559 <H1>SORT OPTION: Size</H1>
5561 The <EM>Size</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5562 by their relative sizes.
5565 &lt;End of help on this topic&gt;
5566 </BODY>
5567 </HTML>
5568 ======= h_index_sort_score =======
5569 <HTML>
5570 <HEAD>
5571 <TITLE>SORT OPTION: Score</TITLE>
5572 </HEAD>
5573 <BODY>
5574 <H1>SORT OPTION: Score</H1>
5576 The <EM>Score</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5577 by their scores.
5580 Messages with the same score are sorted in arrival order.
5581 Scores are something you create using the
5582 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
5585 &lt;End of help on this topic&gt;
5586 </BODY>
5587 </HTML>
5588 ======= h_index_sort_to =======
5589 <HTML>
5590 <HEAD>
5591 <TITLE>SORT OPTION: To</TITLE>
5592 </HEAD>
5593 <BODY>
5594 <H1>SORT OPTION: To</H1>
5596 The <EM>To</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX 
5597 by the names of the recipients of the message.
5600 Messages with the same recipients are grouped together. Groups of
5601 messages are then put into alphabetical order according to message
5602 recipients.
5605 &lt;End of help on this topic&gt;
5606 </BODY>
5607 </HTML>
5608 ======= h_index_sort_cc =======
5609 <HTML>
5610 <HEAD>
5611 <TITLE>SORT OPTION: Cc</TITLE>
5612 </HEAD>
5613 <BODY>
5614 <H1>SORT OPTION: Cc</H1>
5616 The <EM>Cc</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX by
5617 the names of the carbon copy addresses of the message.
5620 &lt;End of help on this topic&gt;
5621 </BODY>
5622 </HTML>
5623 ======= h_index_cmd_whereis =======
5624 <HTML>
5625 <HEAD>
5626 <TITLE>WhereIs Command</TITLE>
5627 </HEAD>
5628 <BODY>
5629 <H1>WhereIs Command</H1>
5631 The WhereIs
5632 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
5633 command lets you search the MESSAGE INDEX for a word.
5634 It scans through whatever you see, usually the name of the author
5635 and the Subject line.
5636 WhereIs has special subcommands to let you find the beginning of the
5637 index (Ctrl-Y -- first message)
5638 or the end of the index (Ctrl-V -- last message).
5640 Note that WhereIs only searches through the visible text on the screen.
5641 For example, if only part of the Subject of a message is shown because it
5642 is long, then only the visible portion of the Subject is searched.
5643 Also note that WhereIs does not &quot;see&quot; the 
5644 &quot;X&quot; in column one of Index entries for selected messages
5645 so it can't be used to search for
5646 selected messages (use &quot;Zoom&quot; instead).
5648 If the feature
5649 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
5650 is turned on,
5651 WhereIs can also be used as a quick way to select messages that match the
5652 string being searched for.
5653 Instead of typing carriage return to search for the next match, type
5654 Ctrl-X to select all matches.
5655 Once again, this only selects matches that are (or would be if the right
5656 index line was on the screen) visible.
5657 Truncated From lines or Subjects will cause matches to be missed.
5658 Although WhereIs is sometimes convenient for quick matching, the Select
5659 command is usually more powerful and usually faster.
5662 &lt;End of help on this topic&gt;
5663 </BODY>
5664 </HTML>
5665 ======= h_view_cmd_whereis =======
5666 <HTML>
5667 <HEAD>
5668 <TITLE>WhereIs Command</TITLE>
5669 </HEAD>
5670 <BODY>
5671 <H1>WhereIs Command</H1>
5673 The WhereIs
5674 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
5675 command does a &quot;find in current message&quot; operation.  You
5676 type in text and Alpine will try to find it in the message you are
5677 reading.  WhereIs also has subcommands to jump to the beginning (Ctrl-Y)
5678 or end (Ctrl-V) of the message.
5679 That is, to rapidly move to the end of a message, hit the 
5680 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5681 (or Ctrl-W) key followed
5682 by Ctrl-V.  Similarly,
5683 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5684 followed by Ctrl-Y will take you to the beginning of a message.
5687 &lt;End of help on this topic&gt;
5688 </BODY>
5689 </HTML>
5690 ======= h_view_cmd_hilite =======
5691 <HTML>
5692 <HEAD>
5693 <TITLE>View Hilite and Next item/Previous item</TITLE>
5694 </HEAD>
5695 <BODY>
5696 <H1>View Hilite and Next item/Previous item</H1>
5698 Sometimes messages may be in the form of formatted HTML text
5699 or they may contain URLs or Web server hostnames.
5700 When any of the features
5701 <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>,
5702 <A HREF="h_config_enable_view_web_host">&quot;<!--#echo var="FEAT_enable-msg-view-web-hostnames"-->&quot;</A>,
5703 <A HREF="h_config_enable_view_attach">&quot;<!--#echo var="FEAT_enable-msg-view-attachments"-->&quot;</A>,
5705 <A HREF="h_config_enable_view_addresses">&quot;<!--#echo var="FEAT_enable-msg-view-addresses"-->&quot;</A>
5706 are enabled, Alpine will represent such selectable items in the text
5707 in bold typeface.  One of the selectable items will be displayed in
5708 inverse video (highlighted).  This is the &quot;currently selected&quot; item.
5709 Press the Return key to view the currently selected item.
5712 The Up and Down Arrows keys can be used to change the selected item
5713 (also see the feature
5714 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
5715 If there are no selectable items in the direction of the arrow you
5716 pressed, Alpine will scroll the display in that direction until one
5717 becomes visible.  To &quot;jump&quot; forwards/backwards among selectable 
5718 items in the message text, use the Previous and Next item commands,
5719 <!--chtml if pinemode="function_key"-->F5 and F6
5720 <!--chtml else-->^B and ^F<!--chtml endif-->.
5723 &lt;End of help on this topic&gt;
5724 </BODY>
5725 </HTML>
5726 ======= h_view_cmd_viewattch =======
5727 <HTML>
5728 <HEAD>
5729 <TITLE>ViewAttch Command</TITLE>
5730 </HEAD>
5731 <BODY>
5732 <H1>ViewAttch Command</H1>
5735 The View/Save Attachment
5736 (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->V<!--chtml endif-->)
5737 command allows you to handle MIME attachments to a message you have
5738 received.  Alpine shows you a list of the message attachments -- you just
5739 choose the attachment you want.  You may either view or save the
5740 selected attachment.
5743 Because many attachments require external programs for display, there
5744 is some system configuration that has to happen before you can
5745 actually display attachments.  Hopefully much of that will have been
5746 done already by your system administrator.  MIME configuration is
5747 handled with the &quot;mailcap&quot; configuration file.  (See the section 
5748 on configuration in the
5749 <A HREF="h_news">release notes</A> for more information.)
5752 &lt;End of help on this topic&gt;
5753 </BODY>
5754 </HTML>
5755 ======= h_index_cmd_expunge =======
5756 <HTML>
5757 <HEAD>
5758 <TITLE>Expunge/Exclude Command</TITLE>
5759 </HEAD>
5760 <BODY>
5761 <H1>Expunge/Exclude Command</H1>
5763 Expunge/Exclude
5764 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->X<!--chtml endif-->)
5765 is the command Alpine uses to actually remove all messages
5766 marked for deletion.  With regular email files, expunge literally deletes
5767 the text from the current folder.  With newsgroups or shared mailboxes,
5768 you don't have permission to actually remove the message, so it is an
5769 exclude -- Alpine removes the message from your view of the folder even
5770 though it is not technically gone.
5772 <P> A selective expunge command is available in IMAP folders that support 
5773 the UID EXPUNGE extension in <A 
5774 HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all 
5775 other folders (local folders in all formats, POP3 inbox, and newsgroups) 
5776 as a subcommand of the apply command. If some selected messages are marked 
5777 deleted, then the apply command will offer the eXpunge command, which when 
5778 executed will only expunge those messages that are selected and deleted.
5780 <P> 
5781 Observe that the expunge command (when not used from the apply command) 
5782 will expunge/exclude all deleted messages from the folder, and so all 
5783 messages marked deleted will be expunged, regardless of if they are 
5784 selected or not. In other words, there is no protection against 
5785 potentially expunging more messages than only those that have been 
5786 selected and deleted.
5789 The configuration features
5790 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
5792 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>
5793 affect the behavior of the Expunge command.
5796 &lt;End of help on this topic&gt;
5797 </BODY>
5798 </HTML>
5799 ======= h_common_compose =======
5800 <HTML>
5801 <HEAD>
5802 <TITLE>Compose Command</TITLE>
5803 </HEAD>
5804 <BODY>
5805 <H1>Compose Command</H1>
5807 The Compose command takes you into the Alpine message composer where you
5808 can start a new message for sending.  This is where you type in the
5809 message's text and specify its recipient list (the &quot;To:&quot;
5810 address), where copies should be directed (e.g., &quot;Fcc&quot;,
5811 &quot;Cc:&quot; or &quot;Bcc:&quot;), and which files, if any, should
5812 be attached to the message.
5815 When you type this command, Alpine will also automatically check for any
5816 interrupted (i.e., a message that was being composed when your modem
5817 or network connection was broken) or previously postponed messages and
5818 offer you a chance to continue working on those.
5821 <UL>   
5822 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5823 </UL><P>
5824 &lt;End of help on this topic&gt;
5825 </BODY>
5826 </HTML>
5827 ======= h_common_index =======
5828 <HTML>
5829 <HEAD>
5830 <TITLE>Message Index Command</TITLE>
5831 </HEAD>
5832 <BODY>
5833 <H1>Message Index Command</H1>
5835 The Index command takes you to the MESSAGE INDEX screen that displays a
5836 summary caption for each message in the currently-open folder. One
5837 message will be highlighted; this is the &quot;Current&quot; message.
5838 The message commands available from this screen (e.g. View, Reply,
5839 Forward, Delete, Print, Save, etc) apply to the current message.
5842 &lt;End of help on this topic&gt;
5843 </BODY>
5844 </HTML>
5845 ======= h_common_folders =======
5846 <HTML>
5847 <HEAD>
5848 <TITLE>Folder List Command</TITLE>
5849 </HEAD>
5850 <BODY>
5851 <H1>Folder List Command</H1>
5853 This Folder List command takes you to the FOLDER LIST screen that displays
5854 the names of all your message folders and allows you to view, rename,
5855 delete, and add folders.  You can open (view) a different folder than the
5856 one currently open by highlighting the desired one (using the arrow keys
5857 or their control-key equivalents) and pressing RETURN.
5860 If you have multiple folder collections defined (see the Help text for
5861 the FOLDER LIST screen to learn more about Collections), you may need
5862 to press Return to expand the collection and display all of the
5863 folders in it.
5866 &lt;End of help on this topic&gt;
5867 </BODY>
5868 </HTML>
5869 ======= h_main_addrbook =======
5870 <HTML>
5871 <HEAD>
5872 <TITLE>Address Book Command</TITLE>
5873 </HEAD>
5874 <BODY>
5875 <H1>Address Book Command</H1>
5877 This command, available only from the MAIN MENU, takes you
5878 to the ADDRESS BOOK management screen.  From here, your personal address
5879 book(s) may be updated.
5882 &lt;End of help on this topic&gt;
5883 </BODY>
5884 </HTML>
5885 ======= h_main_setup =======
5886 <HTML>
5887 <HEAD>
5888 <TITLE>Setup Command</TITLE>
5889 </HEAD>
5890 <BODY>
5891 <H1>Setup Command</H1>
5893 The Setup command, available only from the MAIN MENU, prompts you for
5894 one of several configuration screens, including the SETUP CONFIGURATION 
5895 screen, by which you may activate optional Alpine features.
5898 &lt;End of help on this topic&gt;
5899 </BODY>
5900 </HTML>
5901 ======= h_main_release_notes =======
5902 <HTML>
5903 <HEAD>
5904 <TITLE>Release Notes Command</TITLE>
5905 </HEAD>
5906 <BODY>
5907 <H1>Release Notes Command</H1>
5909 This command displays information about Alpine <!--#echo var="ALPINE_VERSION"-->,
5910 as well as pointers to further information such as history and legal notes.
5913 &lt;End of help on this topic&gt;
5914 </BODY>
5915 </HTML>
5916 ======= h_main_kblock =======
5917 <HTML>
5918 <HEAD>
5919 <TITLE>Keyboard Lock Command</TITLE>
5920 </HEAD>
5921 <BODY>
5922 <H1>Keyboard Lock Command</H1>
5924 This command allows your Alpine session to be protected
5925 during a temporary absence from your terminal.
5928 &lt;End of help on this topic&gt;
5929 </BODY>
5930 </HTML>
5931 ======= h_main_journal =======
5932 <HTML>
5933 <HEAD>
5934 <TITLE>Journal Command</TITLE>
5935 </HEAD>
5936 <BODY>
5937 <H1>Journal Command</H1>
5939 This command displays a list of all the status messages Alpine has
5940 displayed (on the third line from the bottom of the screen). This may
5941 be useful if a message disappeared before you had a chance to read it.
5944 &lt;End of help on this topic&gt;
5945 </BODY>
5946 </HTML>
5947 ======= h_common_role =======
5948 <HTML>
5949 <HEAD>
5950 <TITLE>Role Command</TITLE>
5951 </HEAD>
5952 <BODY>
5953 <H1>Role Command</H1>
5955 The Role command is similar to the Compose command except that it starts
5956 off by letting you select a <A HREF="h_rules_roles">role</A>
5957 to be used for the composition.
5958 You may set up alternate roles by using Setup/Rules/Roles.
5961 &lt;End of help on this topic&gt;
5962 </BODY>
5963 </HTML>
5964 ======= h_common_conditional_cmds =======
5965 <HTML>
5966 <HEAD>
5967 <TITLE>Conditional Commands</TITLE>
5968 </HEAD>
5969 <BODY>
5970 <H1>Conditional Commands</H1>
5972 The presence or absence of certain commands, particularly in the
5973 MESSAGE INDEX and MESSAGE TEXT screens, is determined by
5974 whether or not specific features are set in your Alpine configuration.  
5975 (You can access the SETUP CONFIGURATION screen, where they are found, from 
5976 Alpine's MAIN MENU.)  To see if a desired command's availability is
5977 conditioned on a feature setting, see the command's help text (highlight
5978 the phrase associated with the command and hit Return).
5981 Also note that some
5982 commands may be administratively disabled by your system manager;
5983 if they don't work, please check with your local help desk.
5986 <UL>   
5987 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5988 </UL><P>
5989 &lt;End of help on this topic&gt;
5990 </BODY>
5991 </HTML>
5992 ======= h_common_pipe =======
5993 <HTML>
5994 <HEAD>
5995 <TITLE>Pipe Command</TITLE>
5996 </HEAD>
5997 <BODY>
5998 <H1>Pipe Command</H1>
6000 Pipe
6001 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->|<!--chtml endif-->)
6002 allows you to send a message to a specified Unix command for external
6003 processing.
6004 This command's availability is controlled by the
6005 <A HREF="h_config_enable_pipe">&quot;<!--#echo var="FEAT_enable-unix-pipe-cmd"-->&quot;</A> 
6006 feature.
6007 By default, the processed text of the message is sent to the command
6008 you specify and the output is captured by Alpine and shown to you.
6009 When you run the pipe command, there are some sub-commands which may be
6010 used to alter this behavior.
6011 These sub-commands are described <A HREF="h_pipe_command">here</A>.
6014 &lt;End of help on this topic&gt;
6015 </BODY>
6016 </HTML>
6017 ======= h_common_goto =======
6018 <HTML>
6019 <HEAD>
6020 <TITLE>Goto Command</TITLE>
6021 </HEAD>
6022 <BODY>
6023 <H1>Goto Command</H1>
6025 Goto
6026 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->G<!--chtml endif-->)
6027 is the command that lets you bypass Alpine's folder selection screens
6028 and jump directly to a new folder.  You can select any folder in the
6029 world: one in your current collection, one in a different collection or
6030 one in a collection you've never even used before.
6033 Alpine will help you as much as possible to narrow in on the folder you want.
6034 However, if the folder is outside of your defined collections, you are
6035 going to have to enter the exact folder location using the correct
6036 <A HREF="h_valid_folder_names">syntax</A>
6037 for a remote folder and/or fully-qualified path name.
6040 &lt;End of help on this topic&gt;
6041 </BODY>
6042 </HTML>
6043 ======= h_common_nextnew =======
6044 <HTML>
6045 <HEAD>
6046 <TITLE>NextNew Command</TITLE>
6047 </HEAD>
6048 <BODY>
6049 <H1>NextNew Command</H1>
6051 When you press the TAB key, Alpine advances to the next
6052 &quot;interesting&quot; message.
6053 This will be the next message you have not seen before, or the next message
6054 you have flagged Important, whichever comes first.
6055 Unread messages that have been deleted are not considered interesting.
6056 (A note about reading news. Alpine expects you to &quot;Delete&quot; news
6057 articles after you have read them if you want to remove them from future
6058 consideration. See <A HREF="h_mainhelp_readingnews">Reading News</A> for
6059 more information.)
6062 The NextNew command is affected by the feature
6063 <A HREF="h_config_tab_new_only">&quot;<!--#echo var="FEAT_tab-visits-next-new-message-only"-->&quot;</A>,
6064 which causes Alpine to only consider Unread messages interesting, not messages
6065 flagged Important.
6068 This command behaves a little differently when it finds there are no more
6069 interesting messages left in the current folder.
6070 If the current folder is one of your Incoming Message Folders
6071 (<A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>)
6072 or it is a newsgroup, then Alpine will try to find the next folder or
6073 newsgroup that contains <EM>Recent</EM> messages and will ask you
6074 if you want to open that folder.
6075 This behavior may be modified by using the
6076 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
6077 feature that causes Alpine to look for Unseen messages instead of Recent
6078 messages.
6079 The NextNew command's behavior is also affected by the configuration features
6080 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A>,
6082 <A HREF="h_config_tab_no_prompt">&quot;<!--#echo var="FEAT_continue-tab-without-confirm"-->&quot;</A>.
6085 &lt;End of help on this topic&gt;
6086 </BODY>
6087 </HTML>
6088 ======= h_common_jump =======
6089 <HTML>
6090 <HEAD>
6091 <TITLE>Jump Command</TITLE>
6092 </HEAD>
6093 <BODY>
6094 <H1>Jump Command</H1>
6096 This is Alpine's way of allowing you to go straight to a specific message.
6097 Just press &quot;J&quot; and then enter the message number.  By default, Alpine is also
6098 configured such that typing in any number automatically jumps you to that
6099 message 
6100 (<A HREF="h_config_enable_jump">&quot;<!--#echo var="FEAT_enable-jump-shortcut"-->&quot;</A> 
6101 in the SETUP CONFIGURATION).
6104 &lt;End of help on this topic&gt;
6105 </BODY>
6106 </HTML>
6107 ======= h_common_flag =======
6108 <HTML>
6109 <HEAD>
6110 <TITLE>Flag Command</TITLE>
6111 </HEAD>
6112 <BODY>
6113 <H1>Flag Command</H1>
6115 Flag
6116 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6117 is the command that allows users to manipulate the status flags that
6118 appear on the left side of the MESSAGE INDEX screen.  The most common
6119 use of this is to mark a message as important. This is something of a
6120 note to yourself to get back to that message.  You may also use the
6121 flag command to set (or unset) the flags that indicate that a message
6122 is new, answered, deleted, or forwarded.<P>
6124 Provided the mail server supports it,
6125 you may also manipulate user-defined keywords
6126 for a message using the flag command.
6127 These keywords will be available if you use the Flag Details screen that you
6128 can get to after typing the
6129 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6130 command.
6131 They will be listed after the Important, New, Answered, Deleted , and Forwarded flags,
6132 which are always present.
6133 You may add new keywords by using the Add KW command from the Flag Details screen
6134 or by defining them in the <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
6136 The availability of the flag command is determined by the
6137 <A HREF="h_config_enable_flag">&quot;<!--#echo var="FEAT_enable-flag-cmd"-->&quot;</A>
6138 feature in your Alpine configuration. Also, it is possible that Flag could be
6139 administratively disabled by your system manager; if it doesn't work,
6140 please check with your local help desk before reporting a bug.
6141 The behavior of the flag command may be modified by the
6142 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
6143 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
6146 &lt;End of help on this topic&gt;
6147 </BODY>
6148 </HTML>
6149 ======= h_common_hdrmode =======
6150 <HTML>
6151 <HEAD>
6152 <TITLE>HdrMode Command</TITLE>
6153 </HEAD>
6154 <BODY>
6155 <H1>HdrMode Command</H1>
6157 Every email message comes with some header lines that you normally
6158 don't see (and don't want to see).
6159 These include anywhere from 3-20 lines (or more) added by the
6160 Internet mail transport system to record the route your message took,
6161 for diagnostic purposes.
6162 These are normally of no import and simply
6163 add clutter, so Alpine suppresses them in the MESSAGE TEXT display.
6164 This also includes other non-standard headers the message may contain.
6165 If you want to see these headers, there is a way to reveal them.
6168 The Header Mode
6169 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6170 command is a toggle that controls Alpine's handling of these header
6171 lines.  Normally, full headers is &quot;off&quot; and you only see a
6172 few lines about who a message is to and who it is from.  When you
6173 press
6174 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6175 to turn full headers on, Alpine will show you
6176 the normal header lines as well as delivery headers, comment headers,
6177 MIME headers, and any other headers present.
6180 Several different Alpine commands honor the header mode -- it affects how
6181 messages are displayed, how they appear in forward and reply email, how
6182 they are printed, how they are saved, and how they are exported.
6183 <!--chtml if pinemode="os_windows"-->
6184 <!--chtml else--> 
6185 The pipe command is also affected.
6186 <!--chtml endif-->
6189 The presence or absence of the Header Mode command is determined by the
6190 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6191 Feature-List option in your Alpine configuration.
6194 If you have also turned on the
6195 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
6196 option then the HdrMode command actually rotates through three states
6197 instead of just two.
6198 The first is the normal view with long quotes suppressed.
6199 The second is the normal view but with the long quotes included.
6200 The last enables the display of all headers in the message.
6201 When using Export, Pipe, Print, Forward, or Reply the quotes are
6202 never suppressed, so the first two states are identical.
6205 The behavior of the Header Mode command may be altered slightly by
6206 turning on the
6207 <A HREF="h_config_quell_full_hdr_reset">&quot;<!--#echo var="FEAT_quell-full-header-auto-reset"-->&quot;</A>
6208 Feature-List option in your Alpine configuration.
6209 In particular, it will cause the Header Mode to be persistent when moving
6210 from message to message instead of resetting to the default for each message.
6213 <UL>   
6214 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6215 </UL><P>
6216 &lt;End of help on this topic&gt;
6217 </BODY>
6218 </HTML>
6219 ======= h_common_print =======
6220 <HTML>
6221 <HEAD>
6222 <TITLE>Print Command</TITLE>
6223 </HEAD>
6224 <BODY>
6225 <H1>Print Command</H1>
6227 The Print
6228 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->%<!--chtml endif-->)
6229 command allows you to print a copy of a message.
6230 There are many SETUP CONFIGURATION features that affect the
6231 Print command, including
6232 <A HREF="h_config_enable_y_print">&quot;<!--#echo var="FEAT_enable-print-via-y-command"-->&quot;</A>,
6233 <A HREF="h_config_print_index">&quot;<!--#echo var="FEAT_print-index-enabled"-->&quot;</A>,
6234 <A HREF="h_config_custom_print">&quot;<!--#echo var="FEAT_print-offers-custom-cmd-prompt"-->&quot;</A>,
6235 <A HREF="h_config_print_from">&quot;<!--#echo var="FEAT_print-includes-from-line"-->&quot;</A>, and
6236 <A HREF="h_config_ff_between_msgs">&quot;<!--#echo var="FEAT_print-formfeed-between-messages"-->&quot;</A>.
6237 You set up for printing by using the Printer option of the Setup command
6238 on the MAIN MENU.
6242 &lt;End of help on this topic&gt;
6243 </BODY>
6244 </HTML>
6245 ======= h_common_take =======
6246 <HTML>
6247 <HEAD>
6248 <TITLE>TakeAddr Command</TITLE>
6249 </HEAD>
6250 <BODY>
6251 <H1>TakeAddr Command</H1>
6254 With the Take Address
6255 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->T<!--chtml endif-->)
6256 command, you can extract email addresses from an
6257 incoming message and save them in an address book.  This is an easy way
6258 to add to your address book and avoid having to remember the email
6259 addresses of the people who write to you.
6262 If the message is just to you individually, then you will only need to
6263 provide a nickname.  If the message contains more than one email address,
6264 then you will see an address
6265 selection screen that lets you choose the address you want to save into
6266 your address book, or lets you choose several of them add to a
6267 personal distribution list.
6270 Once you've added an entry to your address book, you can use it from the
6271 message composer by typing the nickname of the entry into one of the
6272 header fields (for example, into the To: field), or you can use ^T from
6273 the header field to select the entry from your address book.
6276 If the configuration feature
6277 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
6278 is set, the behavior of the Take command is altered slightly.
6281 &lt;End of help on this topic&gt;
6282 </BODY>
6283 </HTML>
6284 ======= h_ge_import =======
6285 <HTML>
6286 <HEAD>
6287 <TITLE>Import File Selection</TITLE>
6288 </HEAD>
6289 <BODY>
6290 <H1>Import File Selection</H1>
6292 You are importing a file that you previously
6293 exported from Alpine.
6294 You are now being asked for the name of that file.
6295 The easiest way to select a file is probably with the &quot;^T&quot;
6296 &quot;To Files&quot; command.
6297 Alternatively, you may type in a file name.
6298 It may be an absolute pathname.
6299 Otherwise, it is a file located in your home directory
6300 or current working directory
6301 <!--chtml if pinemode="running"-->
6302 (which, at least for your current Alpine &quot;session,&quot; 
6303 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6304 <!--chtml endif-->, depending on the
6305 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6306 In any case, you finish by typing a carriage return to accept the
6307 file name that is displayed.
6308 When the feature
6309 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6310 is turned on you may use TAB to complete partially typed in names.
6312 You may cancel the import operation by typing &quot;^C&quot; after exiting
6313 this help.
6315 &lt;End of help on this topic&gt;
6316 </BODY>
6317 </HTML>
6318 ======= h_ge_allparts =======
6319 <HTML>
6320 <HEAD>
6321 <TITLE>Export Message File Selection</TITLE>
6322 </HEAD>
6323 <BODY>
6324 <H1>Export Message File Selection</H1>
6326 You are Exporting a message from an Alpine mail folder
6327 to a plain text file.
6328 You also have the option of exporting all of the attachments associated
6329 with the message.
6330 You are now being asked for the name of the file to export <EM>to</EM>.
6331 The easiest way to select a file is probably with the &quot;^T&quot;
6332 &quot;To Files&quot; subcommand.
6333 After returning from that subcommand you will still be allowed to
6334 edit the name you have selected.
6335 Alternatively, you may type in a file name.
6336 It may be an absolute pathname.
6337 Otherwise, it is a file located in your home directory
6338 or current working directory
6339 <!--chtml if pinemode="running"-->
6340 (which, at least for your current Alpine &quot;session,&quot; 
6341 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6342 <!--chtml endif-->, depending on the
6343 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6344 In any case, you finish by typing a carriage return to accept the
6345 file name that is displayed.
6346 When the feature
6347 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6348 is turned on you may use TAB to complete partially typed in names.
6350 The message you are exporting appears to have some attachments.
6351 If you wish to save <EM>all</EM> of the attachments at once,
6352 type the &quot;^P&quot; &quot;AllParts&quot; command to turn on
6353 saving of the attachments.
6354 You may turn it back off by typing &quot;^P&quot; again, which will now
6355 be labeled &quot;NoAllParts&quot; instead.
6356 If you want to save the parts the command displayed should be
6357 &quot;NoAllParts&quot;!
6358 When you choose to save attachments like this, the attachments will be saved
6359 in a newly created directory.
6360 That directory will have the same name as the file name you choose here,
6361 with the letters &quot;.d&quot; appended.
6362 If that directory already exists, then the letters &quot;.d_1&quot; will
6363 be tried, then &quot;.d_2&quot; and so on until a name that doesn't exist
6364 is found.
6365 For example, if you select the file name
6367 <CENTER><SAMP>filename</SAMP></CENTER>
6369 to export the message to, then the directory used for the attachments will be
6371 <CENTER><SAMP>filename.d</SAMP></CENTER>
6373 or perhaps
6375 <CENTER><SAMP>filename.d_&lt;n&gt;</SAMP></CENTER>
6377 The attachments will then be put into files inside that directory.
6378 The names for the attachment files will be derived from the attachments
6379 if possible.
6380 This is done in the same way as the default values are derived if you
6381 save them one at a time.
6382 (The &quot;filename&quot; parameter from the Content-Disposition header
6383 is the first choice. If that doesn't exist, the &quot;name&quot;
6384 parameter from the Content-Type header is used.)
6385 If a name for a particular attachment is not available, then the
6386 part number of the attachment is used, with the characters &quot;part_&quot;
6387 prepended.
6388 An example of that would be
6390 <CENTER><SAMP>part_2.1</SAMP></CENTER>
6392 If you want to save only some of the attachments or if you want more control
6393 over the directory and filename where an attachment is saved you may
6394 cancel out of this command and View the attachment list.
6395 From there you can save each attachment individually.
6397 You may cancel the Export operation by typing &quot;^C&quot; after exiting
6398 this help.
6400 &lt;End of help on this topic&gt;
6401 </BODY>
6402 </HTML>
6403 ======= h_ge_export =======
6404 <HTML>
6405 <HEAD>
6406 <TITLE>Export File Selection</TITLE>
6407 </HEAD>
6408 <BODY>
6409 <H1>Export File Selection</H1>
6411 You are Exporting or Saving something from within the Alpine world
6412 (a message, an attachment, etc.)
6413 to a plain text file.
6414 You are now being asked for the name of the file to export <EM>to</EM>.
6415 The easiest way to select a file is probably with the &quot;^T&quot;
6416 &quot;To Files&quot; subcommand.
6417 After returning from that subcommand you will still be allowed to
6418 edit the name you have selected.
6419 Alternatively, you may type in a file name.
6420 It may be an absolute pathname.
6421 Otherwise, it is a file located in your home directory
6422 or current working directory
6423 <!--chtml if pinemode="running"-->
6424 (which, at least for your current Alpine &quot;session,&quot; 
6425 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6426 <!--chtml endif-->, depending on the
6427 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6428 In any case, you finish by typing a carriage return to accept the
6429 file name that is displayed.
6430 When the feature
6431 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6432 is turned on you may use TAB to complete partially typed in names.
6434 If the object you are exporting is a message with some attachments,
6435 you may wish to save all of the attachments by typing the &quot;^P&quot;
6436 &quot;AllParts&quot; command to turn on saving of the attachments.
6437 This subcommand will only be visible if the message actually has attachments.
6438 You may also View the attachment list and save individual attachments from
6439 there.
6441 You may cancel the Export operation by typing &quot;^C&quot; after exiting
6442 this help.
6444 &lt;End of help on this topic&gt;
6445 </BODY>
6446 </HTML>
6447 ======= h_common_save =======
6448 <HTML>
6449 <HEAD>
6450 <TITLE>Save and Export Commands</TITLE>
6451 </HEAD>
6452 <BODY>
6453 <H1>Save and Export Commands</H1>
6455 Save
6456 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->S<!--chtml endif-->)
6457 and Export
6458 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->E<!--chtml endif-->)
6459 are the two alternatives Alpine gives you to keep a copy of the message
6460 you are reading. If you want to keep the message within Alpine's email
6461 world, use &quot;Save&quot;; if you want to use the message in another
6462 program, use &quot;Export&quot;.
6465 When you Save a message, it is put into an existing folder or into a new
6466 folder in one of your existing folder collections.  The message stays in
6467 email format and can be read by Alpine again.  Alpine may use a special format
6468 for its mail folders -- never edit an Alpine folder by hand or with any
6469 program other than Alpine.  The exact behavior of the Save command can be
6470 configured with the
6471 <A HREF="h_config_quote_all_froms">&quot;<!--#echo var="FEAT_save-will-quote-leading-froms"-->&quot;</A>,
6472 <A HREF="h_config_save_wont_delete">&quot;<!--#echo var="FEAT_save-will-not-delete"-->&quot;</A>,
6473 and 
6474 <A HREF="h_config_save_advances">&quot;<!--#echo var="FEAT_save-will-advance"-->&quot;</A>
6475 feature list settings.
6476 The name of the folder offered as a default is controlled by the option
6477 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>.
6480 When you use Export, the message is placed in a plain text file in your
6481 home directory 
6482 <!--chtml if pinemode="running"-->
6483 (which, in the present configuration of your system, is
6484  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
6485 <!--chtml endif-->
6486 or current working directory
6487 <!--chtml if pinemode="running"-->
6488 (which, at least for your current Alpine &quot;session,&quot; 
6489 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6490 <!--chtml endif-->, depending on the
6491 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
6492 configuration setting.  In the normal case, only minimal
6493 headers are exported with the message; however, if the full header mode 
6494 (whose availability may be disabled  by setting the feature 
6495 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6496 in SETUP CONFIGURATION) is
6497 toggled on, then complete headers are exported along with the message
6498 text. (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
6499 defined, they may affect the contents of the exported file.)
6502 &lt;End of help on this topic&gt;
6503 </BODY>
6504 </HTML>
6505 ======= h_common_bounce =======
6506 <HTML>
6507 <HEAD>
6508 <TITLE>Bounce Command</TITLE>
6509 </HEAD>
6510 <BODY>
6511 <H1>Bounce Command</H1>
6513 The Bounce 
6514 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->B<!--chtml endif-->)
6515 command allows you to re-send, or &quot;remail&quot;, a
6516 message, as if you were never in the loop.  It is analogous to crossing
6517 out your address on a postal letter, writing a different address on the
6518 envelope, and putting it into the mailbox. Bounce is used primarily to
6519 redirect email that was sent to you in error.
6520 Also, some owners of email
6521 lists need the bounce command to handle list traffic.
6522 Bounce is not anonymous.
6523 A ReSent-From header is added to the message so that the recipient may
6524 tell that you Bounced it to them.
6527 The presence or absence of the Bounce command is determined by the
6528 <A HREF="h_config_enable_bounce">&quot;<!--#echo var="FEAT_enable-bounce-cmd"-->&quot;</A>
6529 feature in your Alpine configuration.
6530 The feature
6531 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A>
6532 affects the behavior of the Bounce command.
6533 Also, it is possible that Bounce could be
6534 administratively disabled by your system manager; if it doesn't work,
6535 please check with your local help desk before reporting a bug.
6538 &lt;End of help on this topic&gt;
6539 </BODY>
6540 </HTML>
6541 ======= h_common_reply =======
6542 <HTML>
6543 <HEAD>
6544 <TITLE>Reply and Forward Commands</TITLE>
6545 </HEAD>
6546 <BODY>
6548 <H1>Reply and Forward Commands</H1>
6550 Replying 
6551 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->R<!--chtml endif-->)
6552 and Forwarding 
6553 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->F<!--chtml endif-->)
6554 are your two alternatives for following up on the
6555 message you are reading.  You would use reply if you want to get email
6556 back to the author of the message and/or the other people who have
6557 already seen it.  You use forward if you want somebody new to see the
6558 message.
6561 In the normal case, the only thing that you must supply when forwarding a
6562 message is the name/email address of the new recipient.
6563 Alpine will include the text of the forwarded message.
6564 Alpine will also include any attachments to the message.
6565 There is space above the forwarded text for you to include additional comments.
6568 When replying, you usually have to answer some questions.
6569 If the message is to multiple people and/or specified with a Reply-To: header,
6570 then you will have to decide who should get the reply.
6571 You also need to decide whether or not to include the previous
6572 message in your reply.
6573 Some of this is configurable.
6574 Specifically, see the
6575 <A HREF="h_config_include_header">&quot;<!--#echo var="FEAT_include-header-in-reply"-->&quot;</A>,
6576 <A HREF="h_config_auto_include_reply">&quot;<!--#echo var="FEAT_include-text-in-reply"-->&quot;</A>,
6577 <A HREF="h_config_attach_in_reply">&quot;<!--#echo var="FEAT_include-attachments-in-reply"-->&quot;</A>,
6579 <A HREF="h_config_auto_reply_to">&quot;<!--#echo var="FEAT_reply-always-uses-reply-to"-->&quot;</A>
6580 configuration features.
6583 Both the Reply and Forward commands react to the full header mode toggle.
6584 If the full header mode is on, then all the header and delivery lines are
6585 included with the text of the message in your reply/forward.
6588 Other configuration features that affect the Reply command are
6589 <A HREF="h_config_sig_at_bottom">&quot;<!--#echo var="FEAT_signature-at-bottom"-->&quot;</A>,
6590 <A HREF="h_config_sigdashes">&quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot;</A>, and
6591 <A HREF="h_config_strip_sigdashes">&quot;<!--#echo var="FEAT_strip-from-sigdashes-on-reply"-->&quot;</A>.
6594 &lt;End of help on this topic&gt;
6595 </BODY>
6596 </HTML>
6597 ======= h_common_delete =======
6598 <HTML>
6599 <HEAD>
6600 <TITLE>Delete and Undelete Commands</TITLE>
6601 </HEAD>
6602 <BODY>
6603 <H1>Delete and Undelete Commands</H1>
6605 Delete 
6606 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->D<!--chtml endif-->)
6607 and Undelete 
6608 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->U<!--chtml endif-->)
6609 allow you to change the Deleted flag for the current message.
6610 Delete marks a message Deleted (turns on the Deleted flag) and Undelete
6611 removes the mark.
6612 In the MESSAGE INDEX, deleted messages have a &quot;D&quot; in the status field
6613 at the left hand edge of the index line.
6614 When viewing a deleted message, the letters &quot;DEL&quot; will be present
6615 in the upper right hand corner of the screen.
6616 Delete simply <EM>marks</EM> a message Deleted, it does not actually
6617 get rid of the message.
6618 The eXpunge command (available from the MESSAGE INDEX screen) actually
6619 removes all of the deleted messages in a folder.
6620 Once a message is eXpunged, it can't be retrieved.
6623 The Delete command is affected by the setting of the configuration feature
6624 <A HREF="h_config_del_skips_del">&quot;<!--#echo var="FEAT_delete-skips-deleted"-->&quot;</A>.
6627 &lt;End of help on this topic&gt;
6628 </BODY>
6629 </HTML>
6630 ======= h_common_postpone =======
6631 <HTML>
6632 <HEAD>
6633 <TITLE>Postpone Command</TITLE>
6634 </HEAD>
6635 <BODY>
6636 <H1>Postpone Command</H1>
6638 The postpone
6639 <!--chtml if pinemode="function_key"-->(F11)<!--chtml else-->(^O)<!--chtml endif-->
6640 command allows you to temporarily stop working on the current
6641 message so you may read
6642 other messages or compose another message.  When you want to resume a
6643 message later, start to compose and answer &quot;yes&quot; to the
6644 &quot;Continue postponed composition?&quot; question.  You may
6645 postpone as many messages as you like.
6648 Note: If a <A HREF="h_config_form_folder"><!--#echo var="VAR_form-letter-folder"--></A> is defined
6649 in the Setup/Config screen, then the Postpone command will prompt you for
6650 the folder in which to store your outgoing message.
6653 &lt;End of help on this topic&gt;
6654 </BODY>
6655 </HTML>
6656 ======= h_compose_cancel =======
6657 <HTML>
6658 <HEAD>
6659 <TITLE>Cancel Command</TITLE>
6660 </HEAD>
6661 <BODY>
6662 <H1>Cancel Command</H1>
6664 Cancel
6665 <!--chtml if pinemode="function_key"-->
6666 (F2)
6667 <!--chtml else-->
6668 (^C) 
6669 <!--chtml endif-->
6671 The Cancel command returns you to Alpine's normal mail processing and
6672 causes the message currently under composition to be thrown out.
6673 The message text <EM>will be lost</EM>.
6676 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
6677 will be preserved in the file named
6678 <!--chtml if pinemode="os_windows"-->
6679 &quot;DEADLETR&quot;.
6680 <!--chtml else-->
6681 &quot;dead.letter&quot; in your home directory.
6682 <!--chtml endif-->
6683 If you unintentionally cancel a message, look there for its text.
6686 &lt;End of help on this topic&gt;
6687 </BODY>
6688 </HTML>
6689 ======= h_compose_addrcomplete =======
6690 <HTML>
6691 <HEAD>
6692 <TITLE>Address Completion</TITLE>
6693 </HEAD>
6694 <BODY>
6695 <H1>Address Completion</H1>
6697 When entering addresses in the address fields of the composer (To, Cc, etc.)
6698 the TAB key may be used to help complete the address.
6699 Type a partial nickname and tap the TAB key to complete the typing.
6700 The unambiguous part of the name will be filled in automatically.
6701 Typing TAB twice in succession will bring up a selection list of possibilities,
6702 making it easy to find and choose the correct address.
6705 The matching algorithm is rather ad hoc.
6706 The search starts with a search of your address book.
6707 It counts as a match if the nickname, address, or fullname field of an
6708 entry begins with the text typed in so far. It is also a match if
6709 a later word in the fullname (for example, the middle name or last name)
6710 begins with the entered text.
6712 Next comes an LDAP search.
6713 The search will happen for any servers that have the
6714 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
6715 feature set. You can set or unset the feature for each server independently
6716 in the Setup/Directory screen.
6718 Finally, if you are replying to or forwarding a message, that message is
6719 searched for likely candidate addresses that match the typed-in text.
6722 &lt;End of help on this topic&gt;
6723 </BODY>
6724 </HTML>
6725 ======= h_compose_richhdr =======
6726 <HTML>
6727 <HEAD>
6728 <TITLE>Rich Header Command</TITLE>
6729 </HEAD>
6730 <BODY>
6731 <H1>Rich Header Command</H1>
6733 The Rich Header command allows you to toggle between the list of 
6734 all message headers available for editing and those that are most
6735 common.
6738 Use this toggle to expose headers that are not normally visible by
6739 default.
6740 This set usually includes the
6741 &quot;Bcc:&quot;,
6742 &quot;Fcc:&quot;,
6743 &quot;Lcc:&quot;,
6744 and &quot;Newsgroups&quot;
6745 headers.
6746 If you are posting to a newsgroup the set of defaults is a little different.
6747 Obviously, in that case, the Newsgroups header is of interest so is not
6748 hidden.
6749 For news posting the hidden set includes the
6750 &quot;To:&quot;,
6751 &quot;Cc:&quot;,
6752 &quot;Bcc:&quot;,
6753 &quot;Fcc:&quot;,
6754 and &quot;Lcc:&quot;
6755 headers.
6756 You won't normally want to edit these, which is why they are hidden,
6757 but it is sometimes useful to be able to set them manually.
6760 The default sets of headers listed above can be altered.
6761 Any header that you have added to the
6762 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
6763 option, but not to the
6764 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
6765 option will appear when you use the Rich Headers command to
6766 make the Rich Headers visible.
6767 (Headers listed in the <!--#echo var="VAR_default-composer-hdrs"--> list will be visible
6768 even without toggling the Rich Headers command.)
6771 &lt;End of help on this topic&gt;
6772 </BODY>
6773 </HTML>
6774 ======= h_compose_send =======
6775 <HTML>
6776 <HEAD>
6777 <TITLE>Send Command</TITLE>
6778 </HEAD>
6779 <BODY>
6780 <H1>Send Command</H1>
6782 The Send command
6783 <!--chtml if pinemode="function_key"-->
6784 (F3)
6785 <!--chtml else-->
6786 (^X) 
6787 <!--chtml endif-->
6788 tells Alpine you are finished composing.
6789 Before actually sending it, though, Alpine will ask you to confirm 
6790 your intention, and, at the same time, redisplayed the message text
6791 with the recipients at the top of the screen to give you the opportunity
6792 to review and verify that the message is addressed to the people
6793 you intended.
6795 If the feature
6796 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
6797 then this confirmation prompt and any options it allows are skipped.
6800 This confirmation prompt may also offer, depending
6801 on your particular Setup/Config, options allowing you to set
6802 <A HREF="h_config_compose_dsn">delivery status notifications</A>,
6803 include attachments in the &quot;Fcc&quot; (if you had previously
6804 specified that they <A HREF="h_config_no_fcc_attach">exclude attachments</A>, 
6805 observe details of the
6806 <A HREF="h_config_verbose_post">message submission process</A>,
6807 choose the filter through which the
6808 <A HREF="h_config_sending_filter">outgoing text should first pass</A>,
6809 or turn of flowed text generation.
6812 &lt;End of help on this topic&gt;
6813 </BODY>
6814 </HTML>
6815 ======= h_compose_markcutpaste =======
6816 <HTML>
6817 <HEAD>
6818 <TITLE>Mark, Cut and Paste Commands</TITLE>
6819 </HEAD>
6820 <BODY>
6821 <H1>Mark, Cut and Paste Commands</H1>
6823 You can define a &quot;block&quot; of text, which can subsequently
6824  be deleted or
6825 copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
6826 then moving the cursor to the end of the desired text block.  You can then
6827 &quot;cut&quot; the block out 
6828 <!--chtml if pinemode="function_key"-->
6829 &quot;F9&quot;,
6830 <!--chtml else-->
6831 &quot;Ctrl-K&quot;,
6832 <!--chtml endif-->
6833 move the cursor, and &quot;paste&quot; it
6834 <!--chtml if pinemode="function_key"-->
6835 &quot;F10&quot;,
6836 <!--chtml else-->
6837 &quot;Ctrl-U&quot;,
6838 <!--chtml endif-->
6839 in the new location.  Also, you can paste more than once, allowing you
6840 to use this feature to copy a block of text.<P>
6842 If you press 
6843 <!--chtml if pinemode="function_key"-->
6844 &quot;F9&quot;
6845 <!--chtml else-->
6846 &quot;^K&quot;
6847 <!--chtml endif-->
6848 without having marked anything, Alpine will delete
6849 a single line.  If you delete a group of lines together, Alpine keeps them
6850 in the same buffer, so 
6851 <!--chtml if pinemode="function_key"-->
6853 <!--chtml else-->
6855 <!--chtml endif-->
6856 will restore them as a block.  About
6857 terminology:  Mark is shown as &quot;^^&quot;.  The first &quot;^&quot; means you should
6858 hold down the &quot;Control&quot; key on your keyboard.  The second &quot;^&quot; means
6859 &quot;type the character ^&quot;.
6862 &lt;End of help on this topic&gt;
6863 </BODY>
6864 </HTML>
6865 ======= h_compose_justify =======
6866 <HTML>
6867 <HEAD>
6868 <TITLE>Justify Command</TITLE>
6869 </HEAD>
6870 <BODY>
6871 <H1>Justify Command</H1>
6873 The Justify
6874 <!--chtml if pinemode="function_key"-->
6875 (F4)
6876 <!--chtml else-->
6877 (^J) 
6878 <!--chtml endif-->
6879 command reformats the text in the paragraph the cursor is in.
6880 Paragraphs are separated by one blank line or a line beginning with a space.
6881 This is useful when you have been editing a paragraph and the lines become
6882 uneven.  The text is left aligned or justified and the right is ragged.  If
6883 the text is already justified as typed with auto-wrap, no justification will
6884 be done.
6887 If you have set a <A HREF="h_compose_markcutpaste">mark</A> to select a
6888 block of text, the Justify command is modified.
6889 Instead of automatically justifying the current paragraph you will be
6890 asked if you want to justify the paragraph, justify the selected region,
6891 or adjust the quote level of the selected region.
6892 Adjusting the quote level only works if you are using standard
6893 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes, which is the default if you haven't
6894 changed &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;.
6897 When composing a reply containing included text, the justify command
6898 will reformat text to the right of the 
6899 &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;,
6900 adding or removing indented lines as needed.  Paragraphs are separated
6901 by a blank line, a line containing only the <!--#echo var="VAR_reply-indent-string"-->, or a
6902 line containing the indent string and one or more blank spaces.
6903 Included text that was previously indented (or &quot;quoted&quot;) is
6904 not preserved.
6907 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
6908 in 1999 and its wide-spread adoption since then, you will usually be better off if you
6909 use the standard
6910 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes.
6913 &lt;End of help on this topic&gt;
6914 </BODY>
6915 </HTML>
6916 ======= h_compose_spell =======
6917 <HTML>
6918 <HEAD>
6919 <TITLE>Spell Check Command</TITLE>
6920 </HEAD>
6921 <BODY>
6922 <H1>Spell Check Command</H1>
6924 The &quot;To Spell&quot;
6925 <!--chtml if pinemode="function_key"-->
6926 (F12)
6927 <!--chtml else-->
6928 (^T) 
6929 <!--chtml endif-->
6930 command calls an external spell checking program to look over the
6931 message you are composing.  By default, Alpine uses
6933 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
6935 if it knows where to find &quot;aspell&quot;.
6936 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
6937 then the command used is
6939 <CENTER><SAMP>ispell -l</SAMP></CENTER>
6941 Otherwise, the ancient &quot;spell&quot; command is used.
6943 For PC-Alpine, you must install the aspell library code that you
6944 may get from
6945 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
6948 &lt;End of help on this topic&gt;
6949 </BODY>
6950 </HTML>
6951 ======= h_compose_alted =======
6952 <HTML>
6953 <HEAD>
6954 <TITLE>Alt Editor Command</TITLE>
6955 </HEAD>
6956 <BODY>
6957 <H1>Alt Editor Command</H1>
6959 The &quot;Alt Editor&quot; command's availability depends on the
6960 Setup/Config variable &quot;<A HREF="h_config_editor"><!--#echo var="VAR_editor"--></A>&quot;.
6963 When the variable specifies a valid editor on your system, this
6964 command will launch it with the current text of your message
6965 already filled in.
6968 &lt;End of help on this topic&gt;
6969 </BODY>
6970 </HTML>
6971 ======= h_compose_readfile =======
6972 <HTML>
6973 <HEAD>
6974 <TITLE>Read File Command</TITLE>
6975 </HEAD>
6976 <BODY>
6977 <H1>Read File Command</H1>
6979 The &quot;Read File&quot;
6980 <!--chtml if pinemode="function_key"-->
6981 (F5)
6982 <!--chtml else-->
6983 (^R) 
6984 <!--chtml endif-->
6985 command allows you to copy in text from an existing file. You will be
6986 prompted for the name of a file to be inserted into the message.  The file
6987 name is relative to your home directory 
6988 <!--chtml if pinemode="running"-->
6989 (which, in the present configuration of your system, is
6990  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
6991 <!--chtml endif-->
6992 or current working directory
6993 <!--chtml if pinemode="running"-->
6994 (which, at least for your current Alpine &quot;session,&quot; 
6995 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6996 <!--chtml endif-->, depending on the
6997 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
6998 configuration setting; or, the file name must be specified as a full path name 
6999 <!--chtml if pinemode="os_windows"-->
7000 -- for example: &quot;A:&#92;PAPER.TXT&quot;
7001 <!--chtml else-->
7002 -- for example: &quot;/tmp/wisdom-of-the-day&quot;
7003 <!--chtml endif-->
7004 (without the quotation marks).
7007 The file will be inserted where the cursor is located.  <B>The
7008 file to be read must be on the same system as Alpine.</B> If you use Alpine on a
7009 Unix machine but have files on a PC or Mac, the files must be transferred
7010 to the system Alpine is running on before they can be read.  Please ask your
7011 local computer support people about the correct way to transfer a file to 
7012 your Alpine system.
7015 &lt;End of help on this topic&gt;
7016 </BODY>
7017 </HTML>
7018 ======= h_config_tray_icon =======
7019 <HTML>
7020 <HEAD>
7021 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></TITLE>
7022 </HEAD>
7023 <BODY>
7024 <H1>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></H1>
7026 PC-Alpine only.
7028 This option restores a behavior of previous versions of PC-Alpine.
7029 These
7030 versions, when started, installed a PC-Alpine icon in the notification 
7031 tray of Window's Taskbar.  The primary use of this icon was to indicate
7032 new mail arrival by turning red (while the Taskbar icon remained green).
7033 Additionally, the icon now changes to yellow to signify that a mail folder
7034 has been closed unexpectedly.
7037 Rather than add another icon to the Taskbar, this version of PC-Alpine will 
7038 color its Taskbar entry's icon red (as well as the icon in the Window
7039 Title).  This feature is only provided for backwards compatibility.
7042 &lt;End of help on this topic&gt;
7043 </BODY>
7044 </HTML>
7045 ======= h_common_suspend =======
7046 <HTML>
7047 <HEAD>
7048 <TITLE>Suspend Command</TITLE>
7049 </HEAD>
7050 <BODY>
7051 <H1>Suspend Command</H1>
7053 With the <A HREF="h_config_can_suspend"><!--#echo var="FEAT_enable-suspend"--></A> feature
7054 enabled, you can, at almost any time, temporarily halt your Alpine session,
7055 <!--chtml if pinemode="os_windows"-->
7056 minimizing it into an icon.
7057 <!--chtml else-->
7058 and return to your system prompt.
7059 <!--chtml endif-->
7062 &lt;End of help on this topic&gt;
7063 </BODY>
7064 </HTML>
7065 ======= h_pipe_command =======
7066 <HTML>
7067 <HEAD>
7068 <TITLE>Pipe Command SubOptions</TITLE>
7069 </HEAD>
7070 <BODY>
7071 <H1>Pipe Command SubOptions</H1>
7073 By default, when you use the Pipe command, the processed text of the
7074 message is sent to the Unix command
7075 you specify and the output is captured by Alpine and shown to you.
7076 (This command is available in PC-Alpine, as well, but there aren't many
7077 Windows commands that work well with piping.)
7078 There are some sub-commands that may be used to alter this behavior.
7079 These are toggles that switch the behavior between two possibilities.
7080 They can be combined in any way you wish.
7082 By default, the prompt at the bottom of the screen looks like
7084 <CENTER><SAMP>Pipe message 37 to :</SAMP></CENTER>
7088 <CENTER><SAMP>Pipe messages to :</SAMP></CENTER>
7090 if you are piping more than one message.
7092 The sub-command options are:
7093 <DL>
7094    <DT>Shown Text or Raw Text</DT>
7095    <DD>This option toggles between sending the shown (processed) text
7096 of the message to the Unix command, and sending the
7097 raw (unprocessed) text of the message to the Unix command.
7098 The default is to send the shown text.
7099 The raw version of the message will contain all of the headers and any
7100 MIME encoding that the message contains.
7101 If you've selected the Raw Text then the prompt will have the additional word
7102 &quot;RAW&quot; in it, like
7104 <CENTER><SAMP>Pipe RAW messages to :</SAMP></CENTER>
7106 You can experiment with this option by piping to something simple like the
7107 Unix &quot;cat&quot; command.
7108    </DD>
7109    <DT>Captured Output or Free Output</DT>
7110    <DD>This option toggles between having Alpine capture the output of
7111 the Unix pipe command for display, and not capturing it.
7112 If the command you are piping to is a filter that will produce output
7113 you want to view, then you want to capture that output
7114 for display (the default).
7115 If the Unix command doesn't produce output or handles the display itself,
7116 then you want free output.
7117 When you've selected the Free Output option the prompt will change to
7119 <CENTER><SAMP>Pipe messages to (uncaptured) :</SAMP></CENTER>
7121    </DD>
7122    <DT>No Delimiter or With Delimiter</DT>
7123    <DD>This option controls whether or not a Unix mailbox style delimiter
7124 will come before the text of the message.
7125 This is the delimiter used in the common Unix mailbox format.
7126 It's the single line that begins with the five characters
7127 &quot;From&quot; followed by a &lt;SPACE&gt; character.
7128 You'll usually only want to include this if the Unix command requires
7129 input in the format of a traditional Unix mailbox file.
7130 When you've selected the With Delimiter option the prompt will change to
7132 <CENTER><SAMP>Pipe messages to (delimited) :</SAMP></CENTER>
7134    </DD>
7135    <DT>To Same Pipe or To Individual Pipes</DT>
7136    <DD>This option only shows up if you are running an aggregate
7137 pipe command.
7138 That is, the command was Apply Pipe, not just Pipe.
7139 You have the option of piping all of the selected messages through a
7140 single pipe to a single instance of the Unix command,
7141 or piping each individual message through a separate pipe to separate
7142 instances of the Unix command.
7143 The default is that all of the output will go through a single pipe
7144 to a single instance of the command.
7145 You can try this option with a command like &quot;less&quot;, with Free
7146 Output enabled.
7147 When you've selected the Individual Pipes option the prompt will change to
7149 <CENTER><SAMP>Pipe messages to (new pipe) :</SAMP></CENTER>
7151    </DD>
7152 </DL>
7155 As mentioned earlier, the options can be combined in any way you wish.
7156 You may leave them all off, turn them all on, or turn some of them on
7157 and some of them off.
7158 If you use the pipe command a second time in the same session the default
7159 options will be what you used the last time.
7162 &lt;End of help on this topic&gt;
7163 </BODY>
7164 </HTML>
7165 ========== h_emptydir_subfolder_name =========
7166 <HTML>
7167 <HEAD>
7168 <TITLE>ENTER SUBFOLDER NAME</TITLE>
7169 </HEAD>
7170 <BODY>
7171 <H1>Enter Subfolder Name</H1>
7173 <P> 
7174 This is the name of a new subfolder in the directory you are creating.
7175 Because empty directories are hidden and therefore not useful, you must also
7176 create a subfolder in the directory you are creating in order that the
7177 directory remains visible.
7179 Alternatively, you may turn off the configuration feature
7180 <A HREF="h_config_quell_empty_dirs"><!--#echo var="FEAT_quell-empty-directories"--></A>
7181 so that empty directories remain visible.
7182 If you do that, you will not be required to create the subfolder when you
7183 create a directory.
7186 &lt;End of help on this topic&gt;
7187 </BODY>
7188 </HTML>
7189 ========== h_incoming_add_folder_name =========
7190 <HTML>
7191 <HEAD>
7192 <TITLE>ENTER FOLDER NAME</TITLE>
7193 </HEAD>
7194 <BODY>
7195 <H1>Enter Folder Name</H1>
7197 <P> 
7198 This is the name of the folder on the previously specified server.
7199 By default the folder name is interpreted as defining a section of your personal
7200 folder area.  This area and how you specify it are defined by the
7201 server, if one is specified.
7204 To define a folder outside the default area, prefix
7205 the path with the namespace to use when interpreting the
7206 given path.  If a namespace is specified, the folder name begins with the
7207 sharp (#) character followed by the name of the namespace
7208 and then the namespace's path-element-delimiter.  Aside from the
7209 name's format, namespaces can also imply access rights, content
7210 policy, audience, location, and, occasionally, access methods.
7213 Each server exports its own set (possibly of size one) of 
7214 namespaces.
7215 For a more detailed explanation read about
7216 <A HREF="h_folder_name_namespaces">Namespaces</A>.
7219 To specify the default for INBOX on the server you can usually just enter
7220 &quot;INBOX&quot;, and the server will understand the special meaning of
7221 that word.
7224 &lt;End of help on this topic&gt;
7225 </BODY>
7226 </HTML>
7227 ========== h_incoming_add_folder_host =========
7228 <HTML>
7229 <HEAD>
7230 <TITLE>ENTER INCOMING FOLDER SERVER</TITLE>
7231 </HEAD>
7232 <BODY>
7233 <H1>Enter Incoming Folder Server</H1>
7235 You are being asked for the name of the server for use with this incoming
7236 folder.
7237 If the folder is on the machine where Alpine is running, then just enter
7238 RETURN without typing a server name.
7241 If the folder is on an IMAP server then type the server's name followed
7242 by RETURN.
7243 You may use the ^X command if the server is the same as the server that
7244 the INBOX is on.
7247 You may have to add optional extra information to the server name.
7248 For example, if the IMAP server is using a non-standard port number you
7249 would specify that by appending a colon (:) followed by the port number
7250 to the server name
7253 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7256 or you may need to specify a different protocol if the server is not an
7257 IMAP server. For example:
7260 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7263 for a POP server or
7266 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7269 for an NNTP news server.
7270 For an explanation of all of the possibilities, see
7271 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7272 for folders.
7275 There is a special command (^W) if you want to set up a folder that gets its
7276 mail from a
7277 <A HREF="h_maildrop">Mail Drop</A>.
7278 If you type that command, you will be prompted for the information for
7279 both the Mail Drop folder and the destination folder.
7282 &lt;End of help on this topic&gt;
7283 </BODY>
7284 </HTML>
7285 ========== h_incoming_add_inbox =========
7286 <HTML>
7287 <HEAD>
7288 <TITLE>ENTER INBOX SERVER</TITLE>
7289 </HEAD>
7290 <BODY>
7291 <H1>Enter INBOX Server</H1>
7293 You are being asked for the name of the server for use with
7294 the INBOX folder.
7295 Type the server's name followed by RETURN.
7298 You may have to add optional extra information to the server name.
7299 For example, if the server is using a non-standard port number you
7300 would specify that by appending a colon (:) followed by the port number
7301 to the server name
7304 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7307 or you may need to specify a different protocol if the server is not an
7308 IMAP server. For example:
7311 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7314 for a POP server.
7317 For an explanation of all of the possibilities, see
7318 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7319 for folders.
7322 If the INBOX folder is on the machine where Alpine is running, then just enter
7323 RETURN without typing a server name.
7326 There is a special command (^W) if you want to set up a folder that gets its
7327 mail from a
7328 <A HREF="h_maildrop">Mail Drop</A>.
7329 If you type that command, you will be prompted for the information for
7330 both the Mail Drop folder and the destination folder, which will be used
7331 as your INBOX folder.
7334 &lt;End of help on this topic&gt;
7335 </BODY>
7336 </HTML>
7337 ========== h_incoming_add_maildrop_destn =========
7338 <HTML>
7339 <HEAD>
7340 <TITLE>ENTER DESTINATION SERVER</TITLE>
7341 </HEAD>
7342 <BODY>
7343 <H1>Enter Destination Server</H1>
7345 You are being asked for the name of the server where the destination
7346 folder is for use with this Mail Drop incoming folder.
7347 That is, you are using a Mail Drop for this incoming folder and
7348 you've already entered
7349 the server and folder name for the Mail Drop.
7350 Now you need to enter the server for the destination folder
7351 where the mail should be copied to.
7352 Mail will come from the Mail Drop and be copied to the destination folder.
7355 Type the server's name followed by RETURN.
7356 If the folder is local to this computer, just type RETURN without entering
7357 a server name.
7360 You may have to add optional extra information to the server name.
7361 For example, if the server is using a non-standard port number you
7362 would specify that by appending a colon (:) followed by the port number
7363 to the server name
7366 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7369 For an explanation of all of the possibilities, see
7370 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7371 for folders.
7374 &lt;End of help on this topic&gt;
7375 </BODY>
7376 </HTML>
7377 ========== h_inbox_add_maildrop_destn =========
7378 <HTML>
7379 <HEAD>
7380 <TITLE>ENTER DESTINATION SERVER</TITLE>
7381 </HEAD>
7382 <BODY>
7383 <H1>Enter Destination Server</H1>
7385 You are being asked for the name of the server where the destination
7386 folder is for use with your Mail Drop INBOX.
7387 That is, you are using a Mail Drop for your INBOX and you've already entered
7388 the server and folder name for the Mail Drop.
7389 Now you need to enter the server for the destination folder
7390 where the mail should be copied to.
7391 Mail will come from the Mail Drop and be copied to the destination folder.
7394 Type the server's name followed by RETURN.
7395 If the folder is local to this computer, just type RETURN without entering
7396 a server name.
7399 You may have to add optional extra information to the server name.
7400 For example, if the server is using a non-standard port number you
7401 would specify that by appending a colon (:) followed by the port number
7402 to the server name
7405 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7408 For an explanation of all of the possibilities, see
7409 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7410 for folders.
7413 &lt;End of help on this topic&gt;
7414 </BODY>
7415 </HTML>
7416 ========== h_inbox_add_maildrop =========
7417 <HTML>
7418 <HEAD>
7419 <TITLE>ENTER MAILDROP SERVER</TITLE>
7420 </HEAD>
7421 <BODY>
7422 <H1>Enter Mail Drop Server</H1>
7424 You are being asked for the name of the Mail Drop server for use with
7425 your INBOX.
7428 Type the server's name followed by RETURN.
7431 You may have to add optional extra information to the server name.
7432 For example, if the server is using a non-standard port number you
7433 would specify that by appending a colon (:) followed by the port number
7434 to the server name
7437 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7440 or you may need to specify a different protocol if the server is not an
7441 IMAP server. For example:
7444 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7447 for a POP server or
7450 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7453 for an NNTP news server.
7454 For an explanation of all of the possibilities, see
7455 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7456 for folders.
7459 &lt;End of help on this topic&gt;
7460 </BODY>
7461 </HTML>
7462 ========== h_incoming_add_maildrop =========
7463 <HTML>
7464 <HEAD>
7465 <TITLE>ENTER MAILDROP SERVER</TITLE>
7466 </HEAD>
7467 <BODY>
7468 <H1>Enter Mail Drop Server</H1>
7470 You are being asked for the name of the Mail Drop server for use with
7471 this incoming folder.
7474 Type the server's name followed by RETURN.
7475 You may use the ^X command if the server is the same as the server that
7476 the INBOX is on.
7479 You may have to add optional extra information to the server name.
7480 For example, if the server is using a non-standard port number you
7481 would specify that by appending a colon (:) followed by the port number
7482 to the server name
7485 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7488 or you may need to specify a different protocol if the server is not an
7489 IMAP server. For example:
7492 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7495 for a POP server or
7498 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7501 for an NNTP news server.
7502 For an explanation of all of the possibilities, see
7503 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7504 for folders.
7507 If the Mail Drop folder is on the machine where Alpine is running, then just enter
7508 RETURN without typing a server name.
7511 &lt;End of help on this topic&gt;
7512 </BODY>
7513 </HTML>
7514 ========== h_maildrop =========
7515 <HTML>
7516 <HEAD>
7517 <TITLE>WHAT IS A MAIL DROP?</TITLE>
7518 </HEAD>
7519 <BODY>
7520 <H1>What is a Mail Drop?</H1>
7522 In some situaions it may make sense to have your mail delivered to one
7523 folder (the Mail Drop) and then when you want to read mail that has been
7524 delivered to the Mail Drop folder Alpine will move it to another
7525 destination folder.
7526 Often the Mail Drop will be a remote folder and messages will be moved from
7527 there to a local destination folder.
7530 One example where this might make sense is if the Mail Drop folder is accessible
7531 only with the POP protocol.
7532 You could designate your POP inbox as the Mail Drop folder and have Alpine move
7533 mail from there to a local (on the same machine Alpine is running on)
7534 destination folder, where you'll read it.
7537 A Mail Drop may only be used as your Inbox or as an
7538 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A>.
7541 There is no attempt to synchronize the contents of the destination folder
7542 with the contents of the Mail Drop folder.
7543 All that happens is that all of the messages in the Mail Drop folder are
7544 copied to the destination folder and then they are deleted and expunged (if possible)
7545 from the Mail Drop folder.
7546 The next time a check for new mail is made, any messages in the Mail 
7547 Drop folder are once again copied to the destination folder and deleted
7548 and expunged from the Mail Drop folder.
7549 (If the Mail Drop folder is a news group, then the messages can't be
7550 expunged from the newsgroup. Instead, only Recent messages are copied from
7551 the newsgroup to the destination folder.)
7554 Configuration of a Mail Drop is a little different from configuration of
7555 a folder that does not use a Mail Drop because you have to specify two
7556 folder names instead of one.
7557 The two folders may be any types of folders that Alpine can normally use.
7558 They don't have to be a remote folder and a local folder, that is
7559 simply the most common usage.
7560 When you use a Mail Drop folder Alpine will periodically re-open the Mail
7561 Drop to check for new mail.
7562 The new-mail checks will happen at the frequency set with the
7563 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option,
7564 but with a minimum time
7565 (<A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>)
7566 between checks.
7567 Because of this minimum you may notice that new mail does not
7568 appear promptly when you expect it.
7569 The reason for this is to protect the server from over-zealous opening and
7570 closing of the Mail Drop folder.
7571 If the user initiates the check by typing ^L (Ctrl-L) or the Next command when at
7572 the end of the folder index, then the check will happen, regardless of how
7573 long it has been since the previous check.
7575 If there is new mail, that mail will be copied to the destination folder
7576 and then will be deleted from the Mail Drop.
7577 Note that using a Mail Drop with a local destination folder does not make
7578 sense if you read mail from more than one machine, because the mail is
7579 downloaded to the destination folder (which is accessible from only one
7580 machine) and deleted from the Mail Drop.
7582 The feature <A HREF="h_config_maildrops_preserve_state"><!--#echo var="FEAT_maildrops-preserve-state"--></A> modifies the operation of Mail Drops.
7585 The actual syntax used by Alpine for a folder that uses a Mail Drop is:
7588 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
7590 The brackets are not literal.
7592 <CENTER><SAMP>&lt;DELIM&gt;</SAMP></CENTER>
7594 is a single character that does not appear in the MailDropFolder name.
7595 If the name doesn't contain spaces then it can be a space character.
7596 The two folder names are full technical
7597 <A HREF="h_valid_folder_names">folder names</A>
7598 as used by Alpine.
7599 Here are a couple examples to give you an idea what is being talked about:
7602 <CENTER><SAMP>#move&nbsp;{popserver.example.com/pop3}inbox&nbsp;localfolder</SAMP></CENTER>
7604 <CENTER><SAMP>#move+{nntpserver.example.com/nntp}#news.comp.mail.pine+local&nbsp;folder</SAMP></CENTER>
7607 A #move folder may only be used as an
7608 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
7609 an Inbox.
7610 When you are in the FOLDER LIST of Incoming Message Folders (after turning
7611 on the
7612 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
7613 option)
7614 the Add command has a subcommand &quot;Use Mail Drop&quot;
7615 which may be helpful for defining the folder in your Alpine configuration.
7616 The same is true when you edit the
7617 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
7618 option in Setup/Config.
7619 Each of these configuration methods will also create the DestinationFolder
7620 if it doesn't already exist.
7621 If you are having problems, make sure the DestinationFolder exists.
7624 &lt;End of help on this topic&gt;
7625 </BODY>
7626 </HTML>
7627 ========== h_save =========
7628 <HTML>
7629 <HEAD>
7630 <TITLE>CHOOSE A FOLDER TO SAVE INTO</TITLE>
7631 </HEAD>
7632 <BODY>
7633 <H1>Choose a Folder to Save Into</H1>
7635 After Exiting from this help text,
7636 type the name of the folder you want to save into and press RETURN.
7638 Press ^T to get a list of your folders to choose from.
7639 Press ^C to cancel the Save.
7641 If you have Folder Collections defined you may use
7642 Ctrl-P (Previous collection) and Ctrl-N (Next collection) to switch
7643 the collection being saved to.
7645 If Tab Completion is enabled (it is enabled by default)
7646 you may type a Tab character to have Alpine complete the folder name for you.
7648 If Partial Match Lists is enabled (it is enabled by default) you may type
7649 Ctrl-X to get a list of matches to the prefix you've typed in so far.
7651 If the Ctrl-R subcommand is present that means you can decide to Delete or
7652 not Delete the message you are saving after you save it.
7653 The label on that key gives the action to switch to.
7654 If it says Delete and you type Ctrl-R the label displayed will change to
7655 No Delete and the source message will be deleted after the save. If it
7656 says No Delete and you type Ctrl-R the label displayed will change to
7657 Delete and the message will not be deleted.
7658 You can control the default for the Delete parameter with the
7659 configuration feature <!--#echo var="FEAT_save-will-not-delete"-->.
7661 Similarly, if the Ctrl-W subcommand is present that means you can decide
7662 to Preserve the order of the messages being saved or not.
7663 If it is labeled Preserve Order and you type Ctrl-W, the resulting Saved messages
7664 will be in the same order as you see them in the source folder now.
7665 The opposite action (which is usually the default) is that you don't care
7666 about the order.
7667 The Saved messages may or may not be in the same order in the destination folder.
7668 There may be a performance penalty for choosing to save the messages in order.
7669 You can control the default for the Preserve Order parameter with the
7670 configuration feature
7671 <!--#echo var="FEAT_save-aggregates-copy-sequence"-->.
7674 If you haven't disabled the Save Input History and you've already done a
7675 Save earlier in this session then you may use the Up and Down arrows to retrieve
7676 a folder name used in a previous Save.
7679 &lt;End of help on this topic&gt;
7680 </BODY>
7681 </HTML>
7682 ============= h_simple_index ========================
7683 <HTML>
7684 <HEAD>
7685 <TITLE>SELECT POSTPONED MESSAGE</TITLE>
7686 </HEAD>
7687 <BODY>
7688 <H1>POSTPONED MESSAGE SELECTION COMMANDS</H1>
7689 <!--chtml if pinemode="function_key"-->
7690 <PRE>
7691 Navigating the List of Messages               General Alpine Commands
7692 -------------------------------               -----------------------
7693  F5   Move to previous message                 F1   Show this help text
7694  F6   Move to next message
7695  F7   Show previous screen of messages
7696  F8   Show next screen of messages
7698 Message Selection Commands
7699 --------------------------
7700  F3   Exit the Message Select menu (canceling Send command)
7701  F4   Select the currently highlighted message
7702  F9   Mark the currently highlighted message as deleted
7703  F10  Undelete (remove deletion mark from) the highlighted message
7704 </PRE>
7705 <!--chtml else-->
7706 <PRE>
7707 Navigating the List of Messages               General Alpine Commands
7708 -------------------------------               -----------------------
7709   P  Move to previous message                  ?  Show this help text
7710   N  Move to next message
7711   -  Show previous screen of messages
7712  Spc (space bar) Show next screen of messages
7714 Message Selection Commands
7715 --------------------------
7716   E  Exit the Message Select menu (canceling Send command)
7717   S  Select the currently highlighted message
7718   D  Mark the currently highlighted message as deleted
7719   U  Undelete (remove deletion mark from) the highlighted message
7720 </PRE>
7721 <!--chtml endif-->
7723 <H2>Description of the Select Postponed Message Screen</H2>
7725 This screen allows you to select one of several previously postponed
7726 messages in order to continue composition.  Your options are very limited
7727 -- the screen is not meant to let you manipulate these messages.  However,
7728 you may now delete messages from this list.  Once you choose a message,
7729 Alpine reads it in and puts you into the regular message composer.
7732 Messages do not stay in this postponed state automatically.  If you select
7733 a message and then want to postpone it again, use the normal postpone
7734 (Ctrl-O) command in the composer.
7737 If you exit this screen without selecting a message, the Compose command
7738 that got you here is canceled.  Other than messages explicitly marked
7739 &quot;Deleted&quot;, no messages will be removed.
7742 &lt;End of help on this topic&gt;
7743 </BODY>
7744 </HTML>
7745 ============= h_collection_screen ========================
7746 <HTML>
7747 <HEAD>
7748 <TITLE>COLLECTION LIST screen</TITLE>
7749 </HEAD>
7750 <BODY>
7751 <H1>COLLECTION LIST screen</H1>
7753 The COLLECTION LIST screen is used to select one of your  
7754 collection definitions to display the folders they contain.  See
7755 <A HREF="h_what_are_collections">Folder Collections Explained</A> for 
7756 detailed explanation of collections.<P>
7758 To manage your collection definitions (Add, Change, Delete, etc.), use
7759 the <A HREF="h_collection_maint">Setup/collectionList</A> command on Alpine's
7760 MAIN MENU.
7763 &lt;End of help on this topic&gt;
7764 </BODY>
7765 </HTML>
7766 ============= h_collection_maint ========================
7767 <HTML>
7768 <HEAD>
7769 <TITLE>SETUP COLLECTION LIST screen</TITLE>
7770 </HEAD>
7771 <BODY>
7772 <H1>SETUP COLLECTION LIST screen</H1>
7774 The SETUP COLLECTION LIST screen lets you manage your collection
7775 definitions.  See 
7776 <A HREF="h_what_are_collections">Folder Collections Explained</A> 
7777 for detailed explanation of collections.<P>
7779 Maintenance commands include:
7780 <DL>
7781 <DT>Change
7782 <!--chtml if pinemode="function_key"-->
7783 (F4)
7784 <!--chtml else-->
7786 <!--chtml endif-->
7787 </DT>
7789 <DD>Modify attributes of the selected collection definition.
7791 <DT>Add Cltn
7792 <!--chtml if pinemode="function_key"-->
7793 (F9)
7794 <!--chtml else-->
7796 <!--chtml endif-->
7797 </DT>
7799 <DD>Create a new collection definition.
7800 </DD>
7802 <DT>Del Cltn
7803 <!--chtml if pinemode="function_key"-->
7804 (F10)
7805 <!--chtml else-->
7807 <!--chtml endif-->
7808 </DT>
7810 <DD>Delete the selected collection definition.<BR>
7811 NOTE: The folders and directories referred to by the
7812 collection definition are <EM>NOT</EM> deleted.  Folders must
7813 be deleted, if that's what you wish to do, from the 
7814 <A HREF="h_folder_maint">FOLDER LIST screen</A>, which shows the 
7815 individual folders in a collection.
7816 </DD>
7818 <DT>Shuffle
7819 <!--chtml if pinemode="function_key"-->
7820 (F11)
7821 <!--chtml else-->
7823 <!--chtml endif-->
7824 </DT>
7826 <DD>Change the order of the displayed collections.  Alpine will offer
7827 to move the currently selected collection one position UP
7828 or DOWN.
7829 </DD>
7830 </DL>
7833 &lt;End of help on this topic&gt;
7834 </BODY>
7835 </HTML>
7836 ============ h_what_are_collections ==========
7837 <HTML>
7838 <HEAD>
7839 <TITLE>Folder Collections Explained</TITLE>
7840 </HEAD>
7841 <BODY>
7842 <H1>Folder Collections Explained</H1>
7845 Those of you with simple mail configurations will just see a list of all the
7846 folders you have when choosing FOLDER LIST from Alpine's MAIN MENU.  
7847 The special folders for INBOX, sent mail and saved messages
7848 will appear at the top of the list.  All others are in alphabetical order.
7850 If you
7851 or your system administrator have defined more than one collection or if
7852 you have a collection (for newsgroups or email folders) defined on your 
7853 system, then you will see the COLLECTION LIST screen first when choosing 
7854 FOLDER LIST from Alpine's MAIN MENU.
7856 <H2>Why have multiple folder collections?</H2>
7858 For Alpine users who only maintain email folders (and not too many) on one host, 
7859 a single folder collection is probably sufficient.<P>
7861 However, people who have more than one email account - for example, one 
7862 at their university, and one with their personal Internet Service Provider - 
7863 will have different sets of folders on different hosts, and they may want to
7864 access them all from the same installation of Alpine, rather than use different 
7865 software and/or log into other hosts to manipulate messages in different 
7866 accounts.  (If in doubt whether one of your email accounts can be accessed 
7867 with Alpine, contact the technical support people for that account.)  Even people
7868 who have only one email account on one host, but have dozens or
7869 hundreds of email folders, may want to arrange these folders together in a 
7870 meaningful way.<BR>
7871 That is where multiple collections come in.
7873 <H2>Types of Collections</H2>
7874 <DL>
7875 <DT>INCOMING FOLDERS</DT>
7876 <DD>&quot;Incoming Message Folders&quot; 
7877 is a special collection typically used to supplement your single INBOX.  
7878 All the folders here are meant to be ones that receive incoming messages, 
7879 which you intend to check more or less frequently.  
7880 You may have multiple folders like this because you or your systems 
7881 administrator have set up an external program or you may have set up
7882 Alpine to filter incoming 
7883 messages into different folders, based on certain criteria such as 
7884 sender, recipient, or subject; or because you have multiple accounts and 
7885 wish to check their INBOXes easily.  This collection is established by 
7886 setting the 
7887 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
7888 feature in the SETUP CONFIGURATION screen, which is accessed from the 
7889 MAIN MENU.
7890 </DD>
7892 <DT>NEWS</DT>
7893 <DD>You can also define a collection specifically for
7894 newsgroups.  Alpine does this for you implicitly when you 
7895 <A HREF="h_config_nntp_server">define an NNTP Server</A>
7896 in your Alpine configuration.  The news collection appears last in the 
7897 COLLECTION LIST (though you can shuffle it up in the order of presentation),
7898 and Alpine knows not to save messages there.
7899 </DD>
7901 <DT>DEFAULT COLLECTION</DT>
7902 <DD>This is the default collection for your saved and sent messages folders.
7903 </DD>
7904 </DL>
7908 <H2>Defining Collections</H2>
7910 In the absence of any folder-collection definitions, Alpine will assume a
7911 single default folder collection.
7912 <!--chtml if pinemode="os_windows"-->
7913 <!--chtml else-->
7914 If necessary, Alpine will create the directory
7915 &quot;mail&quot; in your Unix home directory 
7916 to hold your folders.
7917 <!--chtml endif-->
7919 You can use the 
7920 <A HREF="h_collection_maint">Setup/collectionList screen</A>, called up from 
7921 the MAIN MENU, to manage your collection list.  
7923 &lt;End of help on this topic&gt;
7924 </BODY>
7925 </HTML>
7926 ===== h_select_address_screen =====
7927 <HTML>
7928 <HEAD>
7929 <TITLE>SELECT AN ADDRESS SCREEN</TITLE>
7930 </HEAD>
7931 <BODY>
7932 <H1>SELECT AN ADDRESS SCREEN</H1>
7933 <H2>COMMANDS</H2>
7934 <!--chtml if pinemode="function_key"-->
7935 <PRE>
7936 Available  Commands                        
7937 -------------------------------            
7938 F1  Show Help Text
7939 F3  Exit without selecting anything
7940 F4  Select the highlighted address
7941 F5  Move highlight to previous address
7942 F6  Move highlight to next address
7943 F7  Previous page of addresses
7944 F8  Next page of addresses
7945 F11 Print
7946 F12 WhereIs
7947 </PRE>
7948 <!--chtml else-->
7949 <PRE>
7950 Navigation                     General Alpine Commands
7951 -------------------------      -----------------------
7952  P  Prev Address                ?  Display this help text
7953  N  Next Address                E  Exit without selecting anything
7954  -  Previous page               %  Print
7955 Spc (space bar) Next page
7956  W  WhereIs
7958 Select Command
7959 ------------------------------------------------
7960  S  Select the highlighted address
7961 </PRE>
7962 <!--chtml endif-->
7964 <H2>Description of the Select Address Screen</H2>
7966 This screen gives you an easy way to select an address from all of
7967 the address book entries that match the prefix typed so far.
7969 <P><UL>
7970 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7971 </UL>
7973 &lt;End of help on this topic&gt;
7974 </BODY>
7975 </HTML>
7976 ===== h_select_rule_screen =====
7977 <HTML>
7978 <HEAD>
7979 <TITLE>SELECT A RULE SCREEN</TITLE>
7980 </HEAD>
7981 <BODY>
7982 <H1>SELECT A RULE SCREEN</H1>
7983 <H2>COMMANDS</H2>
7984 <!--chtml if pinemode="function_key"-->
7985 <PRE>
7986 Available  Commands                        
7987 -------------------------------            
7988 F1  Show Help Text
7989 F3  Exit without selecting anything
7990 F4  Select the highlighted rule
7991 F5  Move highlight to previous rule
7992 F6  Move highlight to next rule
7993 F7  Previous page of rules
7994 F8  Next page of rules
7995 F11 Print
7996 F12 WhereIs
7997 </PRE>
7998 <!--chtml else-->
7999 <PRE>
8000 Navigation                     General Alpine Commands
8001 -------------------------      -----------------------
8002  P  Prev Rule                   ?  Display this help text
8003  N  Next Rule                   E  Exit without selecting anything
8004  -  Previous page               %  Print
8005 Spc (space bar) Next page
8006  W  WhereIs
8008 Select Command
8009 ------------------------------------------------
8010  S  Select the highlighted rule
8011 </PRE>
8012 <!--chtml endif-->
8014 <H2>Description of the Select Rule Screen</H2>
8016 This screen just gives you an easy way to select a rule from all of your
8017 defined rules.
8018 The list of rules presented is the list of nicknames of all of the rules
8019 defined using Setup/Rules.
8020 For selecting messages, it is likely that the Indexcolor rules and possibly
8021 the Roles rules will be most useful.
8022 The others are there also, in case you find a use for them.
8024 In order for this to be useful for selecting messages, the nicknames of
8025 the rules have to be different.
8026 Alpine actually just gets the nickname of the rule that you select and then
8027 looks up that rule using the nickname.
8028 So if there are duplicate nicknames, the first rule that has that
8029 nickname will be used.
8031 <P><UL>
8032 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8033 </UL>
8035 &lt;End of help on this topic&gt;
8036 </BODY>
8037 </HTML>
8038 ===== h_select_priority_screen =====
8039 <HTML>
8040 <HEAD>
8041 <TITLE>SELECT A PRIORITY SCREEN</TITLE>
8042 </HEAD>
8043 <BODY>
8044 <H1>SELECT A PRIORITY SCREEN</H1>
8045 <H2>COMMANDS</H2>
8046 <!--chtml if pinemode="function_key"-->
8047 <PRE>
8048 Available  Commands                        
8049 -------------------------------            
8050 F1  Show Help Text
8051 F3  Exit without selecting anything
8052 F4  Select the highlighted priority
8053 F5  Move highlight to previous priority
8054 F6  Move highlight to next priority
8055 F7  Previous page of priorities
8056 F8  Next page of priorities
8057 F11 Print
8058 F12 WhereIs
8059 </PRE>
8060 <!--chtml else-->
8061 <PRE>
8062 Navigation                     General Alpine Commands
8063 -------------------------      -----------------------
8064  P  Prev Priority               ?  Display this help text
8065  N  Next Priority               E  Exit without selecting anything
8066  -  Previous page               %  Print
8067 Spc (space bar) Next page
8068  W  WhereIs
8070 Select Command
8071 ------------------------------------------------
8072  S  Select the highlighted priority
8073 </PRE>
8074 <!--chtml endif-->
8076 <H2>Description of the Select Priority Screen</H2>
8078 This screen gives you a way to select a priority for the message you are sending.
8079 This priority will be placed in the non-standard X-Priority header of your outgoing mail.
8080 Some mail programs will display an indication of the priority level to
8081 the recipient of the message, some will ignore it.
8082 Even in cases where the mail programs of both the sender and the recipient
8083 agree on the meaning of this header, keep in mind that it is
8084 something that the sender sets so it is only an indication
8085 of the priority that the sender attaches to the mail.
8086 Alpine can be made to display an indication of this priority in incoming
8087 messages by use of one of the tokens
8088 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
8089 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
8090 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
8092 <P><UL>
8093 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8094 </UL>
8096 &lt;End of help on this topic&gt;
8097 </BODY>
8098 </HTML>
8099 ===== h_select_keyword_screen =====
8100 <HTML>
8101 <HEAD>
8102 <TITLE>SELECT A KEYWORD SCREEN</TITLE>
8103 </HEAD>
8104 <BODY>
8105 <H1>SELECT A KEYWORD SCREEN</H1>
8106 <H2>COMMANDS</H2>
8107 <!--chtml if pinemode="function_key"-->
8108 <PRE>
8109 Available  Commands                        
8110 -------------------------------            
8111 F1  Show Help Text
8112 F3  Exit without selecting anything
8113 F4  Select the highlighted keyword
8114 F5  Move highlight to previous keyword
8115 F6  Move highlight to next keyword
8116 F7  Previous page of keywords
8117 F8  Next page of keywords
8118 F11 Print
8119 F12 WhereIs
8120 </PRE>
8121 <!--chtml else-->
8122 <PRE>
8123 Navigation                     General Alpine Commands
8124 -------------------------      -----------------------
8125  P  Prev Keyword                ?  Display this help text
8126  N  Next Keyword                E  Exit without selecting anything
8127  -  Previous page               %  Print
8128 Spc (space bar) Next page
8129  W  WhereIs
8131 Select Command
8132 ------------------------------------------------
8133  S  Select the highlighted keyword
8134 </PRE>
8135 <!--chtml endif-->
8137 <H2>Description of the Select Keyword Screen</H2>
8139 This screen just gives you an easy way to select a keyword.
8140 The list of keywords presented is the list of all keywords defined in your 
8141 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8142 If you have given a keyword a nickname, that nickname is displayed
8143 instead of the actual keyword.
8145 <P><UL>
8146 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8147 </UL>
8149 &lt;End of help on this topic&gt;
8150 </BODY>
8151 </HTML>
8152 ===== h_select_charset_screen =====
8153 <HTML>
8154 <HEAD>
8155 <TITLE>SELECT A CHARACTER SET SCREEN</TITLE>
8156 </HEAD>
8157 <BODY>
8158 <H1>SELECT A CHARACTER SET SCREEN</H1>
8159 <H2>COMMANDS</H2>
8160 <!--chtml if pinemode="function_key"-->
8161 <PRE>
8162 Available  Commands                        
8163 -------------------------------            
8164 F1  Show Help Text
8165 F3  Exit without selecting anything
8166 F4  Select the highlighted character set
8167 F5  Move highlight to previous character set
8168 F6  Move highlight to next character set
8169 F7  Previous page of character sets
8170 F8  Next page of character sets
8171 F11 Print
8172 F12 WhereIs
8173 </PRE>
8174 <!--chtml else-->
8175 <PRE>
8176 Navigation                     General Alpine Commands
8177 -------------------------      -----------------------
8178  P  Prev Character Set          ?  Display this help text
8179  N  Next Character Set          E  Exit without selecting anything
8180  -  Previous page               %  Print
8181 Spc (space bar) Next page
8182  W  WhereIs
8184 Select Command
8185 ------------------------------------------------
8186  S  Select the highlighted character set
8187 </PRE>
8188 <!--chtml endif-->
8190 <H2>Description of the Select A Character Set Screen</H2>
8192 This screen just gives you an easy way to select a character set from the
8193 set of character sets Alpine knows about.
8194 The list presented will vary slightly depending on what option you are
8195 selecting the character set for.
8197 <P><UL>
8198 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8199 </UL>
8201 &lt;End of help on this topic&gt;
8202 </BODY>
8203 </HTML>
8204 ===== h_select_multcharsets_screen =====
8205 <HTML>
8206 <HEAD>
8207 <TITLE>SELECT CHARACTER SETS SCREEN</TITLE>
8208 </HEAD>
8209 <BODY>
8210 <H1>SELECT CHARACTER SETS SCREEN</H1>
8211 <H2>COMMANDS</H2>
8212 <!--chtml if pinemode="function_key"-->
8213 <PRE>
8214 Available  Commands
8215 -------------------------------            
8216 F1  Show Help Text
8217 F3  Exit without selecting anything
8218 F4  Select the highlighted charset (or chosen charsets in ListMode)
8219 F5  Move highlight to previous charset
8220 F6  Move highlight to next charset
8221 F7  Previous page of charsets
8222 F8  Next page of charsets
8223 F9  Toggle choices when using ListMode
8224 F10 Turn on/off ListMode (makes it easy to choose multiple charsets)
8225 F11 Print
8226 F12 WhereIs
8227 </PRE>
8228 <!--chtml else-->
8229 <PRE>
8230 Navigation                     General Alpine Commands
8231 -------------------------      -----------------------
8232  P  Prev Charset                ?  Display this help text
8233  N  Next Charset                E  Exit without selecting anything
8234  -  Previous page               %  Print
8235 Spc (space bar) Next page
8236  W  WhereIs
8238 Select Command
8239 ------------------------------------------------
8240  S  Select the highlighted charset (or chosen charsets in ListMode)
8241  L  Turn on ListMode (makes it easy to choose multiple charsets)
8242  1  Turn off ListMode
8243  X  Toggle choices when using ListMode
8244 </PRE>
8245 <!--chtml endif-->
8247 <H2>Description of the Select Character Set Screen</H2>
8249 This screen just gives you an easy way to select a character set or a list of
8250 character sets.
8251 The list of character sets presented is the list of all character sets known to
8252 Alpine.
8253 You may select other character sets by typing them in directly.
8255 <P><UL>
8256 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8257 </UL>
8259 &lt;End of help on this topic&gt;
8260 </BODY>
8261 </HTML>
8262 ===== h_select_multkeyword_screen =====
8263 <HTML>
8264 <HEAD>
8265 <TITLE>SELECT KEYWORDS SCREEN</TITLE>
8266 </HEAD>
8267 <BODY>
8268 <H1>SELECT KEYWORDS SCREEN</H1>
8269 <H2>COMMANDS</H2>
8270 <!--chtml if pinemode="function_key"-->
8271 <PRE>
8272 Available  Commands
8273 -------------------------------            
8274 F1  Show Help Text
8275 F3  Exit without selecting anything
8276 F4  Select the highlighted keyword (or chosen keywords in ListMode)
8277 F5  Move highlight to previous keyword
8278 F6  Move highlight to next keyword
8279 F7  Previous page of keywords
8280 F8  Next page of keywords
8281 F9  Toggle choices when using ListMode
8282 F10 Turn on/off ListMode (makes it easy to choose multiple keywords)
8283 F11 Print
8284 F12 WhereIs
8285 </PRE>
8286 <!--chtml else-->
8287 <PRE>
8288 Navigation                     General Alpine Commands
8289 -------------------------      -----------------------
8290  P  Prev Keyword                ?  Display this help text
8291  N  Next Keyword                E  Exit without selecting anything
8292  -  Previous page               %  Print
8293 Spc (space bar) Next page
8294  W  WhereIs
8296 Select Command
8297 ------------------------------------------------
8298  S  Select the highlighted keyword (or chosen keywords in ListMode)
8299  L  Turn on ListMode (makes it easy to choose multiple keywords)
8300  1  Turn off ListMode
8301  X  Toggle choices when using ListMode
8302 </PRE>
8303 <!--chtml endif-->
8305 <H2>Description of the Select Keyword Screen</H2>
8307 This screen just gives you an easy way to select a keyword or a list of
8308 keywords.
8309 The list of keywords presented is the list of all keywords defined in your 
8310 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8311 If you have given a keyword a nickname, that nickname is displayed
8312 instead of the actual keyword.
8314 <P><UL>
8315 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8316 </UL>
8318 &lt;End of help on this topic&gt;
8319 </BODY>
8320 </HTML>
8321 ===== h_select_incoming_to_monitor =====
8322 <HTML>
8323 <HEAD>
8324 <TITLE>SELECT FOLDERS TO CHECK SCREEN</TITLE>
8325 </HEAD>
8326 <BODY>
8327 <H1>SELECT FOLDERS TO CHECK SCREEN</H1>
8328 <H2>COMMANDS</H2>
8329 <!--chtml if pinemode="function_key"-->
8330 <PRE>
8331 Available  Commands
8332 -------------------------------            
8333 F1  Show Help Text
8334 F3  Exit without selecting anything
8335 F4  Select the marked folders
8336 F5  Move highlight to previous folder
8337 F6  Move highlight to next folder
8338 F7  Previous page of folders
8339 F8  Next page of folders
8340 F9  Toggle choices on or off
8341 F11 Print
8342 F12 WhereIs
8343 </PRE>
8344 <!--chtml else-->
8345 <PRE>
8346 Navigation                     General Alpine Commands
8347 -------------------------      -----------------------
8348  P  Prev Folder                 ?  Display this help text
8349  N  Next Folder                ^C  exit without changing anything
8350  -  Previous page               %  Print
8351 Spc (space bar) Next page
8352  W  WhereIs
8354 Select Command
8355 ------------------------------------------------
8356  S  Select the marked folders
8357  X  Toggle choices on or off
8358 </PRE>
8359 <!--chtml endif-->
8361 <H2>Description of the Select Folders to Check Screen</H2>
8363 This screen is only useful if the feature
8364 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
8365 is set.
8366 By default, when you set that feature all of your incoming folders
8367 will be checked periodically for Unseen messages.
8368 By using this screen, you may restrict the set of monitored folders to
8369 a subset of all of the incoming folders.
8371 Mark the folders you want to monitor for Unseen messages with
8372 an &quot;X&quot;.
8373 When you've finished marking all your selections use the Select
8374 command to register your choices.
8375 To return to the default of checking all incoming folders
8376 delete all folders or unmark all folders.
8378 <P><UL>
8379 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8380 </UL>
8382 &lt;End of help on this topic&gt;
8383 </BODY>
8384 </HTML>
8385 ===== h_role_select =====
8386 <HTML>
8387 <HEAD>
8388 <TITLE>ROLES SCREEN</TITLE>
8389 </HEAD>
8390 <BODY>
8391 <H1>ROLES SCREEN</H1>
8392 <H2>ROLES COMMANDS</H2>
8393 <!--chtml if pinemode="function_key"-->
8394 <PRE>
8395 Available  Commands                        
8396 -------------------------------            
8397 F1  Show Help Text
8398 F3  Exit without a selection
8399 F4  Select a role to use in composition
8400 F5  Move to previous role
8401 F6  Move to next role
8402 F7  Previous page of roles
8403 F8  Next page of roles
8404 F11 Change Default Role
8405 F12 Whereis (search role nicknames)
8406 </PRE>
8407 <!--chtml else-->
8408 <PRE>
8409 Navigation                     General Alpine Commands
8410 -------------------------      -----------------------
8411  P  Prev Role                     ?  Display this help text
8412  N  Next Role                     E  Exit without a selection
8413  -  Previous page
8414 Spc (space bar) Next page
8415  W  WhereIs (search for word in role nicknames)
8417 Select Role Commands
8418 ------------------------------------------------
8419  [Return]  Select highlighted role
8420  D         Change Default Role
8421 </PRE>
8422 <!--chtml endif-->
8424 <H2>Description of the Roles Screen</H2>
8426 With this screen you select a role to be used in the composition of a
8427 message.
8428 Use the Previous and Next commands to highlight the role you wish to
8429 use.
8430 When you type carriage return you will be placed in the composer using the highlighted role.
8432 You don't have any non-default <A HREF="h_rules_roles">roles</A>
8433 available unless you set them up.
8434 You may do so by using the Setup/Rules command on the MAIN MENU.
8436 By using the D command, you may set a default role that will persist until
8437 you change it or until you exit Alpine.
8438 The D command toggles through three states: set the default role, unset the
8439 default role, and leave the default role as it is.
8440 <P><UL>
8441 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8442 </UL>
8444 &lt;End of help on this topic&gt;
8445 </BODY>
8446 </HTML>
8447 ===== h_role_abook_select =====
8448 <HTML>
8449 <HEAD>
8450 <TITLE>SELECT ADDRESS BOOK SCREEN</TITLE>
8451 </HEAD>
8452 <BODY>
8453 <H1>SELECT ADDRESS BOOK SCREEN</H1>
8454 <H2>COMMANDS</H2>
8455 <!--chtml if pinemode="function_key"-->
8456 <PRE>
8457 Available  Commands                        
8458 -------------------------------            
8459 F1  Show Help Text
8460 F3  Exit screen without selecting anything
8461 F4  Select highlighted address book
8462 F5  Move to previous address book
8463 F6  Move to next address book
8464 F7  Previous page of address books
8465 F8  Next page of address books
8466 F12 Whereis
8467 </PRE>
8468 <!--chtml else-->
8469 <PRE>
8470 Navigation                     General Alpine Commands
8471 -------------------------      -----------------------
8472  P  Previous addrbook          ?  Display this help text
8473  N  Next addrbook
8474  -  Previous page
8475 Spc (space bar) Next page
8476  W  WhereIs
8478 Select Role Commands
8479 ------------------------------------------------
8480  S  Select highlighted address book
8481  E  Exit screen without selecting anything
8482 </PRE>
8483 <!--chtml endif-->
8485 <H2>Description of the Select Address Book Screen</H2>
8487 This screen helps you select one of your address books.
8488 Use the Previous and Next commands to highlight the address book you wish to
8489 select.
8490 <P><UL>
8491 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8492 </UL>
8494 &lt;End of help on this topic&gt;
8495 </BODY>
8496 </HTML>
8497 ======== h_rule_patterns =============
8498 <HTML>
8499 <HEAD>
8500 <TITLE>PATTERNS</TITLE>
8501 </HEAD>
8502 <BODY>
8503 <H1>PATTERNS</H1>
8504 Patterns are used with Roles, Filtering, Index Coloring,
8505 Scoring, Other Rules, and Search Rules.
8506 Patterns are compared with a message to see if there is a match.
8507 For Filtering, the messages being checked are all the messages in the
8508 folder, one at a time.
8509 For Index Line Coloring, each message that is visible on the screen is
8510 checked for matches with the Index Coloring Patterns.
8511 Roles are used with the Reply, Forward, and Compose commands.
8512 For Reply, the message used to compare the Pattern with is the message
8513 being replied to;
8514 for Forward, the message used to compare the Pattern with is the message
8515 being forwarded;
8516 and for Compose, there is no message, so the parts of the Pattern that depend
8517 on a message (everything other than Current Folder Type and the
8518 Beginning of Month and Year)
8519 are not used.
8520 Only the Current Folder Type matters for Compose (plus the Beginning of
8521 Month or Year, which you wouldn't usually use for a Role).
8522 For Scoring, the message being scored is compared with all of the Score
8523 Patterns, and the Score Values from the ones that match are added together to 
8524 get the message's score.
8525 For Other Rules, there is no message. Only the Current Folder Type is checked
8526 for Other Rules.
8528 Each Pattern has several possible parts, all of which are optional.
8529 In order for there to be a match, <EM>ALL</EM> of the
8530 <EM>defined</EM> parts of the Pattern must match the message.
8531 If a part is not defined it is considered a match, but note that a filtering
8532 Pattern must have at least one defined part or it will be ignored.
8533 For example, if the To pattern is not defined it will be
8534 displayed as
8536 <CENTER>To pattern = &lt;No Value Set&gt;</CENTER>
8538 That is considered a match because it is not defined.
8539 This means that the Pattern with nothing defined is a match if the
8540 Current Folder Type matches, but there is an exception that was mentioned
8541 in the previous paragraph.
8542 Because filtering is a potentially destructive action, filtering Patterns
8543 with nothing other than Current Folder Type defined are ignored.
8544 If you really want a filtering Pattern to match all messages (subject to
8545 Current Folder Type) the best way to do it is to define a Score interval
8546 that includes all possible scores.
8547 This would be the score interval <SAMP>(-INF,INF)</SAMP>.
8548 This can be used even if you haven't defined any rules to Set Scores.
8550 There are six predefined header patterns called the To, From, Sender, Cc, News,
8551 and Subject patterns.
8552 Besides those six predefined header patterns, you may add
8553 additional header patterns with header fieldnames of your choosing.
8554 You add an extra header pattern by placing the cursor on one of the
8555 patterns while in the role editor and using the &quot;eXtraHdr&quot; command.
8556 The Recip pattern is a header pattern that stands for Recipient (To OR Cc)
8557 and the Partic pattern is a header pattern that stands for
8558 Participant (From OR To OR Cc).
8559 (Defining the Recip pattern does not have the same effect as defining both
8560 the To and Cc patterns. Recip is To <EM>OR</EM> Cc, not To <EM>AND</EM> Cc.)
8561 Similar to the header patterns are the AllText pattern and the BodyText pattern.
8562 Instead of comparing this pattern's text against only the contents of
8563 a particular header field, the text for the AllText pattern is compared
8564 with text anywhere in the message's header or body, and the text for the
8565 BodyText pattern is compared with text anywhere in the message's body.
8567 Any of the header patterns, the AllText pattern, or the BodyText pattern may be negated with the
8568 &quot;!&quot; &quot;toggle NOT&quot; command.
8569 You can tell that <EM>NOT</EM> has been turned on by looking for the character
8570 &quot;!&quot; at the beginning of the pattern line.
8571 When the &quot;!&quot; is present, it reverses the meaning of the match.
8572 That is, if the pattern matches then it is considered to NOT be a match, and
8573 if it does not match it is considered to be a match.
8575 Don't make the mistake of putting the &quot;!&quot; in the data field for
8576 a pattern.
8577 For example, if you type the characters &quot;!urgent&quot; into the Subject
8578 pattern, the pattern will look like:
8580 <PRE>
8581  Subject pattern = !urgent
8582 </PRE>
8584 This means you want to match the 7 character sequence &quot;!urgent&quot;.
8585 In order to match messages that do not have &quot;urgent&quot; in
8586 their Subject field, first type the characters &quot;urgent&quot; followed
8587 by carriage return for the value of the Subject pattern, then negate it
8588 by typing the &quot;!&quot; command.
8589 It should look like
8591 <PRE>
8592  ! Subject pattern = urgent
8593 </PRE>
8595 The contents of each of these header patterns (or the AllText or BodyText patterns) may
8596 be a complete email address, part of an address, or a random set of
8597 characters to match against.
8598 It may also be a list of such patterns, which means you
8599 are looking for a match against the first pattern in the list <EM>OR</EM>
8600 the second pattern <EM>OR</EM> the third and so on.
8601 For example, a Subject pattern equal to
8603 <PRE>
8604  Subject pattern = urgent
8605                    emergency
8606                    alert
8607 </PRE>
8609 would match all messages with a subject that contained at least one
8610 of those words.
8611 It would also match subjects containing the words &quot;alerts&quot; or
8612 &quot;Urgently&quot;.
8614 The same example with &quot;NOT&quot; turned on would be
8616 <PRE>
8617  ! Subject pattern = urgent
8618                      emergency
8619                      alert
8620 </PRE>
8622 which would match all messages with a subject that did <EM>NOT</EM> contain any of
8623 those words.
8624 You can use the &quot;Add Value&quot; command to add new words to the list,
8625 or you can enter them as a comma-separated list.
8627 (It is not possible to specify two patterns that must <EM>BOTH</EM> be
8628 present for a match.
8629 It is only possible to specify that <EM>EITHER</EM> pattern1 <EM>OR</EM>
8630 pattern2 must be present,
8631 and that is exactly what using a list does.)
8633 The &quot;Current Folder Type&quot; and the &quot;Score Interval&quot; are
8634 also part of the Pattern, although the &quot;Score Interval&quot; is not used
8635 when checking for matches for Scoring.
8636 There are five similar settings that relate to the status of the message.
8637 These settings rely on the message being New or not, Deleted or not,
8638 Answered or not, Important or not, and Recent or not.
8639 There are also some other miscellaneous settings.
8640 The first is the Age of the message in days.
8641 Another is the Size of the message, in bytes.
8642 The third is a setting that detects whether or not the Subject of a
8643 message contains raw 8-bit characters (unencoded characters with the most
8644 significant bit set).
8645 There is a setting that detects whether or not this is the first time
8646 Alpine has been run this month (doesn't depend on individual messages),
8647 and another that detects whether or not this is the first time Alpine has
8648 been run this year.
8649 Other parts of the Pattern detect whether or not the From address of a
8650 message appears in your address book, whether or not certain keywords
8651 are set for a message, and whether or not certain character sets are
8652 used in a message.
8654 <H2>Parts of a Pattern</H2>
8656 <H3>Header patterns</H3>
8658 A header pattern is simply text that is searched for in the corresponding
8659 header field.
8660 For example, if a Pattern has a From header pattern with the value
8661 &quot;@company.com&quot;, then only messages that have a From header
8662 that contains the text &quot;@company.com&quot; will be possible
8663 matches.
8664 Matches don't have to be exact.
8665 For example, if the relevant field of a message contains the text
8666 &quot;mailbox@domain&quot; somewhere
8667 in it, then header patterns of &quot;box&quot;, or &quot;x@d&quot;, or
8668 &quot;mailbox@domain&quot; are all matches.
8670 All parts of the Pattern must match so, for example,
8671 if a message matches a defined
8672 From pattern, it still must be checked against the other parts of the
8673 Pattern that have been defined.
8674 The To header pattern is a slightly special case.
8675 If the message being checked has a Resent-To header
8676 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on, the addresses
8677 there are used in place of the addresses in the To header.
8678 This is only true for the To header.
8679 Resent-cc and Resent-From headers are never used unless you add them
8680 with the eXtraHdrs command.
8682 The meaning of a header pattern may be negated with the
8683 &quot;!&quot; &quot;toggle NOT&quot; command.
8684 You can tell that <EM>NOT</EM> has been turned on by looking for the character
8685 &quot;!&quot; at the beginning of the pattern line.
8686 It would look something like
8688 <PRE>
8689  ! From pattern = susan@example.com
8690 </PRE>
8692 When the &quot;!&quot; is present, it reverses the meaning of the match.
8694 If you want to check for the presence of a header field but don't care
8695 about its value, then
8696 the empty pattern that you get by entering a pair of
8697 double quotes (&quot;&quot;) should match any message that
8698 has the corresponding header field.
8700 <H3><A NAME="pattern_alltext">AllText patterns</A></H3>
8702 AllText patterns are just like header patterns except that the text is
8703 searched for anywhere in the message's headers or body, not just in the
8704 contents of a particular header field.
8707 <H3><A NAME="pattern_bodytext">BodyText patterns</A></H3>
8709 BodyText patterns are just like header patterns except that the text is
8710 searched for anywhere in the message's body, not just in the
8711 contents of a particular header field.
8714 If there is more than one header pattern or AllText pattern or BodyText pattern
8715 for which you want to take the
8716 same action there is a shorthand notation that may be used.
8717 Any of these patterns may be a list of patterns instead of
8718 just a single pattern.
8719 If any one of the patterns in the list matches the message
8720 then it is considered a match.
8721 For example, if &quot;company1&quot; and &quot;company2&quot; both required
8722 you to use the same role when replying to messages, you might have
8723 a To pattern that looks like
8725 <PRE>
8726  To pattern = company1.com
8727               company2.com
8728 </PRE>
8730 This means that if the mail you are replying to was addressed to
8731 either &quot;anything@company1.com&quot; or &quot;anything@company2.com&quot;,
8732 then this Pattern is a match and the same actions will be taken.
8734 The meaning of an AllText or BodyText pattern may be negated with the
8735 &quot;!&quot; &quot;toggle NOT&quot; command.
8736 You can tell that <EM>NOT</EM> has been turned on by looking for the character
8737 &quot;!&quot; at the beginning of the pattern line.
8738 When the &quot;!&quot; is present, it reverses the meaning of the match.
8740 A technicality: Since comma is the character used to separate multiple values
8741 in any of the fields that may have multiple values (such as header patterns,
8742 AllText patterns, BodyText patterns, keywords, folder lists, and so on),
8743 you must escape comma with a
8744 backslash (&#92;) if you want to include a literal comma in one of those fields.
8745 In other words, if you type a backslash followed by a comma it will
8746 be interpreted as a comma by Alpine, instead of as a separator between
8747 pattern values.
8748 All other backslashes (those not followed by a comma) are literal
8749 backslashes and should not be escaped.
8750 It's unlikely you'll ever need to enter a literal comma or backslash in
8751 any of the patterns.
8753 <H3><A NAME="pattern_current_folder">Current Folder Type</A></H3>
8755 The &quot;Current Folder Type&quot; may be set to one of four different
8756 values: &quot;Any&quot;, &quot;News&quot;, &quot;Email&quot;, or
8757 &quot;Specific&quot;.
8758 If the value is set to &quot;News&quot;, then the
8759 Pattern will only match if the currently open folder is a newsgroup.
8760 The value &quot;Email&quot; only matches if the current folder is not news and
8761 the value &quot;Any&quot; causes any folder to match.
8762 If the value of &quot;Current Folder Type&quot; is set to &quot;Specific&quot;,
8763 then you must fill in a value for &quot;Folder&quot;, which is on the line
8764 below the &quot;Specific&quot; line.
8765 In this case you will only get a match if the currently open folder is
8766 the specific folder you list.
8767 You may give a list of folders instead of just a single
8768 folder name, in which case the Pattern will match if the open folder is
8769 any one of the folders in the list.
8770 The name of each folder in the list may be either &quot;INBOX&quot;,
8771 the technical specification
8772 of the folder (like what appears in your configuration file) or, if the
8773 folder is one of your incoming folders, it may be the nickname you've given
8774 the folder.
8775 Here are some samples of specific folder names:
8777 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
8779 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
8781 <CENTER><SAMP>mail/local-folder</SAMP></CENTER>
8783 The easiest way to fill in the &quot;Folder&quot; field is to use
8784 the &quot;T&quot; command that is available when the &quot;Folder&quot; line is
8785 highlighted, or to use the &quot;Take&quot; command with the configuration
8786 feature
8787 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
8788 turned on.
8790 When reading a newsgroup, there may be a performance penalty
8791 incurred when collecting the information necessary to check whether
8792 or not a Pattern matches a message.
8793 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
8794 If you have Patterns with a Current Folder Type of either
8795 &quot;Any&quot; or &quot;News&quot; and those Patterns are used for
8796 Index Line Coloring or Scoring, you may experience
8797 slower screen redrawing in the MESSAGE INDEX screen when in a newsgroup.
8799 <H3><A NAME="pattern_age_interval">Age Interval</A></H3>
8801 The &quot;Age Interval&quot; may be set to an interval of message
8802 ages that should be considered a match.
8803 Like the other parts of the Pattern, if it is unset it will be ignored.
8804 The Age Interval looks like
8806 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
8808 where &quot;min_age&quot; and &quot;max_age&quot; are integers greater
8809 than or equal to zero.
8810 The special value &quot;INF&quot; may be used for
8811 the max value. It represents infinity.
8813 Actually, this option may be defined as a list of intervals instead
8814 of just a single interval.
8815 The list is separated by commas.
8816 It can look like
8818 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
8820 When there is an Age Interval defined, it is a match if the age, in days, of
8821 the message is contained in any of the intervals.
8822 The intervals include both endpoints.
8824 Even though this option is called Age, it isn't actually
8825 the <EM>age</EM> of the message.
8826 Instead, it is how many days ago the message arrived in one of your folders.
8827 If the current time is a little past midnight, then a message that arrived
8828 just before midnight arrived yesterday, even though the message is only
8829 a few minutes old.
8830 By default, the date being used is not the date in the Date
8831 header of the message.
8832 It is the date that the message arrived in one of your folders.
8833 When you Save a message from one folder to another that arrival date
8834 is preserved.
8835 If you would like to use the date in the Date header that is possible.
8836 Turn on the option
8837 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
8838 near the bottom of the rule definition.
8839 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
8841 <H3><A NAME="pattern_size_interval">Size Interval</A></H3>
8843 The &quot;Size Interval&quot; may be set to an interval of message
8844 sizes that should be considered a match.
8845 Like the other parts of the Pattern, if it is unset it will be ignored.
8846 The Size Interval looks like
8848 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
8850 where &quot;min_size&quot; and &quot;max_size&quot; are integers greater
8851 than or equal to zero.
8852 The special value &quot;INF&quot; may be used for
8853 the max value. It represents infinity.
8855 Actually, this option may be defined as a list of intervals instead
8856 of just a single interval.
8857 The list is separated by commas.
8858 It can look like
8860 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
8862 When there is a Size Interval defined, it is a match if the size, in bytes, of
8863 the message is contained in any of the intervals.
8864 The intervals include both endpoints.
8866 <H3><A NAME="pattern_score_interval">Score Interval</A></H3>
8868 The &quot;Score Interval&quot; may be set to an interval of message
8869 scores that should be considered a match.
8870 Like the other parts of the Pattern, if it is unset it will be ignored.
8871 The Score Interval looks like
8873 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
8875 where &quot;min_score&quot; and &quot;max_score&quot; are positive or
8876 negative integers, with min_score less than or equal to max_score.
8877 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
8878 the min and max values to represent negative and positive infinity.
8880 Actually, a list of intervals may be used if you wish.
8881 A list would look like
8883 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
8885 When there is a Score Interval defined, it is a match if the score for
8886 the message is contained in any of the intervals in the list.
8887 The intervals include the endpoints.
8888 The score for a message is calculated by looking at every Score rule defined and
8889 adding up the Score Values for the ones that match the message.
8890 When deciding whether or not a Pattern matches a message for purposes of
8891 calculating the score, the Score Interval is ignored.
8893 <H3><A NAME="pattern_message_status">Message Status</A></H3>
8895 There are five separate message status settings.
8896 By default, all five are set to the value &quot;Don't care&quot;, which
8897 will match any message.
8898 The value &quot;Yes&quot; means that the particular status must be true
8899 for a match, and the value &quot;No&quot; means that the particular
8900 status must not be true for a match.
8901 For example, one of the five Message Status settings is whether a message
8902 is marked Important or not.
8903 A &quot;Yes&quot; means that the message must be Important to be
8904 considered a match and &quot;No&quot; means that the message must not be
8905 Important to be considered a match.
8906 The same is true of the other four message status settings that depend
8907 on whether or not the message is New; whether the message has 
8908 been Answered or not; whether the message has been Deleted or not, and
8909 whether the message is Recent or not. 
8911 The nomenclature for New and Recent is a bit confusing:
8913 New means that the message is Unseen.
8914 It could have been in your mailbox for a long time but if you haven't looked
8915 at it, it is still considered New.
8916 That matches the default Alpine index display that shows an N for such a
8917 message.
8919 Recent means that the message was added to this folder since the last time
8920 you opened the folder.
8921 Alpine also shows an N by default for these types of messages.
8922 If you were to run two copies of Alpine that opened a folder one right after
8923 the other, a message would only show up as Recent in (at most) the first
8924 Alpine session.
8926 <H3><A NAME="pattern_message_keywords">Message Keywords</A></H3>
8928 Keywords are similar to Message Status, but they are chosen by the user.
8929 Provided the mail server allows for it, you may add a set of possible keywords
8930 to a folder and then you may set those keywords or not for each message
8931 in the folder (see <A HREF="h_common_flag">Flag Command</A>).
8932 The syntax of this part of the Pattern is similar to the header patterns.
8933 It is a list of keywords.
8934 The Keyword part of the Pattern is a match if the message has any of
8935 the keywords in the list set.
8936 Like other parts of the Pattern, if this is unset it will be ignored.
8938 <H3><A NAME="pattern_message_charsets">Message Character Sets</A></H3>
8940 A message may use one or more character sets.
8941 This part of the Pattern matches messages that make use of one or more of
8942 the character sets specified in the pattern.
8943 It will be considered a match if a message uses any of the character
8944 sets in the list you give here.
8947 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
8948 GB2312) you may also use some shorthand names that Alpine provides.
8949 These names are more understandable shorthand names for sets of 
8950 character set names.
8951 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
8952 Selecting one of these shorthand names is equivalent to selecting all of
8953 the character sets that make up the set.
8954 You can see all of these shorthand names and the lists of character sets
8955 they stand for by typing the &quot;T&quot; command with the Character
8956 Set pattern highlighted.
8957 The syntax of this part of the Pattern is similar to the header patterns
8958 and the Message Keywords pattern.
8959 It is a list of character sets (or shorthand names).
8960 The Character Set part of the Pattern is a match if the message uses any
8961 of the character sets in the list.
8962 Like other parts of the Pattern, if this is unset it will be ignored.
8964 <H3><A NAME="pattern_8bit_subject">Raw 8-bit in Subject</A></H3>
8966 It seems that lots of unwanted email contains unencoded 8-bit characters
8967 in the Subject.
8968 Normally, characters with the 8th bit set are not allowed in the Subject
8969 header unless they are MIME-encoded.
8970 This option gives you a way to match messages that have Subjects that
8971 contain unencoded 8-bit characters.
8972 By default, the value of this option is &quot;Don't care&quot;, which
8973 will match any message.
8974 The value &quot;Yes&quot; means that there must be raw 8-bit characters in
8975 the Subject of the message in order for there to be a match,
8976 and the value &quot;No&quot; is the opposite.
8977 Setting this option will affect performance in large folders because the
8978 subject of each message in the folder has to be checked.
8980 <H3><A NAME="pattern_bom">Beginning of Month</A></H3>
8982 This option gives you a way to take some action once per month.
8983 By default, the value of this option is &quot;Don't care&quot;, which
8984 will always match.
8985 The value &quot;Yes&quot; means that this must be the first time Alpine has
8986 been run this month in order to count as a match,
8987 and the value &quot;No&quot; is the opposite.
8989 <H3><A NAME="pattern_boy">Beginning of Year</A></H3>
8991 This option gives you a way to take some action once per year.
8992 By default, the value of this option is &quot;Don't care&quot;, which
8993 will always match.
8994 The value &quot;Yes&quot; means that this must be the first time Alpine has
8995 been run this year in order to count as a match,
8996 and the value &quot;No&quot; is the opposite.
8998 <H3><A NAME="pattern_abookfrom">Address in Address Books</A></H3>
9000 This option gives you a way to match messages that have an address
9001 that is in one of your address books.
9002 Only the simple entries in your address books are searched.
9003 Address book distribution lists are ignored!
9004 By default, the value of this option is &quot;Don't care&quot;, which
9005 will match any message.
9006 The value &quot;Yes, in any address book&quot; means the address
9007 from the message must be in at least one of your
9008 address books in order to be a match.
9009 The value &quot;No, not in any address book&quot;
9010 means none of the addresses may
9011 be in any of your address books in order to be a match.
9012 The values &quot;Yes, in specific address books&quot; and
9013 &quot;No, not in any of specific address books&quot; are similar but instead
9014 of depending on all address books you are allowed to give a list of address
9015 books to look in.
9016 The addresses from the message that are checked for are determined by the
9017 setting you have for &quot;Types of addresses to check for in address book&quot;.
9018 If you set this to &quot;From&quot; the From address from the message will
9019 be looked up in the address book.
9020 If you set it to only &quot;To&quot; then the To addresses will be used.
9021 If any of the To addresses are in the address book then it is considered
9022 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
9023 You could set it to both From and To, in which case all of the From and To
9024 addresses are used.
9025 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
9026 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
9027 exists or the From address if there is no Reply-To address.
9028 Same for the Sender address.
9029 Setting this option may affect performance in large folders because the
9030 From and Reply-To of each message in the folder have to be checked.
9032 <H3><A NAME="pattern_categorizer">Categorizer Command</A></H3>
9034 This is a command that is run with its standard input set to the message
9035 being checked and its standard output discarded.
9036 The full directory path should be specified.
9037 The command will be run and then its exit status will be checked against
9038 the Exit Status Interval, which defaults to just the value zero.
9039 If the exit status of the command falls in the interval, it is considered
9040 a match, otherwise it is not a match.
9043 This option may actually be a list of commands.
9044 The first one that exists and is executable is used.
9045 That makes it possible to use the same configuration with Unix Alpine and
9046 PC-Alpine.
9049 If none of the commands in the list exists and is executable then the rule
9050 is <EM>not</EM> a match.
9051 If it is possible that the command may not exist, you should be careful
9052 to structure your rules so that nothing destructive
9053 happens when the command does not exist.
9054 For example, you might have a filter that filters away spam when there is
9055 a match but does nothing when there is not a match.
9056 That would continue to work correctly if the command didn't exist.
9057 However, if you have a filter that filters away spam when there is not
9058 a match and keeps it when there is a match, that would filter everything
9059 if the categorizer command didn't exist.
9061 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
9062 setup for the bogofilter filter.
9065 &lt;End of help on this topic&gt;
9066 </BODY>
9067 </HTML>
9068 ===== h_rules_roles =====
9069 <HTML>
9070 <HEAD>
9071 <TITLE>SETUP ROLES SCREEN</TITLE>
9072 </HEAD>
9073 <BODY>
9074 <H1>SETUP ROLES SCREEN</H1>
9075 <H2>SETUP ROLES COMMANDS</H2>
9076 <!--chtml if pinemode="function_key"-->
9077 <PRE>
9078 Available  Commands -- Group 1         Available Commands -- Group 2   
9079 -------------------------------        ------------------------------  
9080 F1  Show Help Text                      F1  Show Help Text             
9081 F2  See commands in next group          F2  See commands in next group
9082 F3  Back to MAIN Alpine menu
9083 F4  Change configuration for role
9084 F5  Move to previous role               F5  Include file in role config
9085 F6  Move to next role                   F6  Exclude file from config
9086 F7  Previous page of roles
9087 F8  Next page of roles
9088 F9  Add new role                        F9  Replicate existing role
9089 F10 Delete existing role
9090 F11 Shuffle the order of roles
9091 F12 Whereis (search role nicknames)
9092 </PRE>
9093 <!--chtml else-->
9094 <PRE>
9095 Navigation                     General Alpine Commands
9096 -------------------------      -----------------------
9097  P  Prev Role                     ?  Display this help text
9098  N  Next Role                     E  Back to MAIN Alpine menu
9099  -  Previous page
9100 Spc (space bar) Next page
9101  W  WhereIs (search for word in role nicknames)
9103 Setup Roles Commands
9104 ------------------------------------------------
9105  A  Add new role                  $  Shuffle the order of roles
9106  D  Delete existing role          C  Change configuration for highlighted role
9107  R  Replicate existing role
9108  I  Include file in role config   X  Exclude file from role config
9109 </PRE>
9110 <!--chtml endif-->
9112 <H2>Description of the Setup Roles Screen</H2>
9114 This screen lets you add, delete, modify, or change the order of the rules
9115 that determine the role you are playing when composing a message.
9117 You may play different roles depending on who you are replying to.
9118 For example, if you are replying to a message addressed to help-desk you
9119 may be acting as a Help Desk Worker.
9120 That role may require that you use a different return address and/or
9121 a different signature.
9123 Roles are optional.
9124 If you set up roles they work like this:  Each role has a set of
9125 &quot;Uses&quot;, which indicate whether or not a role is eligible to be
9126 considered for a particular use; a &quot;Pattern&quot;,
9127 which is used to decide which of the eligible roles is used; and a set
9128 of &quot;Actions&quot;, which are taken when that role is used.
9129 When you reply to a message, the message you are replying to is compared
9130 with the Patterns of the roles marked as eligible for use when replying.
9131 The comparisons start with the first eligible role and keep going until there
9132 is a match.
9133 If a match is found, the matching role's Actions are taken.
9135 It is also possible to set a default role and to change that role during
9136 your Alpine session.
9137 When you start Alpine no default role will be set.
9138 You may set or change the current default role by using the &quot;D&quot;
9139 command in the role selection screen.
9140 You'll see that screen while composing a message and being asked to select
9141 a role.
9142 An easy way to get to that screen is to use the <A HREF="h_common_role">Role Command</A> to
9143 compose a message.
9144 You may find a default role useful if you normally perform the duties of one
9145 of your roles for a while, then you switch to another role and stay in the
9146 new role for another period of time.
9147 It may be easier than using the Role Command to select the role each time you
9148 compose a message.
9150 <H2>Role Uses</H2>
9152 There are three types of use to be configured;
9153 one for Replying, one for Forwarding, and one for Composing.
9154 These indicate whether or not you want a role to be considered when you
9155 type the Reply, Forward, or Compose commands.
9156 (The Role command is an alternate form of the Compose command, and it is
9157 not affected by these settings.)
9158 Each of these Use types has three possible values.
9159 The value &quot;Never&quot;
9160 means that the role will never be considered as a candidate for use with
9161 the corresponding command.
9162 For example, if you set a role's Reply Use to Never, then when you Reply to
9163 a message, that role won't even be considered.
9164 (That isn't quite true. If the message you are replying to matches some other
9165 role that requires confirmation,
9166 then there will be a ^T command available which allows you to select a role
9167 from all of your roles, not just the reply-eligible roles.)
9170 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
9171 both mean that you do want to consider this role when using the corresponding
9172 command.
9173 For either of these settings the role's Pattern will
9174 be checked to see if it matches the message.
9175 For Reply Use, the message used to compare the Pattern with is the message
9176 being replied to.
9177 For Forward Use, the message used to compare the Pattern with is the message
9178 being forwarded.
9179 For Compose Use, there is no message, so the parts of the Pattern that depend
9180 on a message (everything other than Current Folder Type) are ignored.
9181 In all cases, the Current Folder Type is checked if defined.
9182 If there is a match then this role will either be used without confirmation
9183 or will be the default when confirmation is asked for, depending on
9184 which of the two options is selected.
9185 If confirmation is requested, you will have a chance to
9186 choose No Role instead of the offered role, or to
9187 change the role to any one of your other roles (with the ^T command).
9189 <H2>Role Patterns</H2>
9191 In order to determine whether or not a message matches a role the message is
9192 compared with the Role's Pattern.
9193 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9194 Scoring, Other Rules, and Search Rules, so are described in only one place,
9195 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9197 Since header patterns, AllText patterns, and BodyText patterns that are unset are ignored,
9198 a role that has all header patterns unset, the AllText pattern unset,
9199 the BodyText pattern unset,
9200 the Score Interval unset, and the Current Folder Type set to
9201 &quot;Any&quot; may be used as a default role.
9202 It should be put last in the list of roles since the matching
9203 starts at the beginning and proceeds until one of the roles is a match.
9204 If no roles at all match, then Alpine will
9205 use its regular methods of defining the role.
9206 If you wanted to, you could define a different &quot;default&quot; role
9207 for Replying, Forwarding, and Composing by setting the
9208 &quot;Use&quot; fields appropriately.
9210 <H2>Role Actions</H2>
9212 Once a role match is found, the role's Actions are taken.
9213 For each role there are several possible actions that may be defined.
9214 They are actions to set the From address, the Reply-To address,
9215 the Fcc, the Signature, the Template file, and Other Headers.
9217 <H3>Set From</H3>
9219 The From address is the address used on the From line of the message
9220 you are sending.
9222 <H3>Set Reply-To</H3>
9224 The Reply-To address is the address used on the Reply-To line of the message
9225 you are sending.
9226 You don't need a Reply-To address unless it is different from the From address.
9228 <H3>Set Other Headers</H3>
9230 If you want to set the value of the From or Reply-To headers, use
9231 the specific fields &quot;Set From&quot; or &quot;Set Reply-To&quot;.
9232 If you want to set the values of other headers, use this field.
9233 This field is similar to the
9234 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> configuration option.
9235 Each header you specify here must include the header tag
9236 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
9237 and may optionally include a value for that header.
9238 It is different from the <!--#echo var="VAR_customized-hdrs"--> in that the value you give
9239 for a header here will replace any value that already exists.
9240 For example, if you are Replying to a message there will be at least one
9241 address in the To header (the address you are Replying to).
9242 However, if you Reply using a role that sets the To header, that role's
9243 To header value will be used instead.
9245 <H3>Set Fcc</H3>
9247 The Fcc is used as the Fcc for the message you are sending.
9249 <H3>Set Signature or Set LiteralSig</H3>
9251 The Signature is the name of a file to be used as the signature file when
9252 this role is being used.
9253 If the name of the file has a vertical bar following it (|)
9254 then it is assumed that the file is a program that should be run to
9255 produce the signature.
9256 If the LiteralSig is set, then it is used instead of the signature file.
9257 LiteralSig is just a different way to store the signature.
9258 It is stored in the pine configuration file instead of in a separate
9259 signature file.
9260 If the <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined
9261 either in the role or as the default signature in the Setup/Config screen,
9262 then the signature file is ignored.
9264 <H3>Set Template</H3>
9266 A Template is the name of a file to be included in the message when this
9267 role is being used.
9268 If the name of the file has a vertical bar following it (|)
9269 then it is assumed that the file is a program that should be run to
9270 produce the template.
9273 Both signature files and template files may be stored remotely on an IMAP
9274 server.
9275 In order to do that you just give the file a remote name.
9276 This works just like the regular
9277 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>
9278 option that is configured from the Setup/Configuration screen.
9279 A remote signature file name might look like:
9281 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
9283 Once you have named the remote signature or template file you create its
9284 contents by using the &quot;F&quot; &quot;editFile&quot; command when the
9285 cursor is on the &quot;Set Signature&quot; or &quot;Set Template&quot;
9286 line of the role editor.
9289 Both signature files and template files (or the output of signature programs
9290 and template file programs) may contain special tokens
9291 that are replaced with contents
9292 that depend on the message being replied to or forwarded.
9293 See the help for the individual fields inside the role editor for more
9294 information on tokens.
9296 <H3>Use SMTP Server</H3>
9298 If this field has a value, then it will be used as the SMTP server
9299 to send mail when this role is being used (unless the SMTP server variable
9300 is set in the system-wide fixed configuration file).
9301 It has the same semantics as the
9302 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
9303 variable in the Setup/Config screen.
9304 When you postpone the composition this SMTP server list will be saved
9305 with the postponed composition and it cannot be changed later.
9306 Because of that, you may want to make this a list of SMTP servers
9307 with the preferred server at the front of the list and alternate servers
9308 later in the list.
9311 If any of the actions are left unset, then the action depends on what
9312 is present in the &quot;Initialize settings using role&quot; field.
9313 If you've listed the nickname of another one of your roles there, then the
9314 corresponding action from that role will be used here.
9315 If that action is also blank, or if there is no nickname specified,
9316 then Alpine will do whatever it normally does to set these actions.
9317 This depends on other configuration options and features you've set.
9319 <H2>Command Descriptions</H2>
9321 <H3>Add</H3>
9323 The Add command is used to add a new role definition to your set of
9324 roles.
9325 The new role will be added after the highlighted role.
9327 <H3>Delete</H3>
9329 The Delete command deletes the currently highlighted role.
9331 <H3>Change</H3>
9333 The Change command lets you edit the nickname, Uses, Pattern,
9334 and Actions of the currently highlighted role.
9336 <H3>Shuffle</H3>
9338 The Shuffle command allows you to change the order of the roles.
9339 You may move the currently highlighted role up or down in the list.
9340 The order of the roles is important since the roles are tested for a
9341 match starting with the first role and continuing until a match is found.
9342 You should place the roles with more specific Patterns near the beginning
9343 of the list, and those with more general Patterns near the end so that
9344 the more specific matches will happen when appropriate.
9346 <H3>Replicate</H3>
9348 The Replicate command is used to copy an existing role and modify it.
9349 The new role will be added after the highlighted role.
9351 <H3>IncludeFile</H3>
9353 The IncludeFile command allows you to add a roles file to your configuration.
9354 Usually, your roles will be contained in your Alpine configuration file.
9355 If you wish, some or all of your roles may be stored in a separate file.
9356 If a roles file already exists (maybe it was made by somebody else using
9357 Alpine), you may insert it before the currently highlighted role.
9358 You may also insert an empty file or a file that does not yet exist.
9359 Once you have an empty roles file in your configuration, you may use
9360 the Shuffle command to move roles into it.
9361 In fact, that's the only way to get the initial role into the file.
9363 <H3>eXcludeFile</H3>
9365 The eXcludeFile command removes a roles file from your roles configuration.
9366 A limitation of the program is that in order to exclude a roles file
9367 that file must have at least one role
9368 in it, otherwise you won't be able to highlight a line in the file.
9369 So you may have to add a dummy role to the file in order to exclude the file.
9370 <P><UL>
9371 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9372 </UL>
9374 &lt;End of help on this topic&gt;
9375 </BODY>
9376 </HTML>
9377 ===== h_rules_other =====
9378 <HTML>
9379 <HEAD>
9380 <TITLE>SETUP OTHER RULES SCREEN</TITLE>
9381 </HEAD>
9382 <BODY>
9383 <H1>SETUP OTHER RULES SCREEN</H1>
9384 <H2>SETUP OTHER RULES COMMANDS</H2>
9385 <!--chtml if pinemode="function_key"-->
9386 <PRE>
9387 Available  Commands -- Group 1         Available Commands -- Group 2   
9388 -------------------------------        ------------------------------  
9389 F1  Show Help Text                      F1  Show Help Text             
9390 F2  See commands in next group          F2  See commands in next group
9391 F3  Back to MAIN Alpine menu
9392 F4  Change configuration for rule
9393 F5  Move to previous rule               F5  Include file in rule config
9394 F6  Move to next rule                   F6  Exclude file from config
9395 F7  Previous page of rules
9396 F8  Next page of rules
9397 F9  Add new rule                        F9  Replicate existing rule
9398 F10 Delete existing rule
9399 F11 Shuffle the order of rules
9400 F12 Whereis (search rule nicknames)
9401 </PRE>
9402 <!--chtml else-->
9403 <PRE>
9404 Navigation                     General Alpine Commands
9405 -------------------------      -----------------------
9406  P  Prev rule                     ?  Display this help text
9407  N  Next rule                     E  Back to MAIN Alpine menu
9408  -  Previous page
9409 Spc (space bar) Next page
9410  W  WhereIs (search for word in rule nicknames)
9412 Setup Other Rules Commands
9413 ------------------------------------------------
9414  A  Add new rule                  $  Shuffle the order of rules
9415  D  Delete existing rule          C  Change configuration for highlighted rule
9416  R  Replicate existing rule
9417  I  Include file in rule config   X  Exclude file from rule config
9418 </PRE>
9419 <!--chtml endif-->
9421 <H2>Description of the Setup Other Rules Screen</H2>
9423 This is where you may set various actions that do not fit well into the
9424 other Rules categories.
9426 <H2>Patterns</H2>
9428 Other Rules are a little different from the rest of the Rules because
9429 they depend only on the current folder, and not on a particular message.
9430 In order to determine whether or not a rule's actions should be applied
9431 the current folder is compared with the rule's Pattern, which consists
9432 of only the Current Folder Type.
9433 Current Folder Type works the same for Other Rules as it does for Roles,
9434 Filtering, Index Coloring, and Scoring.
9435 Keep in mind that the only part of the Pattern that applies to Other
9436 Rules is the Current Folder Type when looking at the description of
9437 Patterns given
9438 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9440 <H2>The Actions</H2>
9442 <H3>Set Sort Order</H3>
9444 When you enter a new folder, these rules will be checked to see if you
9445 have set a sort order that is different from your default sort order.
9446 The default is set in the Setup/Config screen with
9447 the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
9448 If the Sort Order action is set, then the folder will be displayed sorted in
9449 that sort order instead of in the default order.
9451 A possible point of confusion arises when you change the configuration
9452 of the Sort Order for the currently open folder.
9453 The folder will normally be re-sorted when you go back to viewing the
9454 index.
9455 However, if you have manually sorted the folder with the
9456 Sort
9457 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
9458 command, then it will not be re-sorted until the next time it is opened.
9460 <H3>Set Index Format</H3>
9462 When you enter a new folder, these rules will be checked to see if you
9463 have set an Index Format that is different from your default Index Format,
9464 which is set with the
9465 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
9466 If so, the index will be displayed with this format instead of the default.
9468 <H3>Set Startup Rule</H3>
9470 When you enter a new folder, these rules will be checked to see if you
9471 have set a startup rule that is different from the default startup rule.
9472 The default for incoming folders is set in the Setup/Config screen with
9473 the &quot;<!--#echo var="VAR_incoming-startup-rule"-->&quot; option.
9474 The default for folders other than INBOX that are not part of your
9475 incoming collection
9476 (see <A HREF="h_config_enable_incoming"><!--#echo var="FEAT_enable-incoming-folders"--></A> feature) 
9477 is to start with the last message in the folder.
9478 If the Startup Rule is set to something other than &quot;default&quot;,
9479 then the rule will determine which message will be the current message when
9480 the folder is first opened.
9482 The various startup rule possibilities work the same here as they do in
9483 the incoming collection, so check
9484 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
9485 for more help.
9487 <H2>Command Descriptions</H2>
9489 <H3>Add</H3>
9491 The Add command is used to add a new rule definition to your set of
9492 rules.
9493 The new rule will be added after the highlighted rule.
9495 <H3>Delete</H3>
9497 The Delete command deletes the currently highlighted rule.
9499 <H3>Change</H3>
9501 The Change command lets you edit the nickname, Pattern,
9502 and Action of the currently highlighted rule.
9504 <H3>Shuffle</H3>
9506 The Shuffle command allows you to change the order of the rules.
9507 You may move the currently highlighted rule up or down in the list.
9508 The order of the rules is important since the rules are tested for a
9509 match starting with the first rule and continuing until a match is found.
9510 You should place the rules with more specific Patterns near the beginning
9511 of the list, and those with more general Patterns near the end so that
9512 the more specific matches will happen when appropriate.
9514 <H3>Replicate</H3>
9516 The Replicate command is used to copy an existing rule definition and modify it.
9517 The new rule will be added after the highlighted rule.
9519 <H3>IncludeFile</H3>
9521 The IncludeFile command allows you to add a rules file to your configuration.
9522 Usually, your rules will be contained in your Alpine configuration file.
9523 If you wish, some or all of your rules may be stored in a separate file.
9524 If a rules file already exists (maybe it was made by somebody else using
9525 Alpine), you may insert it before the currently highlighted rule.
9526 You may also insert an empty file or a file that does not yet exist.
9527 Once you have an empty rules file in your configuration, you may use
9528 the Shuffle command to move rules into it.
9529 In fact, that's the only way to get the initial rule into the file.
9531 <H3>eXcludeFile</H3>
9533 The eXcludeFile command removes a rules file from your rules configuration.
9534 A limitation of the program is that in order to exclude a rules file
9535 that file must have at least one rule
9536 in it, otherwise you won't be able to highlight a line in the file.
9537 So you may have to add a dummy rule to the file in order to exclude the file.
9538 <P><UL>
9539 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9540 </UL>
9542 &lt;End of help on this topic&gt;
9543 </BODY>
9544 </HTML>
9545 ===== h_rules_srch =====
9546 <HTML>
9547 <HEAD>
9548 <TITLE>SETUP SEARCH RULES SCREEN</TITLE>
9549 </HEAD>
9550 <BODY>
9551 <H1>SETUP SEARCH RULES SCREEN</H1>
9552 <H2>SETUP SEARCH RULES COMMANDS</H2>
9553 <!--chtml if pinemode="function_key"-->
9554 <PRE>
9555 Available  Commands -- Group 1         Available Commands -- Group 2   
9556 -------------------------------        ------------------------------  
9557 F1  Show Help Text                      F1  Show Help Text             
9558 F2  See commands in next group          F2  See commands in next group
9559 F3  Back to MAIN Alpine menu
9560 F4  Change configuration for rule
9561 F5  Move to previous rule               F5  Include file in rule config
9562 F6  Move to next rule                   F6  Exclude file from config
9563 F7  Previous page of rules
9564 F8  Next page of rules
9565 F9  Add new rule                        F9  Replicate existing rule
9566 F10 Delete existing rule
9567 F11 Shuffle the order of rules
9568 F12 Whereis (search rule nicknames)
9569 </PRE>
9570 <!--chtml else-->
9571 <PRE>
9572 Navigation                     General Alpine Commands
9573 -------------------------      -----------------------
9574  P  Prev rule                     ?  Display this help text
9575  N  Next rule                     E  Back to MAIN Alpine menu
9576  -  Previous page
9577 Spc (space bar) Next page
9578  W  WhereIs (search for word in rule nicknames)
9580 Setup Search Rules Commands
9581 ------------------------------------------------
9582  A  Add new rule                  $  Shuffle the order of rules
9583  D  Delete existing rule          C  Change configuration for highlighted rule
9584  R  Replicate existing rule
9585  I  Include file in rule config   X  Exclude file from rule config
9586 </PRE>
9587 <!--chtml endif-->
9589 <H2>Description of the Setup Search Rules Screen</H2>
9591 One of the commands that becomes available when that feature is turned on
9592 is the &quot;; Select&quot; command, which is used in the MESSAGE INDEX
9593 screen to select a set of messages.
9594 One way of selecting messages is to use a Rule.
9595 All of the messages that match (or don't match if you wish)
9596 a Rule's Pattern will be selected.
9598 Any of your Rules may be used for this purpose.
9599 You might already have Rules set up for filtering, index line color, scores, or roles;
9600 and you may use any of those Rules with the Select command.
9601 However, you might find it more convenient to set up a separate set of Rules
9602 just for this purpose without having to worry about what other effects
9603 they may cause.
9604 That is the purpose of these Select Rules.
9607 Each rule has a &quot;Pattern&quot;
9608 that is used to decide which messages are selected when you use it with
9609 the Select command.
9611 <H2>Patterns</H2>
9613 In order to determine whether or not a message should be selected
9614 the message is compared with the rule's Pattern.
9615 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9616 Scoring, Other Rules, and Search Rules, so are described in only one place,
9617 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9619 <H2>Command Descriptions</H2>
9621 <H3>Add</H3>
9623 The Add command is used to add a new rule definition to your set of
9624 rules.
9625 The new rule will be added after the highlighted rule.
9627 <H3>Delete</H3>
9629 The Delete command deletes the currently highlighted rule.
9631 <H3>Change</H3>
9633 The Change command lets you edit the nickname and Pattern
9634 of the currently highlighted rule.
9636 <H3>Shuffle</H3>
9638 The Shuffle command allows you to change the order of the rules.
9639 This affects only the order they are presented in when you use the
9640 ^T subcommand of the Select by Rule command.
9641 You may move the currently highlighted rule up or down in the list.
9643 <H3>Replicate</H3>
9645 The Replicate command is used to copy an existing rule definition and modify it.
9646 The new rule will be added after the highlighted rule.
9648 <H3>IncludeFile</H3>
9650 The IncludeFile command allows you to add a rules file to your configuration.
9651 Usually, your rules will be contained in your Alpine configuration file.
9652 If you wish, some or all of your rules may be stored in a separate file.
9653 If a rules file already exists (maybe it was made by somebody else using
9654 Alpine), you may insert it before the currently highlighted rule.
9655 You may also insert an empty file or a file that does not yet exist.
9656 Once you have an empty rules file in your configuration, you may use
9657 the Shuffle command to move rules into it.
9658 In fact, that's the only way to get the initial rule into the file.
9660 <H3>eXcludeFile</H3>
9662 The eXcludeFile command removes a rules file from your rules configuration.
9663 A limitation of the program is that in order to exclude a rules file
9664 that file must have at least one rule
9665 in it, otherwise you won't be able to highlight a line in the file.
9666 So you may have to add a dummy rule to the file in order to exclude the file.
9667 <P><UL>
9668 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9669 </UL>
9671 &lt;End of help on this topic&gt;
9672 </BODY>
9673 </HTML>
9674 ===== h_rules_incols =====
9675 <HTML>
9676 <HEAD>
9677 <TITLE>SETUP INDEX LINE COLORS SCREEN</TITLE>
9678 </HEAD>
9679 <BODY>
9680 <H1>SETUP INDEX LINE COLORS SCREEN</H1>
9681 <H2>SETUP INDEX LINE COLORS COMMANDS</H2>
9682 <!--chtml if pinemode="function_key"-->
9683 <PRE>
9684 Available  Commands -- Group 1         Available Commands -- Group 2   
9685 -------------------------------        ------------------------------  
9686 F1  Show Help Text                      F1  Show Help Text             
9687 F2  See commands in next group          F2  See commands in next group
9688 F3  Back to MAIN Alpine menu
9689 F4  Change configuration for rule
9690 F5  Move to previous rule               F5  Include file in rule config
9691 F6  Move to next rule                   F6  Exclude file from config
9692 F7  Previous page of rules
9693 F8  Next page of rules
9694 F9  Add new rule                        F9  Replicate existing rule
9695 F10 Delete existing rule
9696 F11 Shuffle the order of rules
9697 F12 Whereis (search rule nicknames)
9698 </PRE>
9699 <!--chtml else-->
9700 <PRE>
9701 Navigation                     General Alpine Commands
9702 -------------------------      -----------------------
9703  P  Prev rule                     ?  Display this help text
9704  N  Next rule                     E  Back to MAIN Alpine menu
9705  -  Previous page
9706 Spc (space bar) Next page
9707  W  WhereIs (search for word in rule nicknames)
9709 Setup Index Color Commands
9710 ------------------------------------------------
9711  A  Add new rule                  $  Shuffle the order of rules
9712  D  Delete existing rule          C  Change configuration for highlighted rule
9713  R  Replicate existing rule
9714  I  Include file in rule config   X  Exclude file from rule config
9715 </PRE>
9716 <!--chtml endif-->
9718 <H2>Description of the Setup Index Line Colors Screen</H2>
9720 Index Line Color causes lines in the MESSAGE INDEX screen to be colored.
9721 This action is only available if your terminal is capable of displaying
9722 color and color display has been enabled with the
9723 <A HREF="h_config_color_style">Color Style</A> option within the
9724 Setup Color screen.
9725 (In PC-Alpine, color is always enabled so there is no option to turn on.)
9726 This screen lets you add, delete, modify, or change the order of the rules
9727 that cause the lines in the MESSAGE INDEX to be displayed in different
9728 colors.
9730 Each rule has a &quot;Pattern&quot;,
9731 which is used to decide which of the rules is used; and the color that
9732 is used if the Pattern matches a particular message.
9734 <H2>Index Color Patterns</H2>
9736 In order to determine whether or not a message matches an Index Color Rule
9737 the message is compared with the rule's Pattern.
9738 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9739 Scoring, Other Rules, and Search Rules, so are described in only one place,
9740 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9743 If none of the Index Color rules is a match for a particular index line,
9744 then the color used is set using
9745 the <A HREF="h_color_setup">Setup Kolor</A> screen.
9747 <H2>Index Line Color</H2>
9749 This is the color that index lines are colored when there is a matching
9750 Pattern.
9751 This colors the whole index line, except possibly the status letters,
9752 which may be colored separately using
9753 the <A HREF="h_color_setup">Setup Kolor</A> screen.
9755 <H2>Command Descriptions</H2>
9757 <H3>Add</H3>
9759 The Add command is used to add a new rule definition to your set of
9760 rules.
9761 The new rule will be added after the highlighted rule.
9763 <H3>Delete</H3>
9765 The Delete command deletes the currently highlighted rule.
9767 <H3>Change</H3>
9769 The Change command lets you edit the nickname, Pattern,
9770 and Index Line Color of the currently highlighted rule.
9772 <H3>Shuffle</H3>
9774 The Shuffle command allows you to change the order of the rules.
9775 You may move the currently highlighted rule up or down in the list.
9776 The order of the rules is important since the rules are tested for a
9777 match starting with the first rule and continuing until a match is found.
9778 You should place the rules with more specific Patterns near the beginning
9779 of the list, and those with more general Patterns near the end so that
9780 the more specific matches will happen when appropriate.
9782 <H3>Replicate</H3>
9784 The Replicate command is used to copy an existing rule definition and modify it.
9785 The new rule will be added after the highlighted rule.
9787 <H3>IncludeFile</H3>
9789 The IncludeFile command allows you to add a rules file to your configuration.
9790 Usually, your rules will be contained in your Alpine configuration file.
9791 If you wish, some or all of your rules may be stored in a separate file.
9792 If a rules file already exists (maybe it was made by somebody else using
9793 Alpine), you may insert it before the currently highlighted rule.
9794 You may also insert an empty file or a file that does not yet exist.
9795 Once you have an empty rules file in your configuration, you may use
9796 the Shuffle command to move rules into it.
9797 In fact, that's the only way to get the initial rule into the file.
9799 <H3>eXcludeFile</H3>
9801 The eXcludeFile command removes a rules file from your rules configuration.
9802 A limitation of the program is that in order to exclude a rules file
9803 that file must have at least one rule
9804 in it, otherwise you won't be able to highlight a line in the file.
9805 So you may have to add a dummy rule to the file in order to exclude the file.
9806 <P><UL>
9807 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9808 </UL>
9810 &lt;End of help on this topic&gt;
9811 </BODY>
9812 </HTML>
9813 ===== h_rules_filter =====
9814 <HTML>
9815 <HEAD>
9816 <TITLE>SETUP FILTERING SCREEN</TITLE>
9817 </HEAD>
9818 <BODY>
9819 <H1>SETUP FILTERING SCREEN</H1>
9820 <H2>SETUP FILTERING COMMANDS</H2>
9821 <!--chtml if pinemode="function_key"-->
9822 <PRE>
9823 Available  Commands -- Group 1         Available Commands -- Group 2   
9824 -------------------------------        ------------------------------  
9825 F1  Show Help Text                      F1  Show Help Text             
9826 F2  See commands in next group          F2  See commands in next group
9827 F3  Back to MAIN Alpine menu
9828 F4  Change configuration for filter
9829 F5  Move to previous filter             F5  Include file in filter config
9830 F6  Move to next filter                 F6  Exclude file from config
9831 F7  Previous page of filters
9832 F8  Next page of filters
9833 F9  Add new filter                      F9  Replicate existing filter
9834 F10 Delete existing filter
9835 F11 Shuffle the order of filters
9836 F12 Whereis (search filter nicknames)
9837 </PRE>
9838 <!--chtml else-->
9839 <PRE>
9840 Navigation                     General Alpine Commands
9841 -------------------------      -----------------------
9842  P  Prev Filter                   ?  Display this help text
9843  N  Next Filter                   E  Back to MAIN Alpine menu
9844  -  Previous page
9845 Spc (space bar) Next page
9846  W  WhereIs (search for word in filter nicknames)
9848 Setup Filters Commands
9849 ------------------------------------------------
9850  A  Add new filter                $  Shuffle the order of filters
9851  D  Delete existing filter        C  Change configuration for highlighted filter
9852  R  Replicate existing filter
9853  I  Include file in filter config X  Exclude file from filter config
9854 </PRE>
9855 <!--chtml endif-->
9857 <H2>Description of the Setup Filtering Screen</H2>
9859 This screen lets you add, delete, modify, or change the order of the rules
9860 that determine the filtering Alpine does on folders you view.
9862 The software that actually delivers mail (the stuff that happens
9863 before Alpine is involved) for you is in a better position to do mail filtering
9864 than Alpine itself.
9865 If possible, you may want to look into using that sort of mail filtering to
9866 deliver mail to different folders, delete it, or forward it.
9867 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
9869 Filtering is a way to automatically move certain messages from one folder
9870 to another or to delete messages.
9871 It can also be used to set message status (Important, Deleted, New,
9872 Answered) and to set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
9873 Alpine doesn't have the ability to forward mail to another address or
9874 to deliver vacation messages.
9876 Each filtering rule has a &quot;Pattern&quot; and a &quot;Filter Action&quot;.
9877 When a folder is opened, when new mail arrives in an open folder, or
9878 when mail is Expunged from a folder; each
9879 message is compared with the Patterns of your filtering rules.
9880 The comparisons start with the first rule and keep going until there
9881 is a match.
9882 If a match is found, the message may be deleted or moved, depending on
9883 the setting of the Filter Action.
9884 If the message is not deleted, it may have its status altered.
9887 <EM>NOTE:</EM>
9888 When setting up a Pattern used to delete messages,
9889 it is recommended that you test the Pattern first with a &quot;Move&quot;
9890 folder specified in
9891 case unintended matches occur.  Messages that are deleted will be removed 
9892 from the folder and <EM>unrecoverable</EM> from within Alpine after the
9893 next Expunge command or once the folder being filtered has been closed.
9895 <H2>Filter Patterns</H2>
9897 In order to determine whether or not a message matches a filter the message is
9898 compared with the Filter's Pattern.
9899 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9900 Scoring, Other Rules, and Search Rules, so are described in only one place,
9901 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9903 Since filtering is a potentially destructive action, if you have a filtering
9904 Pattern with nothing other than Current Folder Type set, that filtering
9905 rule is ignored.
9907 <H2>Filter Actions</H2>
9909 Once a filter match is found for a particular message, there are some actions
9910 that may be taken.
9911 First, the message may have its status changed.
9912 This is the same message status that you can manipulate manually using the
9913 <a href="h_common_flag">Flag Command</a>.
9914 There are always four elements of message status that you can control.
9915 You can set or clear the Important status, the New status, the Deleted
9916 status, and the Answered status.
9917 Of course, if the filter is going to delete the message,
9918 then there is no point in setting message status.
9919 You may also be able to set user-defined keywords for a message.
9920 Read a little about keywords in the help text for the
9921 <A HREF="h_common_flag">Flag</A> command.
9923 Second, the filter may delete or move the message.
9924 Deleting the message marks it Deleted and removes it from view.
9925 It is effectively gone forever (though it technically is still there until
9926 the next expunge command, which may happen implicitly).
9927 Moving the message moves it from the open folder into the folder
9928 listed on the &quot;Folder List&quot; line of the filter configuration.
9929 If you list more than one folder name (separated by commas) then the message
9930 will be copied to each of those folders.
9931 In any case, if &quot;Delete&quot; or &quot;Move&quot; is set then the
9932 message is removed from the current folder.
9933 If you just want to set the messages status without deleting it from
9934 the folder, then set the filter action to
9935 &quot;Just Set Message Status&quot;.
9937 (There is no way to do a Copy instead of a Move, due to the difficulties
9938 involved in keeping track of whether or not a message has
9939 already been copied.)
9941 <H2>Command Descriptions</H2>
9943 <H3>Add</H3>
9945 The Add command is used to add a new filter definition to your set of
9946 filters.
9947 The new filter will be added after the highlighted filter.
9949 <H3>Delete</H3>
9951 The Delete command deletes the currently highlighted filter.
9953 <H3>Change</H3>
9955 The Change command lets you edit the nickname, Pattern,
9956 and Folder of the currently highlighted filter.
9958 <H3>Shuffle</H3>
9960 The Shuffle command allows you to change the order of the filters.
9961 You may move the currently highlighted filter up or down in the list.
9962 The order of the filters is important since the filters are tested for a
9963 match starting with the first filter and continuing until a match is found.
9964 You should place the filters with more specific Patterns near the beginning
9965 of the list, and those with more general Patterns near the end so that
9966 the more specific matches will happen when appropriate.
9968 <H3>Replicate</H3>
9970 The Replicate command is used to copy an existing filter and modify it.
9971 The new filter will be added after the highlighted filter.
9973 <H3>IncludeFile</H3>
9975 The IncludeFile command allows you to add a filters file to your configuration.
9976 Usually, your filters will be contained in your Alpine configuration file.
9977 If you wish, some or all of your filters may be stored in a separate file.
9978 If a filters file already exists (maybe it was made by somebody else using
9979 Alpine), you may insert it before the currently highlighted filter.
9980 You may also insert an empty file or a file that does not yet exist.
9981 Once you have an empty filters file in your configuration, you may use
9982 the Shuffle command to move filters into it.
9983 In fact, that's the only way to get the initial filter into the file.
9985 <H3>eXcludeFile</H3>
9987 The eXcludeFile command removes a filters file from your filters configuration.
9988 A limitation of the program is that in order to exclude a filters file
9989 that file must have at least one filter
9990 in it, otherwise you won't be able to highlight a line in the file.
9991 So you may have to add a dummy filter to the file in order to exclude the file.
9992 <P><UL>
9993 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9994 </UL>
9996 <H3>Performance Considerations</H3>
9997 The number and type of patterns being tested can 
9998 adversely effect performance.  Issues to be aware
9999 of include:
10001 <UL>
10002   <LI> The more filters you have defined the longer it will take to run down
10003 the list.  Deleting unused filters is a good idea.
10004   <LI> Filtering in newsgroups served by an NNTP server will be slow
10005 if your patterns include tests other than &quot;From:&quot;
10006 or &quot;Subject:&quot;.
10007 </UL>
10009 &lt;End of help on this topic&gt;
10010 </BODY>
10011 </HTML>
10012 ===== h_rules_score =====
10013 <HTML>
10014 <HEAD>
10015 <TITLE>SETUP SCORING SCREEN</TITLE>
10016 </HEAD>
10017 <BODY>
10018 <H1>SETUP SCORING SCREEN</H1>
10019 <H2>SETUP SCORING COMMANDS</H2>
10020 <!--chtml if pinemode="function_key"-->
10021 <PRE>
10022 Available  Commands -- Group 1         Available Commands -- Group 2   
10023 -------------------------------        ------------------------------  
10024 F1  Show Help Text                      F1  Show Help Text             
10025 F2  See commands in next group          F2  See commands in next group
10026 F3  Back to MAIN Alpine menu
10027 F4  Change configuration for rule
10028 F5  Move to previous rule               F5  Include file in rule config
10029 F6  Move to next rule                   F6  Exclude file from config
10030 F7  Previous page of rules
10031 F8  Next page of rules
10032 F9  Add new rule                        F9  Replicate existing rule
10033 F10 Delete existing rule
10034 F11 Shuffle the order of rules
10035 F12 Whereis (search rule nicknames)
10036 </PRE>
10037 <!--chtml else-->
10038 <PRE>
10039 Navigation                     General Alpine Commands
10040 -------------------------      -----------------------
10041  P  Prev rule                     ?  Display this help text
10042  N  Next rule                     E  Back to MAIN Alpine menu
10043  -  Previous page
10044 Spc (space bar) Next page
10045  W  WhereIs (search for word in rule nicknames)
10047 Setup Scoring Commands
10048 ------------------------------------------------
10049  A  Add new rule                  $  Shuffle the order of rules
10050  D  Delete existing rule          C  Change configuration for highlighted rule
10051  R  Replicate existing rule
10052  I  Include file in rule config   X  Exclude file from rule config
10053 </PRE>
10054 <!--chtml endif-->
10056 <H2>Description of the Setup Scoring Screen</H2>
10058 Most people will not use scores at all, but if you do use them, here's how
10059 they work in Alpine.
10060 Using this screen, you may define Scoring rules.
10061 The score for a message is calculated by looking at every Score rule defined
10062 and adding up the Score Values for the ones that match the message.
10063 If there are no matches for a message, it has a score of zero.
10064 Message scores may be used a couple of ways in Alpine.
10066 <H3>Sorting by Score</H3>
10068 One of the methods you may use to sort message indexes is to sort by
10069 score.
10070 The scores of all the messages in a folder will be calculated and then
10071 the index will be ordered by placing the messages in order of ascending or
10072 descending score.
10074 <H3>Scores for use in Patterns</H3>
10076 The Patterns used for Roles, Index Line Coloring, and Filtering have a
10077 category labeled &quot;Score Interval&quot;.
10078 When a message is being compared with a Pattern to check for a match, if
10079 the Score Interval is set only messages that have a score somewhere in
10080 the interval are a match.
10082 <H2>Scoring Rule Patterns</H2>
10084 In order to determine whether or not a message matches a scoring rule
10085 the message is compared with the rule's Pattern.
10086 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10087 Scoring, Other Rules, and Search Rules, so are described in only one place,
10088 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10091 Actually, Scoring rule Patterns are slightly different from the other types of
10092 Patterns because Scoring rule Patterns don't contain a Score Interval.
10093 In other words, when calculating the score for a message, which is done
10094 by looking at the Scoring rule Patterns, scores aren't used.
10096 <H2>Score Value</H2>
10098 This is the value that will be added to the score for a message if the
10099 rule's Pattern is a match.
10100 Each individual Score Value is an integer between -100 and 100, and the
10101 values from matching rules are added together to get a message's score.
10102 There is also a way to extract the value from a particular header of each
10103 message. See the help text for Score Value for further information.
10105 <H2>Command Descriptions</H2>
10107 <H3>Add</H3>
10109 The Add command is used to add a new scoring rule definition.
10110 The new rule will be added after the highlighted rule.
10112 <H3>Delete</H3>
10114 The Delete command deletes the currently highlighted scoring rule.
10116 <H3>Change</H3>
10118 The Change command lets you edit the nickname, Pattern,
10119 and Score Value of the currently highlighted scoring rule.
10121 <H3>Shuffle</H3>
10123 The Shuffle command allows you to change the order of the scoring rules.
10124 You may move the currently highlighted rule up or down in the list.
10125 The order of the rules is important since the rules are tested for a
10126 match starting with the first rule and continuing until a match is found.
10127 You should place the rules with more specific Patterns near the beginning
10128 of the list, and those with more general Patterns near the end so that
10129 the more specific matches will happen when appropriate.
10131 <H3>Replicate</H3>
10133 The Replicate command is used to copy an existing rule and modify it.
10134 The new rule will be added after the highlighted rule.
10136 <H3>IncludeFile</H3>
10138 The IncludeFile command allows you to add a rules file to your configuration.
10139 Usually, your rules will be contained in your Alpine configuration file.
10140 If you wish, some or all of your rules may be stored in a separate file.
10141 If a rules file already exists (maybe it was made by somebody else using
10142 Alpine), you may insert it before the currently highlighted rule.
10143 You may also insert an empty file or a file that does not yet exist.
10144 Once you have an empty rules file in your configuration, you may use
10145 the Shuffle command to move rules into it.
10146 In fact, that's the only way to get the initial rule into the file.
10148 <H3>eXcludeFile</H3>
10150 The eXcludeFile command removes a rules file from your rules configuration.
10151 A limitation of the program is that in order to exclude a rules file
10152 that file must have at least one rule
10153 in it, otherwise you won't be able to highlight a line in the file.
10154 So you may have to add a dummy rule to the file in order to exclude the file.
10155 <P><UL>
10156 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10157 </UL>
10159 &lt;End of help on this topic&gt;
10160 </BODY>
10161 </HTML>
10162 ===== h_direct_config =====
10163 <HTML>
10164 <HEAD>
10165 <TITLE>SETUP LDAP DIRECTORY SERVERS SCREEN</TITLE>
10166 </HEAD>
10167 <BODY>
10168 <H1>SETUP LDAP DIRECTORY SERVERS SCREEN</H1>
10169 <H2>SETUP LDAP DIRECTORY SERVERS COMMANDS</H2>
10170 <!--chtml if pinemode="function_key"-->
10171 <PRE>
10172 Available  Commands                        
10173 -------------------------------            
10174 F1  Show Help Text                         
10175 F3  Back to MAIN Alpine menu                 
10176 F4  Change configuration for directory server  
10177 F5  Move to previous directory server          
10178 F6  Move to next directory server              
10179 F7  Previous page of directory servers         
10180 F8  Next page of directory servers
10181 F9  Add new directory server
10182 F10 Delete existing directory server
10183 F11 Shuffle the order of directory servers
10184 F12 Whereis (search directory server titles)   
10185 </PRE>
10186 <!--chtml else-->
10187 <PRE>
10188 Navigation                     General Alpine Commands
10189 -------------------------      -----------------------
10190  P  Prev Directory Server         ?  Display this help text
10191  N  Next Directory Server         E  Back to MAIN Alpine menu
10192  -  Previous page
10193 Spc (space bar) Next page
10194  W  WhereIs (search for word in directory server titles)
10196 Setup LDAP Directory Server Commands
10197 ------------------------------------------------
10198  A  Add new directory server      $  Shuffle the order of directory servers
10199  D  Delete existing dir server    C  Change configuration for highlighted server
10200 </PRE>
10201 <!--chtml endif-->
10203 <H2>Description of the Setup LDAP Directory Servers Screen</H2>
10205 This screen lets you add, delete, modify, or change the order of your
10206 directory servers. You may also set some optional behavior for each server.
10207 The &quot;Add Dir&quot; command brings up a blank form to 
10208 fill in. You will have to supply at least the name of the LDAP server.
10209 You will often have to supply a search base to be used with that server,
10210 as well. Once the form has been brought up on your screen, there is help
10211 available for each of the options you may set.
10213 The &quot;Del Dir&quot; command allows you to remove a directory server
10214 from your configuration.
10216 The &quot;Change&quot; command is similar to the &quot;Add Dir&quot; command.
10217 The difference is that instead of bringing up a form for a new server
10218 configuration, you are changing the configuration of an existing entry.
10219 For example, you might want to correct a typing error, change a
10220 nickname, or change one of the options set for that server.
10222 The &quot;Shuffle&quot; command is used to change the order of directory
10223 servers.
10224 <P><UL>
10225 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10226 </UL>
10228 &lt;End of help on this topic&gt;
10229 </BODY>
10230 </HTML>
10231 ============= h_address_display ========================
10232 <HTML>
10233 <HEAD>
10234 <TITLE>SEARCH RESULTS INDEX</TITLE>
10235 </HEAD>
10236 <BODY>
10237 <H1>SEARCH RESULTS INDEX</H1>
10238 This screen shows the results, if any, of your Directory Server search.  
10239 Commands (besides those for screen navigation) are:
10240 <DL>
10241 <DT>View
10242 <!--chtml if pinemode="function_key"-->
10243 (F4)
10244 <!--chtml else-->
10246 <!--chtml endif-->
10247 </DT>
10248 <DD>See the full information for the selected entry.
10250 <DT>Compose
10251 <!--chtml if pinemode="function_key"-->
10252 (F9)
10253 <!--chtml else-->
10255 <!--chtml endif--></DT>
10256 <DD>Compose a message with the selected entry as the recipient.
10258 <DT>Role
10259 <!--chtml if pinemode="function_key"-->
10260 (F2)
10261 <!--chtml else-->
10263 <!--chtml endif--></DT>
10264 <DD>Compose a message with the selected entry as the recipient. This differs
10265 from Compose in that you may select a role before beginning your composition.
10267 <DT>Forward
10268 <!--chtml if pinemode="function_key"-->
10269 (F10)
10270 <!--chtml else-->
10272 <!--chtml endif--></DT>
10273 <DD>Send the full information for the selected entry as an 
10274 email message to someone else.
10276 <DT>Save
10277 <!--chtml if pinemode="function_key"-->
10278 (F11)
10279 <!--chtml else-->
10281 <!--chtml endif-->
10282 </DT>
10283 <DD>Save to your address book:
10284 <UL>
10285 <LI>the result of the search (as just found through your query) for the 
10286 selected entry; or 
10287 <LI>the selected entry for repeated Directory Server searching when used 
10288 in the future.
10289 </UL>
10290 or<BR>
10291 Export to a file (external to Alpine):
10292 <UL>
10293 <LI>the full information for the selected entry; or
10294 <LI>the email address from the selected entry; or
10295 <LI>the selected entry in <A HREF="h_whatis_vcard">vCard</A> format.
10296 </UL>
10297 <DT>WhereIs
10298 <!--chtml if pinemode="function_key"-->
10299 (F12)
10300 <!--chtml else-->
10302 <!--chtml endif-->
10303 </DT>
10304 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10305 displayed text, not the full records for each entry.)  
10306 </DL>
10307 &lt;End of help on this topic&gt;
10308 </BODY>
10309 </HTML>
10310 ============= h_address_select ========================
10311 <HTML>
10312 <HEAD>
10313 <TITLE>SEARCH RESULTS INDEX</TITLE>
10314 </HEAD>
10315 <BODY>
10316 <H1>SEARCH RESULTS INDEX</H1>
10317 This screen shows the results, if any, of your Directory Server search.  
10318 Commands (besides those for screen navigation) are:
10319 <DL>
10320 <DT>Select
10321 </DT>
10322 <DD>Select this entry for use.
10324 <DT>ExitSelect
10325 <DD>Exit without selecting any of the entries.
10327 <DT>WhereIs
10328 </DT>
10329 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10330 displayed text, not the full records for each entry.)  
10331 </DL>
10332 &lt;End of help on this topic&gt;
10333 </BODY>
10334 </HTML>
10335 ===== h_folder_maint =====
10336 <HTML>
10337 <HEAD>
10338 <TITLE>Help for Folder List</TITLE>
10339 </HEAD>
10340 <BODY>
10341 <H1>FOLDER LIST COMMANDS</H1>
10342 <!--chtml if pinemode="function_key"-->
10343 <PRE>
10344 Available Commands -- Group 1        Available Commands -- Group 2
10345 -------------------------------      ------------------------------
10346 F1  Show Help Text                    F1  Show Help Text               
10347 F2  See commands in next group        F2  See commands in next group  
10348 F3  MAIN MENU Screen                  F3  Quit Alpine                    
10349 F4  Select folder and view it         F4  MAIN MENU Screen
10350 F5  Move to previous folder
10351 F6  Move to next folder               F6  Specify a folder to go to
10352 F7  Show previous screen of listing   F7  Show MESSAGE INDEX of current folder
10353 F8  Show next screen of listing       F8  Compose a message
10354 F9  Add a new folder                  F9  Print folder listing
10355 F10 Delete selected folder
10356 F11 Rename selected folder
10357 F12 Whereis (search folder names)
10359 Available Commands -- Group 3
10360 F1  Show Help Text
10361 F2  See commands in next group
10362 F5  Go to next new message
10363     (or count recent messages if <A HREF="h_config_tab_checks_recent"><!--#echo var="FEAT_tab-checks-recent"--></A> is set)
10364 F8  Compose a message using roles
10365 F9  Export folder to a file
10366 F10 Import the file back to a folder
10367 </PRE>
10368 <!--chtml else-->
10369 <PRE>
10370 Navigating the Folder Screen            Operations on the Selected Folder
10371 ----------------------------            ---------------------------------
10372  P   Move to previous folder              V  View Index of selected folder
10373  N   Move to next folder                  D  Delete
10374  -   Show previous page of listing        R  Rename
10375 Spc  (space bar) Show next page           E  Export to file
10376                                           U  Import from file to folder
10378 FOLDER LIST Screen Commands              General Alpine Command
10379 ---------------------------              -----------------------
10380  A  Add a folder                          O  Show all other available commands
10381  G  Specify a folder to go to             ?  Show Help text
10382  I  Show MESSAGE INDEX of current folder  M  MAIN MENU Screen
10383  W  Whereis (search folder names)         Q  Quit Alpine
10384  %  Print folder listing                  C  Compose a message
10385                                           #  Compose a message using roles
10386 </PRE>
10387 <!--chtml endif-->
10389 These commands are only available in the FOLDER LIST screen when the 
10390 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot; 
10391 feature</A> is set in the SETUP CONFIGURATION screen:<DL>
10392 <DT>Select:</DT>
10393 <DD>Select folders by certain criteria:<UL>
10394 <LI>All: of limited use, since there is no Apply command.
10395 <LI>by Property: <UL>
10396         <LI>folder contains messages not yet seen 
10397         <LI>folder contains new messages
10398         <LI>folder contains exactly as many, more, or fewer messages 
10399 than a given number
10400         </UL>
10401 <LI>by Text: <UL>
10402         <LI>contained in name of folder (Name Select)
10403         <LI>contained in messages in folder (Content Select)
10404         </UL>
10405 </UL></DD>
10407 <DT>Select current:</DT>
10408 <DD>Select the folder the cursor is on.  (Can be used to &quot;manually&quot; 
10409 add one or more folders to a set created with the Select command described 
10410 above.)</DD>
10411 <DT>Zoom mode:</DT>
10412 <DD>Toggles display of only selected folders or all folders on and off.</DD>
10413 </DL>
10415 If the feature
10416 <A HREF="h_config_tab_checks_recent">&quot;<!--#echo var="FEAT_tab-checks-recent"-->&quot;</A>
10417 is set then the TAB key will display the number of recent messages and
10418 the total number of messages in the highlighted folder.
10420 The &quot;Export&quot; command causes the lowest common denominator style
10421 mailbox to be written to a file.
10422 If the file already exists, you are asked if you want to delete it.
10423 If you say No, then the operation is aborted.
10424 Export might be a reasonable way to store a backup or an archival copy of
10425 a folder.
10426 The exported-to file is a local file on the system where you are running Alpine.
10427 The &quot;Import&quot; command is the opposite of the Export command.
10428 It reads a file created by Export and asks where it should save it in your
10429 folders.
10430 This could be a new folder or an existing folder.
10431 If the folder already exists, the messages from the exported file will be
10432 appended to the folder.
10434 <CENTER>Description of the FOLDER LIST Screen</CENTER>
10436 The purpose of the FOLDER LIST screen is to help you browse and manage
10437 the folders and directories (also known as &quot;hierarchy&quot;)
10438 contained within a collection.
10441 Folders and directories are arranged alphabetically across lines of
10442 the screen.  Directories, if present, are denoted by a special
10443 character at the end of the name known as the hierarchy delimiter
10444 (typically, &quot;/&quot;).  By default, folders and directories are
10445 mixed together.  The
10446 "<A HREF="h_config_fld_sort_rule"><!--#echo var="VAR_folder-sort-rule"--></A>"
10447 configuration option can be used to group directories toward the 
10448 beginning or end of the list.
10451 The Next/Prev Page commands help browse the list, the Next/Prev Fldr
10452 commands change the &quot;selected&quot; (i.e., highlighted) folder or
10453 directory, and the View Fldr/Dir commands will &quot;open&quot; the
10454 selected item.  Folder and directory management is provided via the
10455 Rename, Delete and Add commands.
10457 <P><CENTER>About Folders</CENTER>
10458 What are Folders?<P>
10460 Folders are simply files where messages are kept.  Every message has to be
10461 in a folder.  Most every Alpine user starts out with 3 folders: an INBOX, a
10462 folder for sent mail and a folder for saved messages.<P>
10464 You may create as many other folders as you wish.  They must be given
10465 names that can be filenames on the filesystem.  
10468 You can move messages from one folder to another by opening the original
10469 folder and saving messages into the other folder just as you can save
10470 message from your INBOX to any other folder.<P>
10472 Folders are typically just files in the filesystem.  However, the files
10473 that are
10474 folders have some special formatting in them (so that Alpine knows where one
10475 message ends and another begins) and should <EM>not</EM> be edited outside of
10476 Alpine.  If you want copies of your messages in text files that you can edit
10477 or otherwise manipulate, use the Export command to copy them from Alpine into
10478 your regular file area.
10481 FOR MORE INFORMATION: See the section on
10482 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
10484 <CENTER>About Directories</CENTER>
10486 A directory is simply a container used to group folders within a
10487 folder list.  You can create as many directories as you like.  And 
10488 directories can even contain directories themselves.
10491 SPECIAL NOTES: When accessing folders on an IMAP server, it is important
10492 to note that not all IMAP servers support directories.  If you find that
10493 the Add command fails to offer the &quot;Create Directory&quot; subcommand,
10494 then it's likely that directories are not supported by the server serving
10495 in that collection.
10498 Similarly, servers that do provide for directories may not do so in
10499 the same way.  On some servers, for example, each folder name you
10500 create is at the same time capable of being a directory.  When this
10501 happens, Alpine will display both the folder name and the name of the
10502 directory (with trailing hierarchy delimiter) in the folder list.
10505 Another issue with IMAP access, though with a much smaller set of servers,
10506 is that not all servers accept the request to list out the available
10507 folders and directories in the same way.  If you find yourself having
10508 trouble viewing folders on your server, you might investigate the
10509 &quot;<A HREF="h_config_lame_list_mode"><!--#echo var="FEAT_enable-lame-list-mode"--></A>&quot;
10510 feature.
10512 <UL>
10513 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10514 </UL>
10516 &lt;End of help on this topic&gt;
10517 </BODY>
10518 </HTML>
10519 ========= h_valid_folder_names ========
10520 <HTML>
10521 <HEAD>
10522 <TITLE>Explanation of Valid Folder Names</TITLE>
10523 </HEAD>
10524 <BODY>
10525 <H1>Folder Name Syntax Explained</H1>
10527 Once your folder collections are defined, you can usually refer to
10528 folders by their simple (unqualified) name, or pick from a FOLDER LIST
10529 display.  However, understanding the complete syntax for folder names,
10530 both local and remote, is handy when using the Goto command and when
10531 you are adding new folder collections via the Setups/collectionList screen.
10533 An Alpine folder name looks like
10536 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;]&lt;namespace-specific-part&gt;</SAMP></CENTER>
10539 The square brackets ([]) mean that the part is optional.
10542 If there is no remote-specification, then the folder name is interpreted
10543 locally on the computer running Alpine.
10544 Local folder names depend on the operating system used by the computer 
10545 running Alpine, as well as the configuration of that system.  For example,
10546 &quot;C:&#92;PINE&#92;FOLDERS&#92;OCT-94&quot; might exist on a PC, and
10547 &quot;~/mail/september-1994&quot; might be a reasonable folder name on a
10548 system running Unix.
10551 Alpine users have the option of using folders that are stored on some other
10552 computer.  Alpine accesses remote folders via IMAP (the Internet Message
10553 Access Protocol), or in the case of news, via NNTP (the Network News
10554 Transport Protocol).  To be able to access remote folders in Alpine, the
10555 remote host must be running the appropriate server software (imapd or
10556 nntpd) and you must correctly specify the name of the folder to Alpine,
10557 including the domain name of the remote machine. For example,
10559 <CENTER><SAMP>&#123;monet.art.example.com}INBOX</SAMP></CENTER>
10561 could be a remote folder specification, and so could
10563 <CENTER><SAMP>&#123;unixhost.art.example.com}~/mail/september-1994</SAMP></CENTER>
10566 <CENTER><SAMP>&#123;winhost.art.example.com}&#92;mymail&#92;SEP-94</SAMP></CENTER>
10568 Note that in the case of remote folders, the directory/file path in the specification is 
10569 determined by the operating system of the remote computer, <B>not</B> by
10570 the operating system of the computer on which you are running Alpine.
10572 As you can tell, the name of the computer is in &#123;} brackets
10573 followed immediately by the name of the folder.  (In each of these cases the
10574 optional namespace is missing.)  If, as in these
10575 examples, there is no remote access protocol specified, then IMAP is
10576 assumed.  Check
10577 <A HREF="h_folder_server_syntax">here</A>
10578 for a more detailed look at what options can be placed between the brackets.
10579 If there are no brackets at all, then the folder name is interpreted locally
10580 on the computer on which you are running Alpine.
10583 To the right of the brackets when a server name is present, or at the
10584 start of the foldername if no server is present, the sharp sign,
10585 &quot;#&quot;, holds special meaning.  It indicates a folder name
10586 outside the area reserved for your personal folders.  In fact, it's
10587 used to indicate both the name of the folder, and a special phrase
10588 telling Alpine how to interpret the name that follows.
10591 So, for example, Alpine can be used to access a newsgroup that might be 
10592 available on your computer using:
10594 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
10596 The sharp sign indicates the folder name is outside your personal
10597 folder area.  The &quot;news.&quot; phrase after it tells Alpine to 
10598 interpret the remainder of the name as a newsgroup.
10601 Similarly, to access a newsgroup on your IMAP server, you might
10602 use something like:
10604 <CENTER><SAMP>&#123;wharhol.art.example.com}#news.comp.mail.misc</SAMP></CENTER>
10607 There are a number of such special phrases (or &quot;namespaces&quot;)
10608 available.  For a more detailed explanation read about
10609 <A HREF="h_folder_name_namespaces">Namespaces</A>.
10612 Note that &quot;INBOX&quot; has special meaning in both local and remote folder
10613 names.  The name INBOX refers to your &quot;principal incoming
10614 message folder&quot; and will be mapped to the actual file name used for your
10615 INBOX on any given host.  Therefore, a name like
10616 &quot;&#123;xxx.art.example.com}INBOX&quot; refers to whatever file is used to
10617 store incoming mail for you on that particular host.
10620 &lt;End of help on this topic&gt;
10621 </BODY>
10622 </HTML>
10623 ======= h_folder_name_namespaces =======
10624 <HTML>
10625 <HEAD>
10626 <TITLE>FOLDER NAME NAMESPACES EXPLAINED</TITLE>
10627 </HEAD>
10628 <BODY>
10629 <H1>Folder Name Namespaces Explained</H1>
10631 An Alpine folder name looks like
10634 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;][&lt;namespace-specific-part&gt;]</SAMP></CENTER>
10637 The local part of a folder name has an optional &quot;Namespace&quot; which
10638 tells Alpine how to interpret the rest of the name.
10640 <P> 
10641 By default the folder name is interpreted as defining a section of your personal
10642 folder area.  This area and how you specify it are defined by the
10643 server, if one is specified, or, typically, the home
10644 directory, if no server is defined.
10647 If a namespace is specified, it begins with the
10648 sharp, &quot;#&quot;, character followed by the name of the namespace
10649 and then the namespace's path-element-delimiter.  Aside from the
10650 path's format, namespaces can also imply access rights, content
10651 policy, audience, location, and, occasionally, access methods.
10654 Each server exports its own set (possibly of size one) of 
10655 namespaces.  Hence, it's likely communication with your server's
10656 administrator will be required for specific configurations.  Some of
10657 the more common namespaces, however, include:
10659 <DL>
10660 <DT>#news.</DT>
10661 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
10662 names are hierarchically defined with each level delimited by a period.
10664 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
10666 </DD>
10667 <DT>#public/</DT>
10668 <DD>This specifies a folder area that the server may export to the general
10669 public.
10670 </DD>
10671 <DT>#shared/</DT>
10672 <DD>This specifies a folder area that the server may export to groups
10673 of users.
10674 </DD>
10675 <DT>#ftp/</DT>
10676 <DD>This specifies a folder area that is the same as that it may have 
10677 exported via the &quot;File Transfer Protocol&quot;.
10678 </DD>
10679 <DT>#mh/</DT>
10680 <DD>This specifies the personal folder area associated with folders
10681 and directories that were created using the MH message handling system.
10682 </DD>
10683 <DT>#move/</DT>
10684 <DD>This namespace is interpreted locally by Alpine. It has an unusual interpretation and format.
10686 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
10688 The #move namespace is followed by two folder names separated by a delimiter
10689 character.
10690 The delimiter character may be any character that does not appear in
10691 the MailDropFolder name.
10692 The meaning of #move is that mail will be copied from the MailDropFolder to
10693 the DestinationFolder and then deleted (if possible) from the MailDropFolder.
10694 Periodic checks at frequency
10695 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A>, but with a minimum
10696 time between checks set by
10697 <A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>,
10698 are made for new mail arriving in the MailDropFolder.
10699 An example that copies mail from a POP inbox to a local folder follows
10701 <CENTER><SAMP>#move+{popserver.example.com/pop3/ssl}inbox+local folder</SAMP></CENTER>
10703 To you it appears that mail is being delivered to the local folder when it
10704 is copied from the MailDropFolder, and you read mail from the local folder.
10706 Note that if the DestinationFolder does not exist then the messages are not
10707 copied from the MailDropFolder.
10708 A #move folder may only be used as an
10709 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
10710 an Inbox.
10711 When you are in the FOLDER LIST of Incoming Message Folders (after turning
10712 on the
10713 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
10714 option)
10715 the Add command has a subcommand &quot;Use Mail Drop&quot;
10716 which may be helpful for defining the folder in your Alpine configuration.
10717 The same is true when you edit the
10718 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
10719 option in Setup/Config.
10720 Each of these configuration methods will also create the DestinationFolder
10721 if it doesn't already exist.
10722 If you are having problems, make sure the DestinationFolder exists.
10723 You may find some more useful information about Mail Drops at
10724 <A HREF="h_maildrop">What is a Mail Drop?</A>.
10725 </DD>
10726 </DL>
10729 In addition, the server may support access to other user's folders,
10730 provided you have suitable permissions.  Common methods use a prefix
10731 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
10732 indicate the root of the other user's folder area.
10735 No, nothing's simple.
10738 &lt;End of help on this topic&gt;
10739 </BODY>
10740 </HTML>
10741 ============= h_whatis_vcard ========================
10742 <HTML>
10743 <HEAD>
10744 <TITLE>VCARD EXPLAINED</TITLE>
10745 </HEAD>
10746 <BODY>
10747 <H1>What is the vCard format?</H1>
10748 A &quot;vCard&quot; is a sort of electronic business card, for exchanging 
10749 information about and among people and organizations electronically.  
10750 More information about vCard can be found (as of May 1998) on the WWW site 
10751 of the Internet Mail Consortium at the URL:
10753 <CENTER><A HREF="http://www.imc.org/pdi/">http://www.imc.org/pdi/</A></CENTER>
10755 &lt;End of help on this topic&gt;
10756 </BODY>
10757 </HTML>
10758 ===== h_folder_open =====
10759 <HTML>
10760 <HEAD>
10761 <TITLE>Explanation of Folder Selection</TITLE>
10762 </HEAD>
10763 <BODY>
10764 <BR>
10765 <BR>
10766 This screen is designed to allow you to quickly and easily survey your
10767 folders and select one to open.
10768 <!--chtml if pinemode="function_key"-->
10769 <PRE>
10770 Navigating the List of Folders             General Alpine Commands
10771 ------------------------------             -----------------------
10772  P   Move to previous folder               ?   Show this help text
10773  N   Move to next folder
10774  -   Show previous screen of folders
10775 Spc  (space bar) Show next screen
10776  W   WhereIs (search folder names)
10778 Folder Selection Commands
10779 -------------------------
10780  E   Exit the Folder Select menu (without selecting a folder)
10781  S   Select the currently highlighted folder
10782 </PRE>
10783 <!--chtml else-->
10784 <PRE>
10785 Navigating the List of Folders             General Alpine Commands
10786 ------------------------------             -----------------------
10787 F5   Move to previous folder               F1  Show this help text
10788 F6   Move to next folder
10789 F7   Show previous screen of folders
10790 F8   Show next screen of folders
10791 F12  WhereIs (search folder names)
10793 Folder Selection Commands
10794 -------------------------
10795 F3   Exit the Folder Select menu (without selecting a folder)
10796 F4   Select the currently highlighted folder
10797 </PRE>
10798 <!--chtml endif-->
10800 FOR MORE INFORMATION: See the section on
10801 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
10803 &lt;End of help on this topic&gt;
10804 </BODY>
10805 </HTML>
10806 ===== h_folder_subscribe =====
10807 <HTML>
10808 <HEAD>
10809 <TITLE>Newsgroup Subcribe Screen explained</TITLE>
10810 </HEAD>
10811 <BODY>
10812 <H1>FOLDER SUBSCRIBE HELP</H1>
10814 This screen is designed to help you subscribe to newsgroups you are
10815 not currently subscribed to.  The screen display is a list of all
10816 available newsgroups (or possibly a partial list if you specified a
10817 partial name when entering the screen).  Groups you have already
10818 subscribed to have the letters &quot;SUB&quot; next to them.  You may
10819 select a single new group to subscribe to by moving the cursor to that
10820 group and pressing &quot;S&quot; or carriage return.  Alternatively,
10821 you may change into ListMode with the &quot;ListMode&quot; command.
10822 The display will change slightly so that each group has a checkbox in
10823 front of it.  Use the cursor and the Set/Unset command to place an
10824 &quot;X&quot; in front of each newsgroup you wish to subscribe to.
10827 When you are finished marking groups, the &quot;Subscribe&quot;
10828 command will subscribe you to those groups you have marked.  Note, you
10829 may not unsubscribe to groups with this command.  Instead of the
10830 &quot;A&quot; &quot;Subscribe&quot; command, use the &quot;D&quot;
10831 UnSbscrbe command.
10834 <!--chtml if pinemode="function_key"-->
10835 <PRE>
10836 Navigating the List of Newsgroups          General Alpine Commands
10837 ---------------------------------          -----------------------
10838 F5   Move to previous group                F1   Show this help text
10839 F6   Move to next group
10840 F7   Show previous screen of groups
10841 F8   Show next screen of groups
10842 F12  WhereIs (search group names)
10843 F9   Use ListMode
10845 Group Selection Commands
10846 -------------------------
10847 F3  Exit the News Subscribe menu (without selecting any groups)
10848 F4  Subscribe to the currently highlighted newsgroup
10849 </PRE>
10850 <!--chtml else-->
10851 <PRE>
10852 Navigating the List of Newsgroups          General Alpine Commands
10853 ---------------------------------          -----------------------
10854  P   Move to previous group                ?   Show this help text
10855  N   Move to next group
10856  -   Show previous screen of groups
10857 Spc  (space bar) Show next screen
10858  W   WhereIs (search group names)
10859  L   Use ListMode
10861 Group Selection Commands
10862 -------------------------
10863  E   Exit the News Subscribe menu (without selecting any groups)
10864  S   Subscribe to the currently highlighted newsgroup
10865 </PRE>
10866 <!--chtml endif-->
10868 When in ListMode, there is an additional command for marking groups to
10869 subscribe to:
10871 <!--chtml if pinemode="function_key"-->
10872 <PRE>
10873 ListMode Commands
10874 -------------------------
10875 F9  Set or unset the highlighted group
10876 </PRE>
10877 <!--chtml else-->
10878 <PRE>
10879 ListMode Commands
10880 -------------------------
10881 X   Set or unset the highlighted group
10882 </PRE>
10883 <!--chtml endif-->
10885 &lt;End of help on this topic&gt;
10886 </BODY>
10887 </HTML>
10888 ===== h_folder_postnews =====
10889 <HTML>
10890 <HEAD>
10891 <TITLE>Newsgroup selecting for Posting explained</TITLE>
10892 </HEAD>
10893 <BODY>
10894 This screen is designed to allow you to quickly and easily survey
10895 the available newsgroups and select one to post news to.
10897 <!--chtml if pinemode="function_key"-->
10898 <PRE>
10899 Navigating the List of Newsgroups          General Alpine Commands
10900 ---------------------------------          -----------------------
10901 F5   Move to previous group                F1  Show this help text
10902 F6   Move to next group
10903 F7   Show previous screen of groups
10904 F8   Show next screen of groups
10905 F12  WhereIs (search group names)
10907 Group Selection Commands
10908 -------------------------
10909 F3   Exit the Selection menu (without selecting a group)
10910 F4   Select the currently highlighted newsgroup
10911 </PRE>
10912 <!--chtml else-->
10913 <PRE>
10914 Navigating the List of Newsgroups          General Alpine Commands
10915 ---------------------------------          -----------------------
10916  P   Move to previous group                ?  Show this help text
10917  N   Move to next group
10918  -   Show previous screen of groups
10919 Spc  (space bar) Show next screen of groups
10920  W   WhereIs (search group names)
10922 Group Selection Commands
10923 -------------------------
10924  E   Exit the Selection menu (without selecting a group)
10925  S   Select the currently highlighted newsgroup
10926 </PRE>
10927 <!--chtml endif-->
10929 &lt;End of help on this topic&gt;
10930 </BODY>
10931 </HTML>
10932 ===== h_folder_save =====
10933 <HTML>
10934 <HEAD>
10935 <TITLE>Folder Select for Save Explained</TITLE>
10936 </HEAD>
10937 <BODY>
10938 This screen is designed to allow you to quickly and easily survey your
10939 folders and select one to use for saving the current message.
10942 <!--chtml if pinemode="function_key"-->
10943 <PRE>
10944 Navigating the List of Folders             General Alpine Commands
10945 ------------------------------             -----------------------
10946 F5   Move to previous folder               F1  Show this help text
10947 F6   Move to next folder
10948 F7   Show previous screen of folders
10949 F8   Show next screen of folders
10950 F12  WhereIs (search folder names)
10952 Folder Selection Commands
10953 -------------------------
10954 F3   Exit the Folder Select menu (without selecting a folder)
10955 F4   Select the currently highlighted folder
10956 F11  AddNew folder (just like Select, but you type in a new folder name)
10957 </PRE>
10958 <!--chtml else-->
10959 <PRE>
10960 Navigating the List of Folders             General Alpine Commands
10961 ------------------------------             -----------------------
10962  P   Move to previous folder               ?  Show this help text
10963  N   Move to next folder
10964  -   Show previous screen of folders
10965 Spc  (space bar) Show next screen of folders
10966  W   WhereIs (search folder names)
10968 Folder Selection Commands
10969 -------------------------
10970  E   Exit the Folder Select menu (without selecting a folder)
10971  S   Select the currently highlighted folder
10972  A   AddNew folder (just like Select, but you type in a new folder name)
10973 </PRE>
10974 <!--chtml endif-->
10976 FOR MORE INFORMATION: See the section on
10977 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
10979 &lt;End of help on this topic&gt;
10980 </BODY>
10981 </HTML>
10982 ===== h_folder_fcc =====
10983 <HTML>
10984 <HEAD>
10985 <TITLE>Folder Select for Fcc Explained</TITLE>
10986 </HEAD>
10987 <BODY>
10988 This screen is designed to allow you to quickly and easily survey your
10989 folders and select one to use as the file carbon copy (fcc) for the
10990 current message.
10993 <!--chtml if pinemode="function_key"-->
10994 <PRE>
10995 Navigating the List of Folders             General Alpine Commands
10996 ------------------------------             -----------------------
10997 F5   Move to previous folder               F1  Show this help text
10998 F6   Move to next folder
10999 F7   Show previous screen of folders
11000 F8   Show next screen of folders
11001 F12  WhereIs (search folder names)
11003 Folder Selection Commands
11004 -------------------------
11005 F3   Exit the Folder Select menu (without selecting a folder)
11006 F4   Select the currently highlighted folder
11007 F11  AddNew folder (just like Select, but you type in a new folder name)
11008 </PRE>
11009 <!--chtml else-->
11010 <PRE>
11011 Navigating the List of Folders             General Alpine Commands
11012 ------------------------------             -----------------------
11013  P   Move to previous folder               ?  Show this help text
11014  N   Move to next folder
11015  -   Show previous screen of folders
11016 Spc  (space bar) Show next screen of folders
11017  W   WhereIs (search folder names)
11019 Folder Selection Commands
11020 -------------------------
11021  E   Exit the Folder Select menu (without selecting a folder)
11022  S   Select the currently highlighted folder
11023  A   AddNew folder (just like Select, but you type in a new folder name)
11024 </PRE>
11025 <!--chtml endif-->
11027 FOR MORE INFORMATION: See the section on
11028 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11030 &lt;End of help on this topic&gt;
11031 </BODY>
11032 </HTML>
11033 ===== h_folder_pattern_roles =====
11034 <HTML>
11035 <HEAD>
11036 <TITLE>Folder Select for Current Folder Explained</TITLE>
11037 </HEAD>
11038 <BODY>
11039 This screen is designed to allow you to quickly and easily survey your
11040 folders and select one to use as the specific Current Folder
11041 in a Pattern.
11044 <!--chtml if pinemode="function_key"-->
11045 <PRE>
11046 Navigating the List of Folders             General Alpine Commands
11047 ------------------------------             -----------------------
11048 F5   Move to previous folder               F1  Show this help text
11049 F6   Move to next folder
11050 F7   Show previous screen of folders
11051 F8   Show next screen of folders
11052 F12  WhereIs (search folder names)
11054 Folder Selection Commands
11055 -------------------------
11056 F3   Exit the Folder Select menu (without selecting a folder)
11057 F4   Select the currently highlighted folder
11058 F11  AddNew folder (just like Select, but you type in a new folder name)
11059 </PRE>
11060 <!--chtml else-->
11061 <PRE>
11062 Navigating the List of Folders             General Alpine Commands
11063 ------------------------------             -----------------------
11064  P   Move to previous folder               ?  Show this help text
11065  N   Move to next folder
11066  -   Show previous screen of folders
11067 Spc  (space bar) Show next screen of folders
11068  W   WhereIs (search folder names)
11070 Folder Selection Commands
11071 -------------------------
11072  E   Exit the Folder Select menu (without selecting a folder)
11073  S   Select the currently highlighted folder
11074  A   AddNew folder (just like Select, but you type in a new folder name)
11075 </PRE>
11076 <!--chtml endif-->
11078 FOR MORE INFORMATION: See the section on
11079 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11081 &lt;End of help on this topic&gt;
11082 </BODY>
11083 </HTML>
11084 ===== h_folder_stayopen_folders =====
11085 <HTML>
11086 <HEAD>
11087 <TITLE>Folder Select Explained</TITLE>
11088 </HEAD>
11089 <BODY>
11090 This screen is designed to allow you to quickly and easily survey your
11091 folders and select one to use as a Stay-Open folder.
11094 <!--chtml if pinemode="function_key"-->
11095 <PRE>
11096 Navigating the List of Folders             General Alpine Commands
11097 ------------------------------             -----------------------
11098 F5   Move to previous folder               F1  Show this help text
11099 F6   Move to next folder
11100 F7   Show previous screen of folders
11101 F8   Show next screen of folders
11102 F12  WhereIs (search folder names)
11104 Folder Selection Commands
11105 -------------------------
11106 F3   Exit the Folder Select menu (without selecting a folder)
11107 F4   Select the currently highlighted folder
11108 F11  AddNew folder (just like Select, but you type in a new folder name)
11109 </PRE>
11110 <!--chtml else-->
11111 <PRE>
11112 Navigating the List of Folders             General Alpine Commands
11113 ------------------------------             -----------------------
11114  P   Move to previous folder               ?  Show this help text
11115  N   Move to next folder
11116  -   Show previous screen of folders
11117 Spc  (space bar) Show next screen of folders
11118  W   WhereIs (search folder names)
11120 Folder Selection Commands
11121 -------------------------
11122  E   Exit the Folder Select menu (without selecting a folder)
11123  S   Select the currently highlighted folder
11124  A   AddNew folder (just like Select, but you type in a new folder name)
11125 </PRE>
11126 <!--chtml endif-->
11128 FOR MORE INFORMATION: See the section on
11129 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11131 &lt;End of help on this topic&gt;
11132 </BODY>
11133 </HTML>
11134 ===== h_folder_action_roles =====
11135 <HTML>
11136 <HEAD>
11137 <TITLE>Folder Select Explained</TITLE>
11138 </HEAD>
11139 <BODY>
11140 This screen is designed to allow you to quickly and easily survey your
11141 folders and select one to use as the folder into which messages
11142 matching this filter will be moved.
11145 <!--chtml if pinemode="function_key"-->
11146 <PRE>
11147 Navigating the List of Folders             General Alpine Commands
11148 ------------------------------             -----------------------
11149 F5   Move to previous folder               F1  Show this help text
11150 F6   Move to next folder
11151 F7   Show previous screen of folders
11152 F8   Show next screen of folders
11153 F12  WhereIs (search folder names)
11155 Folder Selection Commands
11156 -------------------------
11157 F3   Exit the Folder Select menu (without selecting a folder)
11158 F4   Select the currently highlighted folder
11159 F11  AddNew folder (just like Select, but you type in a new folder name)
11160 </PRE>
11161 <!--chtml else-->
11162 <PRE>
11163 Navigating the List of Folders             General Alpine Commands
11164 ------------------------------             -----------------------
11165  P   Move to previous folder               ?  Show this help text
11166  N   Move to next folder
11167  -   Show previous screen of folders
11168 Spc  (space bar) Show next screen of folders
11169  W   WhereIs (search folder names)
11171 Folder Selection Commands
11172 -------------------------
11173  E   Exit the Folder Select menu (without selecting a folder)
11174  S   Select the currently highlighted folder
11175  A   AddNew folder (just like Select, but you type in a new folder name)
11176 </PRE>
11177 <!--chtml endif-->
11179 FOR MORE INFORMATION: See the section on
11180 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11182 &lt;End of help on this topic&gt;
11183 </BODY>
11184 </HTML>
11185 ===== h_abook_config =====
11186 <HTML>
11187 <HEAD>
11188 <TITLE>SETUP ADDRESS BOOKS SCREEN</TITLE>
11189 </HEAD>
11190 <BODY>
11191 <H1>SETUP ADDRESS BOOKS SCREEN</H1>
11192 <H2>SETUP ADDRESS BOOKS COMMANDS</H2>
11193 <!--chtml if pinemode="function_key"-->
11194 <PRE>
11195 Available  Commands                        
11196 -------------------------------            
11197 F1  Show Help Text                         
11198 F3  Back to MAIN Alpine menu                 
11199 F4  Change configuration for address book  
11200 F5  Move to previous address book          
11201 F6  Move to next address book              
11202 F7  Previous page of address books         
11203 F8  Next page of address books             
11204 F9  Add new address book                   
11205 F10 Delete existing address book           
11206 F11 Shuffle the order of address books     
11207 F12 Whereis (search address book titles)   
11208 </PRE>
11209 <!--chtml else-->
11210 <PRE>
11211 Navigation                     General Alpine Commands
11212 -----------------------        -----------------------
11213  P  Prev Address Book           ?  Display this help text
11214  N  Next Address Book           E  Back to MAIN Alpine menu
11215  -  Previous page
11216 Spc (space bar) Next page
11217  W  WhereIs (search for word in address book titles)
11219 Setup Address Books Commands
11220 ------------------------------------------------
11221  A  Add new address book          $  Shuffle the order of address books
11222  D  Delete existing address book  C  Change configuration for address book
11223 </PRE>
11224 <!--chtml endif-->
11226 <H2>Description of the Setup Address Books Screen</H2>
11228 This screen lets you add, delete, modify, or change the order of your
11229 address books.  The &quot;Add Abook&quot; command brings up a blank form to 
11230 fill in.  If you are adding a remote address book on an IMAP server
11231 you should fill in the name of the IMAP server.  Otherwise, leave
11232 that field blank.  (Note that remote IMAP address books are an Alpine
11233 concept and are unlikely to interoperate with other mail clients.)
11234 For a remote address book, fill in the name of the remote folder
11235 in the Folder field.  This should be a folder that is used only for
11236 this one purpose, not a general purpose folder you expect to store
11237 messages in.
11238 <P>If you are adding a local address book, fill in the
11239 Folder Name field with a local file name (e.g., .addressbook).
11241 <B>Please note:</B> Remote address books stored on an IMAP server are 
11242 of an entirely different format (namely, a special-purpose 
11243 &quot;mail folder&quot;) than that of the local addressbook familiar 
11244 to Alpine users.  Therefore, 
11245 you cannot use &quot;add a remote address book&quot; to make an existing 
11246 Alpine .addressbook file you may have on a remote IMAP server accessible to 
11247 Alpine running on a different host.  
11250 The &quot;Del Abook&quot; command allows you to remove an address book
11251 from your configuration.  It will also ask you if you wish to remove
11252 the data for that address book, which would erase all traces of the
11253 address book if you answer Yes.
11256 The &quot;Change&quot; command is similar to the &quot;Add Abook&quot; command.
11257 The difference is that instead of adding a new address book to your
11258 configuration, you are changing the configuration of an existing entry.
11259 For example, you might want to correct a typing error or change a
11260 nickname.  The &quot;Change&quot; command is not a move command.  If you
11261 change the folder name or server name the data will not be moved for you.
11264 The &quot;Shuffle&quot; command is used for two purposes.  If you shuffle
11265 an address book toward another address book in the same group then
11266 the order of those two address books will be swapped.  If you shuffle
11267 the last Personal address book down towards the Global address book
11268 section, it will become a Global address book.  If you shuffle
11269 the first Global address book up it will become a Personal address
11270 book.  The main difference between Personal and Global address
11271 books is that Global address books are forced read-only.
11272 <P><UL>
11273 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11274 </UL>
11276 &lt;End of help on this topic&gt;
11277 </BODY>
11278 </HTML>
11279 ===== h_abook_top =====
11280 <HTML>
11281 <HEAD>
11282 <TITLE>ADDRESS BOOK LIST COMMANDS</TITLE>
11283 </HEAD>
11284 <BODY>
11285 <H1>ADDRESS BOOK LIST COMMANDS</H1>
11286 <!--chtml if pinemode="function_key"-->
11287 <PRE>
11288 Available  Commands -- Group 1         Available Commands -- Group 2
11289 -------------------------------        ------------------------------
11290 F1  Show Help Text                      F1  Show Help Text
11291 F2  See commands in next group          F2  See commands in next group
11292 F3  Exit to MAIN MENU                   F3  Quit Alpine
11293 F4  View/Edit selected address book
11294 F5  Move to previous address book       F5  FOLDER LIST screen
11295 F6  Move to next address book           F6  Specify a folder to go to
11296 F7  Previous page                       F7  MESSAGE INDEX screen
11297 F8  Next page                           F9  Print list of address books
11298 F12 Whereis (search for word)
11299 </PRE>
11300 <!--chtml else-->
11301 <PRE>
11302 Navigation                       General Alpine Commands
11303 -----------------------          -----------------------
11304  P  Previous Entry                ?  Display this help text
11305  N  Next Entry                    O  Show all other available commands
11306  -  Previous page                 &lt;  Back to MAIN Alpine menu
11307 Spc (space bar) Next page         Q  Quit Alpine
11308  W  WhereIs (search for word)     L  FOLDER LIST screen
11309                                   G  Specify a folder to go to
11310 Address Book Commands             I  MESSAGE INDEX screen
11311 ------------------------------------------------
11312  &gt;  View/Edit selected address book
11313               or
11314  &gt;  Search on selected directory server
11316  %  Print list of address books and directory servers
11317 </PRE>
11318 <!--chtml endif-->
11320 <H2>Description of the Address Book List Screen</H2>
11322 From this screen you may choose which address book you wish to view
11323 or edit. For more information on address books, view one of your
11324 address books (with
11325 <!--chtml if pinemode="function_key"-->
11327 <!--chtml else-->
11328 &quot;&gt;&quot;
11329 <!--chtml endif-->)
11330 and see the Help Text there.<P>
11332 You may also choose a directory server on which to search for entries.
11333 You do that by highlighting the directory server line and using
11334 <!--chtml if pinemode="function_key"-->
11336 <!--chtml else-->
11337 &quot;&gt;&quot;
11338 <!--chtml endif-->.<P>
11340 If you wish to define new address books or directory servers go to the Main
11341 menu and choose Setup. You may then either choose to setup AddressBooks or
11342 Directory (among other things). It's possible that the Directory option
11343 will not be there if the Alpine you are using does not contain LDAP directory
11344 lookup functionality.
11346 <P><UL>
11347 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11348 </UL><P>
11349 &lt;End of help on this topic&gt;
11350 </BODY>
11351 </HTML>
11352 ===== h_abook_opened =====
11353 <HTML>
11354 <HEAD>
11355 <TITLE>THE ALPINE ADDRESS BOOK</TITLE>
11356 </HEAD>
11357 <BODY>
11358 <H1>THE ALPINE ADDRESS BOOK</H1>
11359 <H2>ADDRESS BOOK COMMANDS</H2>
11360 <PRE>
11361 <!--chtml if pinemode="function_key"-->
11362 Available  Commands -- Group 1         Available Commands -- Group 2   
11363 -------------------------------        ------------------------------  
11364 F1  Show Help Text                      F1  Show Help Text             
11365 F2  See commands in next group          F2  See commands in next group
11366 F3  Exit this screen                    F3  Quit Alpine                  
11367 F4  View/Edit selected entry            F4  Go to MAIN MENU screen     
11368 F5  Move to previous entry              F5  FOLDER LIST screen         
11369 F6  Move to next entry                  F6  Specify a folder to go to  
11370 F7  Previous page of address book       F7  MESSAGE INDEX screen        
11371 F8  Next page of address book           F8  Compose to entry using roles
11372 F9  Add new entry to address book       F9  Print address book         
11373 F10 Delete selected entry               F10 TakeAddr to another addrbook
11374 F11 Compose to selected entry           F11 Save or Export addrbook selections
11375 F12 Whereis (search address book)       F12 Forward entry by mail       
11377 Available Commands -- Group 3                                           
11378 ------------------------------                                          
11379 F3  Select                              F6  Zoom (or unZoom)            
11380 F5  Select Current                      F7  Apply Command to Selection  
11381 <!--chtml else-->
11382 Address Book Navigation        General Alpine Commands
11383 -----------------------        -----------------------
11384  P  Prev Address                  ?  Display this help text
11385  N  Next Address                  O  Show all other available commands
11386  -  Previous page of address book M  Back to MAIN MENU
11387 Spc (space bar) Next page         Q  Quit Alpine
11388  W  WhereIs (search for word      C  Compose message to selected addr
11389      or name in address book)     #  Compose to addr using roles
11390  &lt;  To List of Address Books if   L  FOLDER LIST screen
11391      more than one, else to MAIN  G  Specify a folder to go to
11392                                   I  MESSAGE INDEX screen
11394 Address Book Commands
11395 ----------------------------------------------------
11396  &gt;  View/Update selected entry    D  Delete selected entries
11397  %  Print address book            S  Save or Export address book selections
11398  F  Forward entries by mail       @  Add new entry to address book
11400  ;  Select command                Z  Toggle Zoom Mode
11401  :  Select highlighted entry      A  Apply command to selected entries
11403 <!--chtml endif-->
11404 </PRE>
11405 Note:  The presence or absence of the final four commands above is
11406 controlled by the option 
11407 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>.
11410 <H2>Description of the Address Book Screen</H2>
11412 This screen lets you edit and manage entries in your address book.  It
11413 also acts as a short-cut for composing messages to people in the address
11414 book.  When, from this screen, you press <!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;C&quot;<!--chtml endif--> for ComposeTo, the
11415 message starts &quot;pre-addressed&quot; to whatever address book entry is
11416 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
11417 role to use in your composition.
11419 Alpine's address book helps you keep a list of addresses you send email to so
11420 you do not have to remember addresses that are often complex.  Each entry
11421 in the address book has five fields, all of them optional.  The three
11422 elements that are usually visible on the ADDRESS BOOK display, are: <DL>
11424         <P><DT>NICKNAME: <DD>A short easy-to-remember label to identify the entry.
11425         This is what you type in as you are addressing the message in the
11426         composer.  If there is a matching entry in your address book(s),
11427         Alpine will extract the corresponding FullName and Address fields to
11428         generate the actual address for your message.
11430         <P><DT>FULLNAME: <DD>A longer field where you can put the full name 
11431 of the
11432         person or organization.  Usually the full names are put in last
11433         name first so they sort nicely in alphabetical order.  Whatever
11434         you put as the name here will appear on the message when it is
11435         finally delivered.  Examples:<PRE>
11436            Garcia Marquez, Gabriel
11437            Henscheid, Eckhard
11438            Alpine-Info mailing list
11439            Library materials renewal requests
11440            Kim An-guk
11441            &quot;George III, King of Great Britain, 1738-1820&quot;
11442 </PRE>
11443 (In the second-to-last example, no comma is used in the name so that 
11444 the family name appears first in the address book and when the entry is 
11445 used in the composer.
11446 In the last example, retaining the commas is intended; 
11447 double-quotation marks surround the name to 
11448 prevent the transposition of its parts when the entry is used in 
11449 the composer.)
11451         <P><DT>ADDRESS: <DD>This is the actual email address itself.  This must be
11452         a valid Internet address that conforms to the Internet message
11453         header standard, RFC-822.  (See also <A HREF="h_address_format">Explanation of Address formats</A>.)</DL>
11455 The two fields that aren't usually visible are:<DL>
11457   <P><DT>FCC: <DD>The name of the folder you would like a copy of any outgoing
11458         message to this address to be saved in.  If this field is set, and
11459         this address is the first one in the message's To: header, then
11460         Alpine will use this folder name for the FCC in lieu of the normal
11461         FCC folder name.
11463   <P><DT>COMMENTS: <DD>This field contains arbitrary text for your convenience.
11464         </DL>
11466 Due to screen width limitations, these last two fields do not show up in
11467 the normal ADDRESS BOOK display.  You may select the 
11468 &quot;View/Update&quot; command to
11469 view or modify them.  You may use the configuration variable
11470 <A HREF="h_config_abook_formats">&quot;<!--#echo var="VAR_addressbook-formats"-->&quot;</A>
11471 to add these fields to your ADDRESS BOOK 
11472 display, or to modify the format of the display.
11474 <H2>Sorting the Address book</H2>
11476 By default, address book entries are sorted alphabetically on the full
11477 name with distribution lists sorted to the end.  Sorting can be changed by
11478 resetting the address book sort rule in the Alpine SETUP CONFIGURATION screen
11479 --assuming you have &quot;write&quot; permission for the address book file.
11481 Unlike the sorting of folders (which only changes presentation), sorting an
11482 address book actually changes the file as it is kept on the computer.  For
11483 this reason you won't be able to sort a shared or system-wide address
11484 book.
11486 <H2>Adding New Entries</H2>
11488 The easiest way to add new entries to your address book is to use the
11489 &quot;TakeAddr&quot; command when viewing a message.
11490 This command allows you to take addresses from the header and body of the
11491 message and put them into your address book, without having to type
11492 them in.
11495 To manually add a new entry from within the address book screen, use the AddNew
11496 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->&quot;@&quot;<!--chtml endif-->) command.
11497 Use this command both for adding a simple alias and for adding a
11498 distribution list.
11500 <H2>Distribution Lists</H2>
11502 Address book entries can be simple cases of aliases (a single nickname is linked
11503 to a single email address) or distribution lists (a single nickname
11504 pointing at more than one email address).  Each distribution list has a
11505 nickname, a full name and a list of addresses.  The addresses may be
11506 actual addresses or they may be other nicknames in your address book.
11507 They may even refer to other distribution lists.
11508 There's really no difference between a simple alias and a distribution list,
11509 other than the number of addresses.
11510 Therefore, you can turn a simple alias with one address into a distribution
11511 list simply by adding more addresses.
11512 To add entries to an existing list or alias
11513 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
11514 a single address from the list if the cursor is placed on the address;
11515 it will delete the entire distribution list if the cursor is on the
11516 nickname/fullname line.  View/Update may also be used to delete addresses
11517 from a list.
11519 Address field entries in distribution lists may take any one of three
11520 forms: a nickname existing in any of the defined address books, a normal
11521 address of the form &quot;jsmith@art.example.com&quot;, or a complete
11522 fullname/address combination, e.g. &quot;John Smith
11523 &lt;jsmith@art.example.com&gt;&quot;.
11525 Distribution lists in Alpine address books can only be used by the person or
11526 people who have access to that address book.  They are not usually used to
11527 implement discussion groups, but can be used to facilitate small
11528 discussion groups if all the participants have access to the same shared
11529 address book.
11531 <H2>FCC and Comments</H2>
11533 As mentioned above, each entry in the address book also has two other optional
11534 fields, Fcc and Comments.  The command to look at or change either of these
11535 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
11536 Comments field is just for your own use.  The Fcc field overrides the
11537 default Fcc if this address is the first one on the To line.  The WhereIs
11538 command may be used to search for particular strings in the address book,
11539 including fields that are not visible (like Comment and Fcc by default).
11541 <H2>Aggregate Operations</H2>
11543 If the feature
11544 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
11545 is turned on (the default), then the four commands &quot;Select&quot;,
11546 &quot;Select Current&quot;, &quot;Zoom&quot;, and &quot;Apply&quot;
11547 are available.  The two selection commands allow you to mark a set of
11548 address book entries as being selected.  If you have more than one address
11549 book, the selections may be in more than one of those address books.
11550 The &quot;Zoom&quot; command will toggle between displaying only the selected
11551 entries and all of the entries.  The &quot;Apply&quot; command allows you to
11552 apply one of the regular address book commands to all of the selected
11553 entries.  Usually the address book commands apply to only the entry
11554 highlighted by the cursor.  The &quot;Apply&quot; command works with the
11555 commands &quot;ComposeTo&quot;, &quot;Delete&quot;, &quot;Print&quot;, 
11556 &quot;Save&quot;, &quot;Forward&quot;, and &quot;Role&quot;.
11558 <H2>Exporting and Forwarding Address book entries</H2>
11560 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
11561 address book entry is placed in a plain text file in your home directory
11562 <!--chtml if pinemode="running"-->
11563 (which, in the present configuration of your system, is
11564  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
11565 <!--chtml endif-->
11566 or current working directory
11567 <!--chtml if pinemode="running"-->
11568 (which, at least for your current Alpine &quot;session,&quot; 
11569 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
11570 <!--chtml endif-->, depending on the 
11571 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
11572 configuration setting.  If you have some entries selected and use the
11573 Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Export command, all of the selected addresses will be
11574 placed in the text file.
11576 When you use the Forward (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->&quot;F&quot;<!--chtml endif-->) command, the currently highlighted
11577 address book entry is placed in a special attachment and you are put into
11578 the composer.  You can fill in some comments in the body of the message,
11579 if you'd like, and send it to somebody else who uses Alpine.  The recipient
11580 may use the TakeAddr command on that message to insert the address book
11581 entry you sent in their own address book.  If you have some entries
11582 selected and use the Apply Forward command all of the selected entries
11583 will be forwarded in a single message.  You may
11584 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.
11585 The recipient must be using Alpine in order to receive this correctly.
11586 One way for the recipient to handle this might be to create an empty
11587 address book and then &quot;Take&quot; your forwarded address book entries into
11588 that empty address book.
11590 <H2>Multiple and/or Site-Wide Address books</H2>
11592 You may have more than one personal address book.  In addition, there may
11593 be one or more global address books.  This capability allows you to have
11594 multiple personal address books (some of which may be shared) and it also
11595 allows system administrators to implement site-wide address books that
11596 contain entries for users on multiple machines within the organization.
11597 <P><DL>
11598 <DT>Searching
11599   <DD> If you enter a nickname when composing a message, your
11600   personal address books will be searched through in order, and then the
11601   global address book(s) searched. If more than one address book has an entry
11602   for the nickname, Alpine uses the first one that it finds, so an entry in
11603   your personal address book would override a global address book entry. If
11604   after searching all the address books there is still no match, (Unix) Alpine
11605   then searches the local host password file on the assumption that you have
11606   entered a local user name rather than an address book nickname.
11607   You may change the search order of your address books with the <!--chtml if pinemode="function_key"-->F3<!--chtml else-->$<!--chtml endif--> Shuffle
11608   command, but global address books are always searched after personal
11609   address books.
11611   <P><DT>Tab completion
11612   <DD> If the
11613   <A HREF="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></A>
11614   feature is turned on (the default) then the Tab key may be used
11615   in the composer to complete partially typed nicknames in the To
11616   or Cc lines. You type the first few letters of a nickname and then
11617   press the Tab key. It there is only one nickname that matches it will
11618   be filled in by Alpine. If there is more than one the unambiguous part
11619   of the nicknames will be filled in. For example, if your address book or
11620   books contains only the two entries &quot;barley&quot; and &quot;barbecue&quot;
11621   beginning with the letters &quot;ba&quot;, then if you type &quot;ba&quot;
11622   followed by a Tab character Alpine will fill in &quot;bar&quot; and stop.
11623   If you then type a second Tab character you will be presented with a list
11624   of matching nicknames to select from. Alternatively, you could type another
11625   &quot;b&quot; resulting in &quot;barb&quot; and then a Tab would fill
11626   in the entire &quot;barbecue&quot; entry.
11628   <P><DT>Defining
11629   <DD> You define multiple personal address books in the 
11630   <A HREF="h_abook_config">SETUP AddressBooks</A> screen, which you may reach
11631   from the MAIN MENU.  
11632   You may add as many as you like.  Global address books are usually
11633   site-wide address books defined by the System administrator, but
11634   you may define global address books of your own just like you define
11635   personal address books.
11637   <P><DT>Creating and updating
11638   <DD> Personal address books are normally created empty
11639   and populated by explicit additions from within Alpine, e.g. via the
11640   TakeAddr command.  Unlike personal address books, global address books may
11641   not be modified/updated from within Alpine; that is, they are Read-Only.
11642   Thus, global address books are created, populated and updated outside of
11643   Alpine. They might be hand-edited, generated by a program from another
11644   database, or by copying an existing address book.  They might also be
11645   some other user's personal address book, and so be modified normally by
11646   that user but accessed Read-Only by you.  See the Alpine Technical
11647   Notes document (included in the Alpine distribution) for more information on
11648   this.
11650   <P><DT>Accessing
11651   <DD>There are two different types of address books in Alpine.
11652   A local address book is stored in a regular file and the normal file
11653   access permissions apply.  A remote address book is stored on an IMAP
11654   server in a special folder that contains only messages pertaining to
11655   that address book.  The last message in the remote folder contains a
11656   copy of the address book data, and that data is copied to a local cache
11657   file in your home directory.  From there it is accessed just like a local
11658   address book.  The name of the cache file is kept track of in a special
11659   file called the
11660   <A HREF="h_config_abook_metafile"><!--#echo var="VAR_remote-abook-metafile"--></A>,
11661   the name of which is stored in
11662   your Alpine configuration file the first time you use a remote address book.
11663   Just as local Alpine address books use a format that only Alpine understands,
11664   remote Alpine address books do the same and other mail reading programs
11665   are unlikely to be able to understand them.<P>
11666   While global address books are explicitly intended to be shared, there is
11667   nothing to prevent you from sharing a personal address book with other
11668   Alpine users. This might be useful in the case of a small workgroup.
11669   However, it is recommended that updates to shared personal address books
11670   be done when other Alpine users are not accessing the address book. Alpine
11671   does not do any file-locking to manage concurrent updates to the
11672   addressbook, but it does check to see if the file has been modified before
11673   making any changes.  Consequently, inadvertent concurrent updates will
11674   only cause other Alpine users to have to restart their address book
11675   operation, which will cause Alpine to reopen the updated file.
11677   <P><DT>Converting to Remote
11678   <DD>The easiest way to convert an existing local
11679   address book into a remote address book is to create an empty new remote
11680   personal address book by typing &quot;A&quot; to execute the
11681   &quot;Add Pers Abook&quot; command in the SETUP Addressbook screen.
11682   Make sure you add a <EM>personal</EM> address book, not a <EM>global</EM>
11683   address book.
11684   After you have added the empty
11685   remote address book, go into the screen for the address book you wish
11686   to copy and &quot;Select&quot; &quot;All&quot;.
11687   This selects every entry in that
11688   address book.  Then type the command &quot;Apply Save&quot;.
11689   You will be asked for the address book to save to.  You may use ^P and ^N
11690   to get to the new empty address book, then hit RETURN and the addresses
11691   will be copied.
11692   At this point you'll probably want to unselect all the entries in the local
11693   address book before proceeding. You do that with
11694   &quot;Select&quot; &quot;unselect All&quot;.
11696 </DL>
11697 <UL>
11698 <LI><A HREF="h_address_format">Explanation of Address formats</A>
11699 </UL>
11700 <P><UL>
11701 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11702 </UL>
11704 &lt;End of help on this topic&gt;
11705 </BODY>
11706 </HTML>
11707 ===== h_abook_select_addr =====
11708 <HTML>
11709 <HEAD>
11710 <TITLE>Addressbook Selection Explained</TITLE>
11711 </HEAD>
11712 <BODY>
11713 <H1>SELECT ADDRESS</H1>
11714 <!--chtml if pinemode="function_key"-->
11715 <PRE>
11716 Navigating the List of Messages               General Alpine Commands
11717 -------------------------------               -----------------------
11718 F5   Move to previous entry                   F1  Show this help text
11719 F6   Move to next entry
11720 F7   Show previous screen of address book
11721 F8   Show next screen of address book
11722 F12  WhereIs (search through address book)
11724 Address Selection Commands
11725 --------------------------
11726 F3   Exit the Address Select screen (without selecting an address)
11727 F4   Select the currently highlighted entry
11728 </PRE>
11729 <!--chtml else-->
11730 <PRE>
11731 Navigating the List of Messages               General Alpine Commands
11732 -------------------------------               -----------------------
11733  P   Move to previous entry                    ?  Show this help text
11734  N   Move to next entry
11735  -   Show previous screen of address book
11736 Spc  (space bar) Show next screen of address book
11737  W   WhereIs (search through address book)
11739 Address Selection Commands
11740 --------------------------
11741  E   Exit the Address Select screen (without selecting an address)
11742  S   Select the currently highlighted entry
11743 </PRE>
11744 <!--chtml endif-->
11747 This screen is designed to let you easily scan your address book(s) in
11748 order to select an entry for the message you are composing.  You cannot
11749 edit your address book in any way at this time, for address book
11750 maintenance, select the address book command when not composing a message.
11753 If you are composing a message and know the nickname of the person/list you
11754 want, you can bypass this screen by simply typing in the nickname on the
11755 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
11756 selecting an entry does not cancel your message.
11759 FOR MORE INFORMATION on addressing see
11760 <A HREF="h_address_format">Explanation of Address formats</A>, and the
11761 <A HREF="h_abook_opened">Address Book Screen's</A>
11762 help text.
11764 &lt;End of help on this topic&gt;
11765 </BODY>
11766 </HTML>
11767 ===== h_abook_select_top =====
11768 <HTML>
11769 <HEAD>
11770 <TITLE>Addressbook Selection Navigation Explained</TITLE>
11771 </HEAD>
11772 <BODY>
11773 <H1>NAVIGATING WHILE SELECTING ADDRESSES</H1>
11774 <!--chtml if pinemode="function_key"-->
11775 <PRE>
11776 Navigating the List of Address Books       General Alpine Commands
11777 ------------------------------------       -----------------------
11778 F4   View the highlighted address book
11779 F5   Move to previous address book         F1  Show this help text
11780 F6   Move to next address book
11781 F7   Show previous screen of address books
11782 F8   Show next screen of address books
11783 F12  WhereIs (search through address books)
11785 Address Selection Commands
11786 --------------------------
11787 F3   Exit the Address Select screen (without selecting an address)
11788 F4   Select the currently selected entries (if using ListMode)
11789 F9   Change to ListMode
11790 </PRE>
11791 <!--chtml else-->
11792 <PRE>
11793 Navigating the List of Address Books       General Alpine Commands
11794 ------------------------------------       -----------------------
11795  &gt;   View the highlighted address book
11796  P   Move to previous address book         ?  Show this help text
11797  N   Move to next address book
11798  -   Show previous screen of address books
11799 Spc  (space bar) Show next screen of address books
11800  W   WhereIs (search through address books)
11802 Address Selection Commands
11803 --------------------------
11804  E   Exit the Address Select screen (without selecting an address)
11805  S   Select the currently selected entries (if using ListMode)
11806  L   Change to ListMode
11807 </PRE>
11808 <!--chtml endif-->
11811 This screen is designed to let you easily scan your address book(s) in
11812 order to select entries for the message you are composing.  You cannot
11813 edit your address book in any way at this time.  For address book
11814 maintenance, select the address book command when not composing a message.
11817 If you are composing a message and know the nickname of the person/list you
11818 want, you can bypass this screen by simply typing in the nickname on the
11819 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
11820 selecting an entry does not cancel your message.
11823 The ListMode command will add a column at the left edge of the screen.
11824 You mark the entries that you wish to select with the &quot;X&quot; command.
11825 This allows you to choose more than one entry at a time.
11828 An alternative method of composing a message to entries in your
11829 address book(s) is to first use the &quot;Select&quot; command from
11830 the address book maintenance screen and then the &quot;Apply&quot;
11831 &quot;ComposeTo&quot; command to start the composer composing to the
11832 selected entries.
11835 FOR MORE INFORMATION on addressing see
11836 <A HREF="h_address_format">Explanation of Address formats</A>, and the
11837 <A HREF="h_abook_opened">Address Book Screen's</A>
11838 help text.
11840 &lt;End of help on this topic&gt;
11841 </BODY>
11842 </HTML>
11843 ===== h_abook_select_listmode =====
11844 <HTML>
11845 <HEAD>
11846 <TITLE>Address Listmode Selection from Composer Explained</TITLE>
11847 </HEAD>
11848 <BODY>
11849 <H1>COMPOSER: SELECT ADDRESSES</H1>
11850 <!--chtml if pinemode="function_key"-->
11851 <PRE>
11852 Navigating the List of Messages                 General Alpine Commands
11853 -------------------------------                 -----------------------
11854 F5   Move to previous entry                     F1  Show this help text
11855 F6   Move to next entry
11856 F7   Show previous screen of address book
11857 F8   Show next screen of address book
11858 F12  WhereIs (search through address book)
11860 Address Selection Commands
11861 --------------------------
11862 F3   Exit the Address Select screen (without selecting an address)
11863 F4   Select the currently highlighted entry
11864 F9   Change to ListMode
11865 </PRE>
11866 <!--chtml else-->
11867 <PRE>
11868 Navigating the List of Messages                 General Alpine Commands
11869 -------------------------------                 -----------------------
11870  P   Move to previous entry                     ?  Show this help text
11871  N   Move to next entry
11872  -   Show previous screen of address book
11873 Spc  (space bar) Show next screen of address book
11874  W   WhereIs (search through address book)
11876 Address Selection Commands
11877 --------------------------
11878  E   Exit the Address Select screen (without selecting an address)
11879  S   Select the currently highlighted entry
11880  L   Change to ListMode
11881 </PRE>
11882 <!--chtml endif-->
11885 This screen is designed to let you easily scan your address book(s) in
11886 order to select entries for the message you are composing.  You cannot
11887 edit your address book in any way at this time, for address book
11888 maintenance, select the address book command when not composing a message.
11891 If you are composing a message and know the nickname of the person/list you
11892 want, you can bypass this screen by simply typing in the nickname on the
11893 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
11894 selecting an entry does not cancel your message.
11897 The ListMode command will add a column at the left edge of the screen.
11898 You mark the entries that you wish to select with the &quot;X&quot; command.
11899 This allows you to choose more than one entry at a time.
11902 An alternative method of composing a message to entries in your
11903 address book(s) is to first use the &quot;Select&quot; command from
11904 the address book maintenance screen and then the &quot;Apply&quot;
11905 &quot;ComposeTo&quot; command to start the composer composing to the
11906 selected entries.
11909 FOR MORE INFORMATION on addressing see
11910 <A HREF="h_address_format">Explanation of Address formats</A>, and the
11911 <A HREF="h_abook_opened">Address Book Screen's</A>
11912 help text.
11914 &lt;End of help on this topic&gt;
11915 </BODY>
11916 </HTML>
11917 ===== h_abook_select_checks =====
11918 <HTML>
11919 <HEAD>
11920 <TITLE>Address Selection from Composer Explained</TITLE>
11921 </HEAD>
11922 <BODY>
11923 <H1>COMPOSER: SELECT ADDRESSES</H1>
11924 <!--chtml if pinemode="function_key"-->
11925 <PRE>
11926 Navigating the List of Messages                 General Alpine Commands
11927 -------------------------------                 -----------------------
11928 F5   Move to previous entry                     F1  Show this help text
11929 F6   Move to next entry
11930 F7   Show previous screen of address book
11931 F8   Show next screen of address book
11932 F12  WhereIs (search through address book)
11934 Address Selection Commands
11935 --------------------------
11936 F3   Exit the Address Select screen (without selecting an address)
11937 F4   Select the currently highlighted entry
11938 F8   Either Sets or Unsets all entries in this address book
11939 F9   Set or Unset the highlighted entry
11940 </PRE>
11941 <!--chtml else-->
11942 <PRE>
11943 Navigating the List of Messages                 General Alpine Commands
11944 -------------------------------                 -----------------------
11945  P   Move to previous entry                     ?  Show this help text
11946  N   Move to next entry
11947  -   Show previous screen of address book
11948 Spc  (space bar) Show next screen of address book
11949  W   WhereIs (search through address book)
11951 Address Selection Commands
11952 --------------------------
11953  E   Exit the Address Select screen (without selecting an address)
11954  S   Select the currently highlighted entry
11955  X   Set or Unset the highlighted entry
11956  A   Either Sets or Unsets all entries in this address book
11957 </PRE>
11958 <!--chtml endif-->
11961 Mark the entries you wish to select with the &quot;X Set/Unset&quot;
11962 command.  Type &quot;S Select&quot; to select all of the entries you
11963 have marked, just as if you had typed them in by hand.
11966 An alternative method of composing a message to entries in your
11967 address book(s) is to first use the &quot;Select&quot; command from
11968 the address book maintenance screen and then the &quot;Apply&quot;
11969 &quot;ComposeTo&quot; command to start the composer composing to the
11970 selected entries.
11973 FOR MORE INFORMATION on addressing see
11974 <A HREF="h_address_format">Explanation of Address formats</A>, and the
11975 <A HREF="h_abook_opened">Address Book Screen's</A>
11976 help text.
11978 &lt;End of help on this topic&gt;
11979 </BODY>
11980 </HTML>
11981 ===== h_abook_select_nicks_take =====
11982 <HTML>
11983 <HEAD>
11984 <TITLE>Take Address Nickname Selection Explained</TITLE>
11985 </HEAD>
11986 <BODY>
11987 <H1>TAKEADDR: SELECT NICKNAME</H1>
11988 <!--chtml if pinemode="function_key"-->
11989 <PRE>
11990 Navigating the List of Messages                 General Alpine Commands
11991 -------------------------------                 -----------------------
11992 F5   Move to previous entry                     F1  Show this help text
11993 F6   Move to next entry
11994 F7   Show previous screen of address book
11995 F8   Show next screen of address book
11996 F12  WhereIs (search through address book)
11998 Message Selection Commands
11999 --------------------------
12000 F3   Exit the Nickname Select screen (without selecting an address)
12001 F4   Select the currently highlighted entry
12002 </PRE>
12003 <!--chtml else-->
12004 <PRE>
12005 Navigating the List of Messages                 General Alpine Commands
12006 -------------------------------                 -----------------------
12007  P   Move to previous entry                     ?  Show this help text
12008  N   Move to next entry
12009  -   Show previous screen of address book
12010 Spc  (space bar) Show next screen of address book
12011  W   WhereIs (search through address book)
12013 Message Selection Commands
12014 --------------------------
12015  E   Exit the Nickname Select screen (without selecting an address)
12016  S   Select the currently highlighted entry
12017 </PRE>
12018 <!--chtml endif-->
12021 This screen is designed to let you modify or add to an existing
12022 address book entry.  You have already selected the name(s) and
12023 address(es) through &quot;Take Address&quot;.  This screen simply lets
12024 you scan your address books and select the nickname to be
12025 changed/augmented.  If you want to add a new entry, then you are in
12026 the wrong place-- Select &quot;Exit&quot; command.
12029 FOR MORE INFORMATION on addressing see
12030 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12031 <A HREF="h_abook_opened">Address Book Screen's</A>
12032 help text.
12034 &lt;End of help on this topic&gt;
12035 </BODY>
12036 </HTML>
12037 ===== h_abook_select_nick =====
12038 <HTML>
12039 <HEAD>
12040 <TITLE>Nickname Selection Explained</TITLE>
12041 </HEAD>
12042 <BODY>
12043 <H1>SELECT NICKNAME</H1>
12044 <!--chtml if pinemode="function_key"-->
12045 <PRE>
12046 Navigating the List of Messages                 General Alpine Commands
12047 -------------------------------                 -----------------------
12048 F5   Move to previous entry                     F1  Show this help text
12049 F6   Move to next entry
12050 F7   Show previous screen of address book
12051 F8   Show next screen of address book
12052 F12  WhereIs (search through address book)
12054 Message Selection Commands
12055 --------------------------
12056 F3   Exit the Nickname Select screen (without selecting an address)
12057 F4   Select the currently highlighted entry
12058 </PRE>
12059 <!--chtml else-->
12060 <PRE>
12061 Navigating the List of Messages                 General Alpine Commands
12062 -------------------------------                 -----------------------
12063  P   Move to previous entry                     ?  Show this help text
12064  N   Move to next entry
12065  -   Show previous screen of address book
12066 Spc  (space bar) Show next screen of address book
12067  W   WhereIs (search through address book)
12069 Message Selection Commands
12070 --------------------------
12071  E   Exit the Nickname Select screen (without selecting an address)
12072  S   Select the currently highlighted entry
12073 </PRE>
12074 <!--chtml endif-->
12077 This screen is designed to let you look at the nicknames in your address
12078 books before choosing a new one.
12081 FOR MORE INFORMATION on addressing see
12082 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12083 <A HREF="h_abook_opened">Address Book Screen's</A>
12084 help text.
12086 &lt;End of help on this topic&gt;
12087 </BODY>
12088 </HTML>
12089 ===== h_takeaddr_screen =====
12090 <HTML>
12091 <HEAD>
12092 <TITLE>Take Address Screen Explained</TITLE>
12093 </HEAD>
12094 <BODY>
12095 <H1>TAKE ADDRESS COMMANDS</H1>
12096 <!--chtml if pinemode="function_key"-->
12097 <PRE>
12098 Navigating the List of Addresses       Address Selection Commands        
12099 --------------------------------       --------------------------        
12100  F5  Move to previous entry            F3  Exit without taking address
12101  F6  Move to next entry                F4  Take current address(es)
12102  F7  Show previous page of address list
12103  F8  Show next page of address list
12104  F2  WhereIs (search list)
12105                                --------------
12106 Mode Toggle            F9  Set/Unset current address
12107 -----------            F10 Set all
12108  F12 Toggle between List and single mode       F11 Unset all
12109 </PRE>
12110 <!--chtml else-->
12111 <PRE>
12112 Navigating the List of Addresses       Address Selection Commands
12113 --------------------------------       --------------------------
12114  P  Move to previous entry              &lt;  Exit without taking address
12115  N  Move to next entry                  T  Take address
12116  -  Show previous page of address list
12117 Spc (space bar) Show next page of address list
12118  W  WhereIs (search list)              List Mode
12119                                        ---------
12120 Single Mode                             X  Set/Unset current address
12121 -----------                             A  Set all addresses
12122  L  Switch to list mode                 U  Unset all addresses
12123                                         S  Switch to single mode
12124 </PRE>
12125 <!--chtml endif-->
12127 <H2>Description of the Take Address Screen</H2>
12129 This screen is designed to let you select one or more address/name
12130 combinations from the current message and put them into your address book.
12131 The cursor is initially placed on the line with the message author.
12132 Other lines include the names of people and/or mailing lists who also
12133 received the message.  Other people &quot;involved&quot; in the
12134 message (e.g. the person named as Reply-To:) are also listed here.
12137 The simple case is adding a new, single entry into your address book. To
12138 do this, simply highlight the correct line and press 
12139 <!--chtml if pinemode="function_key"-->
12141 <!--chtml else-->
12142 &quot;T&quot;.
12143 <!--chtml endif-->
12144 To create a new list or add to an existing list, switch the screen display
12145 into List Mode by pressing
12146 <!--chtml if pinemode="function_key"-->
12147 F12.
12148 <!--chtml else-->
12149 &quot;L&quot;.
12150 <!--chtml endif-->
12151 In List Mode, you select the
12152 group of addresses you wish to manipulate by marking them with an
12153 &quot;X&quot;.
12154 The Set/Unset
12155 <!--chtml if pinemode="function_key"-->
12156 (F9)
12157 <!--chtml else-->
12158 (&quot;X&quot;)
12159 <!--chtml endif-->
12160 command will turn the &quot;X&quot; on for the
12161 highlighted address if it was off or turn it off if it was previously on.
12162 The SetAll command will select all of the addresses, and the UnSetAll
12163 command will turn off all the selections.  Once you've gotten the
12164 selection the way you want it, you may create a new list by pressing
12165 <!--chtml if pinemode="function_key"-->
12167 <!--chtml else-->
12168 &quot;T&quot;.
12169 <!--chtml endif-->
12172 In both the simple and list cases, after choosing to take the address,
12173 you will be asked for the nickname of the entry.  Typing in a new name
12174 creates the new entry/list.  Entering an existing nickname will replace
12175 the entry (simple case) or add to the list (list case).  Alternatively,
12176 you can press Ctrl-T at the nickname prompt and select an existing
12177 nickname from your address book.
12180 You will normally start in Single Mode, unless you used the Apply command
12181 to startup the TakeAddr screen, in which case you will start in List Mode.
12182 You may switch between the two modes at any time.  If you've already
12183 selected several addresses in List Mode, those will be remembered when you
12184 switch to Single Mode and then back to List Mode.  The set of addresses
12185 that are pre-selected when you start in List Mode are the From addresses
12186 of all of the messages you are operating on.  You may, of course, easily
12187 erase those selections with the UnSetAll command.
12190 If you have more than one writable address book, you will be prompted for
12191 the name of the address book you wish to add the new entry to before
12192 anything else. You can use ^N and ^P to choose among the defined address
12193 books, or type in the address book name.
12196 FOR MORE INFORMATION on addressing see
12197 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12198 <A HREF="h_abook_opened">Address Book Screen's</A>
12199 help text.
12201 &lt;End of help on this topic&gt;
12202 </BODY>
12203 </HTML>
12204 ===== h_takeexport_screen =====
12205 <HTML>
12206 <HEAD>
12207 <TITLE>Take Export Screen Explained</TITLE>
12208 </HEAD>
12209 <BODY>
12210 <H1>TAKE EXPORT COMMANDS</H1>
12211 <!--chtml if pinemode="function_key"-->
12212 <PRE>
12213 Navigating the List of Addresses       Address Selection Commands        
12214 --------------------------------       --------------------------        
12215  F5  Move to previous entry            F3  Exit without taking address
12216  F6  Move to next entry                F4  Take current address(es)
12217  F7  Show previous page of address list
12218  F8  Show next page of address list
12219  F2  WhereIs (search list)
12220                                --------------
12221 Mode Toggle            F9  Set/Unset current address
12222 -----------            F10 Set all
12223  F12 Toggle between List and single mode       F11 Unset all
12224 </PRE>
12225 <!--chtml else-->
12226 <PRE>
12227 Navigating the List of Addresses       Address Selection Commands
12228 --------------------------------       --------------------------
12229  P  Move to previous entry              &lt;  Exit without taking address
12230  N  Move to next entry                  T  Take address
12231  -  Show previous page of address list
12232 Spc (space bar) Show next page of address list
12233  W  WhereIs (search list)              List Mode
12234                                        ---------
12235 Single Mode                             X  Set/Unset current address
12236 -----------                             A  Set all addresses
12237  L  Switch to list mode                 U  Unset all addresses
12238                                         S  Switch to single mode
12239 </PRE>
12240 <!--chtml endif-->
12242 <H2>Description of the Take Export Screen</H2>
12244 This screen is designed to let you select one or more addresses
12245 from the current message and put them into a file.
12246 Only the user@domain_name part of each address is put into the file.
12249 To put a single entry into a file simply highlight the correct line and press 
12250 <!--chtml if pinemode="function_key"-->
12252 <!--chtml else-->
12253 &quot;T&quot;.
12254 <!--chtml endif-->
12255 To put more than one entry into a file
12256 switch the screen display
12257 into List Mode by pressing
12258 <!--chtml if pinemode="function_key"-->
12259 F12.
12260 <!--chtml else-->
12261 &quot;L&quot;.
12262 <!--chtml endif-->
12263 In List Mode, you select the
12264 group of addresses you wish to manipulate by marking them with an
12265 &quot;X&quot;.
12266 The Set/Unset
12267 <!--chtml if pinemode="function_key"-->
12268 (F9)
12269 <!--chtml else-->
12270 (&quot;X&quot;)
12271 <!--chtml endif-->
12272 command will turn the &quot;X&quot; on for the
12273 highlighted address if it was off or turn it off if it was previously on.
12274 The SetAll command will select all of the addresses, and the UnSetAll
12275 command will turn off all the selections.  Once you've gotten the
12276 selection the way you want it, you may put the addresses in a file by typing
12277 <!--chtml if pinemode="function_key"-->
12279 <!--chtml else-->
12280 &quot;T&quot;.
12281 <!--chtml endif-->
12284 You will be asked for the name of a file to put the addresses in.
12285 If the file already exists, you will be asked whether you want to Overwrite
12286 (replace) the contents of the file or Append to the contents of the file.
12289 &lt;End of help on this topic&gt;
12290 </BODY>
12291 </HTML>
12292 ============= h_abook_view ========================
12293 <HTML>
12294 <HEAD>
12295 <TITLE>Address Book View Explained</TITLE>
12296 </HEAD>
12297 <BODY>
12298 This function allows you to view the contents of an address book entry. You
12299 can only view one entry at a time.
12301 <DL>
12302 <DT>Help
12303 <!--chtml if pinemode="function_key"-->
12304 (F1)
12305 <!--chtml else-->
12307 <!--chtml endif-->
12308 </DT>
12309 <DD>
12310 Display this help text.
12312 <DT>Abook
12313 <!--chtml if pinemode="function_key"-->
12314 (F3)
12315 <!--chtml else-->
12316 (&lt;)
12317 <!--chtml endif-->
12318 </DT>
12319 <DD>
12320 Go back to index of address book entries.
12322 <DT>Update
12323 <!--chtml if pinemode="function_key"-->
12324 (F4)
12325 <!--chtml else-->
12327 <!--chtml endif-->
12328 </DT>
12329 <DD>
12330 Update (modify) this entry.
12332 <DT>ComposeTo
12333 <!--chtml if pinemode="function_key"-->
12334 (F5)
12335 <!--chtml else-->
12337 <!--chtml endif-->
12338 </DT>
12339 <DD>Compose a message to the address(es) in this entry.
12341 <DT>Role
12342 <!--chtml if pinemode="function_key"-->
12343 (F6)
12344 <!--chtml else-->
12346 <!--chtml endif-->
12347 </DT>
12348 <DD>Compose a message to the address(es) in this entry using roles.
12350 <DT>Prev Page
12351 <!--chtml if pinemode="function_key"-->
12352 (F7)
12353 <!--chtml else-->
12355 <!--chtml endif-->
12356 </DT>
12357 <DD>
12358 Show the previous page of the current entry.
12360 <DT>Next Page
12361 <!--chtml if pinemode="function_key"-->
12362 (F8)
12363 <!--chtml else-->
12364 (Space)
12365 <!--chtml endif-->
12366 </DT>
12367 <DD>
12368 Show the next page of the current entry.
12370 <DT>Print
12371 <!--chtml if pinemode="function_key"-->
12372 (F9)
12373 <!--chtml else-->
12375 <!--chtml endif-->
12376 </DT>
12377 <DD>Print the current entry.  You can select the
12378 printer or the print command via the &quot;Setup&quot; command
12379 on the MAIN MENU.
12381 <DT>WhereIs
12382 <!--chtml if pinemode="function_key"-->
12383 (F10)
12384 <!--chtml else-->
12386 <!--chtml endif-->
12387 </DT>
12388 <DD>Search the entry for a string of letters.  If it is
12389 found, move to it.  The string can be one word or a phrase.
12390 If there are multiple occurrences, the cursor moves to the
12391 first occurrence beyond the current cursor position.
12393 <DT>Fwd Email
12394 <!--chtml if pinemode="function_key"-->
12395 (F11)
12396 <!--chtml else-->
12398 <!--chtml endif-->
12399 </DT>
12400 <DD>Begin composition of a new mail message with the displayed
12401 text already inserted in the message body.
12403 </DL>
12405 &lt;End of help on this topic&gt;
12406 </BODY>
12407 </HTML>
12408 ============= h_ldap_view ========================
12409 <HTML>
12410 <HEAD>
12411 <TITLE>LDAP Response View Explained</TITLE>
12412 </HEAD>
12413 <BODY>
12414 This function allows you to view the contents of a directory entry. You
12415 can only view one entry at a time.
12417 <DL>
12418 <DT>Help
12419 <!--chtml if pinemode="function_key"-->
12420 (F1)
12421 <!--chtml else-->
12423 <!--chtml endif-->
12424 </DT>
12425 <DD>
12426 Display this help text.
12428 <DT>Results Index
12429 <!--chtml if pinemode="function_key"-->
12430 (F3)
12431 <!--chtml else-->
12432 (&lt;)
12433 <!--chtml endif-->
12434 </DT>
12435 <DD>Go back to index of search results.
12437 <DT>ComposeTo
12438 <!--chtml if pinemode="function_key"-->
12439 (F5)
12440 <!--chtml else-->
12442 <!--chtml endif-->
12443 </DT>
12444 <DD>Compose a message to the address(es) in this entry.
12446 <DT>Role
12447 <!--chtml if pinemode="function_key"-->
12448 (F6)
12449 <!--chtml else-->
12451 <!--chtml endif-->
12452 </DT>
12453 <DD>Compose a message to the address(es) in this entry using roles.
12455 <DT>Prev Page
12456 <!--chtml if pinemode="function_key"-->
12457 (F7)
12458 <!--chtml else-->
12460 <!--chtml endif-->
12461 </DT>
12462 <DD>
12463 Show the previous page of the current entry.
12465 <DT>Next Page
12466 <!--chtml if pinemode="function_key"-->
12467 (F8)
12468 <!--chtml else-->
12469 (Space)
12470 <!--chtml endif-->
12471 </DT>
12472 <DD>
12473 Show the next page of the current entry.
12475 <DT>Print
12476 <!--chtml if pinemode="function_key"-->
12477 (F9)
12478 <!--chtml else-->
12480 <!--chtml endif-->
12481 </DT>
12482 <DD>Print the current entry on paper.  You can select the
12483 printer or the print command via the &quot;Setup&quot; command
12484 on the MAIN MENU.
12486 <DT>WhereIs
12487 <!--chtml if pinemode="function_key"-->
12488 (F10)
12489 <!--chtml else-->
12491 <!--chtml endif-->
12492 </DT>
12493 <DD>Search the entry for a string of letters.  If it is
12494 found, move to it.  The string can be one word or a phrase.
12495 If there are multiple occurrences, the cursor moves to the
12496 first occurrence beyond the current cursor position.
12498 <DT>Fwd Email
12499 <!--chtml if pinemode="function_key"-->
12500 (F11)
12501 <!--chtml else-->
12503 <!--chtml endif-->
12504 </DT>
12505 <DD>Begin composition of a new mail message with the displayed
12506 text already inserted in the message body.
12508 <DT>Save
12509 <!--chtml if pinemode="function_key"-->
12510 (F12)
12511 <!--chtml else-->
12513 <!--chtml endif-->
12514 </DT>
12515 <DD>Save the displayed entry to one of your address books or export
12516 it to a file.
12517 </DL>
12519 &lt;End of help on this topic&gt;
12520 </BODY>
12521 </HTML>
12522 ===== h_attachment_screen =====
12523 <HTML>
12524 <HEAD>
12525 <TITLE>Attachment Index Screen Explained</TITLE>
12526 </HEAD>
12527 <BODY>
12528 The &quot;ATTACHMENT INDEX&quot; displays a list of the current
12529 message's attachments, and allows various operations on them.  The
12530 first attachment is usually the message text, but does not include the
12531 header portion of the message.
12533 Available commands include:
12535 <DL>
12537 <DT>Help</DT>
12538 <DD>Show this help text.
12540 <DT>Msg #<I>num</I></DT>
12541 <DD>Leave this screen without displaying or saving any attachments.
12543 <DT>View</DT>
12544 <DD>View the currently selected attachment.
12546 <DT>Prev Attach</DT>
12547 <DD>Move to previous attachment.
12549 <DT>Next Attach</DT>
12550 <DD>Move to next attachment.
12552 <DT>Prev Page</DT>
12553 <DD>Previous page of the listed attachments.
12555 <DT>Next Page</DT>
12556 <DD>Next page of the listed attachments.
12558 <DT>Delete</DT>
12559 <DD>Mark the currently selected attachment for Deletion.
12560 This does not modify the current message by deleting the attachment from
12561 it, but instead the delete flag <EM>only</EM> has an effect when saving
12562 the message to a folder.
12563 Attachments marked for deletion are not copied to the destination folder
12564 along with the rest of the message when it is saved.
12565 It is ok for the destination folder to be the same as the current folder.
12566 In addition, the delete mark <EM>only</EM> applies to this Alpine session.
12568 <DT>Undelete</DT>
12569 <DD>Turn off the Delete flag for the selected attachment.
12571 <DT>Save</DT>
12572 <DD>Save the selected attachment to a file.  If the attachment is of
12573 type &quot;RFC822/Message&quot;, then the attachment will be saved to
12574 the specified mail folder.
12576 <DT>Export</DT>
12577 <DD>If the attachment is of
12578 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
12579 copy the message to a file in the same way this command works on 
12580 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
12582 <DT>Pipe</DT>
12583 <DD>Pipe the attachment contents into a UNIX command (if enabled).
12584 A description of the Pipe sub-commands is  <A HREF="h_pipe_command">here</A>.
12586 <DT>WhereIs</DT>
12587 <DD>Find a matching string in the attachment list.
12589 <DT>AboutAttch</DT>
12590 <DD>Examine various aspects of the selected attachment.
12592 <DT>Print</DT>
12593 <DD>Print the selected attachment.
12595 <DT>Forward</DT>
12596 <DD>Forward the selected attachment as an attachment.
12597 </DL>
12601 All attachments can be saved or piped into a UNIX command, but some may
12602 not be readily displayed by either Alpine or an external tool.  In such
12603 cases, the reason why the message cannot be displayed is displayed on
12604 Alpine's message line.
12606 &lt;End of help on this topic&gt;
12607 </BODY>
12608 </HTML>
12609 ============= h_mail_text_att_view ========================
12610 <HTML>
12611 <HEAD>
12612 <TITLE>Attachment View Screen Explained</TITLE>
12613 </HEAD>
12614 <BODY>
12615 This function allows you to view the contents of a text attachment. You
12616 can only view one attachment at a time.
12618 Available commands include:
12620 <DL>
12622 <DT>Help</DT>
12623 <DD>Display this help text
12625 <DT>AttchIndex</DT>
12626 <DD>Leave viewer and return to the &quot;ATTACHMENT INDEX&quot; screen
12628 <DT>Prev Page</DT>
12629 <DD>Show the previous page of the current attachment.
12631 <DT>Next Page</DT>
12632 <DD>Show the next page of the current attachment by pressing the space bar.
12634 <DT>Delete</DT>
12635 <DD>Mark the viewed attachment for Deletion.  The delete
12636 flag <EM>only</EM> has affect when saving the message to a folder.
12637 Attachments marked for deletion are exluded from the messsage when
12638 it is saved.  In addition, the delete mark <EM>only</EM> applies to
12639 this Alpine session.
12641 <DT>Undelete</DT>
12642 <DD>Turn off the Delete flag for the selected attachment.
12644 <DT>Save</DT>
12645 <DD>Copy the current attachment to a file.  If you just enter
12646 a filename, the attachment will be saved with that name in
12647 your home directory 
12648 <!--chtml if pinemode="running"-->
12649 (which, in the present configuration of your system, is
12650  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12651 <!--chtml endif-->
12652 or current working directory
12653 <!--chtml if pinemode="running"-->
12654 (which, at least for your current Alpine &quot;session,&quot; 
12655 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12656 <!--chtml endif-->, depending on the
12657 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12658 configuration setting.  You may enter the full
12659 path and filename to save it in another directory instead.
12661 <DT>Export</DT>
12662 <DD>If the attachment is of
12663 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
12664 copy the message to a file in the same way this command works on 
12665 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
12666 (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
12667 defined, they may affect the contents of the exported file.)
12669 <DT>Pipe</DT>
12670 <DD>Pipe the attachment contents into a UNIX command (if enabled)
12672 <DT>WhereIs</DT>
12673 <DD>Search the attachment for a string of letters.  If it is
12674 found, move to it.  The string can be one word or a phrase.
12675 If there are multiple occurrences, the cursor moves to the
12676 first occurrence beyond the current cursor position.
12678 <DT>Print</DT>
12679 <DD>Print the current attachment on paper.  You can select the
12680 printer or the print command via the &quot;Setup&quot; command
12681 on the MAIN MENU.
12683 <DT>Forward</DT>
12684 <DD>Forward the selected attachment as an attachment.
12685 </DL>
12687 &lt;End of help on this topic&gt;
12688 </BODY>
12689 </HTML>
12690 ============= h_journal ==============
12691 <HTML>
12692 <HEAD>
12693 <TITLE>Recent Message Journal Explained</TITLE>
12694 </HEAD>
12695 <BODY>
12697 The following commands are available on this screen:
12699 <DL>
12700 <DT>Help</DT>
12701 <DD>Show this help text
12703 <DT>Exit</DT>
12704 <DD>Exit Viewer, and go back to mail processing
12706 <DT>Prev Page</DT>
12707 <DD>Show the previous page text
12709 <DT>Next Page</DT>
12710 <DD>Show the next page of text by pressing the space bar
12712 <DT>Print</DT>
12713 <DD>Print the displayed text on paper.  You can select the
12714 printer or the print command via the &quot;Setup&quot; command
12715 on the MAIN MENU.
12717 <DT>Fwd Email</DT>
12718 <DD>Begin composition of a new mail message with the displayed
12719 text already inserted in the message body.
12721 <DT>Save</DT>
12722 <DD>Copy the displayed text to a file.  If you just enter
12723 a filename, the text will be saved with that name in
12724 your 
12725 home directory 
12726 <!--chtml if pinemode="running"-->
12727 (which, in the present configuration of your system, is
12728  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12729 <!--chtml endif-->
12730 or current working directory
12731 <!--chtml if pinemode="running"-->
12732 (which, at least for your current Alpine &quot;session,&quot; 
12733 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12734 <!--chtml endif-->, depending on the
12735 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12736 configuration setting.   You may enter the full
12737 path and filename to save it in another directory instead.
12739 <DT>WhereIs</DT>
12740 <DD>Search the text for a string of letters.  If it is
12741 found, move to it.  The string can be one word or a phrase.
12742 If there are multiple occurrences, the cursor moves to the
12743 first occurrence beyond the current cursor position.
12744 </DL>
12746 &lt;End of help on this topic&gt;
12747 </BODY>
12748 </HTML>
12749 ============= h_debugjournal ==============
12750 <HTML>
12751 <HEAD>
12752 <TITLE>Debug Journal Explained</TITLE>
12753 </HEAD>
12754 <BODY>
12756 The following commands are available on this screen:
12758 <DL>
12759 <DT>Help</DT>
12760 <DD>Show this help text
12762 <DT>Exit</DT>
12763 <DD>Exit Viewer, and go back to mail processing
12765 <DT>Timestamps</DT>
12766 <DD>Turn on or off timestamps.
12768 <DT>DebugView</DT>
12769 <DD>Set the level of debugging you want to see. The level may be any number
12770 in the range 0-9. Higher numbers show more debugging detail. Note that the
12771 debugging information has already been captured. This setting just causes the
12772 debugging information that you see to be filtered. If you set this to
12773 the number &quot;5&quot; then you will be shown all of the debugging information
12774 at levels 5 and below.
12775 It's actually a bit more complicated than that. A fixed amount of memory
12776 is used to store the debug information.
12777 Since the amount of memory used is limited the debugging information
12778 has to be trimmed back when it gets too large.
12780 <DT>Prev Page</DT>
12781 <DD>Show the previous page text
12783 <DT>Next Page</DT>
12784 <DD>Show the next page of text by pressing the space bar
12786 <DT>Print</DT>
12787 <DD>Print the displayed text on paper.  You can select the
12788 printer or the print command via the &quot;Setup&quot; command
12789 on the MAIN MENU.
12791 <DT>Fwd Email</DT>
12792 <DD>Begin composition of a new mail message with the displayed
12793 text already inserted in the message body.
12795 <DT>Save</DT>
12796 <DD>Copy the displayed text to a file.  If you just enter
12797 a filename, the text will be saved with that name in
12798 your 
12799 home directory 
12800 <!--chtml if pinemode="running"-->
12801 (which, in the present configuration of your system, is
12802  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12803 <!--chtml endif-->
12804 or current working directory
12805 <!--chtml if pinemode="running"-->
12806 (which, at least for your current Alpine &quot;session,&quot; 
12807 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12808 <!--chtml endif-->, depending on the
12809 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12810 configuration setting.   You may enter the full
12811 path and filename to save it in another directory instead.
12813 <DT>WhereIs</DT>
12814 <DD>Search the text for a string of letters.  If it is
12815 found, move to it.  The string can be one word or a phrase.
12816 If there are multiple occurrences, the cursor moves to the
12817 first occurrence beyond the current cursor position.
12818 </DL>
12820 &lt;End of help on this topic&gt;
12821 </BODY>
12822 </HTML>
12823 ============= h_simple_text_view ==============
12824 <HTML>
12825 <HEAD>
12826 <TITLE>Simple Text View Screen Explained</TITLE>
12827 </HEAD>
12828 <BODY>
12830 The following commands are available on this screen:
12832 <DL>
12833 <DT>Help</DT>
12834 <DD>Show this help text
12836 <DT>Exit</DT>
12837 <DD>Exit Viewer, and go back to mail processing
12839 <DT>Prev Page</DT>
12840 <DD>Show the previous page text
12842 <DT>Next Page</DT>
12843 <DD>Show the next page of text by pressing the space bar
12845 <DT>Print</DT>
12846 <DD>Print the displayed text on paper.  You can select the
12847 printer or the print command via the &quot;Setup&quot; command
12848 on the MAIN MENU.
12850 <DT>Fwd Email</DT>
12851 <DD>Begin composition of a new mail message with the displayed
12852 text already inserted in the message body.
12854 <DT>Save</DT>
12855 <DD>Copy the displayed text to a file.  If you just enter
12856 a filename, the attachment will be saved with that name in
12857 your 
12858 home directory 
12859 <!--chtml if pinemode="running"-->
12860 (which, in the present configuration of your system, is
12861  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12862 <!--chtml endif-->
12863 or current working directory
12864 <!--chtml if pinemode="running"-->
12865 (which, at least for your current Alpine &quot;session,&quot; 
12866 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12867 <!--chtml endif-->, depending on the
12868 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12869 configuration setting.   You may enter the full
12870 path and filename to save it in another directory instead.
12872 <DT>WhereIs</DT>
12873 <DD>Search the attachment for a string of letters.  If it is
12874 found, move to it.  The string can be one word or a phrase.
12875 If there are multiple occurrences, the cursor moves to the
12876 first occurrence beyond the current cursor position.
12877 </DL>
12879 &lt;End of help on this topic&gt;
12880 </BODY>
12881 </HTML>
12882 ======= h_pine_for_windows ========
12883 <HTML>
12884 <HEAD>
12885 <TITLE>GETTING HELP IN PC-ALPINE</TITLE>
12886 </HEAD>
12887 <BODY>
12888 <H1>Getting Help In PC-Alpine</H1>
12891 PC-Alpine offers general and specific help text. From the <A
12892 HREF="main_menu_tx">MAIN MENU</A>, you will find an overview in the MAIN
12893 MENU HELP and the <A HREF="h_news">Release Notes</A>.  On all screens,
12894 specific help for that screen is available from the toolbar Help menu or
12895 with the 
12896 <!--chtml if pinemode="function_key"-->
12897 &quot;F1&quot; key.
12898 <!--chtml else-->
12899 &quot;?&quot; or &quot;Ctrl-G&quot; keys. &quot;Ctrl-G&quot; is used where
12900 typing &quot;?&quot; would be mistaken as entering text.
12901 <!--chtml endif-->
12904 Although this version of Alpine is for Microsoft Windows, it is not
12905 considered a full &quot;Graphical User Interface&quot; application. 
12906 Yet, many of the controls that Windows users are accustomed to seeing, 
12907 such as scrollbars and toolbars, are available.
12910 PC-Alpine offers considerable mouse support.  You can view what is
12911 &quot;click-able&quot; by dragging your mouse over any screen; when the
12912 arrow cursor changes into a hand, you found something. Mouse-click
12913 possibilities include navigating between screens and folders and
12914 double-clicking on hyperlinks to open your Web browser.
12915 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
12916 screen.  Examples of right-click options include &quot;copy&quot; after
12917 selecting text to copy and &quot;View in New Window&quot; when you click
12918 on a particular message in the Message Index. The menu choices available
12919 to you will vary based upon what screen is open, where on the screen your
12920 cursor is located, and even what action you have already taken.
12923 &lt;End of help on this topic&gt;
12924 </BODY>
12925 </HTML>
12926 ===== h_composer =====
12927 <HTML>
12928 <HEAD>
12929 <TITLE>COMPOSER COMMANDS</TITLE>
12930 </HEAD>
12931 <BODY>
12932 <H1>COMPOSER COMMANDS</H1>
12934 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>
12935 &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>
12936 &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>
12937 &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>
12938 &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>
12939 &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>
12940 &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>
12941 &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>
12942 &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>
12943 &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>
12944 ---------------------------------------|&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>
12945 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>
12946 &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>
12947 &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>
12948 &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>
12951 NOTE:
12952 <OL>
12953  <LI>For help on a particular command, highlight the bold text associated
12954 with it above and hit Return.
12955  <LI> The availability of certain commands
12956 is determined by Alpine configuration files and system capabilities.
12957 At some sites, certain commands may not be available due to security or
12958 support concerns.
12959  <LI>Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
12960 Ctrl-&#92;, ESC.
12961  <LI>For special handling of Ctrl-S and Ctrl-Q see special comments regarding
12962 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
12963 </OL>
12966 HINT: To move rapidly to the bottom of a message you are composing,
12967 enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
12968 with the Mark and Cut commands to eliminate large amounts of unwanted
12969 text in a Reply.
12971 <H2>Description of Composer</H2>
12973 Alpine has a built-in editing program that allows you to compose messages
12974 without having to leave Alpine.  The editor is designed to be very simple to
12975 use so that you can get started writing email right away.
12978 Messages are usually just text, about 80 columns wide.  Using upper and
12979 lower case is encouraged.  On some systems the size limit of the message
12980 is about 100,000 characters, which is about 2,000 lines.  You can include
12981 punctuation and special characters found on most keyboards, but you can't
12982 include characters with diacritical marks and certain special symbols.
12985 Text automatically wraps as you type past the end of a line so you do not
12986 have to hit return.  Using the
12987 &quot;<A HREF="h_compose_justify">Justify</A>&quot; command,
12988 you can also reformat text explicitly, perhaps after you have
12989 deleted some text.
12992 You can include other text files with the 
12993 &quot;<A HREF="h_compose_readfile">Read File</A>&quot; command,
12994 which will prompt you for the name of the file to insert at the
12995 current cursor postion.
12998 <UL>
12999 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13000 </UL>
13002 &lt;End of help on this topic&gt;
13003 </BODY>
13004 </HTML>
13005 ====== h_composer_browse =====
13006 <HTML>
13007 <HEAD>
13008 <TITLE>BROWSER</TITLE>
13009 </HEAD>
13010 <BODY>
13011 <H1>BROWSER</H1>
13012 This screen lets you browse your files and directories.  To go to another 
13013 directory (identified by &quot;(dir)&quot;), move the cursor to it and 
13014 choose &quot;Select&quot; (the default choice on the menu); 
13015 or choose &quot;Goto&quot; and enter the name of the directory.
13016 <!--chtml if pinemode="os_windows"-->
13017 <!--chtml else--> 
13018 In Unix Alpine, you may use 
13019 &quot;~&quot; to refer to your home directory or &quot;~user&quot; to refer 
13020 to another's home directory.  
13021 <!--chtml endif--><P>
13022 To select a file, move the cursor to it and 
13023 choose &quot;Select&quot; (the default choice on the menu).  
13025 <UL>
13026 <LI>Note <B>if</B> you are currently using the BROWSER for choosing a file for 
13027 inclusion in the 
13028 message body (that is, you chose &quot;Read File&quot; with the cursor under 
13029 the 
13030 &quot;----- Message Text -----&quot; line
13031 while composing, then &quot;To Files&quot;):  Since the file 
13032 selected will become part of the message text, it must be in a format 
13033 suitable for that (Alpine does not check!), such as a plain text file.
13034 Files of other formats (for example, graphics, databases, software 
13035 programs) should be 
13036 <B>attached</B> to the message instead --
13037 by moving the cursor in the COMPOSE MESSAGE screen into the 
13038 message header area and pressing 
13039 <!--chtml if pinemode="function_key"-->
13041 <!--chtml else-->
13042 Ctrl-J.
13043 <!--chtml endif--> 
13045 <P><LI>
13046 Note <B>if</B> you are currently using the BROWSER for saving a message 
13047 attachment, or exporting a message, to a file: You can use the Add command to 
13048 provide the name for a new file to save/export to, and then select that name 
13049 to use it for the save/export operation.  Back at the prompt 
13050 &quot;EXPORT: Copy message to file in ...&quot; hit Enter, then choose 
13051 either Overwrite or Append (it doesn't make a difference, since the file is 
13052 so far empty).  Note: If you cancel the 
13053 operation at that point, the file created with the Add command will remain 
13054 0 bytes in size.
13056 </UL>
13057 <P><UL>
13058 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13059 </UL>
13061 &lt;End of help on this topic&gt;
13062 </BODY>
13063 </HTML>
13064 ====== h_composer_ins =====
13065 <HTML>
13066 <HEAD>
13067 <TITLE>INSERT TEXT FILE</TITLE>
13068 </HEAD>
13069 <BODY>
13070 <H1>INSERT TEXT FILE</H1>
13072 Use this function to insert a text file. The file name
13073 given can be an absolute file path name for your system
13074 <!--chtml if pinemode="os_windows"-->
13075 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
13076 with a relative pathname, or simply a file name without
13077 drive or directory specification.  
13078 <!--chtml else-->
13079 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
13080 a file in your home directory, or a file path relative to your 
13081 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
13082 your home directory or &quot;~user&quot; to refer to another
13083 account's home directory.
13084 <!--chtml endif-->
13086 No wild card characters may be used.  
13087 The file must reside on the system running Alpine.
13089 If the 
13090 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13091 feature is set, names are relative to your current working directory 
13092 <!--chtml if pinemode="running"-->
13093 (which, at least for your current Alpine &quot;session,&quot; 
13094 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13095 <!--chtml endif-->
13096 rather than your home directory
13097 <!--chtml if pinemode="running"-->
13098 (which, in the present configuration of your system, is
13099  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13100 <!--chtml endif-->
13102 <P><UL>
13103 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13104 </UL>
13106 &lt;End of help on this topic&gt;
13107 </BODY>
13108 </HTML>
13109 ====== h_composer_ins_m =====
13110 <HTML>
13111 <HEAD>
13112 <TITLE>INSERT MESSAGE</TITLE>
13113 </HEAD>
13114 <BODY>
13115 <H1>INSERT MESSAGE</H1>
13117 Type in the number of a message in the currently open folder to insert it
13118 into your message.
13119 <P><UL>
13120 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13121 </UL>
13123 &lt;End of help on this topic&gt;
13124 </BODY>
13125 </HTML>
13126 ====== h_composer_search =====
13127 <HTML>
13128 <HEAD>
13129 <TITLE>Explanation of Composer Whereis Command </TITLE>
13130 </HEAD>
13131 <BODY>
13132 <H1>Help For Whereis Command</H1>
13134 Whereis is used to search the message for a word or part of a word.
13135 When searching in the composer, only the message part of your mail is
13136 searched, and the cursor is put on the first occurrence appearing
13137 after the location of the cursor.  The search will wrap to the
13138 beginning of the message when it no longer finds matches in the
13139 remainder of the message.
13141 To search for the same string a second time, press 
13142 <!--chtml if pinemode="function_key"-->
13143 &quot;F6&quot;
13144 <!--chtml else-->
13145 &quot;^W&quot;
13146 <!--chtml endif-->
13147 to begin search and then just press RETURN to accept the previous
13148 search string shown in square brackets rather than entering a new
13149 search string.<P>
13151 The &quot;Search&quot; prompt has several sub-command available:
13153 <DL>
13154 <DT>Get Help</DT>
13155 <DD> Takes you to this help page.
13157 <DT>Cancel</DT>
13158 <DD> Cancels the prompt.  No search takes place.
13160 <DT>First Line</DT>
13161 <DD> Takes you back to the composer with the cursor on the first character
13162 of the first line of text.
13164 <DT>Last Line</DT>
13165 <DD> Takes you back to the composer with the cursor on the last character
13166 of the last line of text.
13168 <DT>Replace (Optional)</DT>
13169 <DD> This sub-command is enabled by the 
13170 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13171 feature (which is on by default); see its help screen for details on how replacing works.
13173 </DL>
13175 &lt;End of help on this topic&gt;
13176 </BODY>
13177 </HTML>
13178 ====== h_sigedit_search =====
13179 <HTML>
13180 <HEAD>
13181 <TITLE>Explanation of Whereis Command </TITLE>
13182 </HEAD>
13183 <BODY>
13184 <H1>Help For Whereis Command</H1>
13186 Whereis is used to search for a word or part of a word.
13187 When searching the cursor is put on the first occurrence appearing
13188 after the location of the cursor.  The search will wrap to the
13189 beginning of the signature when it no longer finds matches in the
13190 remainder of the signature.
13192 To search for the same string a second time, press 
13193 <!--chtml if pinemode="function_key"-->
13194 &quot;F6&quot;
13195 <!--chtml else-->
13196 &quot;^W&quot;
13197 <!--chtml endif-->
13198 to begin search and then just press RETURN to accept the previous
13199 search string shown in square brackets rather than entering a new
13200 search string.<P>
13202 The &quot;Search&quot; prompt has several sub-command available:
13204 <DL>
13205 <DT>Get Help</DT>
13206 <DD> Takes you to this help page.
13208 <DT>Cancel</DT>
13209 <DD> Cancels the prompt.  No search takes place.
13211 <DT>First Line</DT>
13212 <DD> Takes you back to the composer with the cursor on the first character
13213 of the first line of text.
13215 <DT>Last Line</DT>
13216 <DD> Takes you back to the composer with the cursor on the last character
13217 of the last line of text.
13219 <DT>Replace (Optional)</DT>
13220 <DD> This sub-command is enabled by the 
13221 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13222 feature (which is on by default); see its help screen for details on how replacing works.
13224 </DL>
13226 &lt;End of help on this topic&gt;
13227 </BODY>
13228 </HTML>
13229 ======= h_composer_to ====
13230 <HTML>
13231 <HEAD>
13232 <TITLE>THE MESSAGE COMPOSER'S TO FIELD</TITLE>
13233 </HEAD>
13234 <BODY>
13235 <H1>THE MESSAGE COMPOSER'S TO FIELD</H1>
13237 <H2>The &quot;To:&quot; field</H2>
13238 The address you enter here must be a valid email address that is reachable
13239 from your site. 
13241 <H2>Email Address Format</H2>
13242 You may enter a full name and email address, 
13243 <!--chtml if pinemode="os_windows"-->
13244 <!--chtml else-->
13245 a local (meaning, on the same 
13246 host as the one you are running Alpine on) username that Alpine will
13247 complete for you, 
13248 <!--chtml endif-->
13249 the nickname of someone in a 
13250 <A HREF="h_abook_opened">Alpine Address Book</A>, or a local
13251 mail alias defined by your system administrator.  When you move the cursor
13252 out of this field, the nicknames will be expanded to the addresses in your
13253 address book, and the local usernames will be expanded to include the 
13254 persons' actual names.  You may enter as many addresses as you wish, but they 
13255 must be separated by commas.  You can move around this and other header fields
13256 with the arrow keys and use many of the usual composer editing keys.
13258 <UL>
13259 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13260 </UL>
13263 <H2>MESSAGE HEADER COMMANDS</H2>
13264 <!--chtml if pinemode="function_key"-->
13265 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13266 ^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>
13267 ^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>
13268 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
13269 ^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>
13270 ^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>
13271 ^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>
13272 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>
13273 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>
13274 ^@&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>
13275 ----------------------------------------|<BR>
13276 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F12&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
13277 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>
13278 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>
13279 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>
13280 <!--chtml else-->
13281 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13282 ^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>
13283 ^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>
13284 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<BR>
13285 ^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>
13286 ^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>
13287 ^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>
13288 ^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>
13289 ^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>
13290 ^@&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>
13291 ----------------------------------------|&nbsp;^R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
13292 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>
13293 ^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>
13294 ^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>
13295 ^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>
13296 <!--chtml endif-->
13299 NOTE:
13300 <OL>
13301  <LI>For help on a particular command, highlight the bold text associated
13302 with it above and hit Return.
13303  <LI> The availability of certain commands 
13304 is determined by Alpine configuration files and system capabilities.
13305 At some sites, certain commands may not be available due to security or
13306 support concerns.
13307 </OL>
13310 <UL>   
13311 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13312 </UL><P>
13313 &lt;End of help on this topic&gt;
13314 </BODY>
13315 </HTML>
13316 ======= h_composer_cc ====
13317 <HTML>
13318 <HEAD>
13319 <TITLE>THE MESSAGE COMPOSER'S CC FIELD</TITLE>
13320 </HEAD>
13321 <BODY>
13322 <H1>THE MESSAGE COMPOSER'S CC FIELD</H1>
13323 The Cc: field is just like the To: field, except it is used for addressees
13324 that you wish to send a &quot;carbon&quot; copy to.  That is, the message is 
13325 not directly meant directly &quot;for&quot; these recipients, but you wanted 
13326 them to see the message.  The only difference the recipients see is that their 
13327 name is in the Cc: field, rather than the To: field.
13329 For help with Cc: field editing
13330 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13332 <UL>
13333 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13334 </UL>
13336 <UL>   
13337 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13338 </UL><P>
13339 &lt;End of help on this topic&gt;
13340 </BODY>
13341 </HTML>
13342 ======= h_composer_bcc ====
13343 <HTML>
13344 <HEAD>
13345 <TITLE>THE MESSAGE COMPOSER'S BCC FIELD</TITLE>
13346 </HEAD>
13347 <BODY>
13348 <H1>THE MESSAGE COMPOSER'S BCC FIELD</H1>
13349 The &quot;Bcc:&quot; (Blind carbon copy) header is used when you wish to send 
13350 a copy of the message to one or more people whose addresses you do not
13351 wish disclosed, either to reduce clutter or for confidentiality.
13353 The format of the Bcc: field is just the same as the To: and Cc: fields in
13354 the way the addresses are entered.  The recipients listed here will
13355 receive a copy of the message, but --assuming your site's mail transport
13356 software is properly configured-- their addresses will not show up in the
13357 headers of the message, as delivered to all of the recipients.  The To:
13358 and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
13360 Note: if there is no To: or Cc: or Lcc: address in the message, Alpine
13361 will automatically generate and place in the To: field a pseudo-address of 
13362   &quot;undisclosed-recipients: ;&quot;
13363 or whatever string has been specified in the 
13364 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
13365 variable.
13367 The reason for this is to avoid embarrassment caused by some Internet
13368 mail transfer software that interprets a &quot;missing&quot; To: header as 
13369 an error and replaces it with an Apparently-to: header that may contain
13370 the addresses you entered on the Bcc: line.  In addition, it may be
13371 less disconcerting to Bcc: recipients to see <B>something</B> in the To: field.
13373 You can manipulate what text ends up on the (originally) empty To:
13374 field.  Just remember to put a colon and semicolon at the end of the
13375 field, which is a special notation denoting that it is not a real address.
13377 For information on message header editing
13378 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13380 <UL>
13381 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13382 </UL>
13384 <UL>   
13385 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13386 </UL><P>
13387 &lt;End of help on this topic&gt;
13388 </BODY>
13389 </HTML>
13390 ======= h_composer_lcc ====
13391 <HTML>
13392 <HEAD>
13393 <TITLE>THE MESSAGE COMPOSER'S LCC FIELD</TITLE>
13394 </HEAD>
13395 <BODY>
13396 <H1>THE MESSAGE COMPOSER'S LCC FIELD</H1>
13397 The &quot;Lcc:&quot; (List carbon copy) header is intended to be used when
13398 you wish to send a message to a list of people but avoid having all
13399 of their addresses visible, in order to reduce clutter when the
13400 message is received.
13402 It is similar to the 
13403 <A HREF="h_composer_bcc">&quot;Bcc&quot; (Blind carbon copy) header</A> 
13404 in that individual
13405 addressees are hidden, but Lcc is designed to work specifically with
13406 distribution lists you have created in your 
13407 <A HREF="h_abook_opened">Alpine Address Book</A>.  Placing
13408 the nickname of the list on the Lcc line will result in the full name of
13409 your Alpine Address Book list being placed on the To: line of the message,
13410 using a special notation that distinguishes it from a real address. You
13411 must leave the To: line blank for your list name to appear there.
13413 For example, if you have this list entered in your Address Book:<PRE>
13415         largo         Key Largo List       DISTRIBUTION LIST:
13416                                            bogie@mgm.com
13417                                            lauren@mgm.com
13418                                            walter@mgm.com</PRE>
13421 and you enter &quot;largo&quot; on the Lcc: line while composing a message, 
13422 the result is:<PRE>
13424         To      : Key Largo List: ;
13425         Cc      :
13426         Bcc     :
13427         Fcc     : sent-mail
13428         Lcc     : Key Largo List &lt;bogie@mgm.com&gt;,
13429                   lauren@mgm.com,
13430                   walter@mgm.com
13431         Subject :</PRE>
13433 Each recipient listed on the Lcc: line receives a copy of the message
13434 without their address being visible (as though they were listed on the
13435 Bcc: line). The colon-semicolon notation used to put the full-name of the
13436 list on the To: line is a special address format that doesn't specify any
13437 actual addressees, but does give some information to the recipients of the
13438 message.
13440 Note: if after entering an LCC, you delete the list name that is placed
13441 on the To: line, then recipients will see <PRE>
13442        To: undisclosed-recipients: ;</PRE>
13444 (or whatever string is defined in the 
13445 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
13446 variable) just as in the BCC case. 
13448 For help with Lcc: field editing
13449 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13451 <UL>
13452 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13453 </UL>
13455 <UL>   
13456 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13457 </UL><P>
13458 &lt;End of help on this topic&gt;
13459 </BODY>
13460 </HTML>
13461 ======= h_composer_from =======
13462 <HTML>
13463 <HEAD>
13464 <TITLE>THE MESSAGE COMPOSER'S FROM FIELD</TITLE>
13465 </HEAD>
13466 <BODY>
13467 <H1>THE MESSAGE COMPOSER'S FROM FIELD</H1>
13469 This header carries your return address.  It is the address toward which
13470 replies (and often, future unrelated correspondence) will be directed,
13471 unless you have <A HREF="h_config_custom_hdrs">defined an optional 
13472 &quot;Reply-To:&quot; header</A> in the SETUP CONFIGURATION screen.  Make 
13473 sure this address is correct.
13475 For help with message header editing
13476 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13478 <UL>
13479 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13480 </UL>
13482 <UL>   
13483 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13484 </UL><P>
13485 &lt;End of help on this topic&gt;
13486 </BODY>
13487 </HTML>
13488 ======= h_composer_reply_to =======
13489 <HTML>
13490 <HEAD>
13491 <TITLE>THE MESSAGE COMPOSER'S REPLY-TO FIELD</TITLE>
13492 </HEAD>
13493 <BODY>
13494 <H1>THE MESSAGE COMPOSER'S REPLY-TO FIELD</H1>
13496 Most people should not need this header. The Reply-To: header is used in
13497 cases where you would like replies to your messages to be directed to an
13498 address other than your normal &quot;From:&quot; address.  This is atypical, 
13499 but can happen when you use multiple machines and do not have the same account
13500 name on each one, or when you wish to direct certain replies to accounts
13501 or folders designated for specific classes of correspondence.
13503 For help with message header editing
13504 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13506 <UL>
13507 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13508 </UL>
13511 <UL>   
13512 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13513 </UL><P>
13514 &lt;End of help on this topic&gt;
13515 </BODY>
13516 </HTML>
13517 ======= h_composer_custom_addr ====
13518 <HTML>
13519 <HEAD>
13520 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
13521 </HEAD>
13522 <BODY>
13523 <H1>CUSTOMIZED HEADER FIELD</H1>
13524 This is a customized header, i.e. not one that is part of Alpine's normal
13525 set of Compose headers.
13527 For help with message header editing
13528 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13530 <UL>
13531 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13532 </UL>
13534 <UL>   
13535 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13536 </UL><P>
13537 &lt;End of help on this topic&gt;
13538 </BODY>
13539 </HTML>
13540 ======= h_composer_custom_free ====
13541 <HTML>
13542 <HEAD>
13543 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
13544 </HEAD>
13545 <BODY>
13546 <H1>CUSTOMIZED HEADER FIELD</H1>
13547 This is a customized header, i.e. not one that is part of Alpine's normal
13548 set of Compose headers.
13550 This field consists of arbitrary text.
13552 For help with message header editing
13553 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13555 <UL>   
13556 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13557 </UL><P>
13558 &lt;End of help on this topic&gt;
13559 </BODY>
13560 </HTML>
13561 ====== h_composer_news =====
13562 <HTML>
13563 <HEAD>
13564 <TITLE>THE MESSAGE COMPOSER'S NEWSGRPS LINE</TITLE>
13565 </HEAD>
13566 <BODY>
13567 <h1>THE MESSAGE COMPOSER'S NEWSGRPS LINE</h1>
13568 Use the newsgroups line to specify any and all USENET newsgroups to which
13569 your message should be posted.  When composing a message from scratch, this
13570 line may be hidden.  If so, just press the rich headers command
13571 (<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->)
13572 to make it visible.
13574 <EM>Be aware</EM> that when you post to a newsgroup thousands of
13575 people will be reading your message.  Also, you or your system manager
13576 must have defined an &quot;<!--#echo var="VAR_nntp-server"-->&quot; in your Alpine configuration
13577 in order for you to be able to post.
13579 For help with message header editing
13580 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13581 <P><UL>
13582 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13583 </UL>
13585 &lt;End of help on this topic&gt;
13586 </BODY>
13587 </HTML>
13588 ======= h_composer_fcc ====
13589 <HTML>
13590 <HEADER>
13591 <TITLE>THE MESSAGE COMPOSER'S FCC FIELD</TITLE>
13592 </HEADER>
13593 <BODY>
13594 <H1>THE MESSAGE COMPOSER'S FCC FIELD</H1>
13595 The FCC (File Carbon Copy) specifies the folder used to keep a copy of
13596 each outgoing message.  The default value can be configured with the
13597 &quot;<!--#echo var="VAR_default-fcc"-->&quot; and &quot;<!--#echo var="VAR_fcc-name-rule"-->&quot; options.  You can change or remove
13598 the file carbon copy on any message you send by editing the FCC header.<p>
13600 You may type ^T to get a list of all your folders and select one to use as
13601 the FCC for this message.<P>
13603 For help with message header editing
13604 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13606 <UL>   
13607 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13608 </UL><P>
13609 &lt;End of help on this topic&gt;
13610 </BODY>
13611 </HTML>
13612 ======= h_composer_subject ====
13613 <HTML>
13614 <HEADER>
13615 <TITLE>THE MESSAGE COMPOSER'S SUBJECT FIELD</TITLE>
13616 </HEADER>
13617 <BODY>
13618 <H1>THE MESSAGE COMPOSER'S SUBJECT FIELD</H1>
13620 The subject header provides a place to enter a few words that summarize
13621 the topic of the message you are sending.  You may leave this line blank,
13622 but it is considered a courtesy to use a meaningful subject.<p>
13624 For help with message header editing
13625 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13627 <UL>   
13628 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13629 </UL><P>
13630 &lt;End of help on this topic&gt;
13631 </BODY>
13632 </HTML>
13633 ======= h_composer_attachment ====
13634 <HTML>
13635 <HEAD>
13636 <TITLE>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</TITLE>
13637 </HEAD>
13638 <BODY>
13639 <H1>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</H1>
13641 The &quot;Attchmnt:&quot; field is where you specify what file or
13642 files you'd like attached to
13643 the message you are composing.  Those files must reside on the machine
13644 running Alpine. If your file is on a PC or Mac and you run Alpine with an
13645 account on a Unix machine, you'll have to transfer it before attaching it.
13646 Contact local computer support people for assistance with transferring.
13649 The file name
13650 given can be an absolute file path name for your system
13651 <!--chtml if pinemode="os_windows"-->
13652 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
13653 with a relative pathname, or simply a file name without
13654 drive or directory specification.  
13655 <!--chtml else-->
13656 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
13657 a file in your home directory, or a file path relative to your 
13658 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
13659 your home directory or &quot;~user&quot; to refer to another
13660 account's home directory.
13661 <!--chtml endif--><P>
13662 No wild card characters may be used.
13663 <P>If the 
13664 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13665 feature is set, names are relative to your current working directory 
13666 <!--chtml if pinemode="running"-->
13667 (which, at least for your current Alpine &quot;session,&quot; 
13668 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13669 <!--chtml endif-->
13670 rather than your home directory
13671 <!--chtml if pinemode="running"-->
13672 (which, in the present configuration of your system, is
13673  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13674 <!--chtml endif-->
13677 Alpine uses MIME encoding for attachments, so binaries and files of any
13678 length can safely be delivered to any MIME-capable mail reading program.
13679 If you send an attachment to someone who does not have a MIME-capable mail
13680 reading program yet, then the main message text will be readable, but
13681 attachments (even attachments that are just plain text) are not.
13684 Typing the filename on the Attchmnt: line achieves the same
13685 result as using the 
13686 <!--chtml if pinemode="function_key"-->
13688 <!--chtml else-->
13689 Ctrl-J
13690 <!--chtml endif--> command.
13693 If you Forward a message with attachments, you may delete them from your
13694 Forwarded message by editing the Attchmnt header line.
13697 For help with message header editing
13698 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13700 <UL>   
13701 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13702 </UL><P>
13703 &lt;End of help on this topic&gt;
13704 </BODY>
13705 </HTML>
13706 ======= h_composer_ctrl_j ====
13707 <HTML>
13708 <HEAD>
13709 <TITLE>COMPOSER ATTACH</TITLE>
13710 </HEAD>
13711 <BODY>
13712 After the
13713 <!--chtml if pinemode="function_key"-->
13715 <!--chtml else-->
13716 Ctrl-J
13717 <!--chtml endif--> command:
13718 At the &quot;File to attach:&quot; prompt, enter the name of the 
13719 existing file to attach to your message.  
13720 When the feature
13721 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
13722 is set
13723 you need only enter the beginning of the filename (enough of it to uniquely 
13724 identify the file) and press TAB to complete it.
13726 Or, press ^T to use the BROWSER screen for 
13727 selecting the file.  <P>
13728 For more information on attaching files, see the help screen for the 
13729 composer's 
13730 <A HREF="h_composer_attachment">Attchmnt: field</A>, which is normally hidden,
13731 but can be revealed using the 
13732 <!--chtml if pinemode="function_key"-->
13734 <!--chtml else-->
13735 Ctrl-R
13736 <!--chtml endif--> 
13737 command with the cursor positioned above the
13738 &quot;----- Message Text -----&quot; line in the COMPOSE MESSAGE screen.
13740 &lt;End of help on this topic&gt;
13741 </BODY>
13742 </HTML>
13743 ======= h_edit_nav_cmds =========
13744 <HTML>
13745 <HEAD>
13746 <TITLE>Composer Editing Commands Explained</TITLE>
13747 </HEAD>
13748 <BODY>
13749 <H1>EDITING and NAVIGATION COMMANDS</H1>
13750 <!--chtml if pinemode="function_key"-->
13751 <PRE>
13752 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
13753 ^B (Left Arrow)    Back character       | ^D       Delete current character
13754 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
13755 ^P (Up Arrow)      Previous line        |
13756 ^N (Down Arrow)    Next line            | F9       Cut marked text or
13757 ^A                 Beginning of line    |            delete current line
13758 ^E                 End of line          | F10      Undelete line(s)
13759 F7                 Previous page        |
13760 F8                 Next page            |-------------------------------------
13761 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
13762 ----------------------------------------|
13763 EXIT COMMANDS    |  GENERAL COMMANDS    | F12    To Addressbook
13764 F3   Cancel      |   F1    Get help     | F12    RichView (expand lists)
13765 F2  eXit/save    |   ^Z    Suspend      | ^L     Redraw Screen
13766 </PRE>
13767 <!--chtml else-->
13768 <PRE>
13769 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
13770 ^B (Left Arrow)    Back character       | ^D       Delete current character
13771 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
13772 ^P (Up Arrow)      Previous line        |
13773 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
13774 ^A                 Beginning of line    |            delete current line
13775 ^E                 End of line          | ^U       Undelete line(s)
13776 ^Y                 Previous page        |
13777 ^V                 Next page            |-------------------------------------
13778 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
13779 ----------------------------------------|
13780 EXIT COMMANDS    |  GENERAL COMMANDS    | ^T     To Addressbook
13781 ^C   Cancel      |   ^G    Get help     | ^R     RichView  (expand lists)
13782 ^X   eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
13783 </PRE>
13784 <!--chtml endif-->
13785 &lt;End of help on this topic&gt;
13786 </BODY>
13787 </HTML>
13788 ===== h_composer_sigedit =====
13789 <HTML>
13790 <HEAD>
13791 <TITLE>Signature Editor Commands Explained</TITLE>
13792 </HEAD>
13793 <BODY>
13794 <H1>SIGNATURE EDITOR COMMANDS</H1>
13795 <!--chtml if pinemode="function_key"-->
13796 <PRE>
13797 CURSOR MOTION KEYS                     |EDITING KEYS
13798   ^B (Left Arrow)   Back character     | ^D       Delete current character
13799   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
13800   ^P (Up Arrow)     Previous line      | ^^       Set a mark
13801   ^N (Down Arrow)   Next line          | F9       Cut marked text or
13802   ^A                Beginning of line  |           delete current line
13803   ^E                End of line        | F10       Paste text, undelete lines
13804   F7                Previous page      |           cut with ^K, or unjustify
13805   F8                Next page          |-------------------------------------
13806   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
13807 ---------------------------------------| F6       Whereis (search for string)
13808 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
13809  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
13810                  |  ^Z    Suspend      | ^L       Redraw Screen
13811  F2   Send       |  F6    Alt. editor  | F5       Read in a file
13812 </PRE>
13813 <!--chtml else-->
13814 <PRE>
13815 CURSOR MOTION KEYS                     |EDITING KEYS
13816   ^B (Left Arrow)   Back character     | ^D       Delete current character
13817   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
13818   ^P (Up Arrow)     Previous line      | ^^       Set a mark
13819   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
13820   ^A                Beginning of line  |           delete current line
13821   ^E                End of line        | ^U        Paste text, undelete lines
13822   ^Y                Previous page      |           cut with ^K, or unjustify
13823   ^V                Next page          |-------------------------------------
13824   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
13825 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
13826 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
13827  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
13828                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
13829  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
13830 </PRE>
13831 <!--chtml endif-->
13833 NOTE: The presence or absence of the following commands is determined
13834 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
13835 some of these commands may be administratively disabled by your system
13836 manager; if they don't work, please check with your local help desk
13837 before reporting a bug.
13839 <UL>
13840  <LI>Suspend (suspends Alpine and gives a system prompt)
13841  <LI>Alternate editor (allows you to compose with your own editor)
13842 </UL>
13845 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
13846 Ctrl-&#92;, ESC
13849 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
13850 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
13852 &lt;End of help on this topic&gt;
13853 </BODY>
13854 </HTML>
13855 ===== h_composer_commentedit =====
13856 <HTML>
13857 <HEAD>
13858 <TITLE>Comment Editor Commands Explained</TITLE>
13859 </HEAD>
13860 <BODY>
13861 <H1>COMMENT EDITOR COMMANDS</H1>
13862 <!--chtml if pinemode="function_key"-->
13863 <PRE>
13864 CURSOR MOTION KEYS                     |EDITING KEYS
13865   ^B (Left Arrow)   Back character     | ^D       Delete current character
13866   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
13867   ^P (Up Arrow)     Previous line      | ^^       Set a mark
13868   ^N (Down Arrow)   Next line          | F9       Cut marked text or
13869   ^A                Beginning of line  |           delete current line
13870   ^E                End of line        | F10       Paste text, undelete lines
13871   F7                Previous page      |           cut with ^K, or unjustify
13872   F8                Next page          |-------------------------------------
13873   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
13874 ---------------------------------------| F6       Whereis (search for string)
13875 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
13876  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
13877                  |  ^Z    Suspend      | ^L       Redraw Screen
13878  F2   Send       |  F6    Alt. editor  | F5       Read in a file
13879 </PRE>
13880 <!--chtml else-->
13881 <PRE>
13882 CURSOR MOTION KEYS                     |EDITING KEYS
13883   ^B (Left Arrow)   Back character     | ^D       Delete current character
13884   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
13885   ^P (Up Arrow)     Previous line      | ^^       Set a mark
13886   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
13887   ^A                Beginning of line  |           delete current line
13888   ^E                End of line        | ^U        Paste text, undelete lines
13889   ^Y                Previous page      |           cut with ^K, or unjustify
13890   ^V                Next page          |-------------------------------------
13891   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
13892 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
13893 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
13894  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
13895                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
13896  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
13897 </PRE>
13898 <!--chtml endif-->
13900 NOTE: The presence or absence of the following commands is determined
13901 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
13902 some of these commands may be administratively disabled by your system
13903 manager; if they don't work, please check with your local help desk
13904 before reporting a bug.
13906 <UL>
13907  <LI>Suspend (suspends Alpine and gives a system prompt)
13908  <LI>Alternate editor (allows you to compose with your own editor)
13909 </UL>
13912 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
13913 Ctrl-&#92;, ESC
13916 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
13917 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
13919 &lt;End of help on this topic&gt;
13920 </BODY>
13921 </HTML>
13922 ======= h_composer_abook_nick =======
13923 <HTML>
13924 <HEAD>
13925 <TITLE>Addressbook Nickname Explained</TITLE>
13926 </HEAD>
13927 <BODY>
13928 This is a short nickname for this address book entry.  If it is used in
13929 place of an address from the composer, the composer will fill in the
13930 address(es) for the entry that matches the nickname. 
13933 Look <A HREF="h_edit_nav_cmds">here</A>
13934 to see the available Editing and Navigation commands.
13936 &lt;End of help on this topic&gt;
13937 </BODY>
13938 </HTML>
13939 ======= h_composer_abook_full =======
13940 <HTML>
13941 <HEAD>
13942 <TITLE>Addressbook Fullname Explained</TITLE>
13943 </HEAD>
13944 <BODY>
13945 This is the full name field for this entry.  If this is going to be a
13946 distribution list (more than one address), it should be a descriptive
13947 phrase describing the list.  It will be included in the mail header if you
13948 put the list in the To: or CC: field, or in the To: line if you put the
13949 list in the Lcc: field.  It's OK to leave this field blank (and OK to
13950 leave any of the other fields blank, too). If this address book entry is
13951 going to be a simple entry with just one address, then this field is the
13952 person's name. When you send mail to this entry, this is the field to the
13953 left of the brackets. That is, it is the most readable part of the 
13954 address. For example, in the sample address:
13955 <PRE>
13956        John Doe &lt;jdoe@some.domain&gt;
13957 </PRE>
13958 "John Doe" is the full name field. If you are sorting your address book
13959 with one of the options that uses full names, then it might be useful to
13960 enter the full name as "Last, First", for example:
13961 <PRE>
13962        Doe, John
13963 </PRE>
13964 so that it will be sorted using Doe instead of John. This will be changed
13965 back into John Doe when you use it.
13967 Look <A HREF="h_edit_nav_cmds">here</A>
13968 to see the available Editing and Navigation commands.
13970 &lt;End of help on this topic&gt;
13971 </BODY>
13972 </HTML>
13973 ======= h_composer_abook_fcc =======
13974 <HTML>
13975 <HEAD>
13976 <TITLE>Addressbook Fcc Explained</TITLE>
13977 </HEAD>
13978 <BODY>
13979 If this entry is the first one in the To: line of an outgoing message,
13980 this field will be used for the Fcc (File Carbon Copy) instead of whatever
13981 you would normally get (which depends on which
13982 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
13983 you've chosen). 
13985 If this field consists of two double quotes (&quot;&quot;) that tells Alpine
13986 that you don't want any Fcc associated with this entry.
13988 Look <A HREF="h_edit_nav_cmds">here</A>
13989 to see the available Editing and Navigation commands.
13991 &lt;End of help on this topic&gt;
13992 </BODY>
13993 </HTML>
13994 ====== h_config_combined_abook_display =====
13995 <HTML>
13996 <HEAD>
13997 <TITLE>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></TITLE>
13998 </HEAD>
13999 <BODY>
14000 <H1>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></H1>
14002 This feature affects the address book display screens.
14003 Normally, expanding an address book from the ADDRESS BOOK LIST screen
14004 will cause the remaining address books and directory servers to disappear
14005 from the screen, leaving only the entries of the expanded address book.
14006 If this feature is set, then the other address books will remain on the screen,
14007 so that all of the address books can be present at once.
14010 The way that commands work won't be changed.
14011 For example, the Select All command will select all of the entries in the
14012 current address book, not all of the entries in all of the address books.
14013 The WhereIs command will change a little.
14014 It will search through all of the text on the screen plus all of the entries
14015 from expanded address books.
14018 When this feature is set, the setting of the feature
14019 <A HREF="h_config_expanded_addrbooks">&quot;<!--#echo var="FEAT_expanded-view-of-addressbooks"-->&quot;</A>
14020 has an effect.
14022 &lt;End of help on this topic&gt;
14023 </BODY>
14024 </HTML>
14025 ====== h_config_titlebar_color_style =====
14026 <HTML>
14027 <HEAD>
14028 <TITLE>OPTION: <!--#echo var="VAR_titlebar-color-style"--></TITLE>
14029 </HEAD>
14030 <BODY>
14031 <H1>OPTION: <!--#echo var="VAR_titlebar-color-style"--></H1>
14033 This option affects the colors used to display the titlebar (the top
14034 line on the screen) when viewing a message.
14037 The available options include:
14040 <DL>
14041 <DT>default</DT>
14042 <DD>The color of the titlebar will be the color you set for the
14043 <A HREF="h_config_title_color">Title Color</A>.
14044 The Title Color may be set by using the
14045 <A HREF="h_color_setup">Setup Kolor</A> screen.
14046 </DD>
14048 <DT>indexline</DT>
14049 <DD>The color of the titlebar will be the same as the color of the
14050 index line corresponding to the message being viewed.
14051 The rules that determine what color the index line will be may be set
14052 up by going to the Setup/Rules/Indexcolor screen.
14053 If the index line for a message is not colored explicitly by the
14054 Indexcolor rules, then the titlebar will be colored the same as for
14055 the &quot;default&quot; option above (which is not the same color that
14056 the index line itself will have).
14057 </DD>
14059 <DT>reverse-indexline</DT>
14060 <DD>This is similar to the &quot;indexline&quot; option except the
14061 foreground and background colors from the corresponding index line will
14062 be reversed.
14063 For example, if the index line color is red letters on a white background,
14064 then the titlebar will be white letters on a red background.
14065 If the index line for a message is not colored explicitly by the
14066 Indexcolor rules, then the titlebar will be colored the same as for
14067 the &quot;default&quot; option above (which is not the same color that
14068 the index line itself will have).
14069 </DD>
14070 </DL>
14074 <UL>   
14075 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14076 </UL><P>
14077 &lt;End of help on this topic&gt;
14078 </BODY>
14079 </HTML>
14080 ====== h_config_index_color_style =====
14081 <HTML>
14082 <HEAD>
14083 <TITLE>OPTION: <!--#echo var="VAR_current-indexline-style"--></TITLE>
14084 </HEAD>
14085 <BODY>
14086 <H1>OPTION: <!--#echo var="VAR_current-indexline-style"--></H1>
14088 This option affects the colors used to display the current line in the
14089 MESSAGE INDEX screen.
14090 If you do not have Index Color Rules defined, then this option will
14091 have no effect in the index.
14092 Those Rules may be defined by going to the Setup/Rules/Indexcolor screen.
14094 If the option
14095 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
14096 is turned on and the
14097 <A HREF="h_config_incunseen_color">Incoming Unseen Color</A>
14098 is set to something other than the default, then
14099 this option also affects the color used to display the current folder
14100 in the Incoming FOLDER LIST screen.
14103 The available options include:
14106 <DL>
14107 <DT>flip-colors</DT>
14108 <DD>This is the default.
14109 If an index line is colored because it matches one of your
14110 Index Color Rules, then its colors will be reversed when it is the currently
14111 highlighted line.
14112 For example, if the line is normally red text on a blue background, then
14113 when it is the current line it will be drawn as blue text on a red background.
14115 The rest of the option values all revert to this flip-colors behavior if
14116 there is no Reverse Color defined.
14117 </DD>
14119 <DT>reverse</DT>
14120 <DD>With this option the Reverse color is always used to highlight the
14121 current line.
14122 </DD>
14124 <DT>reverse-fg</DT>
14125 <DD>The foreground part of the Reverse Color is used to highlight
14126 the current line.
14127 If this would cause the text to be unreadable (because the foreground and
14128 background colors are the same) or if it would cause no change in the
14129 color of the index line, then the colors are flipped instead.
14131 Some people think this works particularly well if you use different
14132 background colors to emphasize &quot;interesting&quot; lines,
14133 but always with the same Normal foreground color,
14134 and you use a different foreground color for the Reverse Color.
14135 </DD>
14137 <DT>reverse-fg-no-ambiguity</DT>
14138 <DD>With the &quot;reverse-fg&quot; rule above, it is possible that
14139 the resulting color will be exactly the same as the regular Reverse
14140 Color.
14141 That can lead to some possible confusion because an
14142 &quot;interesting&quot;
14143 line that is the current line will be displayed exactly the same as a
14144 non-interesting line that is current.
14145 You can't tell whether the line is just a regular current line or if it is
14146 an &quot;interesting&quot; current line by looking at the color.
14147 Setting the option to this value removes that ambiguity.
14148 It is the same as the &quot;reverse-fg&quot; setting unless the resulting
14149 interesting current line would look just like a non-interesting current line.
14150 In that case, the interesting line's colors are simply flipped (like in the
14151 default behavior).
14153 As an alternative way to preserve the line's interestingness in this case,
14154 you may find that using both a different foreground and a different
14155 background color for the interesting line will help.
14156 </DD>
14158 <DT>reverse-bg</DT>
14159 <DD>The background part of the Reverse Color is used to highlight
14160 the current line.
14161 If this would cause the text to be unreadable (because the foreground and
14162 background colors are the same) or if it would cause no change in the
14163 color of the index line, then the colors are flipped instead.
14165 Some people think this works particularly well if you use different
14166 foreground colors to emphasize &quot;interesting&quot; lines,
14167 but always with the same Normal background color,
14168 and you use a different background color for the Reverse Color.
14169 </DD>
14171 <DT>reverse-bg-no-ambiguity</DT>
14172 <DD>As with the &quot;reverse-fg&quot; case, the &quot;reverse-bg&quot;
14173 rule may also result in a color that is exactly the same as the regular
14174 Reverse Color.
14175 Setting the option to this value removes that ambiguity.
14176 It is the same as the &quot;reverse-bg&quot; setting unless the resulting
14177 current line has the same color as the Reverse Color.
14178 In that case, the interesting line's colors are simply flipped (like in the
14179 default behavior).
14180 </DD>
14181 </DL>
14185 <UL>   
14186 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14187 </UL><P>
14188 &lt;End of help on this topic&gt;
14189 </BODY>
14190 </HTML>
14191 ====== h_config_expanded_addrbooks =====
14192 <HTML>
14193 <HEAD>
14194 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></TITLE>
14195 </HEAD>
14196 <BODY>
14197 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></H1>
14199 If multiple address books (either personal or global) are defined, and you
14200 wish to have them all expanded implicitly upon entering the ADDRESS BOOK
14201 screen, then set this feature. This feature will have no effect unless the
14202 feature
14203 <A HREF="h_config_combined_abook_display">&quot;<!--#echo var="FEAT_combined-addrbook-display"-->&quot;</A>
14204 is also set.
14206 &lt;End of help on this topic&gt;
14207 </BODY>
14208 </HTML>
14209 ====== h_config_combined_folder_display =====
14210 <HTML>
14211 <HEAD>
14212 <TITLE>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></TITLE>
14213 </HEAD>
14214 <BODY>
14215 <H1>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></H1>
14217 This feature affects the folder list display screens.
14218 Normally, each folder list is viewed within its collection only.  This
14219 command allows folder lists to be viewed within a single screen that
14220 combines the contents of all collections.
14223 The way that commands work won't be changed.
14224 For example, the Select All command will select all of the folders in the
14225 current collection, not all of the entries in all of the collections.
14226 The WhereIs command will change a little.
14227 It will search through all of the folders in the current collection as well
14228 as all the folder in any other expanded collection.
14231 When this feature is set, the setting of the feature
14232 <A HREF="h_config_expanded_folders">&quot;<!--#echo var="FEAT_expanded-view-of-folders"-->&quot;</A>
14233 has an effect.
14235 &lt;End of help on this topic&gt;
14236 </BODY>
14237 </HTML>
14238 ====== h_config_combined_subdir_display =====
14239 <HTML>
14240 <HEAD>
14241 <TITLE>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></TITLE>
14242 </HEAD>
14243 <BODY>
14244 <H1>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></H1>
14246 This feature affects the Folder List screen when
14248 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14249 feature is enabled.  Normally, selecting a directory from the Folder
14250 List takes you into a new screen displaying only the contents of
14251 that directory.
14254 Enabling this feature will cause the contents of the selected
14255 directory to be
14256 displayed within the boundaries of the &quot;Collection&quot; it
14257 is a part of.  All previously displayed collections will remain
14258 in the screen.
14261 The way that commands work won't be changed.
14262 For example, the Select All command will select all of the folders in the
14263 directory, as opposed to all of the entries in all of the collections.
14264 The WhereIs command will change a little.
14265 It will search through all of the folders in the current collection as well
14266 as all the folder in any other expanded collection.
14269 &lt;End of help on this topic&gt;
14270 </BODY>
14271 </HTML>
14272 ====== h_config_separate_fold_dir_view =====
14273 <HTML>
14274 <HEAD>
14275 <TITLE>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></TITLE>
14276 </HEAD>
14277 <BODY>
14278 <H1>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></H1>
14280 This feature affects folder collections wherein a folder
14281 and directory can have the same name.  By default, Alpine displays them
14282 only once, denoting that it is both a folder and directory by appending
14283 the folder name with the hierarchy character enclosed
14284 in square brackets.
14288 Enabling this feature will cause Alpine to display such names
14289 separately marking the name representing a directory with a trailing
14290 hierarchy delimiter (typically the slash, &quot;/&quot;, character).
14293 The feature also alters the command set slightly.  By default, the
14294 right-arrow descends into the directory, while hitting the Return key will
14295 cause the folder by that name to be opened.
14298 With this feature set, the Return key will open the highlighted folder, or
14299 enter the highlighted directory.
14302 &lt;End of help on this topic&gt;
14303 </BODY>
14304 </HTML>
14305 ====== h_config_expanded_folders =====
14306 <HTML>
14307 <HEAD>
14308 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></TITLE>
14309 </HEAD>
14310 <BODY>
14311 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></H1>
14313 If multiple folder collections are defined, and you
14314 wish to have them all expanded implicitly upon entering the FOLDER LIST
14315 screen, then set this feature. This feature will have no effect unless the
14316 feature
14317 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14318 is also set.
14320 &lt;End of help on this topic&gt;
14321 </BODY>
14322 </HTML>
14323 ======= h_config_ldap_server =======
14324 <HTML>
14325 <HEAD>
14326 <TITLE>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
14327 </HEAD>
14328 <BODY>
14329 <H1>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
14330 This is the name of the host where an LDAP server is running.
14331 For redundancy, this may be a space-delimited set of server names, in which
14332 case the first server that answers is used.
14333 Each of the server names may be optionally followed by
14334 a colon and a port number.
14335 If this form is used then the port number configured below in the
14336 <EM>port</EM> field is not used.
14338 To find out whether your organization has its own LDAP server, 
14339 contact its computing support staff.
14340 <P><UL>
14341 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14342 </UL>
14344 &lt;End of help on this topic&gt;
14345 </BODY>
14346 </HTML>
14347 ======= h_config_ldap_base =======
14348 <HTML>
14349 <HEAD>
14350 <TITLE>LDAP OPTION: Search-Base</TITLE>
14351 </HEAD>
14352 <BODY>
14353 <H1>LDAP OPTION: Search-Base</H1>
14355 This is the search base to be used on this server.  It functions as a filter 
14356 by restricting your searches in the LDAP server database
14357 to the specified contents of the specified fields.  Without it, searches 
14358 submitted to this directory server may fail.  It might be something
14359 like:
14361 <PRE>
14362       O = &lt;Your Organization Name&gt;, C = US
14363 </PRE>
14364 or it might be blank.  
14365 (Some LDAP servers actually ignore anything specified here.)
14367 If in doubt what parameters you should specify here, 
14368 contact the maintainers of the LDAP server.
14369 <P><UL>
14370 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14371 </UL>
14373 &lt;End of help on this topic&gt;
14374 </BODY>
14375 </HTML>
14376 ======= h_config_ldap_port =======
14377 <HTML>
14378 <HEAD>
14379 <TITLE>LDAP OPTION: Port</TITLE>
14380 </HEAD>
14381 <BODY>
14382 <H1>LDAP OPTION: Port</H1>
14384 This is the TCP port number to be used with this LDAP server. If you leave
14385 this blank port 389 will be used.
14387 &lt;End of help on this topic&gt;
14388 </BODY>
14389 </HTML>
14390 ======= h_config_ldap_nick =======
14391 <HTML>
14392 <HEAD>
14393 <TITLE>LDAP OPTION: Nickname</TITLE>
14394 </HEAD>
14395 <BODY>
14396 <H1>LDAP OPTION: Nickname</H1>
14398 This is a nickname to be used in displays. If you don't supply a
14399 nickname the server name
14400 (<A HREF="h_config_ldap_server">&quot;<!--#echo var="VAR_ldap-servers"-->&quot;</A>)
14401 will be used instead.  This option is strictly for your convenience.
14403 &lt;End of help on this topic&gt;
14404 </BODY>
14405 </HTML>
14406 ======= h_config_ldap_binddn =======
14407 <HTML>
14408 <HEAD>
14409 <TITLE>LDAP OPTION: Bind-DN</TITLE>
14410 </HEAD>
14411 <BODY>
14412 <H1>LDAP OPTION: Bind-DN</H1>
14414 You may need to authenticate to the LDAP server before you are able to use it.
14415 This is the Distinguished Name to bind to when authenticating to this server.
14416 Try leaving this blank until you know you need it.
14418 Alpine only knows about LDAP Simple authentication.
14419 It does not attempt LDAP SASL authentication.
14420 The DN and password will be sent in the clear unless TLS encryption is
14421 being used on this connection.
14422 Because of this, you may want to set the LDAP feature
14423 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>
14424 or the feature
14425 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
14426 if you are going to be providing a password.
14427 <P><UL>
14428 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14429 </UL>
14431 &lt;End of help on this topic&gt;
14432 </BODY>
14433 </HTML>
14434 ======= h_config_ldap_opts_impl =======
14435 <HTML>
14436 <HEAD>
14437 <TITLE>LDAP FEATURE: Use-Implicitly-From-Composer</TITLE>
14438 </HEAD>
14439 <BODY>
14440 <H1>LDAP FEATURE: Use-Implicitly-From-Composer</H1>
14442 Set this to have lookups done to this server implicitly from the composer.
14443 If an address doesn't look like a fully-qualified address, it will be looked
14444 up in your address books, and if it doesn't match a nickname there, then it
14445 will be looked up on the LDAP servers that have this feature set.
14446 The lookups will also be done when using the address completion feature
14447 (TAB command) in the composer if any of the serves have this feature set.
14448 Also see the LDAP feature
14449 <A HREF="h_config_ldap_opts_rhs">&quot;Lookup-Addrbook-Contents&quot;</A>
14450 and the Setup/Config feature
14451 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
14453 &lt;End of help on this topic&gt;
14454 </BODY>
14455 </HTML>
14456 ======= h_config_ldap_opts_tls =======
14457 <HTML>
14458 <HEAD>
14459 <TITLE>LDAP FEATURE: Attempt-TLS-On-Connection</TITLE>
14460 </HEAD>
14461 <BODY>
14462 <H1>LDAP FEATURE: Attempt-TLS-On-Connection</H1>
14464 When connecting to this server Alpine will attempt to use TLS encryption
14465 on the connection.
14466 Also see the closely related feature
14467 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
14469 &lt;End of help on this topic&gt;
14470 </BODY>
14471 </HTML>
14472 ======= h_config_ldap_opts_tlsmust =======
14473 <HTML>
14474 <HEAD>
14475 <TITLE>LDAP FEATURE: Require-TLS-On-Connection</TITLE>
14476 </HEAD>
14477 <BODY>
14478 <H1>LDAP FEATURE: Require-TLS-On-Connection</H1>
14480 When connecting to this server Alpine will attempt to use TLS encryption
14481 on the connection.
14482 If the StartTLS operation fails then the connection will not be used.
14484 &lt;End of help on this topic&gt;
14485 </BODY>
14486 </HTML>
14487 ====== h_config_ldap_opts_rhs =====
14488 <HTML>
14489 <HEAD>
14490 <TITLE>LDAP FEATURE: Lookup-Addrbook-Contents</TITLE>
14491 </HEAD>
14492 <BODY>
14493 <H1>LDAP FEATURE: Lookup-Addrbook-Contents</H1>
14495 Normally implicit LDAP lookups from the composer are done only for the
14496 strings you type in from the composer screen. In other words, you type in
14497 something in the To or CC field and press return, then the string is looked up.
14498 First that string is looked up in your address books. If a match is found
14499 there, then the results of that match are looked up again. If you place
14500 a string in your address book that you want to have looked up on the LDAP
14501 directory server, you need to turn on this feature. If you set this feature
14502 for a server, you almost always will also want to set the
14503 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
14504 feature. An example might serve to best illustrate this feature.
14506 If an LDAP lookup of &quot;William Clinton&quot; normally returns an
14507 entry with an
14508 address of pres@whitehouse.gov, then you might put an entry in your address
14509 book that looks like:
14511 <CENTER><SAMP>Nickname = bill</SAMP></CENTER><BR>
14512 <CENTER><SAMP>Address = &quot;William Clinton&quot;</SAMP></CENTER>
14514 Now, when you type &quot;bill&quot; into an
14515 address field in the composer Alpine will
14516 find the &quot;bill&quot; entry in your address book.
14517 It will replace &quot;bill&quot; with
14518 &quot;William Clinton&quot;.
14519 It will then search for an entry with that nickname
14520 in your address book and not find one. If this feature
14521 is set, Alpine will then attempt to lookup
14522 &quot;William Clinton&quot; on the LDAP server and find the entry with address
14523 pres@whitehouse.gov.
14525 A better way to accomplish the same thing is probably to use the feature
14526 <A HREF="h_config_ldap_opts_ref">&quot;Save-Search-Criteria-Not-Result&quot;</A>.
14528 &lt;End of help on this topic&gt;
14529 </BODY>
14530 </HTML>
14531 ====== h_config_ldap_opts_ref =====
14532 <HTML>
14533 <HEAD>
14534 <TITLE>LDAP FEATURE: Save-Search-Criteria-Not-Result</TITLE>
14535 </HEAD>
14536 <BODY>
14537 <H1>LDAP FEATURE: Save-Search-Criteria-Not-Result</H1>
14539 Normally when you save the results of an LDAP directory lookup to your
14540 address book the results of the lookup are saved. If this feature is set
14541 and the entry being saved was found on this directory server, then the
14542 search criteria is saved instead of the results of the search. When this
14543 address book entry is used in the future, instead of copying the results
14544 from the address book the directory lookup will be done again. This could
14545 be useful if the copied result might become stale because the data on
14546 the directory server changes (for example, the entry's email address changes).
14547 You probably don't want to set this feature if the server is at all slow or
14548 unreliable.
14550 The way this actually works is that instead of saving the email address
14551 in your address book, Alpine saves enough information to look up the same
14552 directory entry again. In particular, it saves the server name and the
14553 distinguished name of the entry. It's possible that the server administrators
14554 might change the format of distinguished names on the server, or that the
14555 entry might be removed from the server. If Alpine notices this, you will be warned
14556 and a backup copy of the email address will be used. You may want to create
14557 a new entry in this case, since you will get the annoying warning every
14558 time you use the old entry. You may do that by Saving the entry to a new
14559 nickname in the same address book. You will be asked whether or not you
14560 want to use the backup email address.
14562 A related feature in the Setup/Config screen is
14563 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
14565 &lt;End of help on this topic&gt;
14566 </BODY>
14567 </HTML>
14568 ======= h_config_ldap_opts_nosub =======
14569 <HTML>
14570 <HEAD>
14571 <TITLE>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</TITLE>
14572 </HEAD>
14573 <BODY>
14574 <H1>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</H1>
14576 Spaces in your input are normally handled specially.
14577 Each space character is replaced
14580 <CENTER><SAMP>*&nbsp;&lt;SPACE&gt;</SAMP></CENTER>
14582 in the search query (but not by &quot;* &lt;SPACE&gt; *&quot;).
14583 The reason this is done is so the input string
14585 <CENTER><SAMP>Greg Donald</SAMP></CENTER>
14587 (which is converted to &quot;Greg* Donald&quot;) will match
14588 the names &quot;Greg Donald&quot;,
14589 &quot;Gregory Donald&quot;, &quot;Greg F. Donald&quot;, and
14590 &quot;Gregory F Donald&quot;; but it won't match &quot;Greg McDonald&quot;.
14591 If the &quot;Search-Rule&quot; you were using was &quot;begins-with&quot;,
14592 then it would also match the name &quot;Greg Donaldson&quot;.
14594 Turning on this feature will disable this substitution.
14596 &lt;End of help on this topic&gt;
14597 </BODY>
14598 </HTML>
14599 ====== h_config_ldap_searchtypes =======
14600 <HTML>
14601 <HEAD>
14602 <TITLE>LDAP OPTION: Search-Type</TITLE>
14603 </HEAD>
14604 <BODY>
14605 <H1>LDAP OPTION: Search-Type</H1>
14607 This affects the way that LDAP searches are done.
14608 In particular, this tells the server where to look for the string to be matched.
14609 If set to &quot;name&quot; then the string that is being searched for will
14610 be compared with the string in the
14611 &quot;Name&quot; field on the server
14612 (technically, it is the &quot;commonname&quot; field on the server).
14613 &quot;Surname&quot; means we're looking for a
14614 match in the &quot;Surname&quot; field on the
14615 server (actually the &quot;sn&quot; field).
14616 &quot;Givenname&quot; really is &quot;givenname&quot;
14617 and &quot;email&quot; is the electronic mail address (this is actually the field
14618 called &quot;mail&quot; or &quot;electronicmail&quot; on the server).
14619 The other three types are combinations of
14620 the types listed so far. &quot;Name-or-email&quot;
14621 means the string should appear
14622 in either the &quot;name&quot; field OR the &quot;email&quot; field.
14623 Likewise, &quot;surname-or-givenname&quot;
14624 means &quot;surname&quot; OR &quot;givenname&quot;
14625 and &quot;sur-or-given-or-name-or-email&quot; means the obvious thing.
14627 This search TYPE is combined with the
14628 search <A HREF="h_config_ldap_searchrules">RULE</A>
14629 to form the actual search query.
14631 The usual default value for this
14632 option is &quot;sur-or-given-or-name-or-email&quot;.
14633 This type of search may be slow on some servers.
14634 Try &quot;name-or-email&quot;, which is often
14635 faster, or just &quot;name&quot; if the performance seems to be a problem.
14637 Some servers have been configured with different attribute names for
14638 these four fields.
14639 In other words, instead of using the attribute name &quot;mail&quot;
14640 for the email address field, the server might be configured to use something
14641 else, for example, &quot;rfc822mail&quot; or &quot;internetemailaddress&quot;.
14642 Alpine can be configured to use these different attribute names by using
14643 the four configuration options:
14644 <P><UL>
14645 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
14646 </UL>
14647 <P><UL>
14648 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
14649 </UL>
14650 <P><UL>
14651 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
14652 </UL>
14653 <P><UL>
14654 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
14655 </UL>
14657 &lt;End of help on this topic&gt;
14658 </BODY>
14659 </HTML>
14660 ====== h_config_ldap_searchrules =======
14661 <HTML>
14662 <HEAD>
14663 <TITLE>LDAP OPTION: Search-Rule</TITLE>
14664 </HEAD>
14665 <BODY>
14666 <H1>LDAP OPTION: Search-Rule</H1>
14668 This affects the way that LDAP searches are done.
14669 If set to &quot;equals&quot; then
14670 only exact matches count.
14671 &quot;Contains&quot; means that the string you type in
14672 is a substring of what you are matching against.
14673 &quot;Begins-with&quot; and &quot;ends-with&quot;
14674 mean that the string starts or ends with the string you type in.
14676 Spaces in your input are normally handled specially, but you can turn that
14677 special handling off with the
14678 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
14679 feature.
14681 The usual default value for this option is &quot;begins-with&quot;.
14683 &lt;End of help on this topic&gt;
14684 </BODY>
14685 </HTML>
14686 ======= h_config_ldap_email_attr =======
14687 <HTML>
14688 <HEAD>
14689 <TITLE>LDAP OPTION: EmailAttribute</TITLE>
14690 </HEAD>
14691 <BODY>
14692 <H1>LDAP OPTION: EmailAttribute</H1>
14694 This is the name of the attribute that is searched for when looking for
14695 an email address. The default value for this option is &quot;mail&quot; or
14696 &quot;electronicmail&quot;.
14697 If the server you are using uses a different attribute name for the email
14698 address, put that attribute name here.
14700 This will affect the search filter used if your Search-Type is one that
14701 contains a search for &quot;email&quot;.
14702 It will also cause the attribute value matching this attribute name to be used
14703 as the email address when you look up an entry from the composer.
14705 &lt;End of help on this topic&gt;
14706 </BODY>
14707 </HTML>
14708 ======= h_config_ldap_sn_attr =======
14709 <HTML>
14710 <HEAD>
14711 <TITLE>LDAP OPTION: SurnameAttribute</TITLE>
14712 </HEAD>
14713 <BODY>
14714 <H1>LDAP OPTION: SurnameAttribute</H1>
14716 This is the name of the attribute that is searched for when looking for
14717 the surname of the entry. The default value for this option is &quot;sn&quot;.
14718 If the server you are using uses a different attribute name for the surname,
14719 put that attribute name here.
14720 This will affect the search filter used if your Search-Type is one that
14721 contains a search for &quot;surname&quot;.
14723 &lt;End of help on this topic&gt;
14724 </BODY>
14725 </HTML>
14726 ======= h_config_ldap_gn_attr =======
14727 <HTML>
14728 <HEAD>
14729 <TITLE>LDAP OPTION: GivennameAttribute</TITLE>
14730 </HEAD>
14731 <BODY>
14732 <H1>LDAP OPTION: GivennameAttribute</H1>
14734 This is the name of the attribute that is searched for when looking for
14735 the given name of the entry. The default value for this option is &quot;givenname&quot;.
14736 If the server you are using uses a different attribute name for the given name,
14737 put that attribute name here.
14738 This will affect the search filter used if your Search-Type is one that
14739 contains a search for &quot;givenname&quot;.
14741 &lt;End of help on this topic&gt;
14742 </BODY>
14743 </HTML>
14744 ======= h_config_ldap_cn_attr =======
14745 <HTML>
14746 <HEAD>
14747 <TITLE>LDAP OPTION: NameAttribute</TITLE>
14748 </HEAD>
14749 <BODY>
14750 <H1>LDAP OPTION: NameAttribute</H1>
14752 This is the name of the attribute that is searched for when looking for
14753 the name of the entry. The default value for this option is &quot;cn&quot;, which
14754 stands for common name.
14755 If the server you are using uses a different attribute name for the name,
14756 put that attribute name here.
14757 This will affect the search filter used if your Search-Type is one that
14758 contains a search for &quot;name&quot;.
14760 &lt;End of help on this topic&gt;
14761 </BODY>
14762 </HTML>
14763 ======= h_config_ldap_time =======
14764 <HTML>
14765 <HEAD>
14766 <TITLE>LDAP OPTION: Timelimit</TITLE>
14767 </HEAD>
14768 <BODY>
14769 <H1>LDAP OPTION: Timelimit</H1>
14771 This places a limit on the number of seconds the LDAP search will continue.
14772 The default is 30 seconds. A value of 0 means no limit. Note that some servers
14773 may place limits of their own on searches.
14775 &lt;End of help on this topic&gt;
14776 </BODY>
14777 </HTML>
14778 ======= h_config_ldap_size =======
14779 <HTML>
14780 <HEAD>
14781 <TITLE>LDAP OPTION: Sizelimit</TITLE>
14782 </HEAD>
14783 <BODY>
14784 <H1>LDAP OPTION: Sizelimit</H1>
14786 This places a limit on the number of entries returned by the LDAP server.
14787 A value of 0 means no limit. The default is 0. Note that some servers
14788 may place limits of their own on searches.
14790 &lt;End of help on this topic&gt;
14791 </BODY>
14792 </HTML>
14793 ======= h_config_ldap_cust =======
14794 <HTML>
14795 <HEAD>
14796 <TITLE>LDAP OPTION: Custom-Search-Filter</TITLE>
14797 </HEAD>
14798 <BODY>
14799 <H1>LDAP OPTION: Custom-Search-Filter</H1>
14801 This one is for advanced users only! If you define this, then the
14802 &quot;Search-Type&quot; and &quot;Search-Rule&quot; defined are both ignored.
14803 However, the feature
14804 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
14805 is still in effect.
14806 That is, the space substitution will take place even in a custom filter unless
14807 you disable it.
14809 If your LDAP service stops working and you suspect it might be because
14810 of your custom filter, just delete this filter and try using the
14811 &quot;Search-Type&quot; and &quot;Search-Rule&quot; instead.
14812 Another option that sometimes causes trouble is the
14813 <A HREF="h_config_ldap_base">&quot;Search-Base&quot;</A> option.
14815 This variable may be set to the string representation of an LDAP search
14816 filter (see RFC1960). In the places where you want the address string to be
14817 substituted in, put a '%s' in this filter string. Here are some examples:
14819 A &quot;Search-Type&quot; of &quot;name&quot; with &quot;Search-Rule&quot; of &quot;begins-with&quot;
14820 is equivalent to the &quot;Custom-Search-Filter&quot;
14821 <PRE>
14822      (cn=%s*)
14823 </PRE>
14824 When you try to match against the string &quot;string&quot; the program replaces
14825 the &quot;%s&quot; with &quot;string&quot; (without the quotes). You may have multiple &quot;%s&quot;'s and
14826 they will all be replaced with the string. There is a limit of 10 &quot;%s&quot;'s.
14828 A &quot;Search-Type&quot; of &quot;name-or-email&quot; with &quot;Search-Rule&quot;
14829 of &quot;contains&quot; is equivalent to
14830 <PRE>
14831      (|(cn=*%s*)(mail=*%s*))
14832 </PRE>
14834 If your server uses a different attribute <EM>name</EM> than
14835 Alpine uses by default,
14836 (for example, it uses &quot;rfc822mail&quot; instead of &quot;mail&quot;),
14837 then you may be able to use one or more of the four attribute configuration
14838 options instead of defining a custom filter:
14839 <P><UL>
14840 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
14841 </UL>
14842 <P><UL>
14843 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
14844 </UL>
14845 <P><UL>
14846 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
14847 </UL>
14848 <P><UL>
14849 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
14850 </UL>
14852 &lt;End of help on this topic&gt;
14853 </BODY>
14854 </HTML>
14855 ======= h_composer_abook_comment =======
14856 <HTML>
14857 <HEAD>
14858 <TITLE>Addressbook Comment Explained</TITLE>
14859 </HEAD>
14860 <BODY>
14861 This is a comment to help you remember what this entry is. The WhereIs
14862 command searches comments so that it is easier to find an entry with a comment
14863 you know about attached to it. This field is not used in the outgoing message.
14865 Look <A HREF="h_edit_nav_cmds">here</A>
14866 to see the available Editing and Navigation commands.
14868 &lt;End of help on this topic&gt;
14869 </BODY>
14870 </HTML>
14871 ======= h_composer_abook_addrs =======
14872 <HTML>
14873 <HEAD>
14874 <TITLE>Addressbook Lists</TITLE>
14875 </HEAD>
14876 <BODY>
14877 <H1>Addressbook Lists</H1>
14879 This is a list of addresses to send to when sending to this address book
14880 entry.  Each member of the list may be an address or another nickname from
14881 any of your address books.  If it is an address, it is OK to include the
14882 full name field as well as the electronic address portion of that address.
14883 For example, the following are all legitimate entries in this field:
14885 <DL><DT>&nbsp;</DT>
14886 <DD>john&nbsp;&nbsp;&nbsp;&nbsp;(a nickname in your address book)
14887 <DD>jdoe@some.domain
14888 <DD>John Doe &lt;jdoe@some.domain&gt;
14889 </DL>
14891 The addresses should be listed separated by commas, just like you would
14892 enter them from the composer.
14896 The only difference between a distribution list and a simple entry with a
14897 single address, is that a distribution list has more than one address   
14898 listed in the Addresses: field, whereas a simple personal entry has just  
14899 one address.
14903 For individual address book entries, if there is a full name in the
14904 Fullname: field (filling in the Fullname: field is not required), it is
14905 used.  If the full name is specified in the Address: field and not in the
14906 Fullname: field, then the full name from the Address: field is used.
14910 If you type the nickname of a distribution list from one of your address 
14911 books in the Lcc: field, then the full name of that list is used in the  
14912 To: field.  If you put a list in the To: or Cc: fields, that list will be
14913 expanded into all of its addresses.  If the list has a full name, then
14914 that will appear at the beginning of the addresses.
14916 <DL><DT>&nbsp;</DT>
14917 <DD>Sewing Club &lt;john@somewhere&gt;, nancy@something.else, Sal
14918 &lt;sal@here.there&gt;
14919 </DL>
14921 If the first address in the distribution list also has a full name, then
14922 the list full name and that full name are combined into something like the
14923 following:
14925 <DL><DT>&nbsp;</DT>
14926 <DD>Sewing Club -- John Smith &lt;john@somewhere&gt;
14927 </DL>
14930 If you specify a list via Lcc, the full name is used in the To: line.  If
14931 you specify a list in the To: or Cc: fields, then it uses the same method
14932 as for individual entries for filling in the full name.
14936 For help with editing and navigation commands, check the Help for the
14937 Nickname: field.
14940 &lt;End of help on this topic&gt;
14941 </BODY>
14942 </HTML>
14943 ======= h_config_role_nick =======
14944 <HTML>
14945 <HEAD>
14946 <TITLE>Nickname Explained</TITLE>
14947 </HEAD>
14948 <BODY>
14949 <H1>Nickname Explained</H1>
14951 This is a nickname to help you.
14952 You should have a different nickname for each role you define.
14953 The nickname will be used in the SETUP ROLE RULES screen to allow you to
14954 pick a role to edit.
14955 It will also be used when you send a message to let you know you are
14956 sending with a different role than you use by default, and
14957 it will be useful for choosing a role when composing with the Role command
14958 or when composing with one of the Role Uses set to With Confirmation.
14959 This field is not used in the outgoing message.
14961 Look <A HREF="h_edit_nav_cmds">here</A>
14962 to see the available Editing and Navigation commands.
14964 &lt;End of help on this topic&gt;
14965 </BODY>
14966 </HTML>
14967 ======= h_config_role_comment =======
14968 <HTML>
14969 <HEAD>
14970 <TITLE>Comment Explained</TITLE>
14971 </HEAD>
14972 <BODY>
14973 <H1>Comment Explained</H1>
14975 This is a comment to help you.
14976 This comment does not play any functional role, it is simply an optional
14977 comment to help you remember what the rule is for.
14979 Look <A HREF="h_edit_nav_cmds">here</A>
14980 to see the available Editing and Navigation commands.
14982 &lt;End of help on this topic&gt;
14983 </BODY>
14984 </HTML>
14985 ======= h_config_other_nick =======
14986 <HTML>
14987 <HEAD>
14988 <TITLE>Nickname Explained</TITLE>
14989 </HEAD>
14990 <BODY>
14991 <H1>Nickname Explained</H1>
14993 This is a nickname to help you.
14994 You should have a different nickname for each rule you define.
14995 The nickname will be used in the SETUP OTHER RULES screen to allow you to
14996 pick a rule to edit.
14998 Look <A HREF="h_edit_nav_cmds">here</A>
14999 to see the available Editing and Navigation commands.
15001 &lt;End of help on this topic&gt;
15002 </BODY>
15003 </HTML>
15004 ======= h_config_score_nick =======
15005 <HTML>
15006 <HEAD>
15007 <TITLE>Nickname Explained</TITLE>
15008 </HEAD>
15009 <BODY>
15010 <H1>Nickname Explained</H1>
15012 This is a nickname to help you.
15013 You should have a different nickname for each scoring rule you define.
15014 The nickname will be used in the SETUP SCORING RULES screen to allow you to
15015 pick a rule to edit.
15017 Look <A HREF="h_edit_nav_cmds">here</A>
15018 to see the available Editing and Navigation commands.
15020 &lt;End of help on this topic&gt;
15021 </BODY>
15022 </HTML>
15023 ======= h_config_incol_nick =======
15024 <HTML>
15025 <HEAD>
15026 <TITLE>Nickname Explained</TITLE>
15027 </HEAD>
15028 <BODY>
15029 <H1>Nickname Explained</H1>
15031 This is a nickname to help you.
15032 You should have a different nickname for each color rule you define.
15033 The nickname will be used in the SETUP INDEX COLOR RULES screen to allow you to
15034 pick a rule to edit.
15036 Look <A HREF="h_edit_nav_cmds">here</A>
15037 to see the available Editing and Navigation commands.
15039 &lt;End of help on this topic&gt;
15040 </BODY>
15041 </HTML>
15042 ======= h_config_filt_nick =======
15043 <HTML>
15044 <HEAD>
15045 <TITLE>Nickname Explained</TITLE>
15046 </HEAD>
15047 <BODY>
15048 <H1>Nickname Explained</H1>
15050 This is a nickname to help you.
15051 You should have a different nickname for each filtering rule you define.
15052 The nickname will be used in the SETUP FILTERING RULES screen to allow you to
15053 pick a rule to edit.
15055 Look <A HREF="h_edit_nav_cmds">here</A>
15056 to see the available Editing and Navigation commands.
15058 &lt;End of help on this topic&gt;
15059 </BODY>
15060 </HTML>
15061 ======= h_config_score_topat =======
15062 <HTML>
15063 <HEAD>
15064 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15065 </HEAD>
15066 <BODY>
15067 <H1>&quot;To:&quot; Pattern Explained</H1>
15069 Any text you enter as the &quot;To pattern&quot;
15070 will be compared to the recipients from the To: line of
15071 the message being scored.
15072 When the text you entered matches
15073 all or part of the To: line of a message, then the Score Value
15074 you have specified will be added to the score for the message.
15075 (Any other non-blank parts of the Pattern must match, too.)
15078 You may enter a complete email address, part of an address, or a
15079 list of addresses or partial addresses.
15080 For example:
15083 <PRE>
15084  To pattern = friend@public.com
15086  To pattern = rated.net
15088  To pattern = xxx@adults.com
15089               admin@msn.com
15090               fool@motleyfool.com
15091 </PRE>
15094 Each of those are valid To patterns.
15097 Messages match those patterns if any of the
15098 addresses in the To: line of the message contains the pattern.
15099 If the pattern is a list of patterns
15100 (like the last example above) then it is a match if any of the patterns in
15101 the list match any of the addresses in the To: line.
15102 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15103 present for a match.
15104 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15105 address2 must be present.
15106 That is exactly what using a list does.)
15109 Some messages may be &quot;bounced&quot; to you, and will
15110 have a &quot;Resent-To:&quot; header line.
15111 If the message contains a Resent-To: line
15112 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15113 Alpine will look for
15114 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15115 the original To: line.
15118 When entering a pattern, you may choose an address from your address book
15119 with the &quot;T&quot; command.
15122 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15123 &quot;!&quot; &quot;toggle NOT&quot; command.
15124 This changes the meaning of the To pattern so that it has the opposite meaning.
15125 It will be considered a match if there are no matches between the
15126 addresses in the To: line and the list of To patterns.
15128 Don't make the mistake of putting the &quot;!&quot; in the data field for
15129 the pattern.
15130 For example, if you type the characters &quot;!frizzle&quot; into the To
15131 pattern, the pattern will look like:
15133 <PRE>
15134  To pattern = !frizzle
15135 </PRE>
15137 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15138 In order to match messages that do not have &quot;frizzle&quot; in
15139 their To field, first type the characters &quot;frizzle&quot; followed
15140 by carriage return for the value of the To pattern, then negate it
15141 by typing the &quot;!&quot; command.
15142 It should end up looking like
15144 <PRE>
15145  ! To pattern = frizzle
15146 </PRE>
15148 You are not limited to using the six standard header patterns that are
15149 normally shown (To, From, Sender, Cc, News, and Subject).
15150 You may add any other header to a Pattern by
15151 using the &quot;eXtraHdr&quot; command to specify a different
15152 message header line; and then the Add or Change command to fill in
15153 a pattern for the new header line, just like you would for a standard header.
15155 A technicality: Since comma is the character used to separate multiple
15156 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15157 you want to include a literal comma in the field.
15158 In other words, if you type a backslash followed by a comma it will
15159 be interpreted as a comma by Alpine, instead of as a separator between
15160 pattern values.
15161 All other backslashes are literal backslashes and should not be escaped.
15163 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15164 for more information on Patterns.
15166 Look <A HREF="h_edit_nav_cmds">here</A>
15167 to see the available Editing and Navigation commands.
15169 &lt;End of help on this topic&gt;
15170 </BODY>
15171 </HTML>
15172 ======= h_config_incol_topat =======
15173 <HTML>
15174 <HEAD>
15175 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15176 </HEAD>
15177 <BODY>
15178 <H1>&quot;To:&quot; Pattern Explained</H1>
15180 Any text you enter as the &quot;To pattern&quot;
15181 will be compared to the recipients from the To: lines of
15182 the messages in the index.
15183 When the text you entered matches
15184 all or part of the To: line of a message, then the Index Line Color you have
15185 specified will be used for that line in the index.
15186 (Any other non-blank parts of the Pattern must match, too.)
15189 You may enter a complete email address, part of an address, or a
15190 list of addresses or partial addresses.
15191 For example:
15194 <PRE>
15195  To pattern = friend@public.com
15196  To pattern = rated.net
15197  To pattern = xxx@adults.com
15198               admin@msn.com
15199               fool@motleyfool.com
15200 </PRE>
15203 Each of those are valid To patterns.
15206 Messages match those patterns if any of the
15207 addresses in the To: line of the message contains the pattern.
15208 If the pattern is a list of patterns
15209 (like the last example above) then it is a match if any of the patterns in
15210 the list match any of the addresses in the To: line.
15211 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15212 present for a match.
15213 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15214 address2 must be present.
15215 That is exactly what using a list does.)
15218 Some messages may be &quot;bounced&quot; to you, and will
15219 have a &quot;Resent-To:&quot; header line.
15220 If the message contains a Resent-To: line
15221 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15222 Alpine will look for
15223 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15224 the original To: line.
15227 When entering a pattern, you may choose an address from your address book
15228 with the &quot;T&quot; command.
15231 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15232 &quot;!&quot; &quot;toggle NOT&quot; command.
15233 This changes the meaning of the To pattern so that it has the opposite meaning.
15234 It will be considered a match if there are no matches between the
15235 addresses in the To: line and the list of To patterns.
15237 Don't make the mistake of putting the &quot;!&quot; in the data field for
15238 the pattern.
15239 For example, if you type the characters &quot;!frizzle&quot; into the To
15240 pattern, the pattern will look like:
15242 <PRE>
15243  To pattern = !frizzle
15244 </PRE>
15246 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15247 In order to match messages that do not have &quot;frizzle&quot; in
15248 their To field, first type the characters &quot;frizzle&quot; followed
15249 by carriage return for the value of the To pattern, then negate it
15250 by typing the &quot;!&quot; command.
15251 It should end up looking like
15253 <PRE>
15254  ! To pattern = frizzle
15255 </PRE>
15258 You are not limited to using the six standard header patterns that are
15259 normally shown (To, From, Sender, Cc, News, and Subject).
15260 You may add any other header to a Pattern by
15261 using the &quot;eXtraHdr&quot; command to specify a different
15262 message header line; and then the Add or Change command to fill in
15263 a pattern for the new header line, just like you would for a standard header.
15265 A technicality: Since comma is the character used to separate multiple
15266 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15267 you want to include a literal comma in the field.
15268 In other words, if you type a backslash followed by a comma it will
15269 be interpreted as a comma by Alpine, instead of as a separator between
15270 pattern values.
15271 All other backslashes are literal backslashes and should not be escaped.
15273 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15274 for more information on Patterns.
15276 Look <A HREF="h_edit_nav_cmds">here</A>
15277 to see the available Editing and Navigation commands.
15279 &lt;End of help on this topic&gt;
15280 </BODY>
15281 </HTML>
15282 ======= h_config_other_topat =======
15283 <HTML>
15284 <HEAD>
15285 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15286 </HEAD>
15287 <BODY>
15288 <H1>&quot;To:&quot; Pattern Explained</H1>
15290 For some of the OTHER RULES actions, there is no message that is being
15291 compared against.
15292 If that is the case, then only the Current Folder Type is checked.
15293 In particular, this To pattern is ignored.
15294 Actions that fall into this category include both
15295 Sort Order and Index Format.
15297 A technicality: Since comma is the character used to separate multiple
15298 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15299 you want to include a literal comma in the field.
15300 In other words, if you type a backslash followed by a comma it will
15301 be interpreted as a comma by Alpine, instead of as a separator between
15302 pattern values.
15303 All other backslashes are literal backslashes and should not be escaped.
15305 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15306 for more information on Patterns.
15308 Look <A HREF="h_edit_nav_cmds">here</A>
15309 to see the available Editing and Navigation commands.
15311 &lt;End of help on this topic&gt;
15312 </BODY>
15313 </HTML>
15314 ======= h_config_filt_topat =======
15315 <HTML>
15316 <HEAD>
15317 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15318 </HEAD>
15319 <BODY>
15320 <H1>&quot;To:&quot; Pattern Explained</H1>
15322 Any text you enter as the &quot;To pattern&quot;
15323 will be compared to the recipients from the To: line of
15324 messages when Alpine opens folders.
15325 When the text you entered matches
15326 all or part of the To: line of a message, then the Filter Action you have
15327 specified will be carried out.
15328 (Any other non-blank parts of the Pattern must match, too.)
15331 You may enter a complete email address, part of an address, or a
15332 list of addresses or partial addresses.
15333 For example:
15336 <PRE>
15337  To pattern = friend@public.com
15338  To pattern = rated.net
15339  To pattern = xxx@adults.com
15340               admin@msn.com
15341               fool@motleyfool.com
15342 </PRE>
15345 Each of those are valid To patterns.
15348 Messages match those patterns if any of the
15349 addresses in the To: line of the message contains the pattern.
15350 If the pattern is a list of patterns
15351 (like the last example above) then it is a match if any of the patterns in
15352 the list match any of the addresses in the To: line.
15353 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15354 present for a match.
15355 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15356 address2 must be present.
15357 That is exactly what using a list does.)
15360 Some messages may be &quot;bounced&quot; to you, and will
15361 have a &quot;Resent-To:&quot; header line.
15362 If the message contains a Resent-To: line
15363 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15364 Alpine will look for
15365 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15366 the original To: line.
15369 When entering a pattern, you may choose an address from your address book
15370 with the &quot;T&quot; command.
15373 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15374 &quot;!&quot; &quot;toggle NOT&quot; command.
15375 This changes the meaning of the To pattern so that it has the opposite meaning.
15376 It will be considered a match if there are no matches between the
15377 addresses in the To: line and the list of To patterns.
15379 Don't make the mistake of putting the &quot;!&quot; in the data field for
15380 the pattern.
15381 For example, if you type the characters &quot;!frizzle&quot; into the To
15382 pattern, the pattern will look like:
15384 <PRE>
15385  To pattern = !frizzle
15386 </PRE>
15388 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15389 In order to match messages that do not have &quot;frizzle&quot; in
15390 their To field, first type the characters &quot;frizzle&quot; followed
15391 by carriage return for the value of the To pattern, then negate it
15392 by typing the &quot;!&quot; command.
15393 It should end up looking like
15395 <PRE>
15396  ! To pattern = frizzle
15397 </PRE>
15400 You are not limited to using the six standard header patterns that are
15401 normally shown (To, From, Sender, Cc, News, and Subject).
15402 You may add any other header to a Pattern by
15403 using the &quot;eXtraHdr&quot; command to specify a different
15404 message header line; and then the Add or Change command to fill in
15405 a pattern for the new header line, just like you would for a standard header.
15407 A technicality: Since comma is the character used to separate multiple
15408 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15409 you want to include a literal comma in the field.
15410 In other words, if you type a backslash followed by a comma it will
15411 be interpreted as a comma by Alpine, instead of as a separator between
15412 pattern values.
15413 All other backslashes are literal backslashes and should not be escaped.
15415 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15416 for more information on Patterns.
15418 Look <A HREF="h_edit_nav_cmds">here</A>
15419 to see the available Editing and Navigation commands.
15421 &lt;End of help on this topic&gt;
15422 </BODY>
15423 </HTML>
15424 ======= h_config_role_topat =======
15425 <HTML>
15426 <HEAD>
15427 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15428 </HEAD>
15429 <BODY>
15430 <H1>&quot;To:&quot; Pattern Explained</H1>
15432 Any text you enter as the &quot;To pattern&quot;
15433 will be compared to the recipients from the To: line of
15434 the message being replied to or forwarded.
15435 (Any other non-blank parts of the Pattern must match, too.)
15436 In the case of the Compose command, this pattern and the other header
15437 patterns are ignored.
15440 You may enter a complete email address, part of an address, or a
15441 list of addresses or partial addresses.
15442 For example:
15445 <PRE>
15446  To pattern = friend@public.com
15447  To pattern = rated.net
15448  To pattern = xxx@adults.com
15449               admin@msn.com
15450               fool@motleyfool.com
15451 </PRE>
15454 Each of those are valid To patterns.
15457 Messages match those patterns if any of the
15458 addresses in the To: line of the message contains the pattern.
15459 If the pattern is a list of patterns
15460 (like the last example above) then it is a match if any of the patterns in
15461 the list match any of the addresses in the To: line.
15462 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15463 present for a match.
15464 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15465 address2 must be present.
15466 That is exactly what using a list does.)
15469 Some messages may be &quot;bounced&quot; to you, and will
15470 have a &quot;Resent-To:&quot; header line.
15471 If the message contains a Resent-To: line
15472 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15473 Alpine will look for
15474 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15475 the original To: line.
15478 When entering a pattern, you may choose an address from your address book
15479 with the &quot;T&quot; command.
15482 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15483 &quot;!&quot; &quot;toggle NOT&quot; command.
15484 This changes the meaning of the To pattern so that it has the opposite meaning.
15485 It will be considered a match if there are no matches between the
15486 addresses in the To: line and the list of To patterns.
15488 Don't make the mistake of putting the &quot;!&quot; in the data field for
15489 the pattern.
15490 For example, if you type the characters &quot;!frizzle&quot; into the To
15491 pattern, the pattern will look like:
15493 <PRE>
15494  To pattern = !frizzle
15495 </PRE>
15497 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15498 In order to match messages that do not have &quot;frizzle&quot; in
15499 their To field, first type the characters &quot;frizzle&quot; followed
15500 by carriage return for the value of the To pattern, then negate it
15501 by typing the &quot;!&quot; command.
15502 It should end up looking like
15504 <PRE>
15505  ! To pattern = frizzle
15506 </PRE>
15509 You are not limited to using the six standard header patterns that are
15510 normally shown (To, From, Sender, Cc, News, and Subject).
15511 You may add any other header to a Pattern by
15512 using the &quot;eXtraHdr&quot; command to specify a different
15513 message header line; and then the Add or Change command to fill in
15514 a pattern for the new header line, just like you would for a standard header.
15516 A technicality: Since comma is the character used to separate multiple
15517 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15518 you want to include a literal comma in the field.
15519 In other words, if you type a backslash followed by a comma it will
15520 be interpreted as a comma by Alpine, instead of as a separator between
15521 pattern values.
15522 All other backslashes are literal backslashes and should not be escaped.
15524 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15525 for more information on Patterns.
15527 Look <A HREF="h_edit_nav_cmds">here</A>
15528 to see the available Editing and Navigation commands.
15530 &lt;End of help on this topic&gt;
15531 </BODY>
15532 </HTML>
15533 ======= h_config_role_frompat =======
15534 <HTML>
15535 <HEAD>
15536 <TITLE>&quot;From:&quot; Pattern Explained</TITLE>
15537 </HEAD>
15538 <BODY>
15539 <H1>&quot;From:&quot; Pattern Explained</H1>
15541 This is just like the &quot;To pattern&quot; except that it is compared with
15542 the address in the From: line of the message
15543 instead of the addresses from the To: line.
15544 See the help for the To pattern for more information on header patterns.
15546 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15547 for more information on Patterns.
15549 Look <A HREF="h_edit_nav_cmds">here</A>
15550 to see the available Editing and Navigation commands.
15552 &lt;End of help on this topic&gt;
15553 </BODY>
15554 </HTML>
15555 ======= h_config_role_senderpat =======
15556 <HTML>
15557 <HEAD>
15558 <TITLE>&quot;Sender:&quot; Pattern Explained</TITLE>
15559 </HEAD>
15560 <BODY>
15561 <H1>&quot;Sender:&quot; Pattern Explained</H1>
15563 This is just like the &quot;To pattern&quot; except that it is compared with
15564 the address from the Sender: line of the message
15565 instead of the addresses from the To: line.
15566 See the help for the To pattern for more information on header patterns.
15568 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15569 for more information on Patterns.
15571 Look <A HREF="h_edit_nav_cmds">here</A>
15572 to see the available Editing and Navigation commands.
15574 &lt;End of help on this topic&gt;
15575 </BODY>
15576 </HTML>
15577 ======= h_config_role_ccpat =======
15578 <HTML>
15579 <HEAD>
15580 <TITLE>&quot;Cc:&quot; Pattern Explained</TITLE>
15581 </HEAD>
15582 <BODY>
15583 <H1>&quot;Cc:&quot; Pattern Explained</H1>
15585 This is just like the &quot;To pattern&quot; except that it is compared with
15586 the addresses from the Cc: line of the message
15587 instead of the addresses from the To: line.
15588 See the help for the To pattern for more information on header patterns.
15590 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15591 for more information on Patterns.
15593 Look <A HREF="h_edit_nav_cmds">here</A>
15594 to see the available Editing and Navigation commands.
15596 &lt;End of help on this topic&gt;
15597 </BODY>
15598 </HTML>
15599 ======= h_config_role_recippat =======
15600 <HTML>
15601 <HEAD>
15602 <TITLE>Recipient Pattern Explained</TITLE>
15603 </HEAD>
15604 <BODY>
15605 <H1>Recipient Pattern Explained</H1>
15607 This is just like the &quot;To pattern&quot; except that it is compared with
15608 the addresses from both the To: line and the Cc: line of the
15609 message instead of just the addresses from the To: line.
15610 In other words, it is considered a match if the pattern matches
15611 <EM>EITHER</EM> an address in the To: line <EM>OR</EM> an address
15612 in the Cc: line.
15613 (Notice that defining the Recipient pattern does not have the same
15614 effect as defining both the To and Cc patterns.
15615 Recipient is To <EM>OR</EM> Cc; not To <EM>AND</EM> Cc.
15616 It is equivalent to having two different rules;
15617 one with a To pattern and the other with the same Cc pattern.)
15619 A technicality: Since comma is the character used to separate multiple
15620 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15621 you want to include a literal comma in the field.
15622 In other words, if you type a backslash followed by a comma it will
15623 be interpreted as a comma by Alpine, instead of as a separator between
15624 pattern values.
15625 All other backslashes are literal backslashes and should not be escaped.
15627 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15628 for more information on Patterns.
15630 Look <A HREF="h_edit_nav_cmds">here</A>
15631 to see the available Editing and Navigation commands.
15633 &lt;End of help on this topic&gt;
15634 </BODY>
15635 </HTML>
15636 ======= h_config_role_particpat =======
15637 <HTML>
15638 <HEAD>
15639 <TITLE>Participant Pattern Explained</TITLE>
15640 </HEAD>
15641 <BODY>
15642 <H1>Participant Pattern Explained</H1>
15644 This is just like the &quot;To pattern&quot; except that it is compared with
15645 the addresses from the From: line, the To: line, and the Cc: line of the
15646 message instead of just the addresses from the To: line.
15647 In other words, it is considered a match if the pattern matches
15648 <EM>EITHER</EM> an address in the From: line, <EM>OR</EM> an address
15649 in the To: line, <EM>OR</EM> an address in the Cc: line.
15650 (Notice that defining the Participant pattern does not have the same
15651 effect as defining all of the From, To, and Cc patterns.
15652 Participant is From <EM>OR</EM> To <EM>OR</EM> Cc; not
15653 From <EM>AND</EM> To <EM>AND</EM> Cc.
15654 It is equivalent to having three different rules;
15655 one with a From pattern, another with the same To pattern, and a third with
15656 the same Cc pattern.)
15658 A technicality: Since comma is the character used to separate multiple
15659 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15660 you want to include a literal comma in the field.
15661 In other words, if you type a backslash followed by a comma it will
15662 be interpreted as a comma by Alpine, instead of as a separator between
15663 pattern values.
15664 All other backslashes are literal backslashes and should not be escaped.
15666 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15667 for more information on Patterns.
15669 Look <A HREF="h_edit_nav_cmds">here</A>
15670 to see the available Editing and Navigation commands.
15672 &lt;End of help on this topic&gt;
15673 </BODY>
15674 </HTML>
15675 ======= h_config_role_newspat =======
15676 <HTML>
15677 <HEAD>
15678 <TITLE>News Pattern Explained</TITLE>
15679 </HEAD>
15680 <BODY>
15681 <H1>News Pattern Explained</H1>
15683 If this pattern is non-blank, then for this rule to be considered a
15684 match, at least one of the newsgroups from
15685 the Newsgroups line of the message must match this pattern.
15686 If this pattern is a list of patterns, then at least one of the
15687 newsgroups must match at least one of the patterns.
15688 (Any other non-blank parts of the Pattern must match, too.)
15690 It is possible to add a <EM>NOT</EM> to the News Pattern meaning with the
15691 &quot;!&quot; &quot;toggle NOT&quot; command.
15692 This changes the meaning of the News pattern so that it has the opposite meaning.
15693 It will be considered a match if there are no matches between the
15694 addresses in the Newsgroups: line and the list of News patterns.
15696 Don't make the mistake of putting the &quot;!&quot; in the data field for
15697 the pattern.
15698 For example, if you type the characters &quot;!frizzle&quot; into the News
15699 pattern, the pattern will look like:
15701 <PRE>
15702  News pattern = !frizzle
15703 </PRE>
15705 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15706 In order to match messages that do not have &quot;frizzle&quot; in
15707 their Newsgroups header, first type the characters &quot;frizzle&quot; followed
15708 by carriage return for the value of the News pattern, then negate it
15709 by typing the &quot;!&quot; command.
15710 It should end up looking like
15712 <PRE>
15713  ! News pattern = frizzle
15714 </PRE>
15716 A technicality: Since comma is the character used to separate multiple
15717 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15718 you want to include a literal comma in the field.
15719 In other words, if you type a backslash followed by a comma it will
15720 be interpreted as a comma by Alpine, instead of as a separator between
15721 pattern values.
15722 All other backslashes are literal backslashes and should not be escaped.
15725 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15726 for more information on Patterns.
15728 Look <A HREF="h_edit_nav_cmds">here</A>
15729 to see the available Editing and Navigation commands.
15731 &lt;End of help on this topic&gt;
15732 </BODY>
15733 </HTML>
15734 ======= h_config_role_subjpat =======
15735 <HTML>
15736 <HEAD>
15737 <TITLE>&quot;Subject:&quot; Pattern Explained</TITLE>
15738 </HEAD>
15739 <BODY>
15740 <H1>&quot;Subject:&quot; Pattern Explained</H1>
15742 This is similar to the other parts of the Pattern.
15743 It is compared with
15744 the contents from the Subject of the message.
15746 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15747 for more information on Patterns.
15749 It is possible to add a <EM>NOT</EM> to the Subject Pattern meaning with the
15750 &quot;!&quot; &quot;toggle NOT&quot; command.
15751 This changes the meaning of the Subject pattern so that it has the opposite meaning.
15752 It will be considered a match if there are no matches between the
15753 text in the Subject: line and the list of Subject patterns.
15756 If you wish to have a header pattern that is not one of the six standard
15757 header patterns, you may add it with the &quot;eXtraHdr&quot; command.
15759 A technicality: Since comma is the character used to separate multiple
15760 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15761 you want to include a literal comma in the field.
15762 In other words, if you type a backslash followed by a comma it will
15763 be interpreted as a comma by Alpine, instead of as a separator between
15764 pattern values.
15765 All other backslashes are literal backslashes and should not be escaped.
15767 Look <A HREF="h_edit_nav_cmds">here</A>
15768 to see the available Editing and Navigation commands.
15770 &lt;End of help on this topic&gt;
15771 </BODY>
15772 </HTML>
15773 ======= h_config_role_alltextpat =======
15774 <HTML>
15775 <HEAD>
15776 <TITLE>AllText Pattern Explained</TITLE>
15777 </HEAD>
15778 <BODY>
15779 <H1>AllText Pattern Explained</H1>
15781 This is similar to the header patterns.
15782 Instead of comparing with text in a particular header field it 
15783 is compared with all of the text in the message header and body.
15785 It is possible to add a <EM>NOT</EM> to the AllText Pattern meaning with the
15786 &quot;!&quot; &quot;toggle NOT&quot; command.
15787 This changes the meaning of the AllText pattern so that it has the opposite meaning.
15788 It will be considered a match if there are no matches between the
15789 text of the message and the list of AllText patterns.
15791 Don't make the mistake of putting the &quot;!&quot; in the data field for
15792 the pattern.
15793 For example, if you type the characters &quot;!frizzle&quot; into the AllText
15794 pattern, the pattern will look like:
15796 <PRE>
15797  AllText pattern = !frizzle
15798 </PRE>
15800 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15801 In order to match messages that do not have &quot;frizzle&quot; in
15802 the text of the message, first type the characters &quot;frizzle&quot; followed
15803 by carriage return for the value of the AllText pattern, then negate it
15804 by typing the &quot;!&quot; command.
15805 It should end up looking like
15807 <PRE>
15808  ! AllText pattern = frizzle
15809 </PRE>
15811 It is possible that you may notice degraded performance when using
15812 AllText Patterns.
15814 A technicality: Since comma is the character used to separate multiple
15815 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15816 you want to include a literal comma in the field.
15817 In other words, if you type a backslash followed by a comma it will
15818 be interpreted as a comma by Alpine, instead of as a separator between
15819 pattern values.
15820 All other backslashes are literal backslashes and should not be escaped.
15822 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15823 for more information on Patterns.
15825 Look <A HREF="h_edit_nav_cmds">here</A>
15826 to see the available Editing and Navigation commands.
15828 &lt;End of help on this topic&gt;
15829 </BODY>
15830 </HTML>
15831 ======= h_config_role_bodytextpat =======
15832 <HTML>
15833 <HEAD>
15834 <TITLE>BodyText Pattern Explained</TITLE>
15835 </HEAD>
15836 <BODY>
15837 <H1>BodyText Pattern Explained</H1>
15839 This is similar to the header patterns.
15840 Instead of comparing with text in a particular header field it 
15841 is compared with all of the text in the message body.
15843 It is possible to add a <EM>NOT</EM> to the BodyText Pattern meaning with the
15844 &quot;!&quot; &quot;toggle NOT&quot; command.
15845 This changes the meaning of the BodyText pattern so that it has the opposite meaning.
15846 It will be considered a match if there are no matches between the
15847 text of the body of the message and the list of BodyText patterns.
15849 Don't make the mistake of putting the &quot;!&quot; in the data field for
15850 the pattern.
15851 For example, if you type the characters &quot;!frizzle&quot; into the BodyText
15852 pattern, the pattern will look like:
15854 <PRE>
15855  BdyText pattern = !frizzle
15856 </PRE>
15858 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15859 In order to match messages that do not have &quot;frizzle&quot; in
15860 their BodyText, first type the characters &quot;frizzle&quot; followed
15861 by carriage return for the value of the BodyText pattern, then negate it
15862 by typing the &quot;!&quot; command.
15863 It should end up looking like
15865 <PRE>
15866  ! BodyText pattern = frizzle
15867 </PRE>
15869 It is possible that you may notice degraded performance when using
15870 BodyText Patterns.
15872 A technicality: Since comma is the character used to separate multiple
15873 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15874 you want to include a literal comma in the field.
15875 In other words, if you type a backslash followed by a comma it will
15876 be interpreted as a comma by Alpine, instead of as a separator between
15877 pattern values.
15878 All other backslashes are literal backslashes and should not be escaped.
15880 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15881 for more information on Patterns.
15883 Look <A HREF="h_edit_nav_cmds">here</A>
15884 to see the available Editing and Navigation commands.
15886 &lt;End of help on this topic&gt;
15887 </BODY>
15888 </HTML>
15889 ======= h_config_role_charsetpat =======
15890 <HTML>
15891 <HEAD>
15892 <TITLE>Character Set Pattern Explained</TITLE>
15893 </HEAD>
15894 <BODY>
15895 <H1>Character Set Pattern Explained</H1>
15897 A message may use one or more character sets.
15898 This part of the Pattern matches messages that make use of
15899 certain specified character sets.
15900 It will be considered a match if a message uses any of the character
15901 sets in the list you give here.
15904 When filling in a value for this field, you may use
15905 the &quot;T&quot; command, which presents you with a large list of
15906 possible character sets to choose from.
15907 You may also just type in the name of a character set, and it need not
15908 be one that Alpine knows about.
15911 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
15912 GB2312) you may also use some shorthand names that Alpine provides.
15913 These names are more understandable shorthand names for sets of 
15914 character set names.
15915 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
15916 Selecting one of these shorthand names is equivalent to selecting all of
15917 the character sets that make up the set.
15918 You can see all of these shorthand names and the lists of character sets
15919 they stand for by typing the &quot;T&quot; command.
15922 For the purposes of this Pattern,
15923 Alpine will search through a message for all of the text parts and
15924 collect the character sets declared for each part.
15925 It will also look in the Subject line for a character set used there.
15926 Alpine does not actually look at the text of the message or the text
15927 of the Subject to determine if a declared character set is actually
15928 used, it looks only at the declarations themselves in the MIME part headers
15929 and in the Subject.
15932 It is possible to add a <EM>NOT</EM> to the Character Set Pattern meaning with the
15933 &quot;!&quot; &quot;toggle NOT&quot; command.
15934 This changes the meaning of the Character Set pattern so that
15935 it has the opposite meaning.
15936 It will be considered a match if none of the character sets in the
15937 list are used in a message.
15939 Don't make the mistake of putting the &quot;!&quot; in the data field for
15940 the pattern.
15941 For example, if you type the characters &quot;!GB2312&quot; into the
15942 Character Set pattern, the pattern will look like:
15944 <PRE>
15945  Charset pattern = !GB2312
15946 </PRE>
15948 This means you want to match the 7 character sequence &quot;!GB2312&quot;.
15949 In order to match messages that do not have the
15950 character set &quot;GB2312&quot;
15951 set, first type the characters &quot;GB2312&quot; followed
15952 by carriage return for the value of the Character Set pattern, then negate it
15953 by typing the &quot;!&quot; command.
15954 It should end up looking like
15956 <PRE>
15957  ! Charset pattern = GB2312
15958 </PRE>
15960 A technicality: Since comma is the character used to separate multiple
15961 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15962 you want to include a literal comma in the field.
15963 In other words, if you type a backslash followed by a comma it will
15964 be interpreted as a comma by Alpine, instead of as a separator between
15965 pattern values.
15966 All other backslashes are literal backslashes and should not be escaped.
15968 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15969 for more information on Patterns.
15971 Look <A HREF="h_edit_nav_cmds">here</A>
15972 to see the available Editing and Navigation commands.
15974 &lt;End of help on this topic&gt;
15975 </BODY>
15976 </HTML>
15977 ======= h_config_role_keywordpat =======
15978 <HTML>
15979 <HEAD>
15980 <TITLE>Keyword Pattern Explained</TITLE>
15981 </HEAD>
15982 <BODY>
15983 <H1>Keyword Pattern Explained</H1>
15985 A folder may have user-defined keywords.
15986 These are similar to the Important flag, which the user may set using the
15987 Flag command.
15988 The difference is that the Important flag is always present for each folder.
15989 User-defined keywords are picked by the user.
15990 You may add new keywords by defining them in the
15991 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
15992 After you have added a potential keyword with the <!--#echo var="VAR_keywords"--> option,
15993 the Flag command may be used to set or clear the keyword on individual messages.
15994 If you have given a keyword a nickname when configuring it,
15995 that nickname may be used instead of the actual keyword.
15998 When filling in a value for this field, it may be easiest to use
15999 the &quot;T&quot; command, which presents you with a list of the keywords
16000 you have defined to choose from.
16003 This part of the Pattern matches messages with certain keywords set.
16004 It will be considered a match if a message has any of the keywords in the
16005 list set.
16006 A keyword that you have not defined using the
16007 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16008 will not be a match.
16011 It is possible to add a <EM>NOT</EM> to the Keyword Pattern meaning with the
16012 &quot;!&quot; &quot;toggle NOT&quot; command.
16013 This changes the meaning of the Keyword pattern so that it has the opposite meaning.
16014 It will be considered a match if none of the keywords in the list are set
16015 for a message.
16016 A keyword that you have not defined using the
16017 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16018 will not be a match, so a <EM>NOT</EM> of that keyword does match.
16020 Don't make the mistake of putting the &quot;!&quot; in the data field for
16021 the pattern.
16022 For example, if you type the characters &quot;!frizzle&quot; into the Keyword
16023 pattern, the pattern will look like:
16025 <PRE>
16026  Keyword pattern = !frizzle
16027 </PRE>
16029 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16030 In order to match messages that do not have the keyword &quot;frizzle&quot;
16031 set, first type the characters &quot;frizzle&quot; followed
16032 by carriage return for the value of the Keyword pattern, then negate it
16033 by typing the &quot;!&quot; command.
16034 It should end up looking like
16036 <PRE>
16037  ! Keyword pattern = frizzle
16038 </PRE>
16040 A technicality: Since comma is the character used to separate multiple
16041 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16042 you want to include a literal comma in the field.
16043 In other words, if you type a backslash followed by a comma it will
16044 be interpreted as a comma by Alpine, instead of as a separator between
16045 pattern values.
16046 All other backslashes are literal backslashes and should not be escaped.
16048 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16049 for more information on Patterns.
16051 Look <A HREF="h_edit_nav_cmds">here</A>
16052 to see the available Editing and Navigation commands.
16054 &lt;End of help on this topic&gt;
16055 </BODY>
16056 </HTML>
16057 ======= h_config_role_arbpat =======
16058 <HTML>
16059 <HEAD>
16060 <TITLE>Extra Header Patterns Explained</TITLE>
16061 </HEAD>
16062 <BODY>
16063 <H1>Extra Header Patterns Explained</H1>
16065 The header patterns that come after the Participant pattern but before the 
16066 AllText pattern are extra header patterns that you have added to a rule's
16067 Pattern. These are just like the other header patterns except that
16068 the contents of the particular header listed on the left hand side will
16069 be used for comparisons.
16071 The &quot;eXtraHdr&quot; command may be used to add more of these
16072 header patterns to the rule you are editing.
16074 The &quot;RemoveHdr&quot; command may be used to delete the highlighted
16075 extra header pattern from the rule you are editing.
16077 It is possible to add a <EM>NOT</EM> to the Extra Header Pattern meaning with the
16078 &quot;!&quot; &quot;toggle NOT&quot; command.
16079 This changes the meaning of the pattern so that it has the opposite meaning.
16080 It will be considered a match if there are no matches between the
16081 text in the header line and the list of patterns.
16083 Don't make the mistake of putting the &quot;!&quot; in the data field for
16084 the pattern.
16085 For example, if you type the characters &quot;!frizzle&quot; into the
16086 pattern, the pattern will look like:
16088 <PRE>
16089  Xyz pattern = !frizzle
16090 </PRE>
16092 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16093 In order to match messages that do not have &quot;frizzle&quot; in
16094 their Xyz field, first type the characters &quot;frizzle&quot; followed
16095 by carriage return for the value of the pattern, then negate it
16096 by typing the &quot;!&quot; command.
16097 It should end up looking like
16099 <PRE>
16100  ! Xyz pattern = frizzle
16101 </PRE>
16104 A technicality: Since comma is the character used to separate multiple
16105 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16106 you want to include a literal comma in the field.
16107 In other words, if you type a backslash followed by a comma it will
16108 be interpreted as a comma by Alpine, instead of as a separator between
16109 pattern values.
16110 All other backslashes are literal backslashes and should not be escaped.
16112 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16113 for more information on Patterns.
16115 Look <A HREF="h_edit_nav_cmds">here</A>
16116 to see the available Editing and Navigation commands.
16118 &lt;End of help on this topic&gt;
16119 </BODY>
16120 </HTML>
16121 ======= h_config_role_cat_cmd =======
16122 <HTML>
16123 <HEAD>
16124 <TITLE>Categorizer Command Explained</TITLE>
16125 </HEAD>
16126 <BODY>
16127 <H1>Categorizer Command Explained</H1>
16129 This is a command that is run with its standard input set to the message
16130 being checked and its standard output discarded.
16131 The full directory path should be specified.
16132 The command will be run and then its exit status will be checked against
16133 the Exit Status Interval, which defaults to just the value zero.
16134 If the exit status of the command falls in the interval, it is considered
16135 a match, otherwise it is not a match.
16138 This option may actually be a list of commands.
16139 The first one that exists and is executable is used.
16140 That makes it possible to use the same configuration with Unix Alpine and
16141 PC-Alpine.
16144 If none of the commands in the list exists and is executable then the rule
16145 is <EM>not</EM> a match.
16146 If it is possible that the command may not exist, you should be careful
16147 to structure your rules so that nothing destructive
16148 happens when the command does not exist.
16149 For example, you might have a filter that filters away spam when there is
16150 a match but does nothing when there is not a match.
16151 That would cause no harm if the command didn't exist.
16152 However, if you have a filter that filters away spam when there is not
16153 a match and keeps it when there is a match, that would filter everything
16154 if the categorizer command didn't exist.
16156 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
16157 setup for the bogofilter filter.
16160 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16161 for more information on Patterns.
16163 Look <A HREF="h_edit_nav_cmds">here</A>
16164 to see the available Editing and Navigation commands.
16166 &lt;End of help on this topic&gt;
16167 </BODY>
16168 </HTML>
16169 ======= h_config_role_cat_cmd_example =======
16170 <HTML>
16171 <HEAD>
16172 <TITLE>Categorizer Command Example</TITLE>
16173 </HEAD>
16174 <BODY>
16175 <H1>Categorizer Command Example</H1>
16177 Bogofilter
16178 (<A HREF="http://bogofilter.sourceforge.net/">http://bogofilter.sourceforge.net/</A>)
16179 is a mail filter that attempts to classify mail as spam or
16180 non-spam using statistical analysis of the message content.
16181 When run with no arguments and a message as standard input, it exits with
16182 exit status 0 if it thinks a message is spam and 1 if it thinks
16183 it is not spam.
16184 To use bogofilter as your Categorizer Command you would simply set Command to
16185 the pathname of the bogofilter program.
16186 For example,
16188 <CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER>
16190 Exit status of zero is what you are interested in, so you'd set the
16191 Exit Status Interval to
16193 <CENTER><SAMP>Exit Status Interval = (0,0)</SAMP></CENTER>
16196 In order to prevent downloading an entire huge message to check for spam, you
16197 might want to set the Character Limit to a few thousand characters (the
16198 assumption being that the spam will reveal itself in those characters)
16200 <CENTER><SAMP>Character Limit = 50000</SAMP></CENTER>
16203 You would probably use bogofilter in an Alpine Filter Rule, and have the action
16204 be to move the message to a spam folder.
16205 It would usually be wise to also check the &quot;Message is Recent&quot;
16206 part of the rule so that messages are only checked when they first arrive,
16207 and to restrict the Current Folder Type to just your INBOX.
16208 The reason for checking only Recent messages is to save the time it takes
16209 to run bogofilter on each message.
16210 As an experiment, you might start out by using this in an Indexcolor Rule
16211 instead of a Filter Rule.
16212 In that case, you probably wouldn't check the Recent checkbox.
16214 The use described above assumes that you are somehow maintaining bogofilter's
16215 database of words associated with spam and non-spam messages.
16216 One way to start your database would be to select a bunch of spam messages
16217 in Alpine (you might Save spam messages to a special folder or use Alpine's
16218 Select command to select several) and then Apply
16219 (<A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>)
16220 a pipe command to the spam messages.
16221 For example, you could have a shell script or an alias
16222 called <EM>this_is_spam</EM>, which would simply be the command
16224 <CENTER><SAMP>bogofilter -s</SAMP></CENTER>
16227 It is probably best to use the pipe command's Raw Text, With Delimiter,
16228 and Free Output options,
16229 which are at the bottom of the screen when you type the pipe command.
16230 That's because bogofilter expects the raw message as input, and uses
16231 the Delimiters to tell when a new message starts.
16232 You would not need to use a separate pipe for each message, because
16233 bogofilter can handle multiple messages at once.
16235 Similarly, you would select a group of non-spam messages
16236 and run them through a <EM>this_is_nonspam</EM> script
16237 that was something like
16239 <CENTER><SAMP>bogofilter -n</SAMP></CENTER>
16242 For the more adventurous, the next step might be to automate the upkeep of
16243 the bogofilter database.
16244 It might make more sense to have bogofilter be part of the delivery process,
16245 but it is also possible to do it entirely from within Alpine.
16246 Instead of using just plain &quot;bogofilter&quot; as the Categorizer Command,
16247 the &quot;-u&quot; argument will cause bogofilter to update the database.
16249 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16251 You'd want a couple more aliases or shell scripts called something like
16252 <EM>change_to_spam</EM>
16254 <CENTER><SAMP>bogofilter -Ns</SAMP></CENTER>
16257 <EM>change_to_nonspam</EM>
16259 <CENTER><SAMP>bogofilter -Sn</SAMP></CENTER>
16261 When you run across a message in your INBOX that should have been
16262 classified as spam you would pipe it to the change_to_spam script, and
16263 when you run across a message in your spam folder that should have been
16264 left in your INBOX you would pipe it through change_to_nonspam.
16267 There is a technical problem with this approach.
16268 Alpine may check your filters more than once.
16269 In particular, every time you start Alpine the filters will be checked for
16270 each message.
16271 Also, if you have any filters that depend on message state (New, Deleted, etc.)
16272 then Alpine will recheck for matches in messages that have changed state
16273 at the time you close the folder and before expunging.
16274 This is usually ok.
16275 However, in this case it is a problem because the command
16277 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16279 has the side effect of updating the database.
16280 So you run the risk of updating the database multiple times for a single
16281 message instead of updating it just once per message.
16282 There are some ways to work around this problem.
16283 What you need is a way to mark the message after you have run the filter.
16284 One way to mark messages is with the use of a keyword (say &quot;Bogo&quot;).
16285 Besides having the filter move the message to a spam folder, also have it
16286 set the Bogo keyword.
16287 (Note that you will have to set up the &quot;Bogo&quot; keyword in the
16288 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in Setup/Config.)
16289 This rule can only set the Bogo keyword for the messages that it matches.
16290 You will also need to add a second rule right after this one that
16291 matches all the messages that don't have the Bogo keyword set
16292 (put the keyword in the Keyword pattern and toggle
16293 the Not with the ! command)
16294 and takes the action of setting it.
16295 Then change the &quot;bogofilter -u&quot; rule so that it won't be a match
16296 (and so it won't re-run the bogofilter command) if the keyword is already
16297 set.
16299 What you will end up with is a rule that runs &quot;bogofilter -u&quot;
16300 on all messages that don't have the Bogo keyword set.
16301 This will have the side effect of inserting that message in the bogofilter
16302 database, match or not.
16303 If this rule matches (it is spam), the Bogo keyword will be set and
16304 the message will be moved to a spam folder.
16305 If it does not match, the
16306 following rule will mark the message by turning on the keyword.
16307 This second rule should be a non-terminating
16308 (<A HREF="h_config_filt_opts_nonterm">Dont-Stop-Even-if-Rule-Matches</A>)
16309 rule so that it doesn't stop the filtering process before the rest of
16310 your rules are consulted.
16313 In summary, the first rule is something like
16314 <PRE>
16315   Nickname          = bogofilter -u rule
16316   Current Folder Type =
16317                (*) Specific
16318                    Folder = INBOX
16320   ! Keyword pattern = Bogo
16322   External Categorizer Commands =
16323        Command              = /usr/local/bin/bogofilter -u
16324        Exit Status Interval = (0,0)
16325        Character Limit      = <No Value Set: using "-1">  (optionally set this)
16327   Filter Action =
16328        (*) Move
16329            Folder = spam
16330   
16331   Set These Keywords   = Bogo
16332 </PRE>
16334 and the following rule is
16335 <PRE>
16336   Nickname          = Set Bogo Keyword
16337   Current Folder Type =
16338                (*) Specific
16339                    Folder = INBOX
16341   ! Keyword pattern = Bogo
16343   Filter Action =
16344        (*) Just Set Message Status
16346   Set These Keywords   = Bogo
16348   Features =
16349       [X]  dont-stop-even-if-rule-matches
16350 </PRE>
16352 If it is possible for you to insert bogofilter in the delivery process instead
16353 of having it called from Alpine you could prevent having to wait
16354 for the bogofilter processing while you read your mail.
16355 You would have bogofilter add a header to the message at the time of delivery
16356 that identified it as spam or nonspam.
16357 With this method, you could avoid using a Categorizer Command while running Alpine,
16358 and just match on the header instead.
16359 You might still want to use the scripts mentioned above to initialize the
16360 database or to re-classify wrongly classified messages.
16363 Finally, it isn't for the faint-hearted,
16364 but it is also possible to run bogofilter from PC-Alpine.
16365 You can install Cygwin from
16366 <A HREF="http://www.cygwin.com/">http://www.cygwin.com/</A> and
16367 then compile bogofilter in the cygwin environment, and run it from
16368 within PC-Alpine.
16369 You would end up with a Categorizer command that looked something like
16371 <CENTER><SAMP>Command = C:&#92;cygwin&#92;bin&#92;bogofilter.exe -u</SAMP></CENTER>
16373 Note that the &quot;.exe&quot; extension is explicit,
16374 and that the bogofilter.exe executable should be in the same directory
16375 as cygwin1.dll.
16378 &lt;End of help on this topic&gt;
16379 </BODY>
16380 </HTML>
16381 ======= h_config_role_cat_status =======
16382 <HTML>
16383 <HEAD>
16384 <TITLE>Exit Status Interval Explained</TITLE>
16385 </HEAD>
16386 <BODY>
16387 <H1>Exit Status Interval Explained</H1>
16389 The categorizer command is run and the result is the exit status of
16390 that command.
16391 If that exit status falls in the Exit Status Interval
16392 then it is considered a match, otherwise it is not a match.
16393 Of course for the entire rule to match, it must also be checked against
16394 the other defined parts of the Pattern.
16396 The Exit Status Interval defaults to the single value 0 (zero).
16397 If you define it, it should be set to something like:
16399 <CENTER><SAMP>(min_exit_value,max_exit_value)</SAMP></CENTER>
16401 where &quot;min_exit_value&quot; and &quot;max_exit_value&quot; are integers.
16402 The special values &quot;INF&quot; and &quot;-INF&quot; may be used for large
16403 positive and negative integers.
16405 Actually, a list of intervals may be used if you wish.
16406 A list would look like
16408 <CENTER><SAMP>(min_exit_value1,max_exit_value1),(min_exit_value2,max_exit_value2),...</SAMP></CENTER>
16410 When there is an Exit Status Interval defined, it is a match if the exit status
16411 of the categorizer command is contained in any of the intervals.
16412 The intervals include both endpoints.
16414 The default interval is
16416 <CENTER><SAMP>(0,0)</SAMP></CENTER>
16418 and it matches only if the command exits with exit status equal to zero.
16421 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16422 for more information on Patterns.
16424 Look <A HREF="h_edit_nav_cmds">here</A>
16425 to see the available Editing and Navigation commands.
16427 &lt;End of help on this topic&gt;
16428 </BODY>
16429 </HTML>
16430 ======= h_config_role_cat_limit =======
16431 <HTML>
16432 <HEAD>
16433 <TITLE>Character Limit Explained</TITLE>
16434 </HEAD>
16435 <BODY>
16436 <H1>Character Limit Explained</H1>
16438 Setting this option makes it possible to limit how much of the message
16439 is made available to the categorizer command as input.
16440 The default value (-1) means that the entire message is fed to the
16441 command.
16442 A value of 0 (zero) means that only the headers of the message are
16443 made available.
16444 A positive integer means that the headers plus that many characters from
16445 the body of the message are passed to the categorizer.
16448 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16449 for more information on Patterns.
16451 Look <A HREF="h_edit_nav_cmds">here</A>
16452 to see the available Editing and Navigation commands.
16454 &lt;End of help on this topic&gt;
16455 </BODY>
16456 </HTML>
16457 ======= h_config_role_age =======
16458 <HTML>
16459 <HEAD>
16460 <TITLE>Age Interval Explained</TITLE>
16461 </HEAD>
16462 <BODY>
16463 <H1>Age Interval Explained</H1>
16465 The Age Interval, if defined, is part of the Pattern.
16466 If you use this, it should be set to something like:
16468 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
16470 where &quot;min_age&quot; and &quot;max_age&quot; are non-negative integers.
16471 The special value &quot;INF&quot; may be used for the max value.
16472 It represents infinity.
16474 In rare cases it may be useful to use the more general form of the value,
16475 which is a comma-separated list of intervals.
16476 It would look something like:
16478 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
16480 When there is an Age Interval defined, it is a match if the age, in days, of
16481 the message is contained in the interval.
16482 The interval includes both endpoints.
16483 If the option is set to a list of intervals then it is a match if the
16484 age of the message is contained in any of the intervals.
16486 Even though this option is called Age, it isn't actually
16487 the <EM>age</EM> of the message.
16488 Instead, it is how many days ago the message arrived in one of your folders.
16489 If the current time is a little past midnight, then a message that arrived
16490 just before midnight arrived yesterday, even though the message is only
16491 a few minutes old.
16492 By default, the date being used is not the date in the Date
16493 header of the message.
16494 It is the date that the message arrived in one of your folders.
16495 When you Save a message from one folder to another that arrival date
16496 is preserved.
16497 If you would like to use the date in the Date header that is possible.
16498 Turn on the option
16499 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
16500 near the bottom of the rule definition.
16502 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
16503 The age interval
16505 <CENTER><SAMP>(2,2)</SAMP></CENTER>
16507 matches all messages that arrived on the day before yesterday.
16508 The interval
16510 <CENTER><SAMP>(180,INF)</SAMP></CENTER>
16512 matches all messages that arrived at least 180 days before today.
16513 The interval
16515 <CENTER><SAMP>(0,1)</SAMP></CENTER>
16517 matches all messages that arrived today or yesterday.
16520 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16521 for more information on Patterns.
16523 Look <A HREF="h_edit_nav_cmds">here</A>
16524 to see the available Editing and Navigation commands.
16526 &lt;End of help on this topic&gt;
16527 </BODY>
16528 </HTML>
16529 ======= h_config_role_size =======
16530 <HTML>
16531 <HEAD>
16532 <TITLE>Size Interval Explained</TITLE>
16533 </HEAD>
16534 <BODY>
16535 <H1>Size Interval Explained</H1>
16537 The Size Interval, if defined, is part of the Pattern.
16538 If you use this, it should be set to something like:
16540 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
16542 where &quot;min_size&quot; and &quot;max_size&quot; are non-negative integers.
16543 The special value &quot;INF&quot; may be used for the max value.
16544 It represents infinity.
16546 In rare cases it may be useful to use the more general form of the value,
16547 which is a comma-separated list of intervals.
16548 It would look something like:
16550 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
16552 When there is a Size Interval defined, it is a match if the size of
16553 the message is contained in the interval.
16554 The interval includes both endpoints.
16555 If the option is set to a list of intervals then it is a match if the
16556 size of the message is contained in any of the intervals.
16558 The size interval
16560 <CENTER><SAMP>(10000,50000)</SAMP></CENTER>
16562 matches all messages with sizes greater than or equal to 10000, and less
16563 than or equal to 50000.
16564 The interval
16566 <CENTER><SAMP>(100000,INF)</SAMP></CENTER>
16568 matches all messages with sizes greater than or equal to 100000.
16571 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16572 for more information on Patterns.
16574 Look <A HREF="h_edit_nav_cmds">here</A>
16575 to see the available Editing and Navigation commands.
16577 &lt;End of help on this topic&gt;
16578 </BODY>
16579 </HTML>
16580 ======= h_config_role_scorei =======
16581 <HTML>
16582 <HEAD>
16583 <TITLE>Score Interval Explained</TITLE>
16584 </HEAD>
16585 <BODY>
16586 <H1>Score Interval Explained</H1>
16588 The Score Interval, if defined, is part of the Pattern.
16589 If you use this, it should be set to something like:
16591 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
16593 where &quot;min_score&quot; and &quot;max_score&quot; are integers between
16594 -32000 and 32000.
16595 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
16596 the min and max values.
16597 These represent negative and positive infinity.
16599 Actually, the value may be a list of intervals rather than just a
16600 single interval if that is useful.
16601 The elements of the list are separated by commas like:
16603 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
16605 When there is a Score Interval defined, it is a match if the score for
16606 the message is contained in any of the intervals.
16607 The intervals include both endpoints.
16608 The score for a message is calculated by looking at every scoring rule
16609 defined and adding up the Score Values for the rules that match the message.
16610 Scoring rules are created using the
16611 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
16614 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16615 for more information on Patterns.
16617 Look <A HREF="h_edit_nav_cmds">here</A>
16618 to see the available Editing and Navigation commands.
16620 &lt;End of help on this topic&gt;
16621 </BODY>
16622 </HTML>
16623 ======= h_config_role_fldr_type =======
16624 <HTML>
16625 <HEAD>
16626 <TITLE>Current Folder Type Explained</TITLE>
16627 </HEAD>
16628 <BODY>
16629 <H1>Current Folder Type Explained</H1>
16631 The Current Folder Type is part of the role's Pattern.
16632 It refers to the type of the currently open folder, which is the folder
16633 you were last looking at from the MESSAGE INDEX or MESSAGE TEXT screen.
16634 In order for a role to be considered a match, the current folder must
16635 be of the type you set here.
16636 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16637 all what you might think.
16639 If the Current Folder Type for a role's Pattern is set to &quot;News&quot;, for
16640 example, then
16641 that role will only be a match if the current folder is a newsgroup and
16642 the rest of the Pattern matches.
16643 The value &quot;Specific&quot; may be used when you want to limit the match
16644 to a specific folder (not just a specific type of folder), or to a list of
16645 specific folders.
16647 In order to match a specific folder you Select the &quot;Specific&quot;
16648 button <EM>AND</EM> fill in
16649 the name (or list of names) of
16650 the folder in the &quot;Folder List&quot; field.
16651 If the current folder is any of the folders in the list, that is considered
16652 a match.
16653 The name of each folder in the list may be either &quot;INBOX&quot;,
16654 the technical specification
16655 of the folder (like what appears in your configuration file) or, if the
16656 folder is one of your incoming folders, it may be the nickname you've given
16657 the folder.
16658 Here are a couple samples of specific folder names:
16660 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16662 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
16664 The easiest way to fill in the &quot;Folder List&quot; field is to use
16665 the &quot;T&quot; command that is available when the &quot;Folder List&quot; line is
16666 highlighted, or to use the &quot;Take&quot; command with the configuration
16667 feature
16668 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
16669 turned on.
16670 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16671 Current Folder Type is set to &quot;Specific&quot;, and any value that
16672 &quot;Folder List&quot; has is ignored unless the type
16673 is set to &quot;Specific&quot;.
16675 When reading a newsgroup, there may be a performance penalty
16676 incurred when collecting the information necessary to check a Pattern.
16677 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
16679 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16680 for more information on Patterns.
16682 Look <A HREF="h_edit_nav_cmds">here</A>
16683 to see the available Editing and Navigation commands.
16685 &lt;End of help on this topic&gt;
16686 </BODY>
16687 </HTML>
16688 ======= h_config_filt_rule_type =======
16689 <HTML>
16690 <HEAD>
16691 <TITLE>Filter Action Explained</TITLE>
16692 </HEAD>
16693 <BODY>
16694 <H1>Filter Action Explained</H1>
16696 The Filter Action specifies the action to be taken when the Pattern is a
16697 match.
16698 It may be set to &quot;Delete&quot; &quot;Move&quot;, or
16699 &quot;Just Set Message Status&quot;.
16701 If it is set to &quot;Delete&quot;, then the message that matches the
16702 Pattern will be deleted from the open folder.
16704 If it is set to &quot;Move&quot;, then the name of the folder to which
16705 the matching message should be moved is given in the &quot;Folder List&quot; field on the
16706 next line of the screen.
16707 A list of folders separated by commas may be given, in which case the
16708 message will be copied to all of the folders in the list before it is
16709 deleted.
16711 If it is set to neither of those two values (it is set to the value
16712 labeled &quot;Just Set Message Status&quot;) then the message status
16713 setting will happen
16714 but the message will not be deleted or moved.
16716 If you are Moving a message you may also set Message Status if you wish.
16718 The easiest way to fill in the &quot;Folder List&quot; field is to use
16719 the T command that is available when the &quot;Folder List&quot; line is
16720 highlighted.
16721 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16722 Filter Action is set to &quot;Move&quot;, and any value that
16723 &quot;Folder List&quot; has is ignored unless the type
16724 is set to &quot;Move&quot;.
16726 There are a few tokens that may be used in the names in the Folder List.
16727 They are all related to the date on which the filtering is taking place.
16728 The tokens are words surrounded by underscores.
16729 For example, if you want your filter to move messages to a folder named
16730 <P><CENTER><SAMP>abc-year-mon</SAMP></CENTER><P>
16731 you could specify the folder as
16732 <P><CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER><P>
16733 which would result in a file named something like
16734 <P><CENTER><SAMP>abc-2004-oct</SAMP></CENTER><P>
16736 <P><CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER><P>
16737 which would result in a file named something like
16738 <P><CENTER><SAMP>abc-04-10</SAMP></CENTER><P>
16739 The available tokens are listed
16740 <A HREF="h_index_tokens">here</A>.
16742 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16743 for more information on Patterns.
16745 Look <A HREF="h_edit_nav_cmds">here</A>
16746 to see the available Editing and Navigation commands.
16748 &lt;End of help on this topic&gt;
16749 </BODY>
16750 </HTML>
16751 ======= h_config_score_fldr_type =======
16752 <HTML>
16753 <HEAD>
16754 <TITLE>Current Folder Type Explained</TITLE>
16755 </HEAD>
16756 <BODY>
16757 <H1>Current Folder Type Explained</H1>
16759 The Current Folder Type is part of the scoring rule's Pattern.
16760 It refers to the type of the folder that
16761 the message being scored is in.
16762 In order for a rule to be considered a match, the current folder must
16763 be of the type you set here.
16764 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16765 all what you might think.
16767 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
16768 example, then
16769 that Pattern will only match if the current folder is a newsgroup and
16770 the rest of the Pattern matches.
16771 The value &quot;Specific&quot; may be used when you want to limit the match
16772 to a specific folder (not just a specific type of folder), or to a list of
16773 specific folders.
16775 In order to match a specific folder you Select the &quot;Specific&quot;
16776 button <EM>AND</EM> fill in
16777 the name (or list of names) of
16778 the folder in the &quot;Folder List&quot; field.
16779 If the current folder is any of the folders in the list, that is considered
16780 a match.
16781 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
16782 of the folder (like what appears in your configuration file) or, if the
16783 folder is one of your incoming folders, it may be the nickname you've given
16784 the folder.
16785 Here are a couple samples of specific folder names:
16787 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16789 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
16791 The easiest way to fill in the &quot;Folder List&quot; field is to use
16792 the T command that is available when the &quot;Folder List&quot; line is
16793 highlighted.
16794 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16795 Current Folder Type is set to &quot;Specific&quot;, and any value that
16796 &quot;Folder List&quot; has is ignored unless the type
16797 is set to &quot;Specific&quot;.
16799 When reading a newsgroup, there may be a performance penalty
16800 incurred when collecting the information necessary to check a Pattern.
16801 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
16802 For example, if you have Index Line Coloring rules that have Score Intervals
16803 defined then the scores for all the visible messages will need to be calculated.
16804 If some of your Scoring rules have 
16805 a Current Folder Type of
16806 &quot;Any&quot; or &quot;News&quot; this may cause the MESSAGE INDEX
16807 screen to draw more slowly when in a newsgroup.
16809 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16810 for more information on Patterns.
16812 Look <A HREF="h_edit_nav_cmds">here</A>
16813 to see the available Editing and Navigation commands.
16815 &lt;End of help on this topic&gt;
16816 </BODY>
16817 </HTML>
16818 ======= h_config_other_fldr_type =======
16819 <HTML>
16820 <HEAD>
16821 <TITLE>Current Folder Type Explained</TITLE>
16822 </HEAD>
16823 <BODY>
16824 <H1>Current Folder Type Explained</H1>
16826 The Current Folder Type is part of the rule's Pattern.
16827 It refers to the type of the folder being viewed.
16828 In order for a rule to be considered a match, the current folder must
16829 be of the type you set here.
16830 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16831 all what you might think.
16833 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
16834 example, then
16835 that Pattern will only match if the current folder is a newsgroup.
16836 The value &quot;Specific&quot; may be used when you want to limit the match
16837 to a specific folder (not just a specific type of folder), or to a list of
16838 specific folders.
16840 In order to match a specific folder you Select the &quot;Specific&quot;
16841 button <EM>AND</EM> fill in
16842 the name (or list of names) of
16843 the folder in the &quot;Folder List&quot; field.
16844 If the current folder is any of the folders in the list, that is considered
16845 a match.
16846 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
16847 of the folder (like what appears in your configuration file) or, if the
16848 folder is one of your incoming folders, it may be the nickname you've given
16849 the folder.
16850 Here are a couple samples of specific folder names:
16852 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16854 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
16856 The easiest way to fill in the &quot;Folder List&quot; field is to use
16857 the T command that is available when the &quot;Folder List&quot; line is
16858 highlighted.
16859 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16860 Current Folder Type is set to &quot;Specific&quot;, and any value that
16861 &quot;Folder List&quot; has is ignored unless the type
16862 is set to &quot;Specific&quot;.
16864 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16865 for more information on Patterns.
16867 Look <A HREF="h_edit_nav_cmds">here</A>
16868 to see the available Editing and Navigation commands.
16870 &lt;End of help on this topic&gt;
16871 </BODY>
16872 </HTML>
16873 ======= h_config_incol_fldr_type =======
16874 <HTML>
16875 <HEAD>
16876 <TITLE>Current Folder Type Explained</TITLE>
16877 </HEAD>
16878 <BODY>
16879 <H1>Current Folder Type Explained</H1>
16881 The Current Folder Type is part of the Line Coloring rule's Pattern.
16882 It refers to the type of the folder for which the MESSAGE INDEX is
16883 being viewed.
16884 In order for a rule to be considered a match, the current folder must
16885 be of the type you set here.
16886 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16887 all what you might think.
16889 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
16890 example, then
16891 that Pattern will only match if the current folder is a newsgroup and
16892 the rest of the Pattern matches.
16893 The value &quot;Specific&quot; may be used when you want to limit the match
16894 to a specific folder (not just a specific type of folder), or to a list of
16895 specific folders.
16897 In order to match a specific folder you Select the &quot;Specific&quot;
16898 button <EM>AND</EM> fill in
16899 the name (or list of names) of
16900 the folder in the &quot;Folder List&quot; field.
16901 If the current folder is any of the folders in the list, that is considered
16902 a match.
16903 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
16904 of the folder (like what appears in your configuration file) or, if the
16905 folder is one of your incoming folders, it may be the nickname you've given
16906 the folder.
16907 Here are a couple samples of specific folder names:
16909 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16911 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
16913 The easiest way to fill in the &quot;Folder List&quot; field is to use
16914 the T command that is available when the &quot;Folder List&quot; line is
16915 highlighted.
16916 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16917 Current Folder Type is set to &quot;Specific&quot;, and any value that
16918 &quot;Folder List&quot; has is ignored unless the type
16919 is set to &quot;Specific&quot;.
16921 When reading a newsgroup, there may be a performance penalty
16922 incurred when collecting the information necessary to check a Pattern.
16923 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
16924 For example, a rule with a non-Normal Index Line Color
16925 and a Current Folder Type of
16926 &quot;Any&quot; or &quot;News&quot; may cause the MESSAGE INDEX
16927 screen to draw more slowly when in a newsgroup.
16929 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16930 for more information on Patterns.
16932 Look <A HREF="h_edit_nav_cmds">here</A>
16933 to see the available Editing and Navigation commands.
16935 &lt;End of help on this topic&gt;
16936 </BODY>
16937 </HTML>
16938 ======= h_config_filt_fldr_type =======
16939 <HTML>
16940 <HEAD>
16941 <TITLE>Current Folder Type Explained</TITLE>
16942 </HEAD>
16943 <BODY>
16944 <H1>Current Folder Type Explained</H1>
16946 The Current Folder Type is part of the Filtering rule's Pattern.
16947 It refers to the type of the folder for which the filtering is being done.
16948 In order for a rule to be considered a match, the current folder must
16949 be of the type you set here.
16950 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16951 all what you might think.
16953 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
16954 example, then
16955 that Pattern will only match if the current folder is a newsgroup and
16956 the rest of the Pattern matches.
16957 The value &quot;Specific&quot; may be used when you want to limit the match
16958 to a specific folder (not just a specific type of folder), or to a list of
16959 specific folders.
16961 In order to match a specific folder you Select the &quot;Specific&quot;
16962 button <EM>AND</EM> fill in
16963 the name (or list of names) of
16964 the folder in the &quot;Folder List&quot; field.
16965 If the current folder is any of the folders in the list, that is considered
16966 a match.
16967 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
16968 of the folder (like what appears in your configuration file) or, if the
16969 folder is one of your incoming folders, it may be the nickname you've given
16970 the folder.
16971 Here are a couple samples of specific folder names:
16973 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16975 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
16977 The easiest way to fill in the &quot;Folder List&quot; field is to use
16978 the T command that is available when the &quot;Folder List&quot; line is
16979 highlighted.
16980 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16981 Current Folder Type is set to &quot;Specific&quot;, and any value that
16982 &quot;Folder List&quot; has is ignored unless the type
16983 is set to &quot;Specific&quot;.
16985 When reading a newsgroup, there may be a performance penalty
16986 incurred when collecting the information necessary to check a Pattern.
16987 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
16988 For example, a rule with a Current Folder Type of either
16989 &quot;Any&quot; or &quot;News&quot; may cause the filtering to happen
16990 more slowly when opening a newsgroup.
16992 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16993 for more information on Patterns.
16995 Look <A HREF="h_edit_nav_cmds">here</A>
16996 to see the available Editing and Navigation commands.
16998 &lt;End of help on this topic&gt;
16999 </BODY>
17000 </HTML>
17001 ======= h_config_role_stat_imp =======
17002 <HTML>
17003 <HEAD>
17004 <TITLE>Message Important Status Explained</TITLE>
17005 </HEAD>
17006 <BODY>
17007 <H1>Message Important Status Explained</H1>
17009 This part of the Pattern may have one of three possible values.
17010 The default value is &quot;Don't care&quot;, which matches any message.
17011 The other two values are &quot;Yes&quot;, which means the message must be
17012 flagged &quot;Important&quot; in order to be a match; or &quot;No&quot;, which
17013 means the message must <EM>not</EM> be flagged &quot;Important&quot; in order
17014 to be a match.
17016 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17017 for more information on Patterns.
17019 Look <A HREF="h_edit_nav_cmds">here</A>
17020 to see the available Editing and Navigation commands.
17022 &lt;End of help on this topic&gt;
17023 </BODY>
17024 </HTML>
17025 ======= h_config_role_stat_new =======
17026 <HTML>
17027 <HEAD>
17028 <TITLE>Message New Status Explained</TITLE>
17029 </HEAD>
17030 <BODY>
17031 <H1>Message New Status Explained</H1>
17033 This part of the Pattern may have one of three possible values.
17034 The default value is &quot;Don't care&quot;, which matches any message.
17035 The other two values are &quot;Yes&quot;, which means the message must be
17036 &quot;New&quot; in order to be a match; or &quot;No&quot;, which
17037 means the message must <EM>not</EM> be &quot;New&quot; in order
17038 to be a match.
17039 &quot;New&quot; is the same as <EM>Unseen</EM> and not &quot;New&quot; is the
17040 same as <EM>Seen</EM>.
17042 The nomenclature for New and Recent is a bit confusing:
17044 New means that the message is Unseen.
17045 It could have been in your mailbox for a long time but if you haven't looked
17046 at it, it is still considered New.
17047 That matches the default Alpine index display that shows an N for such a
17048 message.
17050 Recent means that the message was added to this folder since the last time
17051 you opened the folder.
17052 Alpine also shows an N by default for these types of messages.
17053 If you were to run two copies of Alpine that opened a folder one right after
17054 the other, a message would only show up as Recent in (at most) the first
17055 Alpine session.
17057 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17058 for more information on Patterns.
17060 Look <A HREF="h_edit_nav_cmds">here</A>
17061 to see the available Editing and Navigation commands.
17063 &lt;End of help on this topic&gt;
17064 </BODY>
17065 </HTML>
17066 ======= h_config_role_stat_recent =======
17067 <HTML>
17068 <HEAD>
17069 <TITLE>Message Recent Status Explained</TITLE>
17070 </HEAD>
17071 <BODY>
17072 <H1>Message Recent Status Explained</H1>
17074 This part of the Pattern may have one of three possible values.
17075 The default value is &quot;Don't care&quot;, which matches any message.
17076 The other two values are &quot;Yes&quot;, which means the message must be
17077 &quot;Recent&quot; in order to be a match; or &quot;No&quot;, which
17078 means the message must <EM>not</EM> be &quot;Recent&quot; in order
17079 to be a match.
17080 &quot;Recent&quot; means that the message was added to the folder since
17081 the last time the folder was opened.
17082 If more than one mail client has the folder opened, the message will
17083 appear to be &quot;Recent&quot; to only one of the clients.
17085 The nomenclature for New and Recent is a bit confusing:
17087 New means that the message is Unseen.
17088 It could have been in your mailbox for a long time but if you haven't looked
17089 at it, it is still considered New.
17090 That matches the default Alpine index display that shows an N for such a
17091 message.
17093 Recent means that the message was added to this folder since the last time
17094 you opened the folder.
17095 Alpine also shows an N by default for these types of messages.
17096 If you were to run two copies of Alpine that opened a folder one right after
17097 the other, a message would only show up as Recent in (at most) the first
17098 Alpine session.
17100 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17101 for more information on Patterns.
17103 Look <A HREF="h_edit_nav_cmds">here</A>
17104 to see the available Editing and Navigation commands.
17106 &lt;End of help on this topic&gt;
17107 </BODY>
17108 </HTML>
17109 ======= h_config_role_stat_del =======
17110 <HTML>
17111 <HEAD>
17112 <TITLE>Message Deleted Status Explained</TITLE>
17113 </HEAD>
17114 <BODY>
17115 <H1>Message Deleted Status Explained</H1>
17117 This part of the Pattern may have one of three possible values.
17118 The default value is &quot;Don't care&quot;, which matches any message.
17119 The other two values are &quot;Yes&quot;, which means the message must be
17120 marked &quot;Deleted&quot; in order to be a match; or &quot;No&quot;, which
17121 means the message must <EM>not</EM> be marked &quot;Deleted&quot; in order
17122 to be a match.
17124 If you are thinking of using this part of the Pattern as a way to prevent
17125 messages from being filtered more than once in a Filter Pattern,
17126 take a look at the Filter Option
17127 <A HREF="h_config_filt_opts_notdel">&quot;Move-Only-if-Not-Deleted&quot;</A>
17128 instead.
17129 It should work better than using this field since it will hide the filtered
17130 messages even if they are already Deleted.
17131 That option is at the bottom of the Filter configuration screen.
17133 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17134 for more information on Patterns.
17136 Look <A HREF="h_edit_nav_cmds">here</A>
17137 to see the available Editing and Navigation commands.
17139 &lt;End of help on this topic&gt;
17140 </BODY>
17141 </HTML>
17142 ======= h_config_role_stat_ans =======
17143 <HTML>
17144 <HEAD>
17145 <TITLE>Message Answered Status Explained</TITLE>
17146 </HEAD>
17147 <BODY>
17148 <H1>Message Answered Status Explained</H1>
17150 This part of the Pattern may have one of three possible values.
17151 The default value is &quot;Don't care&quot;, which matches any message.
17152 The other two values are &quot;Yes&quot;, which means the message must be
17153 marked &quot;Answered&quot; in order to be a match; or &quot;No&quot;, which
17154 means the message must <EM>not</EM> be marked &quot;Answered&quot; in order
17155 to be a match.
17157 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17158 for more information on Patterns.
17160 Look <A HREF="h_edit_nav_cmds">here</A>
17161 to see the available Editing and Navigation commands.
17163 &lt;End of help on this topic&gt;
17164 </BODY>
17165 </HTML>
17166 ======= h_config_role_abookfrom =======
17167 <HTML>
17168 <HEAD>
17169 <TITLE>Address in Address Book Explained</TITLE>
17170 </HEAD>
17171 <BODY>
17172 <H1>Address in Address Book Explained</H1>
17174 This option gives you a way to match messages that contain an address
17175 that is in one of your address books.
17176 Only the simple entries in your address books are searched.
17177 Address book distribution lists are ignored!
17179 This part of the Pattern may have one of five possible values.
17180 The default value is &quot;Don't care&quot;, which matches any message.
17181 The value &quot;Yes, in any address book&quot; means at least one of the addresses
17182 from the message must be in at least one of your
17183 address books in order to be a match.
17184 The value &quot;No, not in any address book&quot;
17185 means none of the addresses may
17186 be in any of your address books in order to be a match.
17188 The values &quot;Yes, in specific address books&quot; and
17189 &quot;No, not in any of specific address books&quot; are similar but instead
17190 of depending on all address books you are allowed to give a list of address
17191 books to look in.
17192 Usually this would be a single address book but it may be a
17193 list of address books as well.
17194 For each of these &quot;specific&quot; address book options you Select which
17195 of the Specific options you want (Yes or No) <EM>AND</EM> fill in the
17196 name (or list of names) of the address book in the
17197 &quot;Abook List&quot; field.
17198 The names to be used are those that appear in the ADDRESS BOOK LIST screen.
17199 The easiest way to fill in the Abook List field it to use
17200 the &quot;T&quot; command that is available when the &quot;Abook List&quot;
17201 line is highlighted.
17202 Note that you won't be able to edit the &quot;Abook List&quot; line unless the
17203 option is set to one of the two &quot;Specific&quot;, values.
17205 The addresses from the message that are checked for are determined by the
17206 setting you have for &quot;Types of addresses to check for in address book&quot;.
17207 If you set this to &quot;From&quot; the From address from the message will
17208 be looked up in the address book.
17209 If you set it to &quot;To&quot; instead then the To addresses will be used.
17210 If any of the To addresses are in the address book then it is considered
17211 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
17212 You could set it to both From and To, in which case all of the From and To
17213 addresses are used.
17214 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
17215 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
17216 exists or the From address if there is no Reply-To address.
17217 Same for the Sender address.
17219 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17220 for more information on Patterns.
17222 Look <A HREF="h_edit_nav_cmds">here</A>
17223 to see the available Editing and Navigation commands.
17225 &lt;End of help on this topic&gt;
17226 </BODY>
17227 </HTML>
17228 ======= h_config_inabook_from =======
17229 <HTML>
17230 <HEAD>
17231 <TITLE>From</TITLE>
17232 </HEAD>
17233 <BODY>
17234 <H1>From</H1>
17236 Setting the From line will cause the address from the From header line
17237 of the message to be checked for in the address book.
17239 &lt;End of help on this topic&gt;
17240 </BODY>
17241 </HTML>
17242 ======= h_config_inabook_replyto =======
17243 <HTML>
17244 <HEAD>
17245 <TITLE>Reply-To</TITLE>
17246 </HEAD>
17247 <BODY>
17248 <H1>Reply-To</H1>
17250 Setting the Reply-To line will cause the address from the Reply-To header line
17251 of the message to be checked for in the address book.
17252 However, if there is no Reply-To header line in the message the From header
17253 line will be used instead.
17254 We understand this is dumb but we don't have an easy way around it.
17256 &lt;End of help on this topic&gt;
17257 </BODY>
17258 </HTML>
17259 ======= h_config_inabook_sender =======
17260 <HTML>
17261 <HEAD>
17262 <TITLE>Sender</TITLE>
17263 </HEAD>
17264 <BODY>
17265 <H1>Sender</H1>
17267 Setting the Sender line will cause the address from the Sender header line
17268 of the message to be checked for in the address book.
17269 However, if there is no Sender header line in the message the From header
17270 line will be used instead.
17271 We understand this is dumb but we don't have an easy way around it.
17273 &lt;End of help on this topic&gt;
17274 </BODY>
17275 </HTML>
17276 ======= h_config_inabook_to =======
17277 <HTML>
17278 <HEAD>
17279 <TITLE>To</TITLE>
17280 </HEAD>
17281 <BODY>
17282 <H1>To</H1>
17284 Setting the To line will cause the address from the To header line
17285 of the message to be checked for in the address book.
17287 &lt;End of help on this topic&gt;
17288 </BODY>
17289 </HTML>
17290 ======= h_config_inabook_cc =======
17291 <HTML>
17292 <HEAD>
17293 <TITLE>CC</TITLE>
17294 </HEAD>
17295 <BODY>
17296 <H1>CC</H1>
17298 Setting the CC line will cause the address from the CC header line
17299 of the message to be checked for in the address book.
17301 &lt;End of help on this topic&gt;
17302 </BODY>
17303 </HTML>
17304 ======= h_config_role_stat_8bitsubj =======
17305 <HTML>
17306 <HEAD>
17307 <TITLE>Raw 8-bit in Subject Explained</TITLE>
17308 </HEAD>
17309 <BODY>
17310 <H1>Raw 8-bit in Subject Explained</H1>
17312 It seems that lots of unwanted email contains unencoded 8-bit characters
17313 in the Subject.
17314 Normally, characters with the 8th bit set are not allowed in the Subject
17315 header unless they are MIME-encoded.
17316 This option gives you a way to match messages that have Subjects that
17317 contain unencoded 8-bit characters.
17319 This part of the Pattern may have one of three possible values.
17320 The default value is &quot;Don't care&quot;, which matches any message.
17321 The other two values are &quot;Yes&quot;, which means the Subject of
17322 the message must contain unencoded 8-bit characters (characters with the
17323 most significant bit set)
17324 in order to be a match; or &quot;No&quot;, which
17325 means the Subject must <EM>not</EM>
17326 contain unencoded 8-bit characters in order to be a match.
17328 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17329 for more information on Patterns.
17331 Look <A HREF="h_edit_nav_cmds">here</A>
17332 to see the available Editing and Navigation commands.
17334 &lt;End of help on this topic&gt;
17335 </BODY>
17336 </HTML>
17337 ======= h_config_role_bom =======
17338 <HTML>
17339 <HEAD>
17340 <TITLE>Beginning of Month</TITLE>
17341 </HEAD>
17342 <BODY>
17343 <H1>Beginning of Month</H1>
17345 This option gives you a limited ability to take different actions depending on whether
17346 this is the first time Alpine has been run this month or not.
17347 Though it would be nice to have such an option available, this is not the
17348 same as whether or not this is the first time a paricular folder has been
17349 opened this month.
17350 If you want some action (probably Filtering) to take place in a folder each
17351 month, then you will need to be sure that the folder is opened during the
17352 first Alpine session of the month in order for this option to be helpful.
17354 This part of the Pattern may have one of three possible values.
17355 The default value is &quot;Don't care&quot;, which matches any message.
17356 The other two values are &quot;Yes&quot;, which means this is the first
17357 time Alpine has been run this month;
17358 or &quot;No&quot;, which
17359 means this is not the first time Alpine has been run this month.
17361 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17362 for more information on Patterns.
17364 Here are some technical details.
17365 The way that Alpine decides if it is the beginning of the month or not is
17366 to compare today's date with the date stored in the
17367 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
17368 variable in the config file.
17369 If the month of today's date is later than the month stored in the variable,
17370 then this is considered to be the first time you have run Alpine this month, and
17371 that turns the Beginning of the Month option on.
17373 Look <A HREF="h_edit_nav_cmds">here</A>
17374 to see the available Editing and Navigation commands.
17376 &lt;End of help on this topic&gt;
17377 </BODY>
17378 </HTML>
17379 ======= h_config_role_boy =======
17380 <HTML>
17381 <HEAD>
17382 <TITLE>Beginning of Year</TITLE>
17383 </HEAD>
17384 <BODY>
17385 <H1>Beginning of Year</H1>
17387 This option gives you a limited ability to take different actions depending on whether
17388 this is the first time Alpine has been run this year or not.
17389 Though it would be nice to have such an option available, this is not the
17390 same as whether or not this is the first time a paricular folder has been
17391 opened this year.
17392 If you want some action (probably Filtering) to take place in a folder each
17393 year, then you will need to be sure that the folder is opened during the
17394 first Alpine session of the year in order for this option to be helpful.
17396 This part of the Pattern may have one of three possible values.
17397 The default value is &quot;Don't care&quot;, which matches any message.
17398 The other two values are &quot;Yes&quot;, which means this is the first
17399 time Alpine has been run this year;
17400 or &quot;No&quot;, which
17401 means this is not the first time Alpine has been run this year.
17403 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17404 for more information on Patterns.
17406 Here are some technical details.
17407 The way that Alpine decides if it is the beginning of the year or not is
17408 to compare today's date with the date stored in the
17409 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
17410 variable in the config file.
17411 If the year of today's date is later than the year stored in the variable,
17412 then this is considered to be the first time you have run Alpine this year, and
17413 that turns the Beginning of the Year option on.
17415 Look <A HREF="h_edit_nav_cmds">here</A>
17416 to see the available Editing and Navigation commands.
17418 &lt;End of help on this topic&gt;
17419 </BODY>
17420 </HTML>
17421 ======= h_config_role_inick =======
17422 <HTML>
17423 <HEAD>
17424 <TITLE>Initialize Values From Role Explained</TITLE>
17425 </HEAD>
17426 <BODY>
17427 <H1>Initialize Values From Role Explained</H1>
17429 This is a power user feature.
17430 You will usually want to leave this field empty.
17431 The value of this field is the nickname of another one of your roles.
17432 The Action values from that other role
17433 are used as the initial values of the Action items for this role.
17434 If you put something in any of the action fields for this role, that will
17435 override whatever was in the corresponding field of the initializer role.
17437 You might use this field if the &quot;Action&quot; part of one of your roles
17438 is something you want to use in more than one role.
17439 Instead of filling in those action values again for each role, you
17440 may give the nickname of the role where the values are filled in.
17441 It's just a shortcut way to define Role Actions.
17443 Here's an example to help explain how this works.
17444 Suppose you have a role with nickname &quot;role1&quot; and role1 has
17445 (among other things)
17447 <CENTER><SAMP>Set Reply-To = The Pres &lt;president@example.com&gt;</SAMP></CENTER>
17449 set.
17450 If in &quot;role2&quot; you set &quot;Initialize settings using role&quot; to
17451 &quot;role1&quot;, then role2 will inherit the Set Reply-To value
17452 from role1 by default (and any of the other inheritable action values
17453 that are set).
17454 So if role2 had
17456 <CENTER><SAMP>Set Reply-To = &lt;No Value Set&gt;</SAMP></CENTER>
17458 defined, the Reply-To used with role2 would be &quot;The Pres &lt;president@example.com&gt;&quot;
17459 However, if role2 had
17461 <CENTER><SAMP>Set Reply-To = VP &lt;vicepresident@example.com&gt;</SAMP></CENTER>
17463 defined, then the Reply-To used with role2 would be &quot;VP &lt;vicepresident@example.com&gt;&quot; instead.
17465 If you wish,
17466 you may choose a nickname from your list of roles by using the
17467 &quot;T&quot; command.
17468 If the role you are using to initialize also has a role it initializes from,
17469 then that initialization happens first.
17470 That is, inheritance works as expected with the grandparent and
17471 great-grandparent (and so on) roles having the expected effect.
17473 Look <A HREF="h_edit_nav_cmds">here</A>
17474 to see the available Editing and Navigation commands.
17476 &lt;End of help on this topic&gt;
17477 </BODY>
17478 </HTML>
17479 ======= h_config_role_setfrom =======
17480 <HTML>
17481 <HEAD>
17482 <TITLE>Set From Explained</TITLE>
17483 </HEAD>
17484 <BODY>
17485 <H1>Set From Explained</H1>
17487 This describes part of the action to be taken if the Pattern for this
17488 role is a match.
17489 This field consists of a single address that will be used as the From
17490 address on the message you are sending.
17491 This should be a fully-qualified address like
17493 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
17495 or just
17497 <CENTER><SAMP>user@domain</SAMP></CENTER>
17499 If you wish,
17500 you may choose an address from your address book with the
17501 &quot;T&quot; command.
17503 If this is left blank, then your normal From address will be used.
17505 You may also find it useful to add the changed From address to the
17506 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
17507 configuration option.
17509 Look <A HREF="h_edit_nav_cmds">here</A>
17510 to see the available Editing and Navigation commands.
17512 &lt;End of help on this topic&gt;
17513 </BODY>
17514 </HTML>
17515 ======= h_config_role_setreplyto =======
17516 <HTML>
17517 <HEAD>
17518 <TITLE>Set Reply-To Explained</TITLE>
17519 </HEAD>
17520 <BODY>
17521 <H1>Set Reply-To Explained</H1>
17523 This describes part of the action to be taken if the Pattern for this
17524 role is a match.
17525 This field consists of a single address that will be used as the Reply-To
17526 address on the message you are sending.
17527 This may be a fully-qualified address like
17529 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
17531 or just
17533 <CENTER><SAMP>user@domain</SAMP></CENTER>
17535 If you wish,
17536 you may choose an address from your address book with the
17537 &quot;T&quot; command.
17539 If this is left blank, then there won't be a Reply-To address unless
17540 you have configured one specially with the
17541 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>"
17542 configuration option.
17544 Look <A HREF="h_edit_nav_cmds">here</A>
17545 to see the available Editing and Navigation commands.
17547 &lt;End of help on this topic&gt;
17548 </BODY>
17549 </HTML>
17550 ======= h_config_role_setfcc =======
17551 <HTML>
17552 <HEAD>
17553 <TITLE>Set Fcc Explained</TITLE>
17554 </HEAD>
17555 <BODY>
17556 <H1>Set Fcc Explained</H1>
17558 This describes part of the action to be taken if the Pattern for this
17559 role is a match.
17560 This field consists of a single folder name that will be used in
17561 the Fcc field of the message you are sending.
17562 You may put anything here that you would normally type into the Fcc
17563 field from the composer.
17565 In addition, an fcc of &quot;&quot; (two double quotation marks) means
17566 no Fcc.
17568 A blank field here means that Alpine will use its normal rules for deciding
17569 the default value of the Fcc field.
17570 For many roles, perhaps most, it may make more sense for you to use the
17571 other Alpine facilities for setting the Fcc.
17572 In particular, if you want the Fcc to depend on who you are sending the
17573 message to then the <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A>
17574 is probably more useful.
17575 In that case, you would want to leave the Fcc field here blank.
17576 However, if you have a role that depends on who the message you are replying
17577 to was From, or what address that message was sent to;
17578 then it might make sense to set the Fcc for that role here.
17580 If you wish,
17581 you may choose a folder from your folder collections by using the
17582 &quot;T&quot; command.
17584 Look <A HREF="h_edit_nav_cmds">here</A>
17585 to see the available Editing and Navigation commands.
17587 &lt;End of help on this topic&gt;
17588 </BODY>
17589 </HTML>
17590 ======= h_config_role_usesmtp =======
17591 <HTML>
17592 <HEAD>
17593 <TITLE>Use SMTP Server Explained</TITLE>
17594 </HEAD>
17595 <BODY>
17596 <H1>Use SMTP Server Explained</H1>
17598 This describes part of the action to be taken if the Pattern for this
17599 role is a match.
17600 If this field has a value, then it will be used as the SMTP server
17601 to send mail when this role is being used (unless the SMTP server variable
17602 is set in the system-wide fixed configuration file).
17603 It has the same semantics as the
17604 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
17605 variable in the Setup/Config screen.
17607 If you are using this to post from home when you are at home and from
17608 work when you are at work you need to be careful about postponing messages.
17609 When you postpone a composition that was using a role with this variable
17610 set, the SMTP server list will be saved
17611 with the postponed composition.
17612 It cannot be changed later.
17613 Because of this, you may want to make this a list of SMTP servers
17614 with the preferred server at the front of the list and alternate servers
17615 later in the list.
17616 In your &quot;Home&quot; role you would put the home SMTP server first and
17617 the work SMTP server last.
17618 In your &quot;Work&quot; role you would put the work SMTP server first and
17619 the home SMTP server last.
17620 Then if you start a composition as &quot;Work&quot;, postpone
17621 it, and then later resume it from home the work SMTP server will fail but
17622 the home SMTP server later in the list will succeed.
17624 You may be able to simplify things by making the regular
17625 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
17626 variable in the Setup/Config screen a list instead of using roles
17627 to set the SMTP server.
17630 Look <A HREF="h_edit_nav_cmds">here</A>
17631 to see the available Editing and Navigation commands.
17633 &lt;End of help on this topic&gt;
17634 </BODY>
17635 </HTML>
17636 ======= h_config_role_usenntp =======
17637 <HTML>
17638 <HEAD>
17639 <TITLE>Use NNTP Server Explained</TITLE>
17640 </HEAD>
17641 <BODY>
17642 <H1>Use NNTP Server Explained</H1>
17644 This describes part of the action to be taken if the Pattern for this
17645 role is a match.
17646 If this field has a value, then it will be used as the NNTP server
17647 to post to newsgroups when this role is being used (unless the NNTP server
17648 variable
17649 is set in the system-wide fixed configuration file).
17650 It has the same semantics as the
17651 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
17652 variable in the Setup/Config screen.
17654 This role setting can facilitate posting to the right nntp server for someone
17655 who reads news from various news sources.  The feature
17656 <A HREF="h_config_predict_nntp_server">&quot;<!--#echo var="FEAT_predict-nntp-server"-->&quot;</A>
17657 allows for setting the correct <!--#echo var="VAR_nntp-server"--> without having to individually
17658 set a role for that <!--#echo var="VAR_nntp-server"-->, but for greater flexibility, setting
17659 nntp servers for roles may be more desirable for some people.
17661 If you are using this to post from home when you are at home and from
17662 work when you are at work you need to be careful about postponing messages.
17663 When you postpone a composition that was using a role with this variable
17664 set, the NNTP server list will be saved
17665 with the postponed composition.
17666 It cannot be changed later.
17667 Because of this, you may want to make this a list of NNTP servers
17668 with the preferred server at the front of the list and alternate servers
17669 later in the list.
17670 In your &quot;Home&quot; role you would put the home NNTP server first and
17671 the work NNTP server last.
17672 In your &quot;Work&quot; role you would put the work NNTP server first and
17673 the home NNTP server last.
17674 Then if you start a composition as &quot;Work&quot;, postpone
17675 it, and then later resume it from home the work NNTP server will fail but
17676 the home NNTP server later in the list will succeed.
17678 You may be able to simplify things by making the regular
17679 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
17680 variable in the Setup/Config screen a list instead of using roles
17681 to set the NNTP server.
17684 Look <A HREF="h_edit_nav_cmds">here</A>
17685 to see the available Editing and Navigation commands.
17687 &lt;End of help on this topic&gt;
17688 </BODY>
17689 </HTML>
17690 ======= h_config_role_setotherhdr =======
17691 <HTML>
17692 <HEAD>
17693 <TITLE>Set Other Headers Explained</TITLE>
17694 </HEAD>
17695 <BODY>
17696 <H1>Set Other Headers Explained</H1>
17698 This describes part of the action to be taken if the Pattern for this
17699 role is a match.
17700 This field gives you a way to set values for headers besides
17701 &quot;From&quot; and &quot;Reply-To&quot;.
17702 If you want to set either of those, use the specific
17703 &quot;Set From&quot; and &quot;Set Reply-To&quot; settings above.
17705 This field is similar to the
17706 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" option.
17707 Each header you specify here must include the header tag 
17708 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
17709 and may optionally include a value for that header.
17710 In order to see these headers when you compose using this role you 
17711 must use the rich header
17712 <!--chtml if pinemode="function_key"-->(F5)
17713 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
17714 Here's an example that shows how you might set the To address.
17716 <CENTER><SAMP>Set Other Hdrs = To: Full Name &lt;user@domain&gt;</SAMP></CENTER>
17718 Headers set in this way are different from headers set with the
17719 <!--#echo var="VAR_customized-hdrs"--> option in that the value you give for a header here
17720 will replace any value that already exists.
17721 For example, if you are Replying to a message there will already be at
17722 least one address in the To header (the address you are Replying to).
17723 However, if you Reply using a role that sets the To header, that role's
17724 To header value will be used instead.
17726 Limitation: Because commas are used to separate the list of
17727 Other Headers, it is not possible to have the value of a
17728 header contain a comma;
17729 nor is there currently an &quot;escape&quot; mechanism provided
17730 to make this work.
17732 Look <A HREF="h_edit_nav_cmds">here</A>
17733 to see the available Editing and Navigation commands.
17735 &lt;End of help on this topic&gt;
17736 </BODY>
17737 </HTML>
17738 ======= h_config_role_setlitsig =======
17739 <HTML>
17740 <HEAD>
17741 <TITLE>Set Literal Signature Explained</TITLE>
17742 </HEAD>
17743 <BODY>
17744 <H1>Set Literal Signature Explained</H1>
17746 This describes part of the action to be taken if the Pattern for this
17747 role is a match.
17748 This field contains the actual text for your signature, as opposed to
17749 the name of a file containing your signature.
17750 If this is defined it takes precedence over any value set in the
17751 &quot;Set Signature&quot; field.
17753 This is simply a different way to store the signature.
17754 The signature is stored inside your Alpine configuration file instead of in
17755 a separate file.
17756 Tokens work the same way they do with
17757 <A HREF="h_config_role_setsig">Set Signature</A>, so refer to the
17758 help text there for more information.
17761 The two character sequence &#92;n (backslash followed by
17762 the character n) will be used to signify a line-break in your signature.
17763 You don't have to enter the &#92;n, but it will be visible in the
17764 CHANGE THIS ROLE RULE window after you are done editing the signature.
17766 Look <A HREF="h_edit_nav_cmds">here</A>
17767 to see the available Editing and Navigation commands.
17769 &lt;End of help on this topic&gt;
17770 </BODY>
17771 </HTML>
17772 ======= h_config_role_setsig =======
17773 <HTML>
17774 <HEAD>
17775 <TITLE>Set Signature Explained</TITLE>
17776 </HEAD>
17777 <BODY>
17778 <H1>Set Signature Explained</H1>
17780 This describes part of the action to be taken if the Pattern for this
17781 role is a match.
17783 If either the default <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A>
17784 option from Setup/Config
17785 or the &quot;Set LiteralSig&quot; option for this role are defined,
17786 then this option will be ignored.
17787 You can tell that that is the case because the value of this
17788 option will show up as
17790 <CENTER><SAMP>&lt;Ignored: using LiteralSig instead&gt;</SAMP></CENTER>
17792 You may either use all Literal Signatures (signatures stored in your
17793 configuration file) throughout Alpine, or all signature files.
17794 You can't mix the two.
17796 This field consists of a filename that will be used as the signature
17797 file when using this role.
17799 If the filename is followed by a vertical bar (|) then instead
17800 of reading the contents of the file the file is assumed to be a
17801 program that will produce the text to be used on its standard output.
17802 The program can't have any arguments and doesn't receive any input from Alpine,
17803 but the rest of the processing works as if the contents came from a file.
17805 Instead of storing the data in a local file, the
17806 signature data may be stored remotely in an IMAP folder.
17807 In order to do this, 
17808 you must use a remote name for the signature.
17809 A remote signature name might look like:
17811 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
17814 The syntax used here is the same as the syntax used for a remote
17815 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
17816 Note that you may not access an existing signature file remotely,
17817 you have to create a new <EM>folder</EM> that contains the signature data.
17818 If the name you use here for the signature data is a remote name, then when
17819 you edit the file using the &quot;F&quot; command the data will
17820 be saved remotely in the folder.
17821 You aren't required to do anything special to create the folder, it
17822 gets created if you use a remote name.
17825 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
17826 the name of the file) you have specified.
17827 If you type &quot;T&quot; you may use a browser to choose an existing filename.
17829 Besides containing regular text, a signature file may also
17830 contain (or a signature program may produce) tokens that are replaced with text
17831 that depends on the message you are replying to or forwarding.
17832 The tokens all look like _word_ (a word surrounded by underscores).
17833 For example, if the token
17835 <CENTER><SAMP>_DATE_</SAMP></CENTER>
17837 is included in the text of the signature file, then when you reply to
17838 or forward a message, the token will be replaced with the actual date
17839 the message you are replying to or forwarding was sent.
17841 If you use a role that has a signature file for a plain composition
17842 (that is, not a reply or forward) then there is no original message, so
17843 any tokens that depend on the message will be replaced with nothing.
17844 So if you want a signature file to be useful for new compositions it
17845 shouldn't include any of the tokens that depend on the message being
17846 replied to or forwarded.
17848 The list of available tokens is
17849 <A HREF="h_index_tokens">here</A>.
17851 Actually, for the adventurous, there is a way to conditionally include text based
17852 on whether or not a token would result in specific replacement text.
17853 For example, you could include some text based on whether or not
17854 the _NEWS_ token would result in any newsgroups if it was used.
17855 It's explained in detail
17856 <A HREF="h_reply_token_conditionals">here</A>.
17858 In the very unlikely event that you want to include a literal token in
17859 a signature file, you must precede it with a backslash character.
17860 For example, to include the literal text _DATE_ you must actually use
17861 &#92;_DATE_.
17862 It is not possible to have a literal backslash followed by an expanded token.
17864 A blank field here means that Alpine will use its normal rules for deciding
17865 which file (if any) to use for the signature file.
17867 An alternate method for storing the signature is available in
17868 <A HREF="h_config_role_setlitsig">Set Literal Signature</A>.
17870 Look <A HREF="h_edit_nav_cmds">here</A>
17871 to see the available Editing and Navigation commands.
17873 &lt;End of help on this topic&gt;
17874 </BODY>
17875 </HTML>
17876 ======= h_config_role_settempl =======
17877 <HTML>
17878 <HEAD>
17879 <TITLE>Set Template Explained</TITLE>
17880 </HEAD>
17881 <BODY>
17882 <H1>Set Template Explained</H1>
17884 This describes part of the action to be taken if the Pattern for this
17885 role is a match.
17886 This field consists of a filename that will be used as the template
17887 file when using this role.
17888 The template file is a file that is included at the top of the message you
17889 are composing.
17891 If the filename is followed by a vertical bar (|) then instead
17892 of reading the contents of the file the file is assumed to be a
17893 program that will produce the text to be used on its standard output.
17894 The program can't have any arguments and doesn't receive any input from Alpine,
17895 but the rest of the processing works as if the contents came from a file.
17897 Instead of storing the data in a local file, the
17898 template may be stored remotely in an IMAP folder.
17899 In order to do this, 
17900 you must use a remote name for the template.
17901 A remote template name might look like:
17903 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/templ3</SAMP></CENTER>
17906 The syntax used here is the same as the syntax used for a remote
17907 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
17908 Note that you may not access an existing template file remotely,
17909 you have to create a new <EM>folder</EM> that contains the template data.
17910 If the name you use here for the template is a remote name, then when
17911 you edit the file using the &quot;F&quot; command the data will
17912 be saved remotely in the folder.
17913 You aren't required to do anything special to create the folder, it
17914 gets created if you use a remote name.
17916 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
17917 the name of the file) you have specified.
17918 If you type &quot;T&quot; you may use a browser to choose an existing filename.
17920 Besides containing regular text, the template file may also
17921 contain (or a template file program may produce) tokens that are replaced with text
17922 that depends on the message you are replying to or forwarding.
17923 The tokens all look like _word_ (a word surrounded by underscores).
17924 For example, if the token
17926 <CENTER><SAMP>_DATE_</SAMP></CENTER>
17928 is included in the text of the template file, then when you reply to
17929 or forward a message, the token will be replaced with the actual date
17930 the message you are replying to or forwarding was sent.
17932 If you use a role that has a template file for a plain composition
17933 (that is, not a reply or forward) then there is no original message, so
17934 any tokens that depend on the message will be replaced with nothing.
17935 So if you want a template file to be useful for new compositions it
17936 shouldn't include any of the tokens that depend on the message being
17937 replied to or forwarded.
17939 The list of available tokens is
17940 <A HREF="h_index_tokens">here</A>.
17942 Actually, for the adventurous, there is a way to conditionally include text based
17943 on whether or not a token would result in specific replacement text.
17944 For example, you could include some text based on whether or not
17945 the _NEWS_ token would result in any newsgroups if it was used.
17946 It's explained in detail
17947 <A HREF="h_reply_token_conditionals">here</A>.
17949 In the very unlikely event that you want to include a literal token in
17950 a template file, you must precede it with a backslash character.
17951 For example, to include the literal text _DATE_ you must actually use
17952 &#92;_DATE_.
17953 It is not possible to have a literal backslash followed by an expanded token.
17955 A blank template field means that Alpine will not use a template file when
17956 this role is being used.
17958 Look <A HREF="h_edit_nav_cmds">here</A>
17959 to see the available Editing and Navigation commands.
17961 &lt;End of help on this topic&gt;
17962 </BODY>
17963 </HTML>
17964 ======= h_config_filt_stat_imp =======
17965 <HTML>
17966 <HEAD>
17967 <TITLE>Set Important Status Explained</TITLE>
17968 </HEAD>
17969 <BODY>
17970 <H1>Set Important Status Explained</H1>
17972 This describes part of the action to be taken if the Pattern for this
17973 filter is a match.
17974 If set to &quot;Don't change it&quot; then this does nothing.
17975 If set to &quot;Set this state&quot; then the Important flag is set
17976 for the matching message.
17977 If set to &quot;Clear this state&quot; then the Important flag is cleared
17978 for the matching message.
17979 The important flag usually causes an asterisk to show up in the MESSAGE
17980 INDEX.
17981 It may also be useful when selecting a set of messages
17982 with the Select command.
17984 Look <A HREF="h_edit_nav_cmds">here</A>
17985 to see the available Editing and Navigation commands.
17987 &lt;End of help on this topic&gt;
17988 </BODY>
17989 </HTML>
17990 ======= h_config_filt_stat_new =======
17991 <HTML>
17992 <HEAD>
17993 <TITLE>Set New Status Explained</TITLE>
17994 </HEAD>
17995 <BODY>
17996 <H1>Set New Status Explained</H1>
17998 This describes part of the action to be taken if the Pattern for this
17999 filter is a match.
18000 If set to &quot;Don't change it&quot; then this does nothing.
18001 If set to &quot;Set this state&quot; then the
18002 matching message is marked New.
18003 If set to &quot;Clear this state&quot; then the
18004 matching message is marked Seen.
18006 Look <A HREF="h_edit_nav_cmds">here</A>
18007 to see the available Editing and Navigation commands.
18009 &lt;End of help on this topic&gt;
18010 </BODY>
18011 </HTML>
18012 ======= h_config_filt_stat_ans =======
18013 <HTML>
18014 <HEAD>
18015 <TITLE>Set Answered Status Explained</TITLE>
18016 </HEAD>
18017 <BODY>
18018 <H1>Set Answered Status Explained</H1>
18020 This describes part of the action to be taken if the Pattern for this
18021 filter is a match.
18022 If set to &quot;Don't change it&quot; then this does nothing.
18023 If set to &quot;Set this state&quot; then the Answered flag is set
18024 for the matching message.
18025 If set to &quot;Clear this state&quot; then the Answered flag is cleared
18026 for the matching message.
18028 Look <A HREF="h_edit_nav_cmds">here</A>
18029 to see the available Editing and Navigation commands.
18031 &lt;End of help on this topic&gt;
18032 </BODY>
18033 </HTML>
18034 ======= h_config_filt_stat_del =======
18035 <HTML>
18036 <HEAD>
18037 <TITLE>Set Deleted Status Explained</TITLE>
18038 </HEAD>
18039 <BODY>
18040 <H1>Set Deleted Status Explained</H1>
18042 This describes part of the action to be taken if the Pattern for this
18043 filter is a match.
18044 If set to &quot;Don't change it&quot; then this does nothing.
18045 If set to &quot;Set this state&quot; then the
18046 matching message is marked Deleted.
18047 If set to &quot;Clear this state&quot; then the
18048 matching message is marked UnDeleted.
18050 You should not use this option unless you are prepared to have matching
18051 messages expunged from the folder permanently.
18052 For example, if you type the Expunge command, this filter is applied
18053 before the expunge, so matching messages will be marked Deleted and then
18054 will be permanently expunged from the folder.
18055 However, since the index isn't redrawn in between the time that the message
18056 is marked Deleted and the time that you are asked to expunge, the only
18057 indication that you are expunging the message comes in the number of messages
18058 being expunged.
18059 The same thing may happen when you close a folder.
18060 It is also possible that an expunge not initiated by you will
18061 delete matching messages.
18063 Look <A HREF="h_edit_nav_cmds">here</A>
18064 to see the available Editing and Navigation commands.
18066 &lt;End of help on this topic&gt;
18067 </BODY>
18068 </HTML>
18069 ======= h_config_role_scoreval =======
18070 <HTML>
18071 <HEAD>
18072 <TITLE>Score Value Explained</TITLE>
18073 </HEAD>
18074 <BODY>
18075 <H1>Score Value Explained</H1>
18077 A message's score is the sum of the Score Values from all of the Scoring rules
18078 with Patterns that match the message.
18079 The value you give here is the Score Value associated with this rule.
18080 A Score Value is an integer between -100 and 100, with the default
18081 value of zero.
18083 Alternatively, if the
18084 <A HREF="h_config_role_scorehdrtok">&quot;Score From Header&quot;</A>
18085 field is defined
18086 (on the line right below the &quot;Score Value&quot; field)
18087 then the &quot;Score Value&quot; is ignored and
18088 the &quot;Score From Header&quot; field is used instead.
18090 Look <A HREF="h_edit_nav_cmds">here</A>
18091 to see the available Editing and Navigation commands.
18093 &lt;End of help on this topic&gt;
18094 </BODY>
18095 </HTML>
18096 ======= h_config_role_scorehdrtok =======
18097 <HTML>
18098 <HEAD>
18099 <TITLE>Score Value From Header Explained</TITLE>
18100 </HEAD>
18101 <BODY>
18102 <H1>Score Value From Header Explained</H1>
18104 This option provides a way to use a number that appears in the headers of your
18105 messages as the message's score, or as a component of that score.
18106 If this field is defined then it is used instead of the &quot;Score Value&quot;.
18107 The idea behind this option is that there may be a score embedded in the
18108 headers of messages that has already been calculated outside of Alpine.
18109 For example, messages delivered to you may contain an &quot;X-Spam&quot; header and
18110 somewhere in that header there is a score.
18112 The value for this option is the name of the header followed by parentheses
18113 with two arguments inside:
18115 <CENTER><SAMP>HeaderName(field_number,field_separators)</SAMP></CENTER>
18117 No space is allowed between the comma and the start of the field_separators.
18118 It would be interpreted as the first separator if it was there.
18119 Field 0 is the whole line, Field 1 is the data up to the first separator, Field 2
18120 starts after that and goes to the second separator, and so on.
18121 It's easier to explain with examples.
18123 <CENTER><SAMP>X-Spam(2,&quot;&nbsp;&quot;)</SAMP></CENTER>
18125 In the above example the header that is used is the &quot;X-Spam&quot; header.
18126 The value of that header (the part after the colon and the space) is split
18127 into fields separated by spaces.
18129 <CENTER><SAMP>Field1 &lt;space&gt; Field2 &lt;space&gt; Field3 ...</SAMP></CENTER>
18131 The second field is selected and converted to an integer. It only makes sense
18132 if Field2 really is an integer.
18134 Here's an example of a SpamAssassin header.
18135 The exact look of the header will vary, but if your incoming mail
18136 contains headers that look like the following
18138 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
18140 you might want to use the hits value as a score.
18141 Since the score is an integer value you can't make use of the decimal part of
18142 the number, but
18143 you might split off the hits=10 part as a score by using the characters &quot;=&quot;
18144 and &quot;.&quot; as your separators.
18146 <CENTER><SAMP>X-Spam-Status(2,&quot;=.&quot;)</SAMP></CENTER>
18148 The first field starts with the Y in Yes and goes until the &quot;=&quot; after
18149 hits.
18150 The second field is &quot;10&quot; so the score value would be 10.
18152 Another example we've seen has headers that look like
18154 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
18156 Because there are two equals before the 7% the value
18158 <CENTER><SAMP>X-Spam(3,&quot;=%&quot;)</SAMP></CENTER>
18160 should capture the probability as the score.
18162 The Score From Header scoring value actually works just like the
18163 regular Score Value in that the rest of the pattern has to match before
18164 it is used and the scores from all the different scoring rules that
18165 match for a particular message are added together.
18166 When using the Score From Header method it may (or may not) make sense to
18167 use only a single scoring rule with a pattern that matches every message.
18169 Look <A HREF="h_edit_nav_cmds">here</A>
18170 to see the available Editing and Navigation commands.
18172 &lt;End of help on this topic&gt;
18173 </BODY>
18174 </HTML>
18175 ======= h_config_role_replyuse =======
18176 <HTML>
18177 <HEAD>
18178 <TITLE>Reply Use Explained</TITLE>
18179 </HEAD>
18180 <BODY>
18181 <H1>Reply Use Explained</H1>
18183 This option determines how this particular role will be used when Replying
18184 to a message.
18185 There are three possible values for this option.
18186 The value &quot;Never&quot;
18187 means that this role will not be a candidate for use when Replying.
18188 The role's Pattern will not be checked for a match, however the role will
18189 be available to be manually switched to if there is a confirmation prompt.
18192 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18193 mean that you do want to consider this role when Replying.
18194 For either of these settings, the role's Pattern will be compared with
18195 the message being replied to.
18196 If there is a match then this role will either be used without confirmation
18197 or will be the default when confirmation is asked for, depending on
18198 which of the two options is selected.
18199 If confirmation is requested, you will also have a chance to
18200 manually change the role to any one of your other roles.
18203 You won't be prompted for confirmation if none of your role Patterns
18204 match the message being replied to.
18205 This is independent of the value of the current option.
18206 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18207 feature may be used to change this behavior.
18209 &lt;End of help on this topic&gt;
18210 </BODY>
18211 </HTML>
18212 ======= h_config_role_forwarduse =======
18213 <HTML>
18214 <HEAD>
18215 <TITLE>Forward Use Explained</TITLE>
18216 </HEAD>
18217 <BODY>
18218 <H1>Forward Use Explained</H1>
18220 This option determines how this particular role will be used when Forwarding
18221 a message.
18222 There are three possible values for this option.
18223 The value &quot;Never&quot;
18224 means that this role will not be a candidate for use when Forwarding.
18225 The role's Pattern will not be checked for a match, however the role will
18226 be available to be manually switched to if there is a confirmation prompt.
18229 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18230 mean that you do want to consider this role when Forwarding.
18231 For either of these settings, the role's Pattern will be compared with
18232 the message being forwarded.
18233 If there is a match then this role will either be used without confirmation
18234 or will be the default when confirmation is asked for, depending on
18235 which of the two options is selected.
18236 If confirmation is requested, you will also have a chance to
18237 manually change the role to any one of your other roles.
18240 You won't be prompted for confirmation if none of your role Patterns
18241 match the message being forwarded.
18242 This is independent of the value of the current option.
18243 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18244 feature may be used to change this behavior.
18246 &lt;End of help on this topic&gt;
18247 </BODY>
18248 </HTML>
18249 ======= h_config_role_composeuse =======
18250 <HTML>
18251 <HEAD>
18252 <TITLE>Compose Use Explained</TITLE>
18253 </HEAD>
18254 <BODY>
18255 <H1>Compose Use Explained</H1>
18257 This option determines how this particular role will be used when Composing
18258 a new message using the &quot;Compose&quot; command.
18259 This does not affect what happens when using the &quot;Role&quot; command
18260 to compose a new message.
18261 The &quot;Role&quot; command allows you to select a role from all of the
18262 roles you have defined, regardless of what Uses you've assigned to those
18263 roles.
18266 There are three possible values for this option.
18267 The value &quot;Never&quot;
18268 means that this role will not be a candidate for use when Composing.
18269 The role's Current Folder Type will not be checked for a match, however the role
18270 will be available to be manually switched to if there is a confirmation prompt.
18273 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18274 mean that you do want to consider this role when Composing.
18275 For either of these settings,
18276 the role's Current Folder Type will be checked (since there is no message
18277 to compare with, the rest of the Pattern is considered a match).
18278 If there is a match then this role will either be used without confirmation
18279 or will be the default when confirmation is asked for, depending on
18280 which of the two options is selected.
18281 If confirmation is requested, you will also have a chance to
18282 manually change the role to any one of your other roles.
18285 When using the Compose command the role checking is a little different
18286 because there is no message being replied to or forwarded.
18287 Because of this the Current Folder Type is checked but the header pattern
18288 fields, the AllText pattern, the BodyText pattern, and the Score Interval are all ignored.
18289 A role is considered to be a match if it is a candidate for Compose Use and
18290 its Current Folder Type matches the currently open folder.
18291 This could be useful if you want to set a role based on the folder you
18292 are reading, or the type of folder you are reading.
18295 You won't be prompted for confirmation if none of your role Patterns
18296 are a match.
18297 This is independent of the value of the current option.
18298 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18299 feature may be used to change this behavior.
18301 &lt;End of help on this topic&gt;
18302 </BODY>
18303 </HTML>
18304 ======= h_config_filter_folder =======
18305 <HTML>
18306 <HEAD>
18307 <TITLE>Filter Folder Explained</TITLE>
18308 </HEAD>
18309 <BODY>
18310 <H1>Filter Folder Explained</H1>
18312 When the Filter Action is set to &quot;Move&quot;,
18313 the folder or folders specified here will be used to store messages matching
18314 the provided pattern.
18317 If you set the Filter Action to &quot;Move&quot; you must give a folder name
18318 here.
18321 If you wish,
18322 you may choose a folder from your folder collections by using the
18323 &quot;T&quot; command.
18325 Besides regular text, the folder name may also contain
18326 tokens that are replaced with text representing the current date
18327 when you run Alpine.
18328 For example, if the folder name you use is
18330 <CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER>
18332 that is replaced with something like
18334 <CENTER><SAMP>abc-2004-oct</SAMP></CENTER>
18338 <CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER>
18340 becomes
18342 <CENTER><SAMP>abc-04-10</SAMP></CENTER>
18344 The token names must be surrounded by underscores in order to be recognized
18345 as tokens.
18346 The tokens that may be used are those that are derived from the current date.
18347 They're listed near the bottom of the list of tokens give
18348 <A HREF="h_index_tokens">here</A>.
18350 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18351 for more information on Patterns.
18353 Look <A HREF="h_edit_nav_cmds">here</A>
18354 to see the available Editing and Navigation commands.
18356 &lt;End of help on this topic&gt;
18357 </BODY>
18358 </HTML>
18359 ======= h_config_filter_kw_set =======
18360 <HTML>
18361 <HEAD>
18362 <TITLE>Set These Keywords Explained</TITLE>
18363 </HEAD>
18364 <BODY>
18365 <H1>Set These Keywords Explained</H1>
18367 This describes part of the action to be taken if the Pattern for this
18368 filter is a match.
18369 Read a little about keywords in the help text for the
18370 <A HREF="h_common_flag">Flag</A> command.
18371 This option is a list of keywords that will be Set when there is a match.
18372 If you wish, you may choose keywords from the list of keywords you have
18373 defined with the &quot;T&quot; command.
18374 You may add new keywords by defining them in the
18375 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
18376 If you have given a keyword a nickname when configuring it,
18377 that nickname may be used instead of the actual keyword.
18380 Look <A HREF="h_edit_nav_cmds">here</A>
18381 to see the available Editing and Navigation commands.
18383 &lt;End of help on this topic&gt;
18384 </BODY>
18385 </HTML>
18386 ======= h_config_filter_kw_clr =======
18387 <HTML>
18388 <HEAD>
18389 <TITLE>Clear These Keywords Explained</TITLE>
18390 </HEAD>
18391 <BODY>
18392 <H1>Clear These Keywords Explained</H1>
18394 This describes part of the action to be taken if the Pattern for this
18395 filter is a match.
18396 Read a little about keywords in the help text for the
18397 <A HREF="h_common_flag">Flag</A> command.
18398 This option is a list of keywords that will be Cleared when there is a match.
18399 If you wish, you may choose keywords from the list of keywords you have
18400 defined with the &quot;T&quot; command.
18401 You may add new keywords by defining them in the
18402 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
18403 If you have given a keyword a nickname when configuring it,
18404 that nickname may be used instead of the actual keyword.
18407 Look <A HREF="h_edit_nav_cmds">here</A>
18408 to see the available Editing and Navigation commands.
18410 &lt;End of help on this topic&gt;
18411 </BODY>
18412 </HTML>
18413 ======= h_index_tokens =======
18414 <HTML>
18415 <HEAD>
18416 <TITLE>Tokens for Index and Replying</TITLE>
18417 </HEAD>
18418 <BODY>
18420 This set of special tokens may be used in the
18421 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option,
18422 in the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
18423 in signature files,
18424 in template files used in
18425 <A HREF="h_rules_roles">&quot;roles&quot;</A>, and in the folder name
18426 that is the target of a Filter Rule.
18427 Some of them aren't available in all situations.
18429 The tokens are used as they appear below for the &quot;<!--#echo var="VAR_index-format"-->&quot;
18430 option, but they must be surrounded by underscores for the
18431 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option, in signature and template files,
18432 and in the target of Filter Rules.
18436 <H1><EM>Tokens Available for all Cases (except Filter Rules)</EM></H1>
18438 <DL>
18439 <DT>SUBJECT</DT>
18440 <DD>
18441 This token represents the Subject the sender gave the message.
18442 Alternatives for use in the index screen are
18443 SUBJKEY, SUBJKEYINIT, SUBJECTTEXT, SUBJKEYTEXT, and SUBJKEYINITTEXT.
18444 You may color the subject text in the MESSAGE INDEX screen differently by using the
18445 <A HREF="h_config_index_subject_color">Index Subject Color</A> and the
18446 <A HREF="h_config_index_opening_color">Index Opening Color</A>
18447 options available from
18448 the <A HREF="h_color_setup">Setup Kolor</A> screen.
18449 </DD>
18451 <DT>FROM</DT>
18452 <DD>
18453 This token represents the personal name (or email address if the name
18454 is unavailable) of the person specified in the message's &quot;From:&quot;
18455 header field.
18456 You may color the from text in the MESSAGE INDEX screen differently by using the
18457 <A HREF="h_config_index_from_color">Index From Color</A>
18458 option available from
18459 the <A HREF="h_color_setup">Setup Kolor</A> screen.
18460 </DD>
18462 <DT>ADDRESS</DT>
18463 <DD>
18464 This is similar to the &quot;FROM&quot; token, only it is always the
18465 email address, never the personal name.
18466 For example, &quot;mailbox@domain&quot;.
18467 </DD>
18469 <DT>MAILBOX</DT>
18470 <DD>
18471 This is the same as the &quot;ADDRESS&quot; except that the 
18472 domain part of the address is left off.
18473 For example, &quot;mailbox&quot;.
18474 </DD>
18476 <DT>SENDER</DT>
18477 <DD>
18478 This token represents the personal name (or email address) of the person
18479 listed in the message's &quot;Sender:&quot; header field.
18480 </DD>
18482 <DT>TO</DT>
18483 <DD>
18484 This token represents the personal names (or email addresses if the names
18485 are unavailable) of the persons specified in the
18486 message's &quot;To:&quot; header field.
18487 </DD>
18489 <DT>NEWSANDTO</DT>
18490 <DD>
18491 This token represents the newsgroups from the
18492 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
18493 the personal names (or email addresses if the names
18494 are unavailable) of the persons specified in the
18495 message's &quot;To:&quot; header field.
18496 </DD>
18498 <DT>TOANDNEWS</DT>
18499 <DD>
18500 Same as &quot;NEWSANDTO&quot; except in the opposite order.
18501 </DD>
18503 <DT>NEWS</DT>
18504 <DD>
18505 This token represents the newsgroups from the
18506 message's &quot;Newsgroups:&quot; header field.
18507 </DD>
18509 <DT>CC</DT>
18510 <DD>
18511 This token represents the personal names (or email addresses if the names
18512 are unavailable) of the persons specified in the
18513 message's &quot;Cc:&quot; header field.
18514 </DD>
18516 <DT>RECIPS</DT>
18517 <DD>
18518 This token represents the personal names (or email addresses if the names
18519 are unavailable) of the persons specified in both the
18520 message's &quot;To:&quot; header field and
18521 the message's &quot;Cc:&quot; header field.
18522 </DD>
18524 <DT>NEWSANDRECIPS</DT>
18525 <DD>
18526 This token represents the newsgroups from the
18527 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
18528 the personal names (or email addresses if the names
18529 are unavailable) of the persons specified in the
18530 message's &quot;To:&quot; and &quot;Cc:&quot; header fields.
18531 </DD>
18533 <DT>RECIPSANDNEWS</DT>
18534 <DD>
18535 Same as &quot;NEWSANDRECIPS&quot; except in the opposite order.
18536 </DD>
18538 <DT>INIT</DT>
18539 <DD>
18540 This token represents the initials from the personal name
18541 of the person specified in the message's &quot;From:&quot;
18542 header field.
18543 If there is no personal name, it is blank.
18544 </DD>
18546 <DT>DATE</DT>
18547 <DD>
18548 This token represents the date on which the message was sent, according
18549 to the &quot;Date&quot; header field.
18550 It has the format MMM DD. For example, &quot;Oct 23&quot;.
18551 The feature
18552 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>,
18553 which adjusts for the timezone the message was sent from,
18554 may have an affect on the value of this token as well as the values of
18555 all of the other DATE or TIME tokens.
18556 Some of the DATE and TIME tokens are displayed in a locale-specific
18557 way unless the option
18558 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is set.
18559 </DD>
18561 <DT>SMARTDATE</DT>
18562 <DD>
18563 This token represents the date on which the message was sent, according
18564 to the &quot;Date&quot; header field.
18565 It is &quot;Today&quot; if the message was sent today,
18566 &quot;Yesterday&quot; for yesterday,
18567 &quot;Wednesday&quot; if it was last Wednesday, and so on. If the
18568 message is from last year and is more than six months old it includes the year, as well.
18569 See the SMARTDATE alternatives below, as well.
18570 </DD>
18572 <DT>SMARTTIME</DT>
18573 <DD>
18574 This token represents the most relevant elements of the date on which
18575 the message was sent (according to the &quot;Date&quot; header field),
18576 in a compact form. If the message was sent today, only the time is used
18577 (e.g. &quot;9:22am&quot;, &quot;10:07pm&quot;); if it was sent during
18578 the past week, the day of the week and the hour are used
18579 (e.g. &quot;Wed09am&quot;, &quot;Thu10pm&quot;); other dates are
18580 given as date, month, and year (e.g. &quot;23Aug00&quot;,
18581 &quot;9Apr98&quot;).
18582 </DD>
18584 <DT>SMARTDATETIME</DT>
18585 <DD>
18586 This is a combination of SMARTDATE and SMARTTIME.
18587 It is SMARTDATE unless the SMARTDATE value is &quot;Today&quot;, in which
18588 case it is SMARTTIME.
18589 See the SMARTDATETIME alternatives below, as well.
18590 </DD>
18592 <DT>DATEISO</DT>
18593 <DD>
18594 This token represents the date on which the message was sent, according
18595 to the &quot;Date&quot; header field.
18596 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
18597 </DD>
18599 <DT>SHORTDATEISO</DT>
18600 <DD>
18601 This token represents the date on which the message was sent, according
18602 to the &quot;Date&quot; header field.
18603 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
18604 </DD>
18606 <DT>SHORTDATE1</DT>
18607 <DD>
18608 This token represents the date on which the message was sent, according
18609 to the &quot;Date&quot; header field.
18610 It has the format MM/DD/YY. For example, &quot;10/23/98&quot;.
18611 </DD>
18613 <DT>SHORTDATE2</DT>
18614 <DD>
18615 This token represents the date on which the message was sent, according
18616 to the &quot;Date&quot; header field.
18617 It has the format DD/MM/YY. For example, &quot;23/10/98&quot;.
18618 </DD>
18620 <DT>SHORTDATE3</DT>
18621 <DD>
18622 This token represents the date on which the message was sent, according
18623 to the &quot;Date&quot; header field.
18624 It has the format DD.MM.YY. For example, &quot;23.10.98&quot;.
18625 </DD>
18627 <DT>SHORTDATE4</DT>
18628 <DD>
18629 This token represents the date on which the message was sent, according
18630 to the &quot;Date&quot; header field.
18631 It has the format YY.MM.DD. For example, &quot;98.10.23&quot;.
18632 </DD>
18634 <DT>LONGDATE</DT>
18635 <DD>
18636 This token represents the date on which the message was sent, according
18637 to the &quot;Date&quot; header field.
18638 It has the format MMM DD, YYYY. For example, &quot;Oct 23, 1998&quot;.
18639 </DD>
18641 <DT>SMARTDATE alternatives</DT>
18642 <DD>
18643 There are several versions of SMARTDATE that are all the same except
18644 for the way they format dates far in the past.
18645 SMARTDATE formats the date using the information from your locale settings
18646 to format the date string. It may end up formatting dates so that they look
18647 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
18648 The feature
18649 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
18650 may have an affect on the values of these tokens.
18651 If you want more control you may use one of the following.
18652   <DL>
18653   <DT>SMARTDATE</DT> <DD>If the option
18654 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
18655 then this will be locale specific. Control this with the
18656 LC_TIME locale setting on a UNIX system. On Windows
18657 the Regional Options control panel may be used to set the Short date
18658 format. At the programming level, the strftime routine is what Alpine
18659 uses to print the date.
18660 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
18661 to SMARTDATES1.</DD>
18662   <DT>SMARTDATEISO</DT> <DD>DATEISO format. See text above.</DD>
18663   <DT>SMARTDATESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
18664   <DT>SMARTDATES1</DT> <DD>SHORTDATE1 format.</DD>
18665   <DT>SMARTDATES2</DT> <DD>SHORTDATE2 format.</DD>
18666   <DT>SMARTDATES3</DT> <DD>SHORTDATE3 format.</DD>
18667   <DT>SMARTDATES4</DT> <DD>SHORTDATE4 format.</DD>
18668   </DL>
18669 </DD>
18671 <DT>SMARTDATETIME alternatives</DT>
18672 <DD>
18673 There are several versions of SMARTDATETIME that are all very similar.
18674 The ones that end in 24 use a 24-hour clock for Today's messages instead
18675 of a 12-hour clock.
18676 The other variation is
18677 for the way they format dates far in the past.
18678 SMARTDATETIME and SMARTDATETIME24 format the date using the information from your locale settings
18679 to format the date string. It may end up formatting dates so that they look
18680 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
18681 The feature
18682 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
18683 may have an affect on the values of these tokens.
18684 The possible choices are:
18685   <DL>
18686   <DT>SMARTDATETIME</DT> <DD>If the option
18687 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
18688 then this will be locale specific. Control this with the
18689 LC_TIME locale setting on a UNIX system. On Windows
18690 the Regional Options control panel may be used to set the Short date
18691 format. At the programming level, the strftime routine is what Alpine
18692 uses to print the date.
18693 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
18694 to SMARTDATETIMES1.</DD>
18695   <DT>SMARTDATETIME24</DT> <DD>Use TIME24 for Today</DD>
18696   <DT>SMARTDATETIMEISO</DT> <DD>DATEISO format. See text above.</DD>
18697   <DT>SMARTDATETIMEISO24</DT> <DD>Use TIME24 for Today</DD>
18698   <DT>SMARTDATETIMESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
18699   <DT>SMARTDATETIMESHORTISO24</DT> <DD>Use TIME24 for Today</DD>
18700   <DT>SMARTDATETIMES1</DT> <DD>SHORTDATE1 format.</DD>
18701   <DT>SMARTDATETIMES124</DT> <DD>Use TIME24 for Today</DD>
18702   <DT>SMARTDATETIMES2</DT> <DD>SHORTDATE2 format.</DD>
18703   <DT>SMARTDATETIMES224</DT> <DD>Use TIME24 for Today</DD>
18704   <DT>SMARTDATETIMES3</DT> <DD>SHORTDATE3 format.</DD>
18705   <DT>SMARTDATETIMES324</DT> <DD>Use TIME24 for Today</DD>
18706   <DT>SMARTDATETIMES4</DT> <DD>SHORTDATE4 format.</DD>
18707   <DT>SMARTDATETIMES424</DT> <DD>Use TIME24 for Today</DD>
18708   </DL>
18709 </DD>
18711 <DT>DAYDATE</DT>
18712 <DD>
18713 This token represents the date on which the message was sent, according
18714 to the &quot;Date&quot; header field.
18715 It looks like &quot;Sat, 23 Oct 1998&quot;.
18716 This token is never converted in any locale-specific way.
18717 </DD>
18719 <DT>PREFDATE</DT>
18720 <DD>
18721 This token represents the date on which the message was sent, according
18722 to the &quot;Date&quot; header field.
18723 It is your operating system's idea of the preferred date representation for the current locale.
18724 Internally it uses the %x version of the date from the strftime routine.
18725 </DD>
18727 <DT>PREFTIME</DT>
18728 <DD>
18729 This token represents the time at which the message was sent, according
18730 to the &quot;Date&quot; header field.
18731 It is the preferred time representation for the current locale.
18732 Internally it uses the %X version of the time from the strftime routine.
18733 </DD>
18735 <DT>PREFDATETIME</DT>
18736 <DD>
18737 This token represents the date and time at which the message was sent, according
18738 to the &quot;Date&quot; header field.
18739 It is the preferred date and time representation for the current locale.
18740 Internally it uses the %c version of the time from the strftime routine.
18741 </DD>
18743 <DT>DAY</DT>
18744 <DD>
18745 This token represents the day of the month on which the message was sent,
18746 according to the &quot;Date&quot; header field.
18747 For example, &quot;23&quot; or &quot;9&quot;.
18748 </DD>
18750 <DT>DAY2DIGIT</DT>
18751 <DD>
18752 This token represents the day of the month on which the message was sent,
18753 according to the &quot;Date&quot; header field.
18754 For example, &quot;23&quot; or &quot;09&quot;.
18755 It is always 2 digits.
18756 </DD>
18758 <DT>DAYORDINAL</DT>
18759 <DD>
18760 This token represents the ordinal number that is the day of
18761 the month on which the message was sent,
18762 according to the &quot;Date&quot; header field.
18763 For example, &quot;23rd&quot; or &quot;9th&quot;.
18764 </DD>
18766 <DT>DAYOFWEEK</DT>
18767 <DD>
18768 This token represents the day of the week on which the message was sent,
18769 according to the &quot;Date&quot; header field.
18770 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
18771 </DD>
18773 <DT>DAYOFWEEKABBREV</DT>
18774 <DD>
18775 This token represents the day of the week on which the message was sent,
18776 according to the &quot;Date&quot; header field.
18777 For example, &quot;Sun&quot; or &quot;Wed&quot;.
18778 </DD>
18780 <DT>MONTHABBREV</DT>
18781 <DD>
18782 This token represents the month the message was sent, according
18783 to the &quot;Date&quot; header field.
18784 For example, &quot;Oct&quot;.
18785 </DD>
18787 <DT>MONTHLONG</DT>
18788 <DD>
18789 This token represents the month in which the message was sent, according
18790 to the &quot;Date&quot; header field.
18791 For example, &quot;October&quot;.
18792 </DD>
18794 <DT>MONTH</DT>
18795 <DD>
18796 This token represents the month in which the message was sent, according
18797 to the &quot;Date&quot; header field.
18798 For example, &quot;10&quot; or &quot;9&quot;.
18799 </DD>
18801 <DT>MONTH2DIGIT</DT>
18802 <DD>
18803 This token represents the month in which the message was sent, according
18804 to the &quot;Date&quot; header field.
18805 For example, &quot;10&quot; or &quot;09&quot;.
18806 It is always 2 digits.
18807 </DD>
18809 <DT>YEAR</DT>
18810 <DD>
18811 This token represents the year the message was sent, according
18812 to the &quot;Date&quot; header field.
18813 For example, &quot;1998&quot; or &quot;2001&quot;.
18814 </DD>
18816 <DT>YEAR2DIGIT</DT>
18817 <DD>
18818 This token represents the year the message was sent, according
18819 to the &quot;Date&quot; header field.
18820 For example, &quot;98&quot; or &quot;01&quot;.
18821 It is always 2 digits.
18822 </DD>
18824 <DT>TIME24</DT>
18825 <DD>
18826 This token represents the time at which the message was sent, according
18827 to the &quot;Date&quot; header field.
18828 There is no adjustment made for different time zones, so you'll get
18829 the time the message was sent according to the time zone the sender
18830 was in.
18831 It has the format HH:MM. For example, &quot;17:28&quot;.
18832 </DD>
18834 <DT>TIME12</DT>
18835 <DD>
18836 This token represents the time at which the message was sent, according
18837 to the &quot;Date&quot; header field.
18838 This time is for a 12 hour clock.
18839 It has the format HH:MMpm.
18840 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
18841 </DD>
18843 <DT>TIMEZONE</DT>
18844 <DD>
18845 This token represents the numeric timezone from
18846 the &quot;Date&quot; header field.
18847 It has the format [+-]HHMM. For example, &quot;-0800&quot;.
18848 </DD>
18850 </DL>
18853 <H1><EM>Tokens Available Only for <!--#echo var="VAR_index-format"--></EM></H1>
18855 <DL>
18856 <DT>MSGNO</DT>
18857 <DD>
18858 This token represents the message's current position in the folder that,
18859 of course, may change as the folder is sorted or new mail arrives.
18860 </DD>
18862 <DT>STATUS</DT>
18863 <DD>
18864 This token represents a three character wide field displaying various
18865 aspects of the message's state.
18866 The first character is either blank,
18867 a '*' for message marked Important, or a '+' indicating a message
18868 addressed directly to you (as opposed to your having received it via a
18869 mailing list, for example).
18870 When the feature
18871 &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot;
18872 is set, if the first character would have been
18873 blank then it will instead be a '-' if the message is cc'd to you.
18874 The second character is typically blank,
18875 though the arrow cursor may occupy it if either the 
18876 &quot;<A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>&quot;
18877 or the
18878 &quot;<A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A>&quot; feature
18879 is set (or you actually are on a slow link).
18880 The third character is either '<A HREF="h_flag_deleted">D</A>' (Deleted),
18881 '<A HREF="h_flag_answered">A</A>' (Answered),
18882 '<A HREF="h_flag_forwarded">F</A>' (Forwarded),
18883 '<A HREF="h_flag_new">N</A>' (New), or blank.
18885 If you are using a threaded view of the index and this message is at the
18886 top of a collapsed portion of a thread,
18887 then this token refers to all of the messages in the collapsed portion of
18888 the thread instead of just the top message.
18889 The first character will be a '*' if <EM>any</EM> of the messages in the thread
18890 are marked Important, else a '+' if any of the messages are addressed
18891 to you, else a '-' if any of the messages are cc'd to you.
18892 The third character will be a 'D' if <EM>all</EM> of the messages
18893 in the collapsed thread are marked deleted,
18894 an 'A' if <EM>all</EM> of the messages
18895 in the collapsed thread are marked answered,
18896 it will be an 'N' if any of
18897 the messages are undeleted and unseen, and it will be blank otherwise.
18898 </DD>
18900 <DT>FULLSTATUS</DT>
18901 <DD>
18902 This token represents a less abbreviated alternative
18903 to the &quot;STATUS&quot; token.
18904 It is six characters wide.
18905 The first character is '+', '-', or blank, the
18906 second blank, the third either '*' or blank, the fourth
18907 '<A HREF="h_flag_new">N</A>' or blank,
18908 the fifth '<A HREF="h_flag_answered">A</A>'
18909 or blank, and the sixth character is
18910 either '<A HREF="h_flag_deleted">D</A>' or
18911 blank.
18913 If you are using a threaded view of the index and this message is at the
18914 top of a collapsed portion of a thread,
18915 then this token refers to all of the messages in the collapsed portion of
18916 the thread instead of just the top message.
18917 The first character is '+', '-', or blank depending on whether <EM>any</EM>
18918 of the messages in the collapsed thread are addressed to you or cc'd to you.
18919 The third character will be '*' if any of the messages are marked
18920 Important.
18921 The fourth character will be 'N' if all of the messages in the thread
18922 are New, else 'n' if some of the messages in the thread are New, else blank.
18923 The fifth character will be 'A' or 'a' or blank, and the sixth character
18924 will be 'D' or 'd' or blank.
18925 </DD>
18927 <DT>IMAPSTATUS</DT>
18928 <DD>
18929 This token represents an even less abbreviated alternative to the
18930 &quot;STATUS&quot; token.
18931 It differs from &quot;FULLSTATUS&quot; in only the fourth character, which is
18932 an 'N' if the message is new to this folder since the last time
18933 it was opened <EM>and</EM> it has not been viewed, an 'R' (Recent) if the message
18934 is new to the folder and has been viewed, a 'U' (Unseen) if the message is not 
18935 new to the folder since it was last opened <EM>but</EM> has not been
18936 viewed, or a blank if the message has been in the folder since it was
18937 last opened and has been viewed.
18939 If you are using a threaded view of the index and this message is at the
18940 top of a collapsed portion of a thread,
18941 then the fourth character will be
18942 'N' if all of the messages in the thread are unseen and recent;
18943 else 'n' if some of the messages in the thread are unseen and recent;
18944 else 'U' if all of the messages in the thread are unseen and not recent;
18945 else 'u' if some of the messages in the thread are unseen and not recent;
18946 else 'R' if all of the messages in the thread are seen and recent;
18947 else 'r' if some of the messages in the thread are seen and recent;
18948 else blank.
18949 </DD>
18951 <DT>SHORTIMAPSTATUS</DT>
18952 <DD>
18953 This is the same as the last four of the six characters of IMAPSTATUS,
18954 so the '+' To Me information will be missing.
18955 </DD>
18957 <DT>SIZE</DT>
18958 <DD>
18959 This token represents the total size, in bytes, of the message.
18960 If a &quot;K&quot; (Kilobyte)
18961 follows the number, the size is approximately 1,000
18962 times that many bytes (rounded to the nearest 1,000).
18963 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
18964 1,000,000 times that many bytes.
18965 Commas are not used in this field.
18966 This field is seven characters wide, including the enclosing parentheses.
18967 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
18968 The progression of sizes used looks like:
18971 <CENTER><SAMP>0 1 ... 9999 10K ... 999K 1.0M ... 99.9M 100M ... 2000M</SAMP></CENTER>
18973 </DD>
18975 <DT>SIZECOMMA</DT>
18976 <DD>
18977 This token represents the total size, in bytes, of the message.
18978 If a &quot;K&quot; (Kilobyte)
18979 follows the number, the size is approximately 1,000
18980 times that many bytes (rounded to the nearest 1,000).
18981 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
18982 1,000,000 times that many bytes.
18983 Commas are used if the number shown is 1,000 or greater.
18984 The SIZECOMMA field is one character wider than the SIZE field.
18985 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
18986 The progression of sizes used looks like:
18989 <CENTER><SAMP>0 1 ... 99,999 100K ... 9,999K 10.0M ... 999.9M 1,000M ... 2,000M</SAMP></CENTER>
18991 </DD>
18993 <DT>KSIZE</DT>
18994 <DD>
18995 This token represents the total size of the message, expressed in
18996 kilobytes or megabytes, as most appropriate.
18997 These are 1,024 byte kilobytes and 1,024 x 1,024 byte megabytes.
18998 The progression of sizes used looks like:
19001 <CENTER><SAMP>0K 1K ... 1023K 1.0M ... 99.9M 100M ... 2047M</SAMP></CENTER>
19003 </DD>
19005 <DT>SIZENARROW</DT>
19006 <DD>
19007 This token represents the total size, in bytes, of the message.
19008 If a &quot;K&quot; (Kilobyte)
19009 follows the number, the size is approximately 1,000
19010 times that many bytes.
19011 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19012 1,000,000 times that many bytes.
19013 If a &quot;G&quot; (Gigabyte) follows the number, the size is approximately
19014 1,000,000,000 times that many bytes.
19015 This field uses only five characters of screen width, including the enclosing
19016 parentheses.
19017 The progression of sizes used looks like:
19020 <CENTER><SAMP>0 1 ... 999 1K ... 99K .1M ... .9M 1M ... 99M .1G ... .9G 1G 2G</SAMP></CENTER>
19022 </DD>
19024 <DT>DESCRIPSIZE</DT>
19025 <DD>
19026 This token is intended to represent a more useful description of the
19027 message than just its size, but it isn't very useful at this point.
19028 The plus sign in this view means there are attachments.
19029 Note that including this token in
19030 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19031 display a little while Alpine collects the necessary information.
19032 </DD>
19034 <DT>SUBJKEY</DT>
19035 <DD>
19036 This token is the same as the SUBJECT token unless keywords are set for
19037 the message.
19038 In that case, a list of keywords enclosed in braces will be prepended to
19039 the subject of the message.
19040 Only those keywords that you have defined in your
19041 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19042 in Setup/Config are considered in the list.
19043 In other words, keywords that have been set by some other means, perhaps
19044 by another email program, won't show up unless included in
19045 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19046 Having this set in the <!--#echo var="VAR_index-format"--> will also cause the keywords to be
19047 prepended to the subject in the MESSAGE TEXT screen.
19048 If you have given a keyword a nickname
19049 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19050 instead of the actual keyword.
19051 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19052 option may be used to modify this token slightly.
19053 It is also possible to color keywords in the index using the
19054 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19055 </DD>
19057 <DT>SUBJKEYINIT</DT>
19058 <DD>
19059 This token is the same as the SUBJKEY token except that instead of
19060 prepending a list of keywords to the subject, a list of first initials
19061 of keywords will be prepended instead.
19062 For example, if a message has the keywords <EM>Work</EM> and <EM>Now</EM>
19063 set (or Work and Now are the Alpine nicknames of keywords that are set)
19064 then the SUBJKEY token would cause a result like
19066 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
19068 whereas the SUBJKEYINIT token would give
19070 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
19072 Only those keywords that you have defined in your
19073 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19074 in Setup/Config are considered in the list.
19075 In other words, keywords that have been set by some other means, perhaps
19076 by another email program, won't show up unless included in
19077 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19078 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19079 option may be used to modify this token slightly.
19080 It is also possible to color keywords in the index using the
19081 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19082 </DD>
19084 <DT>SUBJECTTEXT</DT>
19085 <DD>
19086 Same as SUBJECT but if there is room in the Subject field for more text,
19087 the opening part of the text of the message is displayed after the subject.
19088 The time needed to fetch the text may cause a performance problem
19089 which can, of course, be avoided by using the SUBJECT version of
19090 the Subject instead.
19091 You may color this opening text differently by using the
19092 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19093 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19094 You may adjust the characters that are displayed between the Subject and the
19095 opening text with the option
19096 <A HREF="h_config_opening_sep"><!--#echo var="VAR_opening-text-separator-chars"--></A>.
19097 </DD>
19099 <DT>SUBJKEYTEXT</DT>
19100 <DD>
19101 Same as SUBJKEY but with the opening message text.
19102 </DD>
19104 <DT>OPENINGTEXT</DT>
19105 <DD>
19106 This is similar to SUBJECTTEXT.
19107 Instead of combining the Subject and the opening text in a single
19108 field in the index screen this token allows you to allocate a
19109 separate column just for the opening text of the message.
19110 The time needed to fetch this text may cause a performance problem.
19111 You may color this opening text differently by using the
19112 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19113 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19114 </DD>
19116 <DT>OPENINGTEXTNQ</DT>
19117 <DD>
19118 This is very similar to OPENINGTEXT.
19119 The NQ stands for No Quotes.
19120 The only difference is that quoted text (lines beginning with &gt;) is deleted.
19121 For some messages this may be confusing.
19122 For example, a message might have a line preceding some quoted
19123 text that reads something like &quot;On May 8th person A said.&quot;
19124 That no longer makes sense after the quoted text is deleted and it
19125 will appear that person A said whatever the text after the quote
19126 is, even though that is really person B talking.
19127 </DD>
19129 <DT>SUBJKEYINITTEXT</DT>
19130 <DD>
19131 Same as SUBJKEYINIT but with the opening message text.
19132 </DD>
19134 <DT>KEY</DT>
19135 <DD>
19136 This is a space-delimited list of keywords that are set for the message.
19137 Only those keywords that you have defined in your
19138 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19139 in Setup/Config are considered in the list.
19140 In other words, keywords that have been set by some other means, perhaps
19141 by another email program, won't show up unless included in
19142 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19143 If you have given a keyword a nickname
19144 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19145 instead of the actual keyword.
19146 It is also possible to color keywords in the index using the
19147 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19148 This token defaults to an arbitrary width of 5.
19149 You should set it to whatever width suits you using something
19150 like KEY(17) in the <!--#echo var="VAR_index-format"-->.
19151 </DD>
19153 <DT>KEYINIT</DT>
19154 <DD>
19155 This is a list of keyword initials that are set for the message.
19156 If you have given a keyword a nickname
19157 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), the initial of that nickname
19158 is displayed instead of the initial of the actual keyword.
19159 It is also possible to color keyword initials in the index using the
19160 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19161 This token defaults to an arbitrary width of 2.
19162 You should set it to whatever width suits you using something
19163 like KEYINIT(3) in the <!--#echo var="VAR_index-format"-->.
19164 </DD>
19166 <DT>PRIORITY</DT>
19167 <DD>
19168 The X-Priority header is a non-standard header that is used in a
19169 somewhat standard way by many mail programs.
19170 Alpine expects the value of this header to be a digit with a value
19171 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
19172 Since this priority is something that the sender sets it is only an indication
19173 of the priority that the sender attaches to the mail and it is therefore almost
19174 totally unreliable for use as a filtering criterion.
19175 This token will display the numeric value of the priority if it is between
19176 1 and 5.
19177 It will be suppressed (blank) if the value is 3, which is normal priority.
19178 This token may be colored with the
19179 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19180 </DD>
19182 <DT>PRIORITYALPHA</DT>
19183 <DD>
19184 This is a more verbose interpretation of the X-Priority field.
19185 Once again nothing is displayed unless the value of the field
19186 is 1, 2, 4, or 5.
19187 The values displayed for those values are:
19189 <TABLE>
19190 <TR> <TD>1</TD> <TD>Highest</TD> </TR>
19191 <TR> <TD>2</TD> <TD>High</TD> </TR>
19192 <TR> <TD>4</TD> <TD>Low</TD> </TR>
19193 <TR> <TD>5</TD> <TD>Lowest</TD> </TR>
19194 </TABLE>
19196 This token may be colored with the
19197 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19198 </DD>
19200 <DT>PRIORITY!</DT>
19201 <DD>
19202 This is a one character, non-numeric version of the X-Priority field.
19203 If the value of the X-Priority header is 1 or 2 an exclamation
19204 point is displayed.
19205 If the value is 4 or 5 a &quot;v&quot; (think down arrow) is displayed.
19206 This token may be colored with the
19207 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19208 </DD>
19210 <DT>ATT</DT>
19211 <DD>
19212 This is a one column wide field that represents the number of attachments
19213 a message has. It will be blank if there are no attachments, a single
19214 digit for one to nine attachments, or an asterisk for more than nine.
19215 Note that including this token in
19216 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19217 display a little while Alpine collects the necessary information.
19218 </DD>
19220 <DT>FROMORTO</DT>
19221 <DD>
19222 This token represents <EM>either</EM> the personal name (or email address) of
19223 the person listed in the message's &quot;From:&quot; header
19224 field, <EM>or</EM>, if that address is yours or one of your
19225 <A HREF="h_config_alt_addresses">alternate addresses</A>,
19226 the first person specified in the
19227 message's &quot;To:&quot; header field
19228 with the prefix &quot;To: &quot; prepended.
19229 If the from address is yours and there is also no &quot;To&quot; address,
19230 Alpine will use the address on the &quot;Cc&quot; line.
19231 If there is no address there, either, Alpine will look for a newsgroup name
19232 from the &quot;Newsgroups&quot; header field and put
19233 that after the &quot;To: &quot; prefix.
19234 </DD>
19236 <DT>FROMORTONOTNEWS</DT>
19237 <DD>
19238 This is almost the same as <EM>FROMORTO</EM>.
19239 The difference is that newsgroups aren't considered.
19240 When a message is from you, doesn't have a To or Cc, and does have
19241 a Newsgroups header; this token will be your name instead of the name
19242 of the newsgroup (like it would be with FROMORTO).
19243 </DD>
19245 <DT>TEXT</DT>
19246 <DD>
19247 This is a different sort of token.
19248 It allows you to display a label within each index line.
19249 It will be the same fixed text for each line.
19250 It is different from all the other tokens in that there is no space column
19251 displayed after this token.
19252 Instead, it is butted up against the following field.
19253 It also has a different syntax.
19254 The text to display is given following a colon after the
19255 word &quot;TEXT&quot;.
19256 For example,
19258 <CENTER><SAMP>TEXT:abc=</SAMP></CENTER>
19260 would insert the literal text &quot;abc=&quot; (without the quotes)
19261 into the index display line.
19262 You must quote the text if it includes space characters, like
19264 <CENTER><SAMP>TEXT:&quot;abc&nbsp;=&nbsp;&quot;</SAMP></CENTER>
19266 </DD>
19268 <DT>HEADER</DT>
19269 <DD>
19270 This allows you to display the text from a particular header line in the
19271 message.
19272 The syntax for this token is substantially different from all the others
19273 in order that you might be able to display a portion of the text following
19274 a particular header.
19275 The header name you are interested in is given following a colon
19276 after the word &quot;HEADER&quot;.
19277 For example,
19279 <CENTER><SAMP>HEADER:X-Spam</SAMP></CENTER>
19281 would display the text of the X-Spam header, if any.
19282 Like for other index tokens a width field may (and probably should)
19283 follow this.
19285 <CENTER><SAMP>HEADER:X-Spam(10)</SAMP></CENTER>
19287 displays the first ten characters of the X-Spam header.
19288 Unlike other index tokens, the syntax for HEADER is more flexible.
19289 An optional second argument comes after a comma inside the parentheses.
19290 It specifies the &quot;field&quot; number.
19291 By default, the field separator is a space character.
19292 No extra space characters are allowed in the argument list.
19294 <CENTER><SAMP>HEADER:X-Spam(10,2)</SAMP></CENTER>
19296 would display the second field, left-justified, in a 10 character
19297 wide field.
19298 The second field would consist of all the text after the first space
19299 up to the next space or the end of the header.
19300 The default field number is zero, which stands for the entire line.
19301 There is also an optional third argument that is a list of field
19302 separators. It defaults to a space character.
19303 The example
19305 <CENTER><SAMP>HEADER:X-Spam(10,2,:%&nbsp;)</SAMP></CENTER>
19307 would cause the field separators to be any of colon, percent,
19308 or space (there is a space character between the percent and the
19309 right parenthesis).
19310 The first field runs from the start of the header value up to the first
19311 colon, percent, or space; the second goes from there to the next; and so on.
19312 In order to use a comma character as a field separator you must escape
19313 it by preceding it with a backslash (&#92;).
19314 The same is true of the backslash character itself.
19315 There is one further optional argument.
19316 It is an R or an L to specify right or left adjustment of the text
19317 within the field.
19318 The default is to left justify, however if you are displaying numbers
19319 you might prefer to right justify.
19321 Here's an example of a SpamAssassin header.
19322 The exact look of the header will vary, but if your incoming mail
19323 contains headers that look like the following
19325 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
19327 you might want to display the hits value.
19328 The first field starts with the Y in Yes.
19329 To get what you're interested in you might use &quot;=&quot; and
19330 space as the field separators and display the third field, like
19332 <CENTER><SAMP>HEADER:X-Spam-Status(4,3,=&nbsp;)</SAMP></CENTER>
19334 or maybe you would break at the dot instead
19336 <CENTER><SAMP>HEADER:X-Spam-Status(2,2,=.,R)</SAMP></CENTER>
19338 Another example we've seen has headers that look like
19340 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
19342 Because there are two equals and a comma before the 7% and a comma
19343 after it, the token
19345 <CENTER><SAMP>HEADER:X-Spam(3,4,=&#92;,,R)</SAMP></CENTER>
19347 should display the probability (for example 7% or 83%) right justified
19348 in a 3-wide field.
19349 </DD>
19351 <DT>ARROW</DT>
19352 <DD>
19353 This gives an alternative way to display the current message in the
19354 MESSAGE INDEX screen.
19355 Usually the current message is indicated by the line being shown in
19356 reverse video.
19357 Instead, if the ARROW token is included in your <!--#echo var="VAR_index-format"-->,
19358 the current line will include an &quot;arrow&quot; that
19359 looks like
19361 <CENTER><SAMP>-&gt;</SAMP></CENTER>
19363 in the ARROW token's field.
19364 For all of the non-current messages, the ARROW field will be filled
19365 with blanks.
19366 If you use the fixed-field width feature the length of the &quot;arrow&quot;
19367 may be adjusted.
19368 The arrow will be drawn as width-1 dashes followed by a greater than sign.
19369 For example, if you use ARROW(3) you will get
19371 <CENTER><SAMP>--&gt;</SAMP></CENTER>
19373 and ARROW(1) will give you just
19375 <CENTER><SAMP>&gt;</SAMP></CENTER>
19377 It is also possible to set the color of the ARROW field.
19378 By default (and for non-current messages) the arrow is colored the same
19379 as the index line it is part of.
19380 You may set it to be another color with the 
19381 <A HREF="h_config_index_arrow_color">Index Arrow Color</A> option available from
19382 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19383 </DD>
19385 <DT>SCORE</DT>
19386 <DD>
19387 This gives the
19388 <a href="h_rules_score">score</a>
19389 of each message.
19390 This will be six columns wide to accomodate the widest possible score.
19391 You will probably want to use the <!--#echo var="VAR_index-format"--> fixed-field width feature
19392 to limit the width of the field to the widest score that
19393 you use (e.g. SCORE(3) if your scores are always between 0 and 999).
19394 If you have not defined any score rules the scores will all be zero.
19395 If any of your score rules contain AllText or BodyText patterns
19396 then including SCORE in the <!--#echo var="VAR_index-format"-->
19397 may slow down the display of the MESSAGE INDEX screen.
19398 </DD>
19399 </DL>
19402 <H1><EM>Tokens Available for all but <!--#echo var="VAR_index-format"--></EM></H1>
19404 <DL>
19405 <DT>CURNEWS</DT>
19406 <DD>
19407 This token represents the current newsgroup if there is one.
19408 For example, &quot;comp.mail.pine&quot;.
19409 </DD>
19411 <DT>MSGID</DT>
19412 <DD>
19413 This token represents the message ID of the message.
19414 This token does not work with Filter Rule folder names.
19415 </DD>
19417 <DT>CURDATE</DT>
19418 <DD>
19419 This token represents the current date.
19420 It has the format MMM DD. For example, &quot;Oct 23&quot;.
19421 </DD>
19423 <DT>CURDATEISO</DT>
19424 <DD>
19425 This token represents the current date.
19426 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
19427 </DD>
19429 <DT>CURDATEISOS</DT>
19430 <DD>
19431 This token represents the current date.
19432 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
19433 </DD>
19435 <DT>CURPREFDATE</DT>
19436 <DD>
19437 This token represents the current date.
19438 It is your operating system's idea of the preferred date representation for the current locale.
19439 Internally it uses the %x version of the date from the strftime routine.
19440 </DD>
19442 <DT>CURPREFTIME</DT>
19443 <DD>
19444 This token represents the current time.
19445 It is the preferred time representation for the current locale.
19446 Internally it uses the %X version of the time from the strftime routine.
19447 </DD>
19449 <DT>CURPREFDATETIME</DT>
19450 <DD>
19451 This token represents the current date and time.
19452 It is the preferred date and time representation for the current locale.
19453 Internally it uses the %c version of the time from the strftime routine.
19454 </DD>
19456 <DT>CURTIME24</DT>
19457 <DD>
19458 This token represents the current time.
19459 It has the format HH:MM. For example, &quot;17:28&quot;.
19460 </DD>
19462 <DT>CURTIME12</DT>
19463 <DD>
19464 This token represents the current time.
19465 This time is for a 12 hour clock.
19466 It has the format HH:MMpm.
19467 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
19468 </DD>
19470 <DT>CURDAY</DT>
19471 <DD>
19472 This token represents the current day of the month.
19473 For example, &quot;23&quot; or &quot;9&quot;.
19474 </DD>
19476 <DT>CURDAY2DIGIT</DT>
19477 <DD>
19478 This token represents the current day of the month.
19479 For example, &quot;23&quot; or &quot;09&quot;.
19480 It is always 2 digits.
19481 </DD>
19483 <DT>CURDAYOFWEEK</DT>
19484 <DD>
19485 This token represents the current day of the week.
19486 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
19487 </DD>
19489 <DT>CURDAYOFWEEKABBREV</DT>
19490 <DD>
19491 This token represents the current day of the week.
19492 For example, &quot;Sun&quot; or &quot;Wed&quot;.
19493 </DD>
19495 <DT>CURMONTH</DT>
19496 <DD>
19497 This token represents the current month.
19498 For example, &quot;10&quot; or &quot;9&quot;.
19499 </DD>
19501 <DT>CURMONTH2DIGIT</DT>
19502 <DD>
19503 This token represents the current month.
19504 For example, &quot;10&quot; or &quot;09&quot;.
19505 It is always 2 digits.
19506 </DD>
19508 <DT>CURMONTHLONG</DT>
19509 <DD>
19510 This token represents the current month.
19511 For example, &quot;October&quot;.
19512 </DD>
19514 <DT>CURMONTHABBREV</DT>
19515 <DD>
19516 This token represents the current month.
19517 For example, &quot;Oct&quot;.
19518 </DD>
19520 <DT>CURYEAR</DT>
19521 <DD>
19522 This token represents the current year.
19523 For example, &quot;1998&quot; or &quot;2001&quot;.
19524 </DD>
19526 <DT>CURYEAR2DIGIT</DT>
19527 <DD>
19528 This token represents the current year.
19529 For example, &quot;98&quot; or &quot;01&quot;.
19530 It is always 2 digits.
19531 </DD>
19533 <DT>LASTMONTH</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;9&quot;.
19539 It is possible that this and the other tokens beginning with LASTMONTH
19540 below could be useful when used with a Filtering Rule that
19541 has the &quot;Beginning of Month&quot; option set.
19542 </DD>
19544 <DT>LASTMONTH2DIGIT</DT>
19545 <DD>
19546 This token represents last month.
19547 For example, if this is November (the 11th month),
19548 it is equal to &quot;10&quot; or if this is October (the 10th month),
19549 it is &quot;09&quot;.
19550 It is always 2 digits.
19551 </DD>
19553 <DT>LASTMONTHLONG</DT>
19554 <DD>
19555 This token represents last month.
19556 For example, if this is November the value is &quot;October&quot;.
19557 </DD>
19559 <DT>LASTMONTHABBREV</DT>
19560 <DD>
19561 This token represents last month.
19562 For example, if this is November the value is &quot;Oct&quot;.
19563 </DD>
19565 <DT>LASTMONTHYEAR</DT>
19566 <DD>
19567 This token represents what the year was a month ago.
19568 For example, if this is October, 1998, it is &quot;1998&quot;.
19569 If this is January, 1998, it is &quot;1997&quot;.
19570 </DD>
19572 <DT>LASTMONTHYEAR2DIGIT</DT>
19573 <DD>
19574 This token represents what the year was a month ago.
19575 For example, if this is October, 1998, it is &quot;98&quot;.
19576 If this is January, 1998, it is &quot;97&quot;.
19577 </DD>
19579 <DT>LASTYEAR</DT>
19580 <DD>
19581 This token represents last year.
19582 For example, if this is 1998, it equals &quot;1997&quot;.
19583 It is possible that this
19584 could be useful when used with a Filtering Rule that
19585 has the &quot;Beginning of Year&quot; option set.
19586 </DD>
19588 <DT>LASTYEAR2DIGIT</DT>
19589 <DD>
19590 This token represents last year.
19591 For example, if this is 1998, it equals &quot;97&quot;.
19592 It is always 2 digits.
19593 </DD>
19595 <DT>ROLENICK</DT>
19596 <DD>
19597 This token represents the nickname of the
19598 role currently being used.  If no role is being used,
19599 then no text will be printed for this token.
19600 This token does not work with Filter Rule folder names.
19601 </DD>
19602 </DL>
19605 <H1><EM>Token Available Only for <!--#echo var="VAR_reply-leadin"--></EM></H1>
19606 See the help for the
19607 <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option
19608 to see why you might want to use this.
19609 Since the <!--#echo var="VAR_reply-leadin"--> contains free text this token
19610 must be surrounded by underscores when used.
19612 <DL>
19613 <DT>NEWLINE</DT>
19614 <DD>
19615 This is an end of line marker.
19616 </DD>
19617 </DL>
19620 <H1><EM>Token Available Only for Templates and Signatures</EM></H1>
19622 <DL>
19623 <DT>CURSORPOS</DT>
19624 <DD>
19625 This token is different from the others.
19626 When it is replaced it is replaced with nothing, but it sets an Alpine
19627 internal variable that tells the composer to start with the cursor
19628 positioned at the position where this token was.
19629 If both the template file and the signature file contain
19630 a &quot;CURSORPOS&quot; token, then the position in the template file
19631 is used.
19632 If there is a template file and neither it nor the signature file contains
19633 a &quot;CURSORPOS&quot; token, then the cursor is positioned
19634 after the end of the contents of the
19635 template file when the composer starts up.
19636 </DD>
19637 </DL>
19640 &lt;End of help on this topic&gt;
19641 </BODY>
19642 </HTML>
19643 ======= h_reply_token_conditionals =======
19644 <HTML>
19645 <HEAD>
19646 <TITLE>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</TITLE>
19647 </HEAD>
19648 <BODY>
19649 <H1>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</H1>
19651 Conditional text inclusion may be used with
19652 the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
19653 in signature files, and in template files used in
19654 <A HREF="h_rules_roles">&quot;roles&quot;</A>.
19655 It may <EM>not</EM> be used with the
19656 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
19659 There is a limited if-else capability for including text.
19660 The if-else condition is based
19661 on whether or not a given token would result in replacement text you
19662 specify.
19663 The syntax of this conditional inclusion is
19665 <CENTER><SAMP>_token_(match_this, if_matched [ , if_not_matched ] )</SAMP></CENTER>
19667 The left parenthesis must follow the underscore immediately, with no
19668 intervening space.
19669 It means the token is expanded and the results of that expansion are
19670 compared against the &quot;match_this&quot; argument.
19671 If there is an exact match, then the &quot;if_matched&quot; text is used
19672 as the replacement text.
19673 Otherwise, the &quot;if_not_matched&quot; text is used.
19674 One of the most useful values for the &quot;match_this&quot; argument is
19675 the empty string, &quot;&quot;.
19676 In that case the expansion is compared against the empty string.
19678 Here's an example to make it clearer.
19679 This text could be included in one of your template files:
19681 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;I'm replying to email&quot;, &quot;I'm replying to news&quot;)</SAMP></CENTER>
19683 If that is included in a template file that you are using while replying
19684 to a message (because you chose to use the role it was part of),
19685 and that message has a newsgroup header and a newsgroup in that header,
19686 then the text
19688 <CENTER><SAMP>I'm replying to news</SAMP></CENTER>
19690 will be included in the message you are about to compose.
19691 On the other hand, if the message you are replying to does not have
19692 a newsgroup, then the text
19694 <CENTER><SAMP>I'm replying to email</SAMP></CENTER>
19696 would be included instead.
19697 This would also work in signature files and in
19698 the &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option.
19699 If the &quot;match_this&quot;, &quot;if_matched&quot;,
19700 or &quot;if_not_matched&quot; arguments contain
19701 spaces, parentheses, or commas;
19702 they have to be quoted with double quotation marks (like in the example
19703 above).
19704 If you want to include a literal quote (&quot;) in the text you must escape the
19705 quote by preceding it with a backslash (&#92;) character.
19706 If you want to include a literal backslash character you must escape it
19707 by preceding it with another backslash.
19709 The comma followed by &quot;if_not_matched&quot; is optional.
19710 If there is no &quot;if_not_matched&quot;
19711 present then no text is included if the not_matched case is true.
19712 Here's another example:
19714 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;&quot;, &quot;This msg was seen in group: _NEWS_.&quot;)</SAMP></CENTER>
19716 Here you can see that tokens may appear in the arguments.
19717 The same is true for tokens with the conditional parentheses.
19718 They may appear in arguments,
19719 though you do have to be careful to get the quoting and escaping of
19720 nested double quotes correct.
19721 If this was in the signature file being used and you were replying to a message
19722 sent to comp.mail.pine the resulting text would be:
19724 <CENTER><SAMP>This msg was seen in group: comp.mail.pine.</SAMP></CENTER>
19726 If you were replying to a message that wasn't sent to any newsgroup the
19727 resulting text would be a single blank line.
19728 The reason you'd get a blank line is because the end of the line is
19729 outside of the conditional, so is always included.
19730 If you wanted to get rid of that blank line you could do so by moving
19731 the end of line inside the conditional.
19732 In other words, it's ok to have multi-line
19733 &quot;if_matched&quot; or &quot;if_not_matched&quot; arguments in your
19734 template file.
19735 The text just continues until the next double quotation, even if it's not
19736 on the same line.
19738 Here's an example for use in the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;:
19740 <CENTER><SAMP>On _DAYDATE_, _FROM__CURNEWS_(&quot;&quot;, &quot;&quot;, &quot;seen in _CURNEWS_,&quot;) wrote</SAMP></CENTER>
19742 If this was in your <!--#echo var="VAR_reply-leadin"--> and you were replying to a message
19743 while reading the newsgroup comp.mail.pine the resulting text would be:
19745 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone, seen in comp.mail.pine, wrote:</SAMP></CENTER>
19747 If you were replying to a message while reading an email folder instead
19748 of a newsgroup the resulting leadin text would be
19750 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
19752 Here's one more (contrived) example illustrating a matching argument
19753 that is not the empty string.
19755 <CENTER><SAMP>_SMARTDATE_("Today", _SMARTDATE_, "On _DATE_") _FROM_ wrote:</SAMP></CENTER>
19757 If this was the value of your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option and you
19758 were replying to
19759 a message that was sent today, then the value of the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;
19760 would be
19762 <CENTER><SAMP>Today Fred Flintstone wrote:</SAMP></CENTER>
19764 But if you were replying to a message sent on Oct. 27 (and that wasn't
19765 today) you would get
19767 <CENTER><SAMP>On Oct 27 Fred Flintstone wrote:</SAMP></CENTER>
19770 &lt;End of help on this topic&gt;
19771 </BODY>
19772 </HTML>
19773 ======= h_composer_cntxt_nick =======
19774 <HTML>
19775 <HEAD>
19776 <TITLE>Collection Nickname Explained</TITLE>
19777 </HEAD>
19778 <BODY>
19779 <H1>Collection Edit Help -- Nickname Field</H1>
19781 This field is provided so you can add a short nickname to use when
19782 referring to this collection within Alpine.  Spaces are allowed, and
19783 you don't need to use double-quotes.  However, the double-quote
19784 character is not allowed.
19786 Look <A HREF="h_edit_nav_cmds">here</A>
19787 to see the available Editing and Navigation commands.
19789 &lt;End of help on this topic&gt;
19790 </BODY>
19791 </HTML>
19792 ======= h_folder_server_syntax =======
19793 <HTML>
19794 <HEAD>
19795 <TITLE>Server Name Syntax</TITLE>
19796 </HEAD>
19797 <BODY>
19798 <H1>Server Name Syntax</H1>
19800 This help describes the syntax that may be used for server names
19801 that may be associated with remote folders or SMTP servers.
19804 A server name is the hostname of the server.
19805 It's a good idea to use the host's fully-qualified network name.
19808 <CENTER><SAMP>foo.example.com</SAMP></CENTER>
19811 However, IP addresses are allowed if surrounded
19812 with square-brackets.
19815 <CENTER><SAMP>[127.0.0.1]</SAMP></CENTER>
19818 An optional network port number may be supplied by appending
19819 a colon (:) followed by the port number
19820 to the server name.
19821 By default, the IMAP port number, 143, is used.
19824 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
19827 Besides server name and optional port number, various other optional
19828 parameters may be supplied that alter Alpine's interaction with the server.
19829 A parameter is supplied by appending a slash (/) character followed by
19830 the parameter's name and,
19831 depending on the particular parameter, the value assigned to that
19832 name, to the server name (and optional port number).
19833 Parameter names are <EM>not</EM> case sensitive.
19834 Currently supported parameters include:
19836 <DL>
19838 <DT>User</DT>
19839 <DD>This parameter requires an associated value, and is intended to
19840 provide the username identifier with which to establish the server
19841 connection.
19842 If your SMTP server offers SMTP AUTH authentication, adding this 
19843 parameter to the
19844 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
19845 option will cause Alpine to attempt to authenticate to the server using the
19846 supplied username.
19847 Similarly, if your NNTP server offers NNTP &quot;AUTHINFO SASL&quot;
19848 or &quot;AUTHINFO USER&quot; authentication, adding this parameter to the
19849 <A HREF="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></A>
19850 option (or to the server name for any folder collection using NNTP)
19851 will cause Alpine to attempt
19852 to authenticate to the server using the supplied username.
19853 An example might be:
19856 <CENTER><SAMP>/user=katie</SAMP></CENTER>
19859 </DD>
19861 <DT>TLS</DT>
19862 <DD>
19863 Normally, when a new connection is made an attempt is made to 
19864 negotiate a secure (encrypted) session using Transport Layer Security (TLS).
19865 If that fails then a non-encrypted connection will be attempted instead.
19866 This is a unary parameter indicating communication with the server must 
19867 take place over a TLS connection. If the attempt to use TLS fails then
19868 this parameter will cause the connection to fail instead of falling
19869 back to an unsecure connection.
19872 <CENTER><SAMP>/tls</SAMP></CENTER>
19875 </DD>
19877 <DT>SSL</DT>
19878 <DD>
19879 This is a unary parameter indicating communication with the server should 
19880 take place over a Secure Socket Layer connection.  The server must support
19881 this method, and be prepared to accept connections on the appropriate
19882 port (993 by default).
19883 Alpine must be linked with an SSL library for this option to be operational.
19886 <CENTER><SAMP>/ssl</SAMP></CENTER>
19889 </DD>
19891 <DT>TLS1</DT>
19892 <DD>
19893 This parameter indicates that the connection to the server will be made
19894 over the SSL port, but using the TLSv1 protocol, instead of the usual
19895 SSLv3 or SSLv2 protocols.
19896 Alpine must be linked with an SSL library for this option to be operational.
19899 <CENTER><SAMP>/tls1</SAMP></CENTER>
19902 </DD>
19904 <DT>DTLS1</DT>
19905 <DD>
19906 This parameter indicates that the connection to the server will be made
19907 over the SSL port, but using the DTLSv1 protocol, instead of the usual
19908 SSLv3 or SSLv2 protocols.
19909 Alpine must be linked with an SSL library for this option to be operational.
19912 <CENTER><SAMP>/dtls1</SAMP></CENTER>
19915 </DD>
19917 <DT>TLS1_1</DT>
19918 <DD>
19919 This parameter indicates that the connection to the server will be made
19920 over the SSL port, but using the TLSv1.1 protocol, instead of the usual
19921 SSLv3 or SSLv2 protocols.
19922 Alpine must be linked with an SSL library for this option to be operational.
19925 <CENTER><SAMP>/tls1_1</SAMP></CENTER>
19928 </DD>
19930 <DT>TLS1_2</DT>
19931 <DD>
19932 This parameter indicates that the connection to the server will be made
19933 over the SSL port, but using the TLSv1.2 protocol, instead of the usual
19934 SSLv3 or SSLv2 protocols.
19935 Alpine must be linked with an SSL library for this option to be operational.
19938 <CENTER><SAMP>/tls1_2</SAMP></CENTER>
19941 </DD>
19944 <DT>NoValidate-Cert</DT>
19945 <DD>Do not validate certificates (for TLS or SSL connections) from the server.
19946 This is needed if the server uses self-signed certificates or if Alpine
19947 cannot validate the certificate for some other known reason.
19949 </DD>
19951 <DT>Anonymous</DT>
19952 <DD>This is a unary parameter (that means it does not have a value)
19953 indicating that the connection be logged in as
19954 &quot;anonymous&quot; rather than a specific user.
19955 Not all servers offer anonymous
19956 access; those which do generally only offer read-only access to certain
19957 &quot;public&quot; folders.
19960 <CENTER><SAMP>/anonymous</SAMP></CENTER>
19963 </DD>
19965 <DT>Secure</DT>
19966 <DD>This is a unary parameter indicating that the connection use the
19967 most secure authentication method mutually supported by Alpine and the
19968 server.
19969 Alpine is capable of authenticating connections to 
19970 the server using several methods.
19971 By default, Alpine will attempt each
19972 method until either a connection is established or the
19973 list of methods is exhausted.
19974 This parameter causes Alpine to instead fail 
19975 the connection if the first (generally most &quot;secure&quot;) method fails.
19978 <CENTER><SAMP>/secure</SAMP></CENTER>
19981 </DD>
19983 <DT>Submit</DT>
19984 <DD>This is a unary parameter for use with the
19985 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A> option.
19986 It indicates that the connection should be made to the Submit server
19987 (<A HREF="http://www.ietf.org/rfc/rfc2476.txt">RFC 3676</A>)
19988 (port 587) instead of the SMTP port (25).
19989 At the time this help was written the submit option was equivalent to
19990 specifying port 587.
19993 <CENTER><SAMP>/submit</SAMP></CENTER>
19997 <CENTER><SAMP>host:587</SAMP></CENTER>
20000 </DD>
20002 <DT>Debug</DT>
20003 <DD>This is a unary parameter indicating that the connection be established
20004 in a verbose mode.  Basically, it causes Alpine to log the communication with
20005 the server in Alpine's debug file.
20006 Normally, the pine -d command-line flag would be used instead.
20008 </DD>
20010 <DT>NoRsh</DT>
20011 <DD>By default, Alpine attempts to login using &quot;rsh&quot;,
20012 the UNIX remote shell program.
20013 Including &quot;NoRsh&quot; will cause connections to this server to skip
20014 the &quot;rsh&quot; attempt.
20015 This might be useful to avoid long timeouts caused by rsh firewalls, for
20016 example.
20018 </DD>
20020 <DT>Service</DT>
20021 <DD>This parameter requires an associated value.  The default value is
20022 &quot;IMAP&quot; which indicates communication with the server based
20023 on the IMAP4rev1 protocol (defined in RFC 3501 -- see 
20024 <A HREF="http://www.imap.org/docs/rfc3501.html">http://www.imap.org/docs/rfc3501.html</A>).</DD>
20026 Other service values include:
20027  <DL>
20028  <DT>NNTP</DT>
20029  <DD>This value indicates communication with the server takes place via
20030 the Network News Transfer Protocol.  Use this to define a collection
20031 of newsgroups on a remote news server.  So
20034 <CENTER><SAMP>/service=NNTP</SAMP></CENTER>
20036 or just
20038 <CENTER><SAMP>/NNTP</SAMP></CENTER>
20041 is the way to specify NNTP access.
20043  </DD>
20045  <DT>POP3</DT>
20046  <DD>This value indicates communication with the server takes place via the
20047 Post Office Protocol 3 protocol.
20050 <CENTER><SAMP>/service=POP3</SAMP></CENTER>
20052 or just
20054 <CENTER><SAMP>/POP3</SAMP></CENTER>
20057 Note that there are several important issues
20058 to consider when selecting this option:
20059 <OL>
20060  <LI> POP3 provides access to only your INBOX.  In other words,
20061 secondary folders such as your &quot;saved-messages&quot; are inaccessible.
20062  <LI> Alpine's implementation of POP3 does not follow the traditional POP
20063 model and will leave your mail on the server. Refer to the
20064 <A HREF="h_maildrop">Mail Drop</A> functionality for a possible way around this problem.
20065  <LI> See the discussion about new-mail checking in <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
20066 </OL>
20067 </DD>
20068 </DL>
20069 </DL>
20072 Note that it is possible to include more than one parameter in a server
20073 specification by concatenating the parameters. For example:
20076 <CENTER><SAMP>foo.example.com:port/user=katie/novalidate-cert/debug</SAMP></CENTER>
20080 &lt;End of help on this topic&gt;
20081 </BODY>
20082 </HTML>
20083 ======= h_composer_cntxt_server =======
20084 <HTML>
20085 <HEAD>
20086 <TITLE>Collection Server: Explained</TITLE>
20087 </HEAD>
20088 <BODY>
20089 <H1>Collection Edit Help -- Server Field</H1>
20091 This collection's &quot;Server:&quot; definition indicates the
20092 hostname of the server providing access to the folders in this
20093 collection.
20094 The syntax of this server name is the same as for other server names used
20095 in remote folder names in
20096 Alpine and is described
20097 <A HREF="h_folder_server_syntax">here</A>.
20100 &lt;End of help on this topic&gt;
20101 </BODY>
20102 </HTML>
20103 ======= h_composer_cntxt_path =======
20104 <HTML>
20105 <HEAD>
20106 <TITLE>Collection Path: Explained</TITLE>
20107 </HEAD>
20108 <BODY>
20109 <H1>Collection Edit Help -- Path Field</H1>
20111 The collection's &quot;Path:&quot; definition indicates the location
20112 of the folders in this collection.  If the path or any of its components
20113 do not exist, Alpine will prompt you for their creation when exiting the
20114 Add/Change screen.
20116 <P> 
20117 By default the path is interpreted as defining a section of your personal
20118 folder area.  This area and how you specify it are defined by the
20119 server, if one is specified in the collection, or, typically, the home
20120 directory if no server is defined.
20123 To define a collection outside the default &quot;area&quot;, prefix
20124 the path with the &quot;namespace&quot; to use when interpreting the
20125 given path.  If a namespace is specified, the Path begins with the
20126 sharp, &quot;#&quot;, character followed by the name of the namespace
20127 and then the namespace's path-element-delimiter.  Aside from the
20128 path's format, namespaces can also imply access rights, content
20129 policy, audience, location, and, occasionally, access methods.
20132 Each server exports its own set (possibly of size one) of 
20133 namespaces.  Hence, it's likely communication with your server's
20134 administrator will be required for specific configurations.  Some of
20135 the more common namespaces, however, include:
20137 <DL>
20138 <DT>#news.</DT>
20139 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
20140 names are hierarchically defined with each level delimited by a period.
20141 </DD>
20142 <DT>#public/</DT>
20143 <DD>This specifies a folder area that the server may export to the general
20144 public.
20145 </DD>
20146 <DT>#shared/</DT>
20147 <DD>This specifies a folder area that the folder may export to groups
20148 of users.
20149 </DD>
20150 <DT>#ftp/</DT>
20151 <DD>This specifies a folder area that is the same as that it may have 
20152 exported via the &quot;File Transfer Protocol&quot;.
20153 </DD>
20154 <DT>#mh/</DT>
20155 <DD>This specifies the personal folder area associated with folders
20156 and directories that were created using the MH message handling system.
20157 </DD>
20158 </DL>
20161 In addition, the server may support access to other user's folders,
20162 provided you have suitable permissions.  Common methods use a prefix
20163 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
20164 indicate the root of the other user's folder area.
20167 No, nothing's simple.
20170 &lt;End of help on this topic&gt;
20171 </BODY>
20172 </HTML>
20173 ======= h_composer_cntxt_view =======
20174 <HTML>
20175 <HEAD>
20176 <TITLE>Collection View: Explained</TITLE>
20177 </HEAD>
20178 <BODY>
20179 <H1>Collection Edit Help -- View Field</H1>
20181 The collection's &quot;View:&quot; definition provides a way to limit
20182 the displayed list of folders within a collection.  By default, only
20183 folders that contain the specified characters anywhere in their name
20184 are shown in the collection's folder list.
20187 Additionally, you can use a wildcard character to better control
20188 the list of folders selected for display.  The wildcard specifier is
20189 the star, &quot;*&quot;, character.
20192 So, for example, to define a collection of all folders ending with
20193 &quot;c&quot;, you'd specify a view of &quot;*c&quot; (without the
20194 quote characters!).  Or, similarly, to define a collection of folders
20195 whose names start with &quot;a&quot; and end with &quot;z&quot;, you'd
20196 specify a view of &quot;a*z&quot;.
20199 &lt;End of help on this topic&gt;
20200 </BODY>
20201 </HTML>
20202 ======= h_composer_abook_add_server =======
20203 <HTML>
20204 <HEAD>
20205 <TITLE>Addressbook Server Name Field Explained</TITLE>
20206 </HEAD>
20207 <BODY>
20208 This field should be left blank if the address book is stored in a regular
20209 file on this system.  If it is a remote address book stored on an IMAP
20210 server then this is the name of that IMAP server.
20212 Look <A HREF="h_edit_nav_cmds">here</A>
20213 to see the available Editing and Navigation commands.
20215 &lt;End of help on this topic&gt;
20216 </BODY>
20217 </HTML>
20218 ======= h_composer_abook_add_folder =======
20219 <HTML>
20220 <HEAD>
20221 <TITLE>Addressbook Folder Name Field Explained</TITLE>
20222 </HEAD>
20223 <BODY>
20224 For a remote address book (one for which the Server Name is filled in)
20225 this is the name of a folder on the remote server. The address book data
20226 will be stored in this folder. This folder should be used only for
20227 storing this single address book, not for other address books or for
20228 other messages.
20230 For a local address book (one for which the Server Name is not filled in)
20231 this is the name of a file in which the address book will be stored.
20232 The file is in the same directory as the Alpine configuration file if the
20233 configuration file is local.
20234 If the configuration file is remote, then this will be in the home directory
20235 for Unix Alpine and in the directory specified by the
20236 &quot;-aux local_directory&quot; command line argument.
20238 Look <A HREF="h_edit_nav_cmds">here</A>
20239 to see the available Editing and Navigation commands.
20241 &lt;End of help on this topic&gt;
20242 </BODY>
20243 </HTML>
20244 ======= h_composer_abook_add_nick =======
20245 <HTML>
20246 <HEAD>
20247 <TITLE>Addressbook NickName Field Explained</TITLE>
20248 </HEAD>
20249 <BODY>
20250 This is just an optional nickname for this address book. If present, it
20251 is used in some of the displays and error messages in the address book
20252 maintenance screens. It is for your convenience only and serves no
20253 other purpose.
20255 Look <A HREF="h_edit_nav_cmds">here</A>
20256 to see the available Editing and Navigation commands.
20258 &lt;End of help on this topic&gt;
20259 </BODY>
20260 </HTML>
20261 ======= h_composer_qserv_cn =======
20262 <HTML>
20263 <HEAD>
20264 <TITLE>Directory Query Form Explained</TITLE>
20265 </HEAD>
20266 <BODY>
20268 Fill in as many of these fields as you wish to narrow down your
20269 search. All the fields you fill in must match in order for an entry
20270 to be returned. You may use the wildcard character &quot;*&quot; in
20271 any of the fields, it matches any zero or more characters at that
20272 point in the string. There are no implicit wildcards, so the match is
20273 exact unless you include wildcards.
20276 Note that if an attribute isn't present at all, then the match will fail.
20277 For example, if a server doesn't support the Locality attribute, then no
20278 matter what you put in the Locality field (other than leaving it empty)
20279 the search will fail.
20282 This field, the Common Name field, is typically a person's full name.
20285 <H1>EDITING and NAVIGATION COMMANDS</H1>
20286 <!--chtml if pinemode="function_key"-->
20287 <PRE>
20288 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
20289 ^B (Left Arrow)    Back character       | ^D       Delete current character
20290 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
20291 ^P (Up Arrow)      Previous line        |
20292 ^N (Down Arrow)    Next line            | F9       Cut marked text or
20293 ^A                 Beginning of line    |            delete current line
20294 ^E                 End of line          | F10      Undelete line(s)
20295 F7                 Previous page        |
20296 F8                 Next page            |-------------------------------------
20297 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
20298 ----------------------------------------|
20299 EXIT COMMANDS    |  GENERAL COMMANDS    | F5    Restore previous search
20300 F2   Cancel      |   F1    Get help     |
20301 F3   Search      |   ^Z    Suspend      | ^L    Redraw Screen
20302 </PRE>
20303 <!--chtml else-->
20304 <PRE>
20305 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
20306 ^B (Left Arrow)    Back character       | ^D       Delete current character
20307 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
20308 ^P (Up Arrow)      Previous line        |
20309 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
20310 ^A                 Beginning of line    |            delete current line
20311 ^E                 End of line          | ^U       Undelete line(s)
20312 ^Y                 Previous page        |
20313 ^V                 Next page            |-------------------------------------
20314 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
20315 ----------------------------------------|
20316 EXIT COMMANDS    |  GENERAL COMMANDS    | ^R     Restore previous search
20317 ^C   Cancel      |   ^G    Get help     |
20318 ^X   Search      |   ^Z    Suspend      | ^L     Redraw Screen
20319 </PRE>
20320 <!--chtml endif-->
20321 <P><UL>
20322 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20323 </UL><P>
20324 &lt;End of help on this topic&gt;
20325 </BODY>
20326 </HTML>
20327 ======= h_composer_qserv_sn =======
20329 The Surname is usually the family name of a person.
20331 <End of help on this topic>
20332 ======= h_composer_qserv_gn =======
20334 This is the part of a person's name that isn't the surname or initials.
20336 <End of help on this topic>
20337 ======= h_composer_qserv_mail =======
20339 This is the email address of a person.
20341 <End of help on this topic>
20342 ======= h_composer_qserv_org =======
20344 This is the organization a person belongs to.
20346 <End of help on this topic>
20347 ======= h_composer_qserv_unit =======
20349 This is the organizational unit a person belongs to.
20351 <End of help on this topic>
20352 ======= h_composer_qserv_country =======
20354 This is the country a person belongs to.
20356 <End of help on this topic>
20357 ======= h_composer_qserv_state =======
20359 This is the state a person belongs to.
20361 <End of help on this topic>
20362 ======= h_composer_qserv_locality =======
20364 This is the locality a person belongs to.
20366 <End of help on this topic>
20367 ======= h_composer_qserv_custom =======
20369 This one is for advanced users only! If you put something in this field,
20370 then the rest of the fields are ignored.
20372 This field may be set to the string representation of an LDAP search
20373 filter (see RFC1960). Here are some examples:
20375 To search for an entry with a surname equal to "clinton" you could set
20376 the custom filter to:
20378      (sn=clinton)
20379     
20380 This is equivalent to putting "clinton" in the SurName field.
20381 To search for an entry that has a surname that begins with "clint" and
20382 has a givenname equal to "william" you could use:
20384      (&(sn=clint*)(givenname=william))
20385     
20386 This is equivalent to setting the SurName field to "clint*" and the
20387 GivenName field to "william".
20388 To search for an entry where either the common name OR the email address
20389 contains "abcde" you could use:
20391      (|(cn=*abcde*)(mail=*abcde*))
20393 That isn't equivalent to anything you can do by setting the other fields
20394 because of the OR.
20396 <End of help on this topic>
20397 ======= h_composer_qserv_qq =======
20399 This one is a little different from the rest of the categories.  It causes
20400 a search to be formed from the configured search filter that you filled
20401 in when you added the directory server to your configuration. It can also
20402 be combined with the other fields if you'd like.
20404 <End of help on this topic>
20405 ======= h_address_format =======
20406 <HTML>
20407 <HEAD>
20408 <TITLE>INTERNET EMAIL ADDRESS FORMAT</TITLE>
20409 </HEAD>
20410 <BODY>
20411 <H1>INTERNET EMAIL ADDRESS FORMAT</H1>
20413 A valid email address on the Internet has a username, an &quot;@&quot; sign, 
20414 and then a domain, with no spaces.  
20415 For example, jsmith@art.example.com might be the email address
20416 of a person  
20417 with the username &quot;jsmith&quot; who has an account in the domain
20418 &quot;art.example.com&quot;.  The number of dot-separated segments on the 
20419 right of the &quot;@&quot; sign can vary - a shorter example would be 
20420 isabelle@elsewhere.edu (the shortest possible form: here, only the 
20421 organization's domain is specified after the &quot;@&quot; sign); a longer 
20422 example would be 
20423  jsingh@shakti.edutech.example.com
20424 (here, the name of the host &quot;shakti&quot; in the domain 
20425 edutech.example.com is also specified).  
20426 <P>  
20427 If you do not know the exact email address of someone you want to write 
20428 to, ask them what it is using other means of communication than email; or 
20429 use the tools for 
20430 finding people's addresses that are available on the Internet.
20432 If you are sending to someone on the same system as you are, you can leave
20433 the &quot;@&quot; sign and all the information to its right off of the 
20434 address, and Alpine will fill it in automatically, 
20435 unless the feature 
20436 <A HREF="h_config_compose_rejects_unqual">&quot;<!--#echo var="FEAT_compose-rejects-unqualified-addrs"-->&quot;</A> is set in SETUP CONFIGURATION.
20439 When an email address you send a message to is not reachable -- either because 
20440 it is simply an incorrect address, or because email can temporarily not be 
20441 delivered to it due to a technical problem on the way to or at the recipient's 
20442 end -- you will almost always get an error notification email message back.
20444 If you encounter problems with, or have questions about, email delivery or
20445 email address syntax, contact your local network computing consultants.
20446 <P><UL>
20447 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20448 </UL>
20450 &lt;End of help on this topic&gt;
20451 </BODY>
20452 </HTML>
20453 ======= h_flag_user_flag =======
20454 <HTML>
20455 <HEAD>
20456 <TITLE>STATUS FLAG: User Defined Keyword</TITLE>
20457 </HEAD>
20458 <BODY>
20459 <H1>STATUS FLAG: User Defined Keyword</h1>
20461 This is a keyword that is defined for this folder.
20462 It was most likely defined by the owner of the folder.
20463 Alpine will not set or clear this flag on its own.
20465 <P><UL>
20466 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20467 </UL><P>
20468 &lt;End of help on this topic&gt;
20469 </BODY>
20470 </HTML>
20471 ======= h_flag_important =======
20472 <html>
20473 <title>STATUS FLAG: Important</title>
20474 <body>
20475 <h1>STATUS FLAG: Important</h1>
20478 The <EM>Important</EM> flag, indicated by an asterisk in Alpine's
20479 MESSAGE&nbsp;INDEX
20480 screen, can only be set by the user, and is intended to be used in
20481 whatever fashion makes sense to you.  You are the only one that can set or
20482 clear it. 
20485 &lt;End of help on this topic&gt;
20486 </BODY>
20487 </HTML>
20488 ======= h_flag_new =======
20489 <html>
20490 <title>STATUS FLAG: New</title>
20491 <body>
20492 <h1>STATUS FLAG: New</h1>
20495 The <EM>New</EM> flag, indicated by the letter 'N' in Alpine's
20496 MESSAGE&nbsp;INDEX screen,
20497 is automatically set when messages are delivered to your Inbox (or other
20498 folder specified outside of Alpine).  Likewise, it is cleared automatically
20499 the first time you read the message it is associated with.
20502 Sometimes it's helpful in prioritizing your mail.  For example, perhaps
20503 a message isn't weighty enough to assign it an <A HREF="h_flag_important">Important</A> flag, but
20504 you'd like to be reminded of it next time you read mail.  This can be done
20505 easily by <A HREF="h_common_flag">explicitly</A> resetting the <EM>New</EM> flag.
20509 &lt;End of help on this topic&gt;
20510 </BODY>
20511 </HTML>
20512 ======= h_flag_answered =======
20513 <html>
20514 <title>STATUS FLAG: Answered</title>
20515 <body>
20516 <h1>STATUS FLAG: Answered</h1>
20518 The <EM>Answered</EM> flag, indicated by the letter 'A' in Alpine's
20519 MESSAGE&nbsp;INDEX
20520 screen, is automatically set when you reply to a message.  This flag is not
20521 automatically cleared.
20524 &lt;End of help on this topic&gt;
20525 </BODY>
20526 </HTML>
20527 ======= h_flag_forwarded =======
20528 <html>
20529 <title>STATUS FLAG: Forwarded</title>
20530 <body>
20531 <h1>STATUS FLAG: Forwarded</h1>
20533 The <EM>Forwarded</EM> flag, indicated by the letter 'F' in Alpine's
20534 MESSAGE&nbsp;INDEX
20535 screen, is automatically set when you forward a message.  This flag is not
20536 automatically cleared.
20539 &lt;End of help on this topic&gt;
20540 </BODY>
20541 </HTML>
20542 ======= h_flag_deleted =======
20543 <html>
20544 <title>STATUS FLAG: Deleted</title>
20545 <body>
20546 <h1>STATUS FLAG: Deleted</h1>
20548 The <EM>Deleted</EM> flag, indicated by the letter 'D' in Alpine's
20549 MESSAGE&nbsp;INDEX
20550 screen, is set when you use the &quot;"D&nbsp;Delete&quot; command.
20551 It is cleared
20552 when you use the &quot;U&nbsp;Undelete&quot; command.
20555 Messages marked with this flag will be permanently removed from
20556 the folder when you issue the <A HREF="h_index_cmd_expunge">Expunge</A>
20557 command, or
20558 when you indicate acceptance of their removal upon leaving the folder.
20561 Note, there can be other actions implicit in the
20562 &quot;D&nbsp;Delete&quot; command,
20563 such as advancing to the next message, that may be momentarily undesirable.
20564 For this reason, it's sometimes useful to set or clear the <EM>Deleted</EM>
20565 flag <A HREF="h_common_flag">explicitly</A>.
20568 &lt;End of help on this topic&gt;
20569 </BODY>
20570 </HTML>
20571 ====== h_config_incoming_timeo ======
20572 <HTML>
20573 <HEAD>
20574 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></TITLE>
20575 </HEAD>
20576 <BODY>
20577 <H1>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></H1>
20579 This option has no effect unless the feature
20580 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20581 is set, which in turn has no effect unless
20582 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20583 is set.
20585 Sets the time in seconds that Alpine will
20586 attempt to open a network connection used for monitoring for Unseen
20587 messages in Incoming Folders. The default is 5.
20588 If a connection has not completed within this many seconds Alpine will
20589 give up and consider it a failed connection.
20591 <UL>   
20592 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20593 </UL><P>
20594 &lt;End of help on this topic&gt;
20595 </BODY>
20596 </HTML>
20597 ====== h_config_psleep ======
20598 <HTML>
20599 <HEAD>
20600 <TITLE>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</TITLE>
20601 </HEAD>
20602 <BODY>
20603 <H1>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</H1>
20606 In the good old days a mailcap viewer was used to examine an 
20607 attachment before saving it, and after viewing the attachment control 
20608 would return to the operating system when the viewer was closed. Therefore, 
20609 when the mailcap viewer returned control to the operating system, it 
20610 could be assumed that the user who opened the attachment was done
20611 examining it, and the copy of the attachment that was used, could be removed.
20614 However, today this assumption is not longer valid. Some viewers return 
20615 control to the operating system before they actually read the attachment
20616 to be examined. This causes Alpine to delete the attachment before it 
20617 is read by the viewer, causing the viewer to fail opening the attachment.
20620 In order to work around this problem, Alpine checks, after the viewer has 
20621 returned control to the operating system, if there is any process that is 
20622 using the attachment. This variable controls the number of seconds that 
20623 must elapse between checks. Once it is found that no process is using the 
20624 attachment, this is removed.
20627 The minimum value for this variable is 60 (checks will be made once per 
20628 minute), and the maximum value is 600 (checks will be made once every 10 
20629 minutes). The default value is 60.
20632 <UL>   
20633 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20634 </UL><P>
20635 &lt;End of help on this topic&gt;
20636 </BODY>
20637 </HTML>
20638 ====== h_config_incoming_interv ======
20639 <HTML>
20640 <HEAD>
20641 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval"--></TITLE>
20642 </HEAD>
20643 <BODY>
20644 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval"--></H1>
20646 This option has no effect unless the feature
20647 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20648 is set, which in turn has no effect unless
20649 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20650 is set.
20652 This option specifies, in seconds, how often Alpine will check
20653 for new mail and state changes in Incoming Folders when Incoming Folders
20654 Checking is turned on.
20655 The default is 3 minutes (180).
20656 This value applies only to folders that are local to the system that
20657 Alpine is running on or that are accessed using the IMAP protocol.
20658 The similar option
20659 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>
20660 applies to all other monitored folders.
20662 <UL>   
20663 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20664 </UL><P>
20665 &lt;End of help on this topic&gt;
20666 </BODY>
20667 </HTML>
20668 ====== h_config_incoming_second_interv ======
20669 <HTML>
20670 <HEAD>
20671 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></TITLE>
20672 </HEAD>
20673 <BODY>
20674 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></H1>
20676 This option has no effect unless the feature
20677 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20678 is set, which in turn has no effect unless
20679 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20680 is set.
20682 This option together with the option
20683 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
20684 specifies, in seconds, how often Alpine will check
20685 for new mail and state changes in Incoming Folders when Incoming Folders
20686 Checking is turned on.
20687 The default for this option is 3 minutes (180).
20688 For folders that are local to this system or
20689 that are accessed using the IMAP protocol
20690 the value of the option
20691 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
20692 is used.
20693 For all other monitored folders, the value of this option is used.
20695 The reason there are two separate options is because it is usually
20696 less expensive to check local and IMAP folders than it is to check
20697 other types, like POP or NNTP folders.
20698 You may want to set this secondary value to a higher number than
20699 the primary check interval.
20701 <UL>   
20702 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20703 </UL><P>
20704 &lt;End of help on this topic&gt;
20705 </BODY>
20706 </HTML>
20707 ====== h_config_incoming_list ======
20708 <HTML>
20709 <HEAD>
20710 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-list"--></TITLE>
20711 </HEAD>
20712 <BODY>
20713 <H1>OPTION: <!--#echo var="VAR_incoming-check-list"--></H1>
20715 This option has no effect unless the feature
20716 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20717 is set, which in turn has no effect unless
20718 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20719 is set.
20721 When monitoring the Incoming Message Folders for Unseen messages Alpine will
20722 normally monitor all Incoming Folders.
20723 You may use this option to restrict the list of monitored folders to a
20724 subset of all Incoming Folders.
20726 <UL>   
20727 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20728 </UL><P>
20729 &lt;End of help on this topic&gt;
20730 </BODY>
20731 </HTML>
20732 ====== h_config_pers_name ======
20733 <HTML>
20734 <HEAD>
20735 <TITLE>OPTION: <!--#echo var="VAR_personal-name"--></TITLE>
20736 </HEAD>
20737 <BODY>
20738 <H1>OPTION: <!--#echo var="VAR_personal-name"--></H1>
20740 This value is used to determine the full name part of the "From" address
20741 on messages you send.
20742 <!--chtml if pinemode="os_windows"-->
20743  PC-Alpine requires that this be set in order to properly construct the "From" address.
20744 <!--chtml else-->
20745  If unset, Unix Alpine will obtain your full name from
20746  the system password file. PC-Alpine, on the other hand, requires that this be set.
20747 <!--chtml endif-->
20749 If you want to change the value of what gets included in the From header
20750 in messages you send (other than just the Personal Name)
20751 look <A HREF="h_config_change_your_from">here</A> for a description.
20752 <P><UL>
20753 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20754 </UL><P>
20755 &lt;End of help on this topic&gt;
20756 </BODY>
20757 </HTML>
20758 ====== h_config_pruned_folders ======
20759 <html>
20760 <header>
20761 <title>OPTION: <!--#echo var="VAR_pruned-folders"--></title>
20762 </header>
20763 <body>
20764 <h1>OPTION: <!--#echo var="VAR_pruned-folders"--></h1>
20766 This variable allows you to define a list of one or more folders that
20767 Alpine will offer to prune for you in the same way it automatically offers
20768 to prune your "sent-mail" folder each month.
20769 Each folder in this list must be a folder in your default folder collection
20770 (the first folder collection if you have more than one), and it is just
20771 the relative name of the folder in the collection, not the fully-qualified name.
20772 It is similar to sent-mail.
20773 Instead of something like
20775 <CENTER><SAMP><!--#echo var="VAR_pruned-folders"-->={servername}mail/folder</SAMP></CENTER>
20777 the correct value to use would be
20779 <CENTER><SAMP>folder</SAMP></CENTER>
20781 There is an assumption here that your first collection is the folders in
20783 <CENTER><SAMP>{servername}mail</SAMP></CENTER>
20786 Once a month, for each folder listed, Alpine will offer to move
20787 the contents of the folder to a new folder of the same name but with
20788 the previous month's date appended.  Alpine will then look for any such
20789 date-appended folder names created for a previous month, and offer each
20790 one it finds for deletion.
20793 If you decline the first offer, no mail is moved and no new folder is
20794 created.
20797 The new folders will be created
20798 in your default folder collection.
20801 <UL>   
20802 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20803 </UL><P>
20804 &lt;End of help on this topic&gt;
20805 </body>
20806 </html>
20807 ====== h_config_upload_cmd ======
20808 <HTML>
20809 <HEAD>
20810 <TITLE>OPTION: <!--#echo var="VAR_upload-command"--></TITLE>
20811 </HEAD>
20812 <BODY>
20813 <H1>OPTION: <!--#echo var="VAR_upload-command"--></H1>
20815 This option affects the behavior of the Composer's &quot;Read File&quot; 
20816 (^R in the message body) and &quot;Attach File&quot; (^J in the header) 
20817 commands.  It specifies
20818 a Unix program name, and any necessary command line arguments, that Alpine can
20819 use to transfer files from your personal computer into messages that you are
20820 composing.<P>
20822 <B>Note:</B> this facility is intended for use with serial line transfer 
20823 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
20824 to work with TCP/IP file transfer programs such as ftp.<P>
20826 If a program is specified, the commands listed above are modified to offer a
20827 subcommand (^Y) to activate the transfer.  Obviously, the Unix program
20828 specified here must match the transfer program or protocol available on the
20829 personal computer.<P>
20831 Alpine expects to exchange uploaded data via a file on your Unix system.  When
20832 the specified upload program finishes, Alpine expects the uploaded data to be
20833 contained in this file.<P>
20835 When upload is invoked via the &quot;Read File&quot; subcommand, Alpine 
20836 generates a
20837 temporary file name that it will pass to the specified Unix program.  Alpine
20838 will read the resulting uploaded text from this file and then delete it when
20839 the upload command is finished.<P>
20841 When upload is invoked via the &quot;Attach File&quot; subcommand, Alpine will 
20842 prompt
20843 you for the name of the file that is to contain the uploaded information that
20844 it is to attach.  Alpine will attach this file to the composition, but will
20845 <B>not</B> delete this file after the upload command is finished.<P>
20847 The special token &quot;_FILE_&quot; may be included among the Unix program's 
20848 command
20849 line arguments.  Alpine will replace this symbol with the name of the file
20850 being used to exchange the uploaded information.  This token allows you to
20851 position the file name where it is required in the Unix program's command
20852 line arguments.<P>
20854 If the &quot;_FILE_&quot; token is not present in the specified command, the
20855 temporary file's name is automatically appended to the specified Unix
20856 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
20857 <B>last</B> command line argument.
20858 <P><UL>
20859 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20860 </UL><P>
20861 &lt;End of help on this topic&gt;
20862 </BODY>
20863 </HTML>
20864 ====== h_config_upload_prefix ======
20865 <HTML>
20866 <HEAD>
20867 <TITLE>OPTION: <!--#echo var="VAR_upload-command-prefix"--></TITLE>
20868 </HEAD>
20869 <BODY>
20870 <H1>OPTION: <!--#echo var="VAR_upload-command-prefix"--></H1>
20872 This option is used in conjunction with the <!--#echo var="VAR_upload-command"--> option.
20873 It defines text to be written to the terminal emulator (via standard output)
20874 immediately prior to starting upload command.  This is useful for
20875 integrated serial line file transfer agents that permit command passing
20876 (e.g., Kermit's APC method).<P>
20878 The special token &quot;_FILE_&quot; may be included in the string specification.
20879 That symbol will be replaced with the (Alpine-created) name of the temporary
20880 file in which Alpine will expect to find the uploaded file.
20881 <P><UL>
20882 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20883 </UL><P>
20884 &lt;End of help on this topic&gt;
20885 </BODY>
20886 </HTML>
20887 ====== h_config_download_cmd ======
20888 <HTML>
20889 <HEAD>
20890 <TITLE>OPTION: <!--#echo var="VAR_download-command"--></TITLE>
20891 </HEAD>
20892 <BODY>
20893 <H1>OPTION: <!--#echo var="VAR_download-command"--></H1>
20895 This option affects the behavior of the Export command.  It specifies a Unix
20896 program name, and any necessary command line arguments, that Alpine can use to
20897 transfer the exported message to your personal computer's disk.<P>
20898 Note: this facility is intended for use with serial line transfer 
20899 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
20900 to work with TCP/IP file transfer programs such as ftp.<P>
20901 If a program is specified, the Export command is modified to offer a
20902 subcommand (^V) to activate the transfer (in lieu of saving it to
20903  the machine where Alpine is running).  Obviously, the Unix program
20904 specified here must match the transfer program or protocol available on the
20905 personal computer.<P>
20907 When this subcommand is selected and before Alpine invokes the specified Unix
20908 program, Alpine will create a temporary file containing the text of the
20909 exported message.  Alpine uses this file to pass the exported message text to
20910 the specified Unix program.<P>
20912 The special token &quot;_FILE_&quot; may be included among the Unix program's command
20913 line arguments.  Alpine will replace this symbol with the temporary file's name
20914 before executing the Unix program.  This token allows you to position the
20915 file name where it is required in the Unix program's command line arguments.
20917 If the &quot;_FILE_&quot; token is not present in the specified command, the
20918 temporary file's name is automatically appended to the specified Unix
20919 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
20920 <B>last</B> command line argument.
20921 <P><UL>
20922 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20923 </UL><P>
20924 &lt;End of help on this topic&gt;
20925 </BODY>
20926 </HTML>
20927 ====== h_config_download_prefix ======
20928 <HTML>
20929 <HEAD>
20930 <TITLE>OPTION: <!--#echo var="VAR_download-command-prefix"--></TITLE>
20931 </HEAD>
20932 <BODY>
20933 <H1>OPTION: <!--#echo var="VAR_download-command-prefix"--></H1>
20935 This option is used in conjunction with the <!--#echo var="VAR_download-command"--> option.
20936 It defines text to be written to the terminal emulator (via standard output)
20937 immediately prior to starting the download command.  This is useful for
20938 integrated serial line file transfer agents that permit command passing
20939 (e.g., Kermit's APC method).
20941 The special token &quot;_FILE_&quot; may be included in the string 
20942 specification.
20943 That symbol will be replaced with the (Alpine-created) name of the temporary
20944 file into which Alpine will place the message to be downloaded.
20945 <P><UL>
20946 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20947 </UL><P>
20948 &lt;End of help on this topic&gt;
20949 </BODY>
20950 </HTML>
20951 ====== h_config_mailcap_path ======
20952 <HTML>
20953 <HEAD>
20954 <TITLE>OPTION: <!--#echo var="VAR_mailcap-search-path"--></TITLE>
20955 </HEAD>
20956 <BODY>
20957 <H1>OPTION: <!--#echo var="VAR_mailcap-search-path"--></H1>
20958 This variable is used to replace Alpine's default mailcap file search path.
20959 It takes one or more file names (full paths must be specified) in which to
20960 look for mail capability data.  The default search path can be found in this
20961 <A HREF="h_news_config">Alpine Configuration</A> help, near the bottom.
20962 If there is more than one file name listed, list members should be delimited
20963 by 
20964 <!--chtml if pinemode="os_windows"-->
20965 a semi-colon (;) under Windows; for example:<PRE>
20966         C:&#92;MYCONFIG&#92;MAILCAP.TXT;H:&#92;NETCONFIG&#92;MAILCAP.TXT
20967 </PRE>
20968 <!--chtml else-->
20969 a colon (:) under UNIX; for example:<PRE>
20970         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
20971 </PRE>
20972 <!--chtml endif-->
20973 <P><UL>
20974 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20975 </UL>
20977 &lt;End of help on this topic&gt;
20978 </BODY>
20979 </HTML>
20980 ====== h_config_mimetype_path ======
20981 <HTML>
20982 <HEAD>
20983 <TITLE>OPTION: <!--#echo var="VAR_mimetype-search-path"--></TITLE>
20984 </HEAD>
20985 <BODY>
20986 <H1>OPTION: <!--#echo var="VAR_mimetype-search-path"--></H1>
20988 This variable is used to replace Alpine's default mime.types file search path.
20989 It takes one or more file names (full paths must be specified) in which to
20990 look for file-name-extension to MIME type mapping data.  The default search
20991 path can be found in this
20992 <A HREF="h_news_config">Alpine Configuration</A> help.
20996 If there is more than one file name listed, list members should be delimited
20997 by a colon (:) under UNIX and a semi-colon (;) under Windows.
20999 &lt;End of help on this topic&gt;
21000 </BODY></HTML>
21001 ====== h_config_set_att_ansi ======
21002 <HTML><HEAD>
21003 <TITLE>OPTION: Set printer to attached ansi printer</TITLE>
21004 </HEAD>
21005 <BODY>
21006 <H1>OPTION: Set printer to attached ansi printer</H1>
21008 Type "S" to set your printer to "attached-to-ansi".<BR>
21009 It is OK to include "attached-to-ansi" in your personal list below.
21011 &lt;End of help on this topic&gt;
21012 </BODY></HTML>
21013 ====== h_config_set_att_ansi2 ======
21014 <HTML><HEAD>
21015 <TITLE>OPTION: Set printer to attached ansi printer (no formfeed)</TITLE>
21016 </HEAD>
21017 <BODY>
21018 <H1>OPTION: Set printer to attached ansi printer (no formfeed)</H1>
21020 Type "S" to set your printer to "attached-to-ansi-no-formfeed".<BR>
21021 It is OK to include "attached-to-ansi-no-formfeed" in your personal
21022 list below.
21026 This is the same as the "attached-to-ansi" option except that a
21027 formfeed character will not be appended to the end of the print job.
21028 If your printer already ejects the paper by itself at the end of the
21029 job, you may prefer the "no-formfeed" form of this printer so that you
21030 don't get an extra blank page between print jobs.
21033 &lt;End of help on this topic&gt;
21034 </BODY></HTML>
21035 ====== h_config_set_att_wyse ======
21036 <HTML><HEAD>
21037 <TITLE>OPTION: Set printer to attached Wyse60 printer</TITLE>
21038 </HEAD>
21039 <BODY>
21040 <H1>OPTION: Set printer to attached Wyse60 printer</H1>
21042 Type "S" to set your printer to "attached-to-wyse".<BR>
21043 It is OK to include "attached-to-wyse" in your personal list below.
21045 This is very similar to "attached-to-ansi".
21046 The only difference is in the control characters sent to turn the printer
21047 on and off.
21048 The ansi version of the printer uses ESC LEFT_BRACKET 5 i
21049 to turn on the printer and ESC LEFT_BRACKET 4 i
21050 to turn it off.
21051 The Wyse version uses Ctrl-R for on, and Ctrl-T for off.
21052 &lt;End of help on this topic&gt;
21053 </BODY></HTML>
21054 ====== h_config_set_att_wyse2 ======
21055 <HTML><HEAD>
21056 <TITLE>OPTION: Set printer to attached Wyse60 printer (no formfeed)</TITLE>
21057 </HEAD>
21058 <BODY>
21059 <H1>OPTION: Set printer to attached Wyse60 printer (no formfeed)</H1>
21061 Type "S" to set your printer to "attached-to-wyse-no-formfeed".<BR>
21062 It is OK to include "attached-to-wyse-no-formfeed" in your personal
21063 list below.
21067 This is the same as the "attached-to-wyse" option except that a
21068 formfeed character will not be appended to the end of the print job.
21069 If your printer already ejects the paper by itself at the end of the
21070 job, you may prefer the "no-formfeed" form of this printer so that you
21071 don't get an extra blank page between print jobs.
21074 &lt;End of help on this topic&gt;
21075 </BODY></HTML>
21076 ====== h_config_set_stand_print ======
21077 <HTML>
21078 <HEAD>
21079 <TITLE>OPTION: Set default printer</TITLE>
21080 </HEAD>
21081 <H1>OPTION: Set default printer</H1>
21082 <BODY>
21083 Move to the printer you want and type "S" to set it to be your
21084 default printer.  This list is not modifiable by you and has been
21085 set up by the system administrators.  If there is more than one printer
21086 listed in the Command List, you will be able to cycle through that
21087 whole list at the time you print, starting with your default.
21088 It is OK to include entries from this Standard list in your personal
21089 list below.
21091 &lt;End of help on this topic&gt;
21092 </BODY>
21093 </HTML>
21094 ====== h_config_set_custom_print ======
21095 <HTML>
21096 <HEAD>
21097 <TITLE>OPTION: Set default printer</TITLE>
21098 </HEAD>
21099 <H1>OPTION: Set default printer</H1>
21100 <BODY>
21101 You may add as many print commands as you want to your personal list.
21102 Specify one of them as your default printer by moving to the printer
21103 you want and typing "S".  If there is more than one printer listed
21104 in the Command List, you will be able to cycle through that list at
21105 the time you print, starting with your default.  It is OK to include
21106 entries from the Standard list above or to include the command
21107 "attached-to-ansi", "attached-to-ansi-no-formfeed", "attached-to-wyse", or
21108 "attached-to-wyse-no-formfeed" as one of the entries here.
21110 &lt;End of help on this topic&gt;
21111 </BODY>
21112 </HTML>
21113 ====== h_config_user_id =====
21114 <HTML>
21115 <HEAD>
21116 <TITLE>OPTION: <!--#echo var="VAR_user-id"--></TITLE>
21117 </HEAD>
21118 <BODY>
21119 <H1>OPTION: <!--#echo var="VAR_user-id"--></H1>
21121 This value is used as part of the "From" address on messages you send.
21122 It is also the default login name for remote IMAP server access.  Set this
21123 to the username part you want to appear on outgoing email.
21125 If you want to change the value of what gets included in the From header
21126 in messages you send (other than just the User ID)
21127 look <A HREF="h_config_change_your_from">here</A> for a description.
21129 <P><UL>   
21130 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21131 </UL><P>
21132 &lt;End of help on this topic&gt;
21133 </BODY>
21134 </HTML>
21135 ====== h_config_user_dom =====
21136 <HTML>
21137 <HEAD>
21138 <TITLE>OPTION: <!--#echo var="VAR_user-domain"--></TITLE>
21139 </HEAD>
21140 <BODY>
21141 <H1>OPTION: <!--#echo var="VAR_user-domain"--></H1>
21143 This value specifies the domain part (right-hand side) of your return
21144 address on outgoing email and is also used as the default domain for email
21145 composed to a local user.
21146 <!--chtml if pinemode="os_windows"-->
21147  This value is required for PC-Alpine. If you are unsure as to what this should be,
21148  contact your local help desk, system administrator, or Internet Service Provider.
21149 <!--chtml else-->
21150  If unset, Unix Alpine will obtain the domain from
21151  the system.  Often this value will be set for your whole site by the
21152  system administrator.<P>
21153 <!--chtml endif-->
21154 If you set this, see also the <A HREF="h_config_quell_local_lookup">
21155 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
21157 If you want to change the value of what gets included in the From header
21158 in messages you send (other than just the User Domain)
21159 look <A HREF="h_config_change_your_from">here</A> for a description.
21160 <P><UL>
21161 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21162 </UL><P>
21163 &lt;End of help on this topic&gt;
21164 </BODY>
21165 </HTML>
21166 ====== h_config_smtp_server =====
21167 <HTML>
21168 <HEAD>
21169 <TITLE>OPTION: <!--#echo var="VAR_smtp-server"--></TITLE>
21170 </HEAD>
21171 <BODY>
21172 <H1>OPTION: <!--#echo var="VAR_smtp-server"--></H1>
21173 This value specifies the name of one or more SMTP 
21174 (Simple Mail Transfer Protocol) servers for sending mail. 
21175 <!--chtml if pinemode="os_windows"-->
21176 You must have an SMTP server for use with PC-Alpine.
21177 SMTP servers are
21178 normally set up by a system administrator for use by all members of a given
21179 campus or department.
21180 Contact your local help desk to ask what SMTP
21181 servers you should use.  
21182 <!--chtml else-->
21183 Unix Alpine users may not need to set an SMTP server.
21184 Alpine will attempt to execute the program (usually sendmail) that is used
21185 to insert mail into the mail system.
21186 If this works for you, you may leave this option blank.
21187 If there is an SMTP server running on the Unix host you may be able to
21188 improve sending performance slightly by setting the SMTP server option
21189 to &quot;localhost&quot; or to the actual name of the Unix host.
21191 If the Unix host doesn't work the way Alpine was expecting you will need to
21192 set the value of this option.
21193 SMTP servers are
21194 normally set up by a system administrator for use by all members of a given
21195 campus or department.
21196 Contact your local help desk to ask what SMTP
21197 servers you should use.  
21198 <!--chtml endif-->
21200 Your SMTP server may offer SMTP AUTH authentication.
21201 It may even require it.
21202 If your SMTP server offers SMTP AUTH authentication you may specify a
21203 &quot;user&quot; name parameter to cause Alpine to attempt to authenticate.
21204 This parameter requires an associated value,
21205 the username identifier with which to establish the server
21206 connection.
21207 An example might be:
21210 <CENTER><SAMP>smtpserver.example.com/user=katie</SAMP></CENTER>
21213 If AUTH authentication is offered by the server, this will cause Alpine to
21214 attempt to use it.
21215 If AUTH authentication is not offered by the server, this will cause Alpine
21216 to fail sending with an error similar to:
21219 <CENTER><SAMP>Error: SMTP authentication not available</SAMP></CENTER>
21222 Another type of authentication that is used by some ISPs is called
21223 &quot;POP before SMTP&quot; or &quot;IMAP before SMTP&quot;,
21224 which means that you have to authenticate
21225 yourself to the POP or IMAP server by opening a mailbox before you
21226 can send mail.
21227 To do this, you usually only have to open your INBOX.
21230 You may tell Alpine to use the
21231 <A HREF="http://www.ietf.org/rfc/rfc2476.txt">Message Submission</A>
21232 port (587) instead of the SMTP port (25) by including the &quot;submit&quot;
21233 parameter
21234 in this option.
21235 At this time &quot;/submit&quot; is simply equivalent to specifying
21236 port 587, though it may imply more than that at some point in the future.
21237 Some ISPs are blocking port 25 in order to reduce the amount of spam
21238 being sent to their users.
21239 You may find that the submit option allows you to get around such a block.
21242 <CENTER><SAMP>smtpserver.example.com/submit</SAMP></CENTER>
21245 To specify any non-standard port number on the SMTP server you may follow
21246 the hostname with a colon followed by the portnumber.
21249 <CENTER><SAMP>smtpserver.example.com:12345</SAMP></CENTER>
21252 Normally, when a connection is made to the Smtp-Server Alpine will attempt
21253 to negotiate a secure (encrypted) session using Transport Layer Security (TLS).
21254 If that fails then a non-encrypted connection will be attempted instead.
21255 You may specify that a TLS connection is required if you wish.
21256 If you append &quot;/tls&quot; to the name then the connection will fail
21257 instead of falling back to a non-secure connection.
21260 <CENTER><SAMP>smtpserver.example.com/tls</SAMP></CENTER>
21264 For more details about server name possibilities see
21265 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
21268 <UL>
21269 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21270 </UL>
21272 &lt;End of help on this topic&gt;
21273 </BODY>
21274 </HTML>
21275 ====== h_config_nntp_server =====
21276 <HTML>
21277 <HEAD>
21278 <TITLE>OPTION: <!--#echo var="VAR_nntp-server"--></TITLE></HEAD>
21279 <BODY>
21280 <H1>OPTION: <!--#echo var="VAR_nntp-server"--></H1>
21282 This value specifies the name of one or more NNTP
21283 (Network News Transfer Protocol)
21284 servers for reading and posting USENET news.
21285 NNTP servers are normally
21286 set up by a system administrator for use by all members of a given campus
21287 or department.
21288 Contact your local help desk to ask what NNTP servers you should use.  
21289 <!--chtml if pinemode="os_windows"--><!--chtml else-->
21290 Often Unix Alpine users will find that this variable has been
21291 set for the whole system (and they don't have to worry about it).  
21292 <!--chtml endif-->
21293 When you define an NNTP server here, Alpine implicitly defines a news
21294 collection for you, assuming that server as the news server and assuming
21295 that you will use the NNTP protocol and a local newsrc configuration file
21296 for reading news.
21297 For more about reading news with Alpine, see
21298 <A HREF="h_reading_news">how to use Alpine to read news</A>.
21300 Your NNTP server may offer NNTP &quot;AUTHINFO SASL&quot;
21301 or &quot;AUTHINFO USER&quot; authentication.
21302 It may even require it.
21303 If your NNTP server does offer such authentication you may specify a user name
21304 parameter to cause Alpine to attempt to authenticate.
21305 The same is true for the server name in a folder collection that uses NNTP.
21306 This parameter requires an associated value,
21307 the username identifier with which to establish the server connection.
21308 An example might be:
21311 <CENTER><SAMP>nntpserver.example.com/user=katie</SAMP></CENTER>
21314 If authentication is offered by the server, this will cause Alpine to
21315 attempt to use it.
21316 If authentication is not offered by the server, this will cause Alpine
21317 to fail with an error similar to:
21320 <CENTER><SAMP>Error: NNTP authentication not available</SAMP></CENTER>
21322 For more details about the server name possibilities see
21323 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
21324 <P><UL>
21325 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21326 </UL><P>
21327 &lt;End of help on this topic&gt;
21328 </BODY>
21329 </HTML>
21330 ====== h_config_inbox_path =====
21331 <HTML>
21332 <HEAD>
21333 <TITLE>OPTION: <!--#echo var="VAR_inbox-path"--></TITLE>
21334 </HEAD>
21335 <BODY>
21336 <H1>OPTION: <!--#echo var="VAR_inbox-path"--></H1>
21338 This value overrides the default value of your INBOX name/path/location.
21339 <!--chtml if pinemode="os_windows"-->
21340 PC-Alpine users must specify an inbox path and it must be a folder on an
21341 IMAP server.  
21342 <!--chtml else-->
21343 Unix and VMS Alpine users will often find that this variable
21344 has been pre-configured by your system administrator.  
21345 <!--chtml endif-->
21346 You may be able to specify an alternate INBOX that is either a local folder 
21347 or a folder on an IMAP server.
21349 A typical remote <!--#echo var="VAR_inbox-path"--> entry would be: &#123;monet.art.example.com}INBOX
21350 where &quot;monet.art.example.com&quot; is replaced by the name of your IMAP
21351 mail server.
21353 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21354 details on the syntax of folder definitions.
21356 See <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A> if your
21357 mail is disappearing.
21358 <P><UL>
21359 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21360 </UL><P>
21361 &lt;End of help on this topic&gt;
21362 </BODY>
21363 </HTML>
21364 ====== h_config_change_your_from =====
21365 <HTML>
21366 <HEAD>
21367 <TITLE>How to Change your From Address</TITLE>
21368 </HEAD>
21369 <BODY>
21370 <H1>How to Change your From Address</H1>
21372 If the From address that Alpine includes in mail that you send is not correct,
21373 you may want to configure a different default value for the From address.
21374 You may follow these directions to change the default:
21377 <UL>
21378   <LI> Go to the Main Alpine Menu
21379   <LI> From there type the Setup Command
21380   <LI> From there type the Config Command
21381 </UL>
21384 You've probably already seen this SETUP CONFIGURATION screen.
21385 If not, there are many options you may want to set here.
21386 To set the value of the From header you may use the
21387 <A href="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> option.
21388 Find it by scrolling down a few pages or use the WhereIs command to
21389 search for &quot;customized&quot;.
21390 You may want to read the help text associated with the option.
21392 To add a custom From header, type the Add command and enter the
21393 full header line, including the leading &quot;From:&nbsp;&quot;.
21394 For example:
21396 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
21398 Now exit the Setup command and try sending mail to yourself to see
21399 what the From line looks like.
21401 When you are in the composer you may edit the custom From line by typing
21402 Ctrl-R while your cursor is in the headers of the message and then moving
21403 to the From line and editing.
21404 If you want to leave the default value the same but add the possibility
21405 of being able to edit the header when you compose, add just the header
21406 name without a value.
21407 For example:
21409 <CENTER><SAMP>From:</SAMP></CENTER>
21411 If you change your From address you may also find it useful to add the
21412 changed From address to the
21413 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
21414 configuration option.
21416 <UL>   
21417 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21418 </UL><P>
21419 &lt;End of help on this topic&gt;
21420 </BODY>
21421 </HTML>
21422 ====== h_config_default_fcc =====
21423 <HTML>
21424 <HEAD>
21425 <TITLE>OPTION: <!--#echo var="VAR_default-fcc"--></TITLE>
21426 </HEAD>
21427 <BODY>
21428 <H1>OPTION: <!--#echo var="VAR_default-fcc"--></H1>
21430 This value specifies where a copy of outgoing mail should be saved.  If
21431 this is not a path name, it will be in the default collection for saves.
21432 Any valid folder specification, local or IMAP, is allowed.  This default
21433 folder carbon copy only applies when the 
21434 <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A> 
21435 is set to use the default folder.  
21436 <!--chtml if pinemode="os_windows"-->
21437 PC-Alpine default is &quot;SENTMAIL&quot; (normally stored as SENTMAIL.MTX)
21438 <!--chtml else-->
21439 Unix Alpine default
21440 is normally &quot;sent-mail&quot; in the default folder collection. 
21441 <!--chtml endif-->
21443 If you access your email through an IMAP server, especially if you often switch between Unix Alpine
21444 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on your
21445 IMAP server (remember that in order to later access this remote folder through Alpine, it
21446 must be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
21447 for more information). An example:<p>
21448 <CENTER><SAMP>{monet.art.example.com}mail/sent-mail</SAMP></CENTER>
21450 To suppress saving of outgoing mail, set: <!--#echo var="VAR_default-fcc"-->=&quot;&quot;
21452 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21453 details on the syntax of folder definitions.
21455 <UL>   
21456 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21457 </UL><P>
21458 &lt;End of help on this topic&gt;
21459 </BODY>
21460 </HTML>
21461 ====== h_config_def_save_folder =====
21462 <HTML>
21463 <HEAD>
21464 <TITLE>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></TITLE>
21465 </HEAD>
21466 <BODY>
21467 <H1>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></H1>
21469 This option determines the default folder name for save-message operations 
21470 (&quot;saves&quot;).
21472 If this is not a path name, it will be in the default collection for saves.
21473 Any valid folder specification, local or IMAP, is allowed.  This default
21474 folder only applies when the
21475 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
21476 doesn't override it.  
21477 <!--chtml if pinemode="os_windows"-->
21478 PC-Alpine default is &quot;SAVEMAIL&quot; (normally stored as SAVEMAIL.MTX).
21479 <!--chtml else-->
21480 Unix Alpine default
21481 is normally &quot;saved-messages&quot; in the default folder collection.
21482 <!--chtml endif-->
21483 If you access your email through an IMAP server, especially if you often switch between Unix
21484 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on an
21485 IMAP server (remember that in order to later access this remote folder through Alpine, it
21486 should be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
21487 for more information). An example:<p>
21488 <CENTER><SAMP>{monet.art.example.com}mail/saved-messages</SAMP></CENTER>
21490 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21491 details on the syntax of folder definitions.
21493 <UL>   
21494 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21495 </UL><P>
21496 &lt;End of help on this topic&gt;
21497 </BODY>
21498 </HTML>
21499 ====== h_config_postponed_folder =====
21500 <HTML>
21501 <HEAD>
21502 <TITLE>OPTION: <!--#echo var="VAR_postponed-folder"--></TITLE>
21503 </HEAD>
21504 <BODY>
21505 <H1>OPTION: <!--#echo var="VAR_postponed-folder"--></H1>
21507 This value overrides the default name for the folder where postponed
21508 messages are saved.  If this is not a path name, it will be in the default
21509 collection for message Saves.  Any valid folder specification, local or
21510 remote, is allowed. 
21511 PC-Alpine default
21512 is &quot;POSTPOND&quot; (stored as POSTPOND.MTX).
21513 The Unix Alpine default is normally &quot;postponed-msgs&quot;
21514 in the default collection. 
21516 Tip: If you are using different installations of (PC-)Alpine -- for example, PC-Alpine on your personal
21517 computer at home, and Unix Alpine on campus -- you can postpone a composition begun with one Alpine and
21518 resume it later with the other if you set this option to the <B>same folder on the same IMAP host</B>
21519 in all Alpine copies you use. 
21520 (Remember that in order to later access this remote folder through Alpine, it must be in a folder
21521 collection. See <A HREF="h_what_are_collections">Folder Collections Extensions Explained</a>
21522 for more information). An
21523 example:<p> 
21524 <CENTER><SAMP>{monet.art.example.com}mail/postponed-msgs</SAMP></CENTER>
21526 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21527 details on the syntax of folder definitions.
21529 <UL>   
21530 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21531 </UL><P>
21532 &lt;End of help on this topic&gt;
21533 </BODY>
21534 </HTML>
21535 ====== h_config_read_message_folder =====
21536 <HTML>
21537 <HEAD>
21538 <TITLE>OPTION: <!--#echo var="VAR_read-message-folder"--></TITLE>
21539 </HEAD>
21540 <BODY>
21541 <H1>OPTION: <!--#echo var="VAR_read-message-folder"--></H1>
21543 By virtue of specifying a folder name here, Alpine will be configured to
21544 save all messages that you have read during a session into the designated
21545 &quot;read messages&quot; folder.  This allows you to more easily distinguish
21546 between your really new email (in your INBOX) and those that you have
21547 already read.  Depending on how you define the 
21548 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
21549 setting, you may or may not be asked when you quit
21550 Alpine if you want read messages to be moved to this folder.  In either
21551 case, moving the messages means they will be deleted from your INBOX.
21553 If this is not a path name, it will be in the default collection for
21554 saves.  Any valid folder specification, local or remote (via IMAP), is
21555 allowed.  There is no default for the name of the read message folder.
21557 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21558 details on the syntax of folder definitions.
21560 <UL>   
21561 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21562 </UL><P>
21563 &lt;End of help on this topic&gt;
21564 </BODY>
21565 </HTML>
21566 ====== h_config_form_folder =====
21567 <HTML>
21568 <HEAD>
21569 <TITLE>OPTION: <!--#echo var="VAR_form-letter-folder"--></TITLE>
21570 </HEAD>
21571 <BODY>
21572 <H1>OPTION: <!--#echo var="VAR_form-letter-folder"--></H1>
21574 A &quot;<!--#echo var="VAR_form-letter-folder"-->&quot; is a mail folder that is intended to
21575 contain messages that you have composed and that are intended to be
21576 sent in their original form repeatedly.
21579 Setting this variable will alter Alpine's usual behavior when you
21580 execute the Compose command.  Normally, Alpine offers a chance to
21581 continue a postponed or interrupted message should one or the other
21582 exist.  When this variable is set to a folder name that exists, Alpine
21583 will also offer the chance to select a message from the folder to
21584 insert into the composer (much like when continuing a postponed message).
21585 The difference, however, is that Alpine will not automatically delete
21586 the selected message from the Form Letter Folder.
21588 Setting this variable will also affect Alpine's behavior when you
21589 Postpone a message from the composer.  Normally, Alpine simply stashes
21590 the message away in your
21591 &quot;<A HREF="h_config_postponed_folder"><!--#echo var="VAR_postponed-folder"--></A>&quot;.
21592 Regardless of the specified folder's existence, Alpine will ask which
21593 folder you intend the message to be stored in.  Choose the
21594 &quot;F&quot; option to store the message in your Form Letter Folder.
21595 This is the most common way to add a message to the folder.
21598 Another method of adding messages to the folder is via the Alpine
21599 composer's <SAMP>Fcc:</SAMP> field.  If you are sending a message that
21600 you expect to send in the same form again, you can enter the Form
21601 Letter Folder's name in this field.  Alpine, as usual, will copy the
21602 message as it's sent.  Note, when you later select this message from 
21603 your Form Letter Folder, it will have the same recipients as the original
21604 message.
21607 To delete a message from the Form Letter Folder, you can either select
21608 the folder from a suitable FOLDER LIST screen, or use the Delete
21609 command in the MESSAGE INDEX offered when selecting from the folder as
21610 part of the Compose command.  You can delete a Form Letter Folder just
21611 as any other folder from a suitable FOLDER LIST screen.
21614 You may find that the <A HREF="h_rules_roles">&quot;Roles&quot;</A>
21615 facility can be used
21616 to replace the Form Letter Folder.
21619 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21620 details on the syntax of folder definitions.
21623 <UL>   
21624 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21625 </UL><P>
21626 &lt;End of help on this topic&gt;
21627 </BODY>
21628 </HTML>
21629 ====== h_config_archived_folders =====
21630 <HTML>
21631 <HEAD>
21632 <TITLE>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></TITLE>
21633 </HEAD>
21634 <BODY>
21635 <H1>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></H1>
21637 This is like
21638 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>,
21639 only more general.  You may archive
21640 any of the folders in your incoming collection.  This is a list of folder
21641 pairs, with the first separated from the second in the pair by a space.
21642 The first folder in a pair is the folder you want to archive, and the
21643 second folder is the folder that read messages from the first should be
21644 moved to.  Depending on how you define the
21645 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
21646 setting, you may or may not be asked when you
21647 leave the first folder if you want read messages to be moved to the
21648 second folder.  In either case, moving the messages means they will be
21649 deleted from the first folder.
21651 The name of the first folder in each pair can be either the technical
21652 specification of the folder (like what appears in your configuration file)
21653 or (much easier) the nickname that you gave the folder when you made it
21654 an incoming folder.
21656 For example:<p>
21657 <CENTER><SAMP>{monet.art.example.com}inbox {monet.art.example.com}mail/inbox-archive</SAMP></CENTER>
21658 <p>or, using nicknames:<p>
21659 <CENTER><SAMP>inbox inbox-archive</SAMP></CENTER>
21661 If these are not path names, they will be in the default collection for
21662 saves. Any valid folder specification, local or remote (via IMAP), is
21663 allowed. There is no default.
21665 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21666 details on the syntax of folder definitions.
21668 <UL>   
21669 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21670 </UL><P>
21671 &lt;End of help on this topic&gt;
21672 </BODY>
21673 </HTML>
21674 ====== h_config_newsrc_path ======
21675 <HTML>
21676 <HEAD>
21677 <TITLE>OPTION: <!--#echo var="VAR_newsrc-path"--></TITLE>
21678 </HEAD>
21679 <BODY>
21680 <H1>OPTION: <!--#echo var="VAR_newsrc-path"--></H1>
21682 This option overrides the default name Alpine uses for your "newsrc" news
21683 status and subscription file.  If set, Alpine will take this value as the
21684 full pathname for the desired newsrc file.<P>
21686 If this option is <B>not</B> set, 
21687 <!--chtml if pinemode="os_windows"-->
21688 PC-Alpine looks first for $HOME&#92;NEWSRC (where $HOME defaults to the root
21689 of the current drive, e.g. &quot;C:&#92;&quot;) and then it looks in the same
21690 directory as your pinerc file for NEWSRC.
21691 <!--chtml else-->
21692 Unix Alpine looks for the file ~/.newsrc (that is, the file named .newsrc in 
21693 your account's home directory).
21694 <!--chtml endif-->
21695 <P><UL>
21696 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21697 </UL>
21699 &lt;End of help on this topic&gt;
21700 </BODY>
21701 </HTML>
21702 ====== h_config_literal_sig =====
21703 <HTML>
21704 <HEAD>
21705 <TITLE>OPTION: <!--#echo var="VAR_literal-signature"--></TITLE>
21706 </HEAD>
21707 <BODY>
21708 <H1>OPTION: <!--#echo var="VAR_literal-signature"--></H1>
21710 With this option your actual signature, as opposed to
21711 the name of a file containing your signature,
21712 is stored in the Alpine configuration file.
21713 If this is defined it takes precedence over the <!--#echo var="VAR_signature-file"--> option.
21716 This is simply a different way to store the signature.
21717 The signature is stored inside your Alpine configuration file instead of in
21718 a separate file.
21719 Tokens work the same way they do with the
21720 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A> so look there for
21721 help.
21724 The Setup/Signature command on Alpine's MAIN MENU will edit
21725 the &quot;<!--#echo var="VAR_literal-signature"-->&quot; by default.  However, if no
21726 &quot;<!--#echo var="VAR_literal-signature"-->&quot; is defined and the file named in the
21727 &quot;<!--#echo var="VAR_signature-file"-->&quot; option exists, then the latter will be used
21728 instead.
21731 The two character sequence &#92;n (backslash followed by
21732 the character n) will be used to signify a line-break in your signature.
21733 You don't have to enter the &#92;n, but it will be visible in the
21734 SETUP CONFIGURATION window after you are done editing the signature.
21737 <UL>   
21738 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21739 </UL><P>
21740 &lt;End of help on this topic&gt;
21741 </BODY>
21742 </HTML>
21743 ====== h_config_signature_file =====
21744 <HTML>
21745 <HEAD>
21746 <TITLE>OPTION: <!--#echo var="VAR_signature-file"--></TITLE>
21747 </HEAD>
21748 <BODY>
21749 <H1>OPTION: <!--#echo var="VAR_signature-file"--></H1>
21751 If a <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined,
21752 then this &quot;<!--#echo var="VAR_signature-file"-->&quot; option will be ignored.
21753 You can tell that that is the case because the value of the
21754 &quot;<!--#echo var="VAR_signature-file"-->&quot; will show up as
21756 <CENTER><SAMP>&lt;Ignored: using <!--#echo var="VAR_literal-signature"--> instead&gt;</SAMP></CENTER>
21758 You may either use all Literal Signatures (signatures stored in your
21759 configuration file) throughout Alpine, or all signature files.
21760 You can't mix the two.
21762 This is the name of a file that will be automatically inserted into
21763 outgoing messages.
21764 It typically contains information such as your
21765 name, email address and organizational affiliation.
21766 Alpine adds the
21767 signature into the message as soon as you enter the composer so you
21768 can choose to remove it or edit it on a message by message basis.
21769 Signature file placement in message replies is controlled by the
21770 &quot;<A HREF="h_config_sig_at_bottom"><!--#echo var="FEAT_signature-at-bottom"--></A>&quot;
21771 setting in the feature list.
21774 The default file name is
21775 <!--chtml if pinemode="os_windows"-->
21776 &quot;PINE.SIG&quot; in the same directory as your PINERC file if your
21777 PINERC file is a local file.
21778 If your PINERC file is remote, then it will be in the directory specified
21779 by the &quot;-aux local_directory&quot; command line option.
21780 <!--chtml else-->
21781 &quot;.signature&quot;.
21782 <!--chtml endif-->
21785 To create or edit your signature file choose Setup from the MAIN MENU
21786 and then select S for Signature (Main/Setup/Signature).  This puts you
21787 into the Signature Editor where you can enter a <EM>few</EM> lines of
21788 text containing your identity and affiliation.
21791 If the filename is followed by a vertical bar (|) then instead
21792 of reading the contents of the file the file is assumed to be a
21793 program that will produce the text to be used on its standard output.
21794 The program can't have any arguments and doesn't receive any input from Alpine,
21795 but the rest of the processing works as if the contents came from a file.
21798 Instead of storing the data in a local file, the
21799 signature data may be stored remotely in an IMAP folder.
21800 In order to do this, 
21801 you must use a remote name for the file.
21802 A remote <!--#echo var="VAR_signature-file"--> name might look like:
21804 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/signature</SAMP></CENTER>
21807 The syntax used here is the same as the syntax used for remote configuration
21808 files from the command line.
21809 Note that you may not access an existing signature file remotely,
21810 you have to create a new <EM>folder</EM> that contains the signature data.
21811 If the name you use here for the signature file is a remote name, then when
21812 you edit the file from the Setup/Signature command the data will be stored
21813 remotely in the folder.
21814 You aren't required to do anything special to create the folder, it
21815 gets created automatically if you use a remote name.
21818 Besides regular text, the signature file may also contain
21819 (or a signature program may produce) tokens that
21820 are replaced with text that usually depends on the message you are replying
21821 to or forwarding.
21822 For example, if the signature file contains the token
21824 <CENTER><SAMP>_DATE_</SAMP></CENTER>
21826 anywhere in the text, then that token is replaced by the date
21827 the message you are replying to or forwarding was sent.
21828 If it contains
21830 <CENTER><SAMP>_CURDATE_</SAMP></CENTER>
21832 that is replaced with the current date.
21833 The first is an example of a token that depends on the message you
21834 are replying to (or forwarding) and the second is an example which
21835 doesn't depend on anything other than the current date.
21836 You have to be a little careful with this facility since tokens that
21837 depend on the message you are replying to or forwarding will be replaced
21838 by nothing in the case where you are composing a new message from scratch.
21839 The use of <A HREF="h_rules_roles">&quot;roles&quot;</A> may help you
21840 in this respect.
21841 It allows you to use different signature files in different cases.
21844 The list of tokens available for use in the signature file is
21845 <A HREF="h_index_tokens">here</A>.
21848 Instead of, or along with the use of &quot;roles&quot; to give you
21849 different signature files in different situations, there is also
21850 a way to conditionally include text based
21851 on whether or not a token would result in specific replacement text.
21852 For example, you could include some text based on whether or not
21853 the _NEWS_ token would result in any newsgroups if it was used.
21854 This is explained in detail
21855 <A HREF="h_reply_token_conditionals">here</A>.
21856 This isn't for the faint of heart.
21858 In the very unlikely event that you want to include a literal token
21859 in the signature you must precede it with a backslash character.
21860 For example,
21862 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
21864 would produce something like
21866 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
21868 It is not possible to have a literal backslash followed by an expanded token.
21870 An alternate method for storing the signature data is available by using the
21871 <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> configuration option.
21872 This variable will be used by default.
21874 <UL>   
21875 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21876 </UL><P>
21877 &lt;End of help on this topic&gt;
21878 </BODY>
21879 </HTML>
21880 ====== h_config_init_cmd_list =====
21881 <HTML>
21882 <HEAD>
21883 <TITLE>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></TITLE>
21884 </HEAD>
21885 <BODY>
21886 <H1>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></H1>
21888 The initial keystroke--or command--list option lets you start Alpine at
21889 any place you like.
21890 Whatever keystrokes you specify here will be executed
21891 by Alpine upon startup as a macro.
21892 The words SPACE, TAB, DOWN, UP, LEFT, and
21893 RIGHT indicate the pressing of those keys.
21894 CR indicates the pressing of the RETURN key.
21895 F1 through F12 represent the function keys, and ^ followed
21896 by a character indicates that key pressed along with the control key (in
21897 other words, ^P means Ctrl-P).
21898 As a shortcut notation, an element of the list may be several characters
21899 surrounded by double-quotes (").
21900 That will be expanded into the individual keystrokes
21901 (excluding the double-quote characters).
21902 For example, the quoted-string
21904 <P><CENTER>"ABC"</CENTER>
21907 is interpreted the same as the three separate list members
21909 <P><CENTER>A and B and C</CENTER>
21912 which is also the same as
21914 <P><CENTER>A,B,C</CENTER>
21917 An example: To view message 1 on startup,
21918 you could use an <!--#echo var="VAR_initial-keystroke-list"--> equal to
21920 <P><CENTER>I,J,1,CR,V</CENTER>
21923 An equivalent version of this is
21925 <P><CENTER>"IJ1",CR,V</CENTER>
21928 Restrictions: You cannot pre-type into the composer with the initial
21929 keystroke list, and you cannot mix function key commands with letter
21930 commands.
21932 <P><UL>   
21933 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21934 </UL>
21936 &lt;End of help on this topic&gt;
21937 </BODY>
21938 </HTML>
21939 ====== h_config_comp_hdrs =====
21940 <html>
21941 <header>
21942 <title>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></title>
21943 </header>
21944 <body>
21945 <h1>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></h1>
21947 You can control which headers you want visible when composing outgoing
21948 email using this option.
21949 You can specify any of the regular set, any
21950 <A HREF="h_compose_richhdr">Rich Header</A>,
21951 or any <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
21952 that you have already defined.
21953 If you use this setting at all, you must specify all the
21954 headers you want to see, you can't just add to the regular header set.
21955 The default set is To:, Cc:, Attchmnt:, and Subject:.<p>
21957 Note that the "Newsgroups:" header will be abbreviated in the Composer
21958 display, but should be spelled out in full here.<p>
21959 <UL>   
21960 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21961 </UL><P>
21962 &lt;End of help on this topic&gt;
21963 </body>
21964 </html>
21965 ====== h_config_custom_hdrs =====
21966 <HTML>
21967 <HEAD>
21968 <TITLE>OPTION: <!--#echo var="VAR_customized-hdrs"--></TITLE>
21969 </HEAD>
21970 <BODY>
21971 <H1>OPTION: <!--#echo var="VAR_customized-hdrs"--></H1>
21973 You may add your own custom headers to outgoing messages.
21974 Each header you specify here must include the header tag 
21975 (<A HREF="h_composer_reply_to">Reply-To:</A>, Approved:, etc.)
21976 and may optionally include a value for that header.
21977 If you want to see these custom headers each time you compose a message,
21978 you must add them to your
21979 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> list, 
21980 otherwise they become part
21981 of the rich header set that you only see when you press the
21982 <A HREF="h_compose_richhdr">Rich Header</A>
21983 <!--chtml if pinemode="function_key"-->(F5)
21984 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
21985 (If you are looking for a way to change which headers are <EM>displayed</EM>
21986 when you view a message, take a look at the
21987 <A HREF="h_config_viewer_headers"><!--#echo var="VAR_viewer-hdrs"--></A>
21988 option instead.)
21989 Here's an example that shows how you might set your From address
21991 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
21993 and another showing how you might set a Reply-To address
21995 <CENTER><SAMP>Reply-To: user@example.com</SAMP></CENTER>
21997 You may also set non-standard header values here.
21998 For example, you could add
22000 <CENTER><SAMP>Organization: My Organization Name</SAMP></CENTER>
22002 or even
22004 <CENTER><SAMP>X-Favorite-Colors: Purple and Gold</SAMP></CENTER>
22006 If you include a value after the colon then that header will be included
22007 in your outgoing messages unless you delete it before sending.
22008 If a header in the <!--#echo var="VAR_customized-hdrs"--> list has only a tag but no value, then
22009 it will not be included in outgoing messages unless you edit a value
22010 in manually.
22011 For example, if
22013 <CENTER><SAMP>Reply-To:</SAMP></CENTER>
22015 is in the list, then the Reply-To header will be available for editing
22016 but won't be included unless a value is added while in the composer.
22018 It's actually a little more complicated than that.
22019 The values of headers that you set with the <!--#echo var="VAR_customized-hdrs"--> option are
22020 defaults.
22021 If the message you are about to compose already has a value for a header,
22022 that value is used instead of a value from your <!--#echo var="VAR_customized-hdrs"-->.
22023 For example, if you are Replying to a message the Subject field
22024 will already be filled in.
22025 In that case, if the <!--#echo var="VAR_customized-hdrs"--> list contains a Subject line, the
22026 custom subject will <EM>NOT</EM> be used.
22027 The subject derived from the subject of the message you are Replying
22028 to will be used instead.
22030 It is also possible to make header setting even more complicated and more
22031 automatic by using
22032 <A HREF="h_rules_roles">Roles</A>,
22033 but if all you want to do is set a default value for a header, you don't
22034 need to think about Roles.
22036 If you change your From address you may also find it useful to add the
22037 changed From address to the
22038 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
22039 configuration option.
22041 Limitation: Because commas are used to separate the list of
22042 <!--#echo var="VAR_customized-hdrs"-->, it is not possible to have the value of a
22043 header contain a comma.
22044 Nor is there currently an &quot;escape&quot; mechanism provided
22045 to make this work.
22046 <P><UL>
22047 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22048 </UL>
22050 &lt;End of help on this topic&gt;
22051 </BODY>
22052 </HTML>
22053 ====== h_config_viewer_headers =====
22054 <HTML>
22055 <HEAD>
22056 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdrs"--></TITLE>
22057 </HEAD>
22058 <BODY>
22059 <H1>OPTION: <!--#echo var="VAR_viewer-hdrs"--></H1>
22061 You may change the default list of headers that are viewed by listing
22062 the headers you want to view here.  If the headers in your
22063 &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list are present in the message, then they
22064 will be shown.  The order of the headers you list will be honored.  If
22065 the special value &quot;all-except&quot; is included as the first
22066 header in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list, then all headers in the
22067 message except those in the list will be shown.  The values are all
22068 case insensitive.
22071 Note that once you put anything in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list,
22072 then the original default headers are ignored.  So, if you just wanted
22073 to add the header Organization to the list, you would have to list
22074 Organization plus all of the other headers originally in the default
22075 list.  If you just included Organization and nothing else, then you
22076 would see only the Organization header, nothing else.
22079 The default list of headers includes:
22080 <UL>
22081   <LI>From
22082   <LI>Resent-From
22083   <LI>To
22084   <LI>Resent-To
22085   <LI>Cc
22086   <LI>Resent-cc
22087   <LI>Bcc
22088   <LI>Newsgroups
22089   <LI>Followup-To
22090   <LI>Date
22091   <LI>Resent-Date
22092   <LI>Subject
22093   <LI>Resent-Subject
22094   <LI>Reply-To
22095 </UL>
22098 If you are looking for a way to control which headers are included in
22099 outgoing mail and are visible or not in the composer, take a look at the
22100 options
22101 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22102 and <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> instead of
22103 this option.
22105 <UL>   
22106 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22107 </UL><P>
22108 &lt;End of help on this topic&gt;
22109 </BODY>
22110 </HTML>
22111 ====== h_config_viewer_margin_left =====
22112 <HTML>
22113 <HEAD>
22114 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-left"--></TITLE>
22115 </HEAD>
22116 <BODY>
22117 <H1>OPTION: <!--#echo var="VAR_viewer-margin-left"--></H1>
22119 This variable controls the left-hand vertical margin's width in
22120 Alpine's Message Viewing screen.
22121 Its value is the number of space characters preceding each displayed line.
22122 For consistency with
22123 <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>,
22124 you may specify the column number to start in
22125 (column numbering begins with number 1)
22126 instead of the width of the margin by appending a lower case letter
22127 &quot;c&quot; to the number.
22128 For example, a value of &quot;2c&quot; means to start the text in column two,
22129 which is entirely equivalent to a value of &quot;1&quot;, which means to
22130 leave a margin of 1 space.
22132 The default is a left margin of 0 (zero).
22133 Misconfigurations (for example, negative values or values with starting
22134 left columns greater than the ending right column)
22135 are silently ignored.
22136 If the number of columns for text between the <!--#echo var="VAR_viewer-margin-left"--> and
22137 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22138 instead.
22141 &lt;End of help on this topic&gt;
22142 </BODY>
22143 </HTML>
22144 ====== h_config_viewer_margin_right =====
22145 <HTML>
22146 <HEAD>
22147 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-right"--></TITLE>
22148 </HEAD>
22149 <BODY>
22150 <H1>OPTION: <!--#echo var="VAR_viewer-margin-right"--></H1>
22152 This variable controls the right-hand vertical margin's width in
22153 Alpine's Message Viewing screen.
22154 Its value is the number of space characters following each displayed line.
22155 You may specify the column number to end the text in
22156 (column numbering begins with number 1)
22157 instead of the width of the margin by appending a lower case letter
22158 &quot;c&quot; to the number.
22159 For example, a value of &quot;76c&quot; means to end the text in column 76.
22160 If the screen is 80 characters wide, this is equivalent to a value
22161 of &quot;4&quot;, which means to leave a margin of 4 spaces.
22162 However, if you use different size screens at different times, then these
22163 two values are not equivalent.
22165 The default right margin is 4.
22166 Misconfigurations (for example, negative values or values with starting
22167 left columns greater than the ending right column)
22168 are silently ignored.
22169 If the number of columns for text between the
22170 <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
22171 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22172 instead.
22175 &lt;End of help on this topic&gt;
22176 </BODY>
22177 </HTML>
22178 ====== h_config_quote_suppression =====
22179 <HTML>
22180 <HEAD>
22181 <TITLE>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></TITLE>
22182 </HEAD>
22183 <BODY>
22184 <H1>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></H1>
22186 This option should be used with care.
22187 It will cause some of the quoted text to be eliminated from the
22188 display when viewing a message in the MESSAGE TEXT screen.
22189 For example, if you set the <!--#echo var="VAR_quote-suppression-threshold"--> to the
22190 value &quot;5&quot;,
22191 this will cause quoted text that is longer than five lines to be truncated.
22192 Quoted text of five or fewer consecutive lines will be displayed in its entirety.
22193 Quoted text of more than six lines will have the first five lines displayed
22194 followed by a line that looks something like
22196 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
22198 As a special case, if exactly one line of quoted text would be hidden, the
22199 entire quote will be shown instead.
22200 So for the above example, quoted text that is exactly six lines long will
22201 will be shown in its entirety.
22202 (In other words, instead of hiding a single line and adding a line
22203 that announces that one line was hidden, the line is just shown.)
22205 If the sender of a message has carefully chosen the quotes that he or she
22206 includes, hiding those quotes may change the meaning of the message.
22207 For that reason, Alpine requires that when you want to set the value of this
22208 variable to something less than four lines, you actually have to set it
22209 to the negative of that number.
22210 So if you want to set this option to &quot;3&quot;, you actually have to
22211 set it to &quot;-3&quot;.
22212 The only purpose of this is to get you to think about whether or not you
22213 really want to do this!
22214 If you want to delete all quoted text you set the value of this option
22215 to the special value &quot;-10&quot;.
22217 The legal values for this option are
22219 <TABLE>   
22220 <TR>
22221   <TD> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22222   <TD> Default, don't hide anything </TD>
22223 </TR>
22224 <TR>
22225   <TD> &nbsp;-1,-2,-3&nbsp;&nbsp; </TD>
22226   <TD> Suppress quote lines past 1, 2, or 3 lines </TD>
22227 </TR>
22228 <TR>
22229   <TD> &nbsp;4,5,6,...&nbsp; </TD>
22230   <TD> Suppress if more than that many lines </TD>
22231 </TR>
22232 <TR>
22233   <TD> &nbsp;&nbsp;&nbsp;-10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22234   <TD> Suppress all quoted lines </TD>
22235 </TR>
22236 </TABLE>
22238 If you set this option to a non-default value you may sometimes wish to
22239 view the quoted text that is not shown.
22240 When this is the case, the
22241 <A HREF="h_common_hdrmode">HdrMode Command</A>
22242 may be used to show the hidden text.
22243 Typing the &quot;H&quot; command once will show the hidden text.
22244 Typing a second &quot;H&quot; will also turn on Full Header mode.
22245 The presence or absence of the HdrMode command is determined by the
22246 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
22247 Feature-List option in your Alpine configuration, so you will want to
22248 be sure that is turned on if you use quote suppression.
22250 For the purposes of this option, a quote is a line that begins with the
22251 character &quot;&gt;&quot;.
22253 Quotes are only suppressed when displaying a message on the screen.
22254 The entire quote will be left intact when printing or forwarding or something
22255 similar.
22257 &lt;End of help on this topic&gt;
22258 </BODY>
22259 </HTML>
22260 ====== h_config_saved_msg_name_rule =====
22261 <HTML>
22262 <HEAD>
22263 <TITLE>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></TITLE>
22264 </HEAD>
22265 <BODY>
22266 <H1>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></H1>
22268 This option determines the default folder name when saving
22269 a message.
22272 The default option is &quot;default-folder&quot;, which is the folder
22273 called &quot;saved-messages&quot; in Unix Alpine and
22274 &quot;savemail&quot; in PC-Alpine.  To change the default folder, modify
22275 the Alpine option called
22276 <A HREF="h_config_def_save_folder">&quot;<!--#echo var="VAR_default-saved-msg-folder"-->&quot;</A>.
22279 Choosing any of the &quot;by-&quot; options cause Alpine to attempt to
22280 get the chosen option's value for the message being saved (or for the
22281 first message being saved if using an aggregrate save).
22282 For example, if &quot;by-from&quot; is chosen, Alpine attempts to get the
22283 value of who the message came from (i.e. the from address).
22284 Alpine then attempts to save the message to a folder matching that value.
22285 If &quot;by-from&quot; is chosen and no value is obtained, Alpine uses
22286 &quot;by-sender&quot;.
22287 The opposite is also true.
22288 If &quot;by-recipient&quot; is chosen and the message was posted to a
22289 newsgroup, Alpine will use the newsgroup name.
22290 If &quot;by-replyto&quot; is chosen and no value is obtained, Alpine uses
22291 &quot;by-from&quot;.
22294 If any of the &quot;by-realname&quot; options are chosen, Alpine will attempt
22295 to use the personal name part of the address instead of the mailbox part.
22296 If any of the &quot;by-nick&quot; options are chosen, the
22297 address is looked up in your address book and if found, the
22298 nickname for that entry is used.
22299 Only simple address book entries are checked, not distribution lists.
22300 Similarly, if any of the
22301 &quot;by-fcc&quot; options are chosen, the fcc from the corresponding
22302 address book entry is used.
22303 If by-realname, or the by-nick or by-fcc lookups result in no value,
22304 then if the chosen option ends with the &quot;then-from&quot;,
22305 &quot;then-sender&quot;, &quot;then-replyto&quot;,
22306 or &quot;then-recip&quot; suffix, Alpine
22307 reverts to the same behavior as &quot;by-from&quot;,
22308 &quot;by-sender&quot;, &quot;by-replyto&quot;, or &quot;by-recip&quot;
22309 depending on which option was specified.
22310 If the chosen option doesn't end with one of
22311 the &quot;then-&quot; suffixes, then Alpine reverts to the default
22312 folder when no match is found in the address book.
22315 Choosing the option called &quot;last-folder-used&quot;, causes Alpine
22316 to save to the folder that you saved to the last time you saved a
22317 message.  The first time you save a message in an Alpine session, Alpine
22318 attempts to save the message to the default folder.
22321 Here is an example to make some of the options clearer.
22322 If the message is From
22324 <CENTER><SAMP>Fred Flintstone &lt;flint@bedrock.org&gt;</SAMP></CENTER>
22326 and this rule is set to &quot;by-from&quot;, then the default folder offered
22327 in the save dialog would be &quot;flint&quot;.
22329 If this rule is set to &quot;by-realname-of-from&quot; then the default would
22330 be &quot;Fred Flintstone&quot;.
22332 If this rule is set to &quot;by-nick-of-from&quot; then Alpine will search
22333 for the address &quot;flint@bedrock.org&quot; in your address book.
22334 If an entry is found and it has a nickname associated with it, that nickname
22335 will be offered as the default folder.
22336 If not, the default saved message folder will be offered as the default.
22338 If this rule is set to &quot;by-fcc-of-from&quot; then Alpine will search
22339 for the address &quot;flint@bedrock.org&quot; in your address book.
22340 If an entry is found and it has an Fcc associated with it, that Fcc
22341 will be offered as the default folder.
22342 If not, the default saved message folder will be offered as the default.
22344 If this rule is set to &quot;by-nick-of-from-then-from&quot; then Alpine will search
22345 for the address &quot;flint@bedrock.org&quot; in your address book.
22346 If an entry is found and it has a nickname associated with it, that nickname
22347 will be offered as the default folder.
22348 If it is not found (or has no nickname) then the default offered will be
22349 the same as it would be for the &quot;by-from&quot; rule.
22350 That is, it would be &quot;flint&quot;
22352 <UL>   
22353 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22354 </UL><P>
22355 &lt;End of help on this topic&gt;
22356 </BODY>
22357 </HTML>
22358 ====== h_config_fcc_rule =====
22359 <HTML>
22360 <HEAD>
22361 <TITLE>OPTION: <!--#echo var="VAR_fcc-name-rule"--></TITLE>
22362 </HEAD>
22363 <BODY>
22364 <H1>OPTION: <!--#echo var="VAR_fcc-name-rule"--></H1>
22366 This option determines the default name for folder carbon copy. Choose
22367 one:
22369 <DL>
22370 <DT>default-fcc</DT>
22371 <DD>This is the normal default, the value of which is set in the
22372 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable as specified earlier in this
22373 configuration.
22374 </DD>
22376 <DT>last-fcc-used</DT>
22377 <DD> Causes Alpine to use the folder that was last
22378 used in the fcc field
22379 </DD>
22381 <DT>by-nickname</DT>
22382 <DD>Means that Alpine will use the nickname
22383 from your address book that matches the first address in the To line.
22384 If there is no match, it will use the value of the
22385 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable.
22386 </DD>
22388 <DT>by-recipient</DT>
22389 <DD>Means Alpine will form a folder name
22390 based on the left hand side of the first address in the To line.
22391 </DD>
22393 <DT>by-nick-then-recip</DT>
22394 <DD>Means that it will use the
22395 matching nickname from your address book if there is one, otherwise it
22396 will extract the recipient name from the address and use that (like
22397 by-recipient).
22398 </DD>
22400 <DT>current-folder</DT>
22401 <DD>Causes a copy to be written to
22402 the currently open folder, unless that is the INBOX.  In the case
22403 where the current folder is the INBOX, the &quot;<!--#echo var="VAR_default-fcc"-->&quot; is
22404 used instead.
22405 </DD>
22406 </DL>
22409 Note: Whatever the fcc specified by the rule here, it will be
22410 over-ridden by any fcc entries you have in your address book.
22413 <UL>   
22414 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22415 </UL><P>
22416 &lt;End of help on this topic&gt;
22417 </BODY>
22418 </HTML>
22419 ====== h_config_sort_key =====
22420 <HTML>
22421 <HEAD>
22422 <TITLE>OPTION: <!--#echo var="VAR_sort-key"--></TITLE>
22423 </HEAD>
22424 <BODY>
22425 <H1>OPTION: <!--#echo var="VAR_sort-key"--></H1>
22427 This option determines the order in which messages will be displayed in
22428 the MESSAGE INDEX screen.  Choose from:
22430 <UL>
22431  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
22432  <LI> <A HREF="h_index_sort_date">Date</A>
22433  <LI> <A HREF="h_index_sort_subj">Subject</A>
22434  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
22435  <LI> <A HREF="h_index_sort_thread">Thread</A>
22436  <LI> <A HREF="h_index_sort_from">From</A>
22437  <LI> <A HREF="h_index_sort_size">Size</A>
22438  <LI> <A HREF="h_index_sort_score">Score</A>
22439  <LI> <A HREF="h_index_sort_to">To</A>
22440  <LI> <A HREF="h_index_sort_cc">Cc</A>
22441 </UL>
22444 Each type of sort may also be reversed.
22445 Normal default is by &quot;Arrival&quot;.
22448 A possible point of confusion arises when you change the configuration
22449 of the <!--#echo var="VAR_sort-key"-->.
22450 The folder will normally be re-sorted when you go back to viewing the
22451 index.
22452 However, if you have manually sorted the folder with the
22453 Sort
22454 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
22455 command, then it will not be re-sorted until the next time it is opened.
22458 <UL>   
22459 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22460 </UL><P>
22461 &lt;End of help on this topic&gt;
22462 </BODY>
22463 </HTML>
22464 ====== h_config_other_startup =====
22465 <HTML>
22466 <HEAD>
22467 <TITLE>OPTION: Set Startup Rule</TITLE>
22468 </HEAD>
22469 <BODY>
22470 <H1>OPTION: Set Startup Rule</H1>
22472 This option determines which message will be the <EM>current message</EM> when
22473 the folder is first opened.
22474 It works the same way that the option
22475 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
22476 works, so look there for help.
22477 It may be used for any folder, not just incoming folders.
22480 <UL>   
22481 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22482 </UL><P>
22483 &lt;End of help on this topic&gt;
22484 </BODY>
22485 </HTML>
22486 ====== h_config_perfolder_sort =====
22487 <HTML>
22488 <HEAD>
22489 <TITLE>Set Sort Order</TITLE>
22490 </HEAD>
22491 <BODY>
22492 <H1>Set Sort Order</H1>
22494 This option determines the order in which messages will be displayed in
22495 the MESSAGE INDEX screen when the Current Folder Type set in the
22496 Pattern is a match. Choose from:
22498 <UL>
22499  <LI> <A HREF="h_index_sort_default">Default</A>
22500  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
22501  <LI> <A HREF="h_index_sort_date">Date</A>
22502  <LI> <A HREF="h_index_sort_subj">Subject</A>
22503  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
22504  <LI> <A HREF="h_index_sort_thread">Thread</A>
22505  <LI> <A HREF="h_index_sort_from">From</A>
22506  <LI> <A HREF="h_index_sort_size">Size</A>
22507  <LI> <A HREF="h_index_sort_score">Score</A>
22508  <LI> <A HREF="h_index_sort_to">To</A>
22509  <LI> <A HREF="h_index_sort_cc">Cc</A>
22510 </UL>
22513 Each type of sort may also be reversed.
22514 Normal default is by &quot;Arrival&quot;.
22517 A possible point of confusion arises when you change the configuration
22518 of the Sort Order for the currently open folder.
22519 The folder will normally be re-sorted when you go back to viewing the
22520 index.
22521 However, if you have manually sorted the folder with the
22522 Sort
22523 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
22524 command, then it will not be re-sorted until the next time it is opened.
22527 <UL>   
22528 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22529 </UL><P>
22530 &lt;End of help on this topic&gt;
22531 </BODY>
22532 </HTML>
22533 ====== h_config_fld_sort_rule =====
22534 <HTML>
22535 <HEAD>
22536 <TITLE>OPTION: <!--#echo var="VAR_folder-sort-rule"--></TITLE>
22537 </HEAD>
22538 <BODY>
22539 <H1>OPTION: <!--#echo var="VAR_folder-sort-rule"--></H1>
22541 This option controls the order in which folder list entries will be
22542 presented in the FOLDER LIST screen.  Choose one of the following:
22544 <DL>
22545 <DT>Alphabetical</DT>
22546 <DD>sort by alphabetical name independent of type
22547 </DD>
22549 <DT>Alpha-with-dirs-last</DT>
22550 <DD>sort by alphabetical name grouping directory entries
22551 to the end of the list
22552 </DD>
22554 <DT>Alpha-with-dirs-first</DT>
22555 <DD>sort by alphabetical name grouping directory entries
22556 to the start of the list
22557 </DD>
22558 </DL>
22560 The normal default is &quot;Alphabetical&quot;.
22563 <UL>   
22564 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22565 </UL><P>
22566 &lt;End of help on this topic&gt;
22567 </BODY>
22568 </HTML>
22569 ====== h_config_ab_sort_rule =====
22570 <HTML>
22571 <HEAD>
22572 <TITLE>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></TITLE>
22573 </HEAD>
22574 <BODY>
22575 <H1>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></H1>
22577 This option controls the order in which address book entries will be
22578 presented.  Choose one of the following:
22580 <DL>
22581 <DT>fullname</DT>
22582 <DD>use fullname field, lists mixed in
22583 </DD>
22585 <DT>fullname-with-lists-last</DT>
22586 <DD>use fullname field, but put lists at end
22587 </DD>
22589 <DT>nickname</DT>
22590 <DD>use nickname field, lists mixed in
22591 </DD>
22593 <DT>nickname-with-lists-last</DT>
22594 <DD>use nickname field, but put lists at end
22595 </DD>
22597 <DT>dont-sort</DT>
22598 <DD>don't change order of file
22599 </DD>
22600 </DL>
22603 The normal default is &quot;fullname-with-lists-last&quot;.
22604 If you use an address book from more than one computer and those
22605 computers sort the address book differently then the sort order
22606 will be the order where the last change to the address book was
22607 made.
22608 There are two reasons the sorting might be different on different
22609 systems.
22610 First, the <!--#echo var="VAR_addrbook-sort-rule"--></a> may be set differently in the two
22611 places.
22612 Second, the collation rules on the two computers may be different.
22613 For example, one system might ignore special characters while the other
22614 doesn't or one may sort upper and lower case letters together while
22615 the other doesn't.
22616 In any case, the order you see is the order on the system where the
22617 last change was made, for example by an address book edit or a
22618 Take Address command.
22621 <UL>   
22622 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22623 </UL><P>
22624 &lt;End of help on this topic&gt;
22625 </BODY>
22626 </HTML>
22627 ====== h_config_post_char_set =====
22628 <HTML>
22629 <HEAD>
22630 <TITLE>OPTION: <!--#echo var="VAR_posting-character-set"--></TITLE>
22631 </HEAD>
22632 <BODY>
22633 <H1>OPTION: <!--#echo var="VAR_posting-character-set"--></H1>
22635 The <!--#echo var="VAR_posting-character-set"--> configuration option is used
22636 when sending messages.
22640 When sending a message the text typed in the composer is
22641 labeled with the character set specified by this option.
22642 If the composed text is not fully representable in the 
22643 specified <!--#echo var="VAR_posting-character-set"-->, then it is labeled as &quot;UTF-8.&quot
22644 instead;
22647 Attachments are labeled with your
22648 <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>.
22651 Generally, there should be little need to set this option.
22652 If left unset, the
22653 default behavior is to label composed text as specifically as
22654 possible.  That is, if the composed text has no non-ASCII characters,
22655 it is labeled as &quot;US-ASCII.&quot; Similarly, if it is composed of
22656 only ISO-8859-15 characters, it is labeled as such.  Alpine will
22657 attempt to automatically detect a number of character sets including ISO-8859-15,
22658 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
22659 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, and EUC-KR.
22660 If the message contains a mix of character sets,
22661 it is labeled as &quot;UTF-8.&quot;
22665 This setting is provided to allow you to force a particular character set that
22666 Alpine does not automatically detect. For example, if a message is representable
22667 in more than one character set then Alpine may choose a different default
22668 than you want.
22669 Lastly, by setting this option explicitly to
22670 &quot;UTF-8&quot; all non-ASCII messages you send will be labeled as
22671 &quot;UTF-8&quot; instead of something more specific.
22674 In the Setup/Config screen you may choose from a list of all the
22675 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
22678 The options
22679 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
22680 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
22681 are closely related.
22682 Setting the feature
22683 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
22684 should cause this option to be ignored.
22687 <UL>   
22688 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22689 </UL><P>
22690 &lt;End of help on this topic&gt;
22691 </BODY>
22692 </HTML>
22693 ====== h_config_unk_char_set =====
22694 <HTML>
22695 <HEAD>
22696 <TITLE>OPTION: <!--#echo var="VAR_unknown-character-set"--></TITLE>
22697 </HEAD>
22698 <BODY>
22699 <H1>OPTION: <!--#echo var="VAR_unknown-character-set"--></H1>
22701 The <!--#echo var="VAR_unknown-character-set"--> configuration option is used
22702 when reading or replying to messages.
22706 A text message should either be made up of all US-ASCII characters
22707 or it should contain a charset label which tells the software which
22708 character set encoding to use to interpret the message.
22709 Sometimes a malformed message may be unlabeled but contain non-ascii text.
22710 This message is outside of the standards so any attempt to read it could fail.
22711 When Alpine attempts to read such a message it will try to interpret the
22712 text in the character set you specify here.
22713 For example, if you have correspondents who send you unlabeled messages that
22714 are usually made up of characters from the WINDOWS-1251 character set, setting
22715 this <!--#echo var="VAR_unknown-character-set"--> to <CODE>WINDOWS-1251</CODE> will
22716 allow you to read those messages.
22717 Of course, if the unlabeled message is actually in some other character set,
22718 then you may see garbage on your screen.
22720 Instead of just unlabeled text, this option also affects text which is labeled
22721 with the charsets &quot;X-Unknown&quot; or &quot;US-ASCII&quot;.
22724 In the Setup/Config screen you may choose from a list of all the
22725 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
22728 <UL>   
22729 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22730 </UL><P>
22731 &lt;End of help on this topic&gt;
22732 </BODY>
22733 </HTML>
22734 ====== h_config_char_set =====
22735 <HTML>
22736 <HEAD>
22737 <TITLE>OPTION: Display Character Set</TITLE>
22738 </HEAD>
22739 <BODY>
22740 <H1>OPTION: Display Character Set</H1>
22742 The Display Character Set configuration option is used when viewing messages.
22744 Alpine uses Unicode characters internally and 
22745 it is a goal for Alpine to handle email in many different languages.
22746 Alpine will properly display only left-to-right character sets
22747 in a fixed-width font. Specifically, Alpine assumes that a fixed-width
22748 font is in use, in the sense that
22749 characters are assumed to take up zero, one, or two character cell
22750 widths from left to right on the screen. This is true even in PC-Alpine.
22753 Alpine recognizes some local character sets that are right-to-left
22754 (Arabic, Hebrew, and Thai) or not representable in a fixed-width font
22755 (Arabic) and properly converts texts in these character sets to/from
22756 Unicode; however, there are known display bugs with these character
22757 sets.
22760 There are three possible configuration character settings and some
22761 environment variable settings that can affect how Alpine
22762 handles international characters.
22763 The first two of these are only available in UNIX Alpine.
22764 The three configuration options are
22765 Display Character Set,
22766 Keyboard Character Set, and
22767 <!--#echo var="VAR_posting-character-set"-->.
22768 The Keyboard Character Set defaults to being the same value
22769 as the Display Character Set, and that is usually correct, because
22770 the keyboard almost always produces characters in the same character set
22771 as the display displays.
22772 The Display Character Set is the character set that Alpine
22773 will attempt to use when sending characters to the display.
22776 By default, the Display Character Set variable is not set and UNIX Alpine
22777 will attempt to get this information from the environment.
22778 In particular, the <CODE>nl_langinfo(CODESET)</CODE> call is used.
22779 This usually depends on the setting of the environment variables LANG or LC_CTYPE.
22780 An explicit configuration setting for Display Character Set will,
22781 of course, override any default setting.
22783 For PC-Alpine the Display Character Set
22784 and the Keyboard Character Set
22785 are always equivalent to <CODE>UTF-8</CODE> and this is not settable.
22788 It is probably best to use UNIX Alpine in a terminal emulator
22789 capable of displaying UTF-8 characters, since that will allow you to
22790 view just about any received text that is correctly formatted (note,
22791 however, the above comments about known index display bugs with certain
22792 character sets). You'll need to have an emulator that uses a UTF-8 font
22793 and you'll need to set up your environment to use a UTF-8 charmap. For
22794 example, on a Linux system you might include
22796 <CENTER> <CODE>setenv LANG en_US.UTF-8</CODE> </CENTER>
22799 or something similar in your UNIX startup files.
22800 You'd also have to select a UTF-8 font in your terminal emulator.
22803 The types of values that the character set variables may be set to are
22804 <CODE>UTF-8</CODE>, <CODE>ISO-8859-1</CODE>, or <CODE>EUC-JP</CODE>.
22805 The <CODE>ISO-2022</CODE> character sets are not supported for input or
22806 for display, but as a special case, <CODE>ISO-2022-JP</CODE> is supported
22807 for use only as a <!--#echo var="VAR_posting-character-set"-->.
22808 In the Setup/Config screen you may choose from a list of all the
22809 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
22810 Here is a list of many of the possible character sets:
22813 <TABLE>
22814 <TR> <TD>UTF-8</TD> <TD>Unicode</TD> </TR>
22815 <TR> <TD>US-ASCII</TD> <TD>7 bit American English characters</TD> </TR>
22816 <TR> <TD>ISO-8859-1</TD> <TD>8 bit European "Latin 1" character set</TD> </TR>
22817 <TR> <TD>ISO-8859-2</TD> <TD>8 bit European "Latin 2" character set</TD> </TR>
22818 <TR> <TD>ISO-8859-3</TD> <TD>8 bit European "Latin 3" character set</TD> </TR>
22819 <TR> <TD>ISO-8859-4</TD> <TD>8 bit European "Latin 4" character set</TD> </TR>
22820 <TR> <TD>ISO-8859-5</TD> <TD>8 bit Latin and Cyrillic</TD> </TR>
22821 <TR> <TD>ISO-8859-6</TD> <TD>8 bit Latin and Arabic</TD> </TR>
22822 <TR> <TD>ISO-8859-7</TD> <TD>8 bit Latin and Greek</TD> </TR>
22823 <TR> <TD>ISO-8859-8</TD> <TD>8 bit Latin and Hebrew</TD> </TR>
22824 <TR> <TD>ISO-8859-9</TD> <TD>8 bit European "Latin 5" character set</TD> </TR>
22825 <TR> <TD>ISO-8859-10</TD> <TD>8 bit European "Latin 6" character set</TD> </TR>
22826 <TR> <TD>ISO-8859-11</TD> <TD>Latin and Thai</TD> </TR>
22827 <TR> <TD>ISO-8859-12</TD> <TD>Reserved</TD> </TR>
22828 <TR> <TD>ISO-8859-13</TD> <TD>8 bit European "Latin 7" character set</TD> </TR>
22829 <TR> <TD>ISO-8859-14</TD> <TD>8 bit European "Latin 8" character set</TD> </TR>
22830 <TR> <TD>ISO-8859-15</TD> <TD>8 bit European "Latin 9" character set</TD> </TR>
22831 <TR> <TD>ISO-8859-16</TD> <TD>8 bit European "Latin 10" character set</TD> </TR>
22832 <TR> <TD>KOI8-R</TD> <TD>8 bit Latin and Russian</TD> </TR>
22833 <TR> <TD>KOI8-U</TD> <TD>8 bit Latin and Ukranian</TD> </TR>
22834 <TR> <TD>WINDOWS-1251</TD> <TD>8 bit Latin and Russian</TD> </TR>
22835 <TR> <TD>TIS-620</TD> <TD>8 bit Latin and Thai</TD> </TR>
22836 <TR> <TD>VISCII</TD> <TD>8 bit Latin and Vietnamese</TD> </TR>
22837 <TR> <TD>GBK</TD> <TD>Latin and Chinese Simplified</TD> </TR>
22838 <TR> <TD>GB2312</TD> <TD>Latin and Chinese Simplified</TD> </TR>
22839 <TR> <TD>CN-GB</TD> <TD>Latin and Chinese Simplified</TD> </TR>
22840 <TR> <TD>BIG5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
22841 <TR> <TD>BIG-5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
22842 <TR> <TD>EUC-JP</TD> <TD>Latin and Japanese</TD> </TR>
22843 <TR> <TD>SHIFT-JIS</TD> <TD>Latin and Japanese</TD> </TR>
22844 <TR> <TD>EUC-KR</TD> <TD>Latin and Korean</TD> </TR>
22845 <TR> <TD>KSC5601</TD> <TD>Latin and Korean</TD> </TR>
22846 </TABLE>
22849 When reading incoming email, Alpine understands many different
22850 character sets and is able to convert the incoming mail into Unicode.
22851 The Unicode will be converted to the Display Character Set
22852 for display on your terminal.
22853 Characters typed at the keyboard will be converted from the
22854 Keyboard Character Set to Unicode for Alpine's internal
22855 use.
22856 You may find that you can read some malformed messages that do not
22857 contain a character set label by setting the option
22858 <A HREF="h_config_unk_char_set">&quot;<!--#echo var="VAR_unknown-character-set"-->&quot;</A>.
22861 The <!--#echo var="VAR_posting-character-set"--> is used when sending messages.
22862 The default behavior obtained by leaving this variable unset is usually
22863 what is wanted. In that default case, Alpine will attempt
22864 to label the message with the most specific character set from the
22865 rather arbitrary set
22867 US-ASCII, ISO-8859-15,
22868 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
22869 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, EUC-KR, and UTF-8.
22872 For example, if the message is made up of only US-ASCII characters, it
22873 will be labeled US-ASCII. Otherwise, if it is all ISO-8859-15 characters,
22874 that will be the label. If that doesn't work the same is tried for the
22875 remaining members of the list.
22878 It might make sense to set <!--#echo var="VAR_posting-character-set"--> to an
22879 explicit value instead.
22880 For example, if you usually send messages in Greek, setting this
22881 option to ISO-8859-7 will result in messages being labeled as
22882 US-ASCII if there are no non-ascii characters, ISO-8859-7 if there
22883 are only Greek characters, or UTF-8 if there are some characters
22884 that aren't representable in ISO-8859-7.
22885 Another possibility is to set this option explicitly to UTF-8.
22886 In that case
22887 Alpine labels only ascii messages as US-ASCII and all other
22888 messages as UTF-8.
22891 The options
22892 <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
22893 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
22894 are closely related to this option.
22895 Setting the feature
22896 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
22897 should cause this option to be ignored.
22900 When displaying a message, Alpine compares this setting to the character
22901 set specified in the message.  If not all of the
22902 characters in the message can be displayed using the Display Character Set
22903 then Alpine places an editorial
22904 comment in the displayed text (enclosed in square-brackets) indicating
22905 that some characters may not be displayed correctly.
22906 This comment may be eliminated by turning on the option
22907 <A HREF="h_config_quell_charset_warning"><!--#echo var="FEAT_quell-charset-warning"--></A>.
22910 <UL>   
22911 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22912 </UL><P>
22913 &lt;End of help on this topic&gt;
22914 </BODY>
22915 </HTML>
22916 ====== h_config_key_char_set =====
22917 <HTML>
22918 <HEAD>
22919 <TITLE>OPTION: Keyboard Character Set</TITLE>
22920 </HEAD>
22921 <BODY>
22922 <H1>OPTION: Keyboard Character Set</H1>
22924 UNIX Alpine only.
22926 The Keyboard Character Set identifies the character set of the characters
22927 coming from your keyboard.
22928 It defaults to having the same value as your
22929 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>,
22930 which in turn defaults to a value obtained from your environment.
22931 It is unlikely that you will need to use this option, because the keyboard
22932 almost always produces the same kind of characters as the display displays.
22935 This character set is also used when accessing files in your local
22936 file system.
22937 The names of the files are assumed to be in the same character set as
22938 what the keyboard produces, as well as the contents of the files.
22941 In the Setup/Config screen you may choose from a list of all the
22942 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
22945 The options
22946 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
22947 and <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
22948 are closely related.
22949 Setting the feature
22950 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
22951 should cause this option to be ignored.
22954 <UL>   
22955 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22956 </UL><P>
22957 &lt;End of help on this topic&gt;
22958 </BODY>
22959 </HTML>
22960 ====== h_config_editor =====
22961 <HTML>
22962 <HEAD>
22963 <TITLE>OPTION: <!--#echo var="VAR_editor"--></TITLE>
22964 </HEAD>
22965 <BODY>
22966 <H1>OPTION: <!--#echo var="VAR_editor"--></H1>
22968 <!--#echo var="VAR_editor"--> specifies the program invoked by ^_ in the Composer. This is
22969 normally an alternative to Alpine's internal composer (Pico).  You could use
22970 this setting to specify an alternate editor to use occasionally or if you
22971 have a favorite editor and want to use it all the time (see the 
22972 <A HREF="h_config_alt_ed_now">&quot;<!--#echo var="FEAT_enable-alternate-editor-implicitly"-->&quot;</A> setting).  <P>
22973 If you specify multiple editors for this option, ^_ will invoke the first one 
22974 of those specified that exists and is executable.  When specifying a program 
22975 for use here, make sure that the format of the text it saves -- which, when 
22976 you exit it, will become the message body in Alpine -- is appropriate 
22977 for the body of an email message; avoid proprietary formats that may result in 
22978 a message body that the recipient of your message will be unable to decipher.
22980 <!--chtml if pinemode="os_windows"-->
22981 <!--chtml else-->
22982 If you are in doubt about what editors are available on your system, or which 
22983 of them may be appropriate for specification here, ask your local computing 
22984 support staff.  
22985 <!--chtml endif-->
22987 Note that if <a href="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></a> is
22988 unset, outgoing text will be set as flowed.  In most cases this will be fine,
22989 but if the editor has a &quot;flowed text&quot; mode, it would be best to
22990 use that.
22992 <P><UL>
22993 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22994 </UL>
22996 &lt;End of help on this topic&gt;
22997 </BODY>
22998 </HTML>
22999 ====== h_config_speller =====
23000 <HTML>
23001 <HEAD>
23002 <TITLE>OPTION: <!--#echo var="VAR_speller"--></TITLE>
23003 </HEAD>
23004 <BODY>
23005 <H1>OPTION: <!--#echo var="VAR_speller"--></H1>
23007 UNIX Alpine only.
23009 For PC-Alpine, you must install the aspell library code that you
23010 may get from
23011 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
23013 This option affects the behavior of the ^T (spell check) command in the
23014 Composer.  It specifies the program invoked by ^T in the Composer.
23015 By default, Alpine uses
23017 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
23019 if it knows where to find &quot;aspell&quot;.
23020 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
23021 then the command used is
23023 <CENTER><SAMP>ispell -l</SAMP></CENTER>
23025 Otherwise, the ancient &quot;spell&quot; command is used.
23027 If you specify a value for this command (with full pathname) then that is what
23028 will be used instead of any of the defaults.
23029 When invoking this
23030 spell-checking program, Alpine appends a tempfile name (where the message is
23031 passed) to the command line. Alpine expects the speller to correct the
23032 spelling in that file. When you exit from that program Alpine will read the
23033 tempfile back into the composer.
23035 Don't set this speller option to the standard Unix spell command.
23036 That won't work because spell works in a different way.
23039 <UL>   
23040 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23041 </UL><P>
23042 &lt;End of help on this topic&gt;
23043 </BODY>
23044 </HTML>
23045 ====== h_config_display_filters =====
23046 <HTML>
23047 <HEAD>
23048 <TITLE>OPTION: <!--#echo var="VAR_display-filters"--></TITLE>
23049 </HEAD>
23050 <BODY>
23051 <H1>OPTION: <!--#echo var="VAR_display-filters"--></H1>
23053 This option defines a list of text-filtering commands (programs or
23054 scripts) that may be used to filter text portions of received messages
23055 prior to their use (e.g., presentation in the &quot;MESSAGE TEXT&quot;
23056 display screen, exporting to a text file).  
23057 For security reasons, the full path name of the
23058 filter command must be specified.
23061 The command is executed and the message is piped into its standard input. 
23062 The standard output of the command is read back by Alpine.  The
23063 &quot;_TMPFILE_&quot; token (see below) overrides this default behavior. 
23065 <P> 
23066 The filter's use is based on the configured &quot;trigger&quot; string.  The
23067 format of a filter definition is:
23069 <P>   
23070 <CENTER>&lt;trigger&gt; &lt;command&gt; &lt;arguments&gt;</CENTER>
23073 You can specify as many filters as you wish, separating them with a comma.  
23074 Each filter can have only one trigger and command.  Thus, two trigger 
23075 strings that invoke the same command require separate filter 
23076 specifications. 
23078 <P> 
23079 The &quot;trigger&quot; is simply text that, if found in the message,
23080 will invoke the associated command.  If the trigger contains any space
23081 characters, it must be placed within quotes.  Likewise, should you
23082 wish a filter to be invoked unconditionally, define the trigger as the
23083 null string, &quot;&quot; (two consecutive double-quote characters).  If the
23084 trigger string is found anywhere in the text of the message the filter
23085 is invoked.  Placing the trigger text within the tokens defined below
23086 changes where within the text the trigger must be before considering
23087 it a match.
23089 <P>  
23090 Trigger Modifying Tokens:
23091 <DL>
23092 <DT>_CHARSET(<VAR>string</VAR>)_</DT>
23093 <DD>This token tells Alpine to invoke the supplied command
23094 if the text is in a character set matching <VAR>string</VAR>
23095 (e.g., ISO-8859-2 or ISO-2022-JP).
23096 </DD>
23099 <DT>_LEADING(<VAR>string</VAR>)_</DT>
23100 <DD>This token tells Alpine to invoke the supplied command
23101 if the enclosed <VAR>string</VAR> is found to be the first
23102 non-whitespace text.
23103 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23104 the space character.
23105 </DD>
23107 <DT>_BEGINNING(<VAR>string</VAR>)_</DT>
23108 <DD>This token tells Alpine to invoke the supplied command
23109 if the enclosed <VAR>string</VAR> is found at the beginning
23110 of any line in the text.
23111 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23112 the space character.
23113 </DD>
23114 </DL>
23117 The &quot;command&quot; and &quot;arguments&quot; portion is simply
23118 the command line to be invoked if the trigger string is found.  Below
23119 are tokens that Alpine will recognize and replace with special values
23120 when the command is actually invoked.
23123 Command Modifying Tokens:
23125 <DL>
23126 <DT>_TMPFILE_</DT>
23127 <DD>When the command is executed, this token is 
23128 replaced with the path and name of the temporary 
23129 file containing the text to be filtered.  Alpine 
23130 expects the filter to replace this data with the 
23131 filter's result.
23134 NOTE: Use of this token implies that the text to 
23135 be filtered is not piped into standard input of the 
23136 executed command and its standard output is ignored. 
23137 Alpine restores the tty modes before invoking the
23138 filter in case the filter interacts with the user
23139 via its own standard input and output.  
23140 </DD>
23141                         
23142 <DT>_RESULTFILE_</DT>
23143 <DD>When the command is executed, this token is 
23144 replaced with the path and name of a temporary 
23145 file intended to contain a status message from the 
23146 filter.  Alpine displays this in the message status 
23147 field. 
23148 </DD>
23150 <DT>_DATAFILE_</DT>
23151 <DD>When the command is executed, this token is 
23152 replaced with the path and name of a temporary 
23153 file that Alpine creates once per session and deletes 
23154 upon exit.  The file is intended to be used by the 
23155 filter to store state information between instances 
23156 of the filter.
23157 </DD>
23158    
23159 <DT>_PREPENDKEY_</DT>
23160 <DD>When the command is executed, this token indicates that a random
23161 number will be passed down the input stream before the message text.
23162 This number could be used as a session key.  It is sent in this way to
23163 improve security.  The number is unique to the current Alpine session
23164 and is only generated once per session.
23165 </DD>
23167 <DT>_SILENT_</DT>
23168 <DD>When the filter is executed, this token tells Alpine not to repaint
23169 the screen while the command is being executed. This can be used with 
23170 filters that do not interact with the user, and therefore repainting 
23171 the screen is not necessary. 
23172 </DD>
23173 </DL>
23176 The feature
23177 <A HREF="h_config_disable_reset_disp"><!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></A> is related.
23179 Performance caveat/considerations:
23180 <BR>
23181 Testing for the trigger and invoking the filter doesn't come for free.
23182 There is overhead associated with searching for the trigger string, testing
23183 for the filter's existence and actually piping the text through the filter.
23184 The impact can be reduced if the Trigger Modifying Tokens above are 
23185 employed.
23187 &lt;End of help on this topic&gt;
23188 </BODY>
23189 </HTML>
23190 ====== h_config_sending_filter =====
23191 <HTML>
23192 <HEAD>
23193 <TITLE>OPTION: <!--#echo var="VAR_sending-filters"--></TITLE>
23194 </HEAD>
23195 <BODY>
23196 <H1>OPTION: <!--#echo var="VAR_sending-filters"--></H1>
23197       
23198 This option defines a list of text-filtering commands (programs and
23199 scripts) that may be selectively invoked to process a message just before
23200 it is sent.  If set, the Composer's ^X (Send) command will allow you to
23201 select which filter (or none) to apply to the message before it is sent. 
23202 For security reasons, the full path of the filter program must be
23203 specified.
23206 Command Modifying Tokens:
23208 <DL>
23209 <DT>_RECIPIENTS_</DT>
23210 <DD>When the command is executed, this token is replaced 
23211 with the space delimited list of recipients of the 
23212 message being sent. 
23213 </DD>
23214         
23215 <DT>_TMPFILE_</DT>
23216 <DD>
23217 When the command is executed, this token is 
23218 replaced with the path and name of the temporary 
23219 file containing the text to be filtered.  Alpine 
23220 expects the filter to replace this data with the 
23221 filter's result.
23224 NOTE: Use of this token implies that the text to 
23225 be filtered is not piped into standard input of the 
23226 executed command and its standard output is ignored. 
23227 Alpine restores the tty modes before invoking the
23228 filter in case the filter interacts with the user
23229 via its own standard input and output.  
23230 </DD>
23231                         
23232 <DT>_RESULTFILE_</DT>
23233 <DD>When the command is executed, this token is 
23234 replaced with the path and name of a temporary 
23235 file intended to contain a status message from the 
23236 filter.  Alpine displays this in the message status 
23237 field. 
23238 </DD>
23240 <DT>_DATAFILE_</DT>
23241 <DD>When the command is executed, this token is replaced 
23242 in the command line with the path and name of a 
23243 temporary file that Alpine creates once per session 
23244 and deletes upon exit.  The file is intended to be 
23245 used by the filter to store state information between 
23246 instances of the filter.
23247 </DD>
23248    
23249 <DT>_PREPENDKEY_</DT>
23250 <DD>When the command is executed, this token indicates 
23251 that a random number will be passed down the input 
23252 stream before the message text.  This number could 
23253 be used as a session key.  It is sent in this way 
23254 to improve security.  The number is unique to the 
23255 current Alpine session and is only generated once per 
23256 session. 
23257 </DD>
23259 <DT>_INCLUDEALLHDRS_</DT>
23260 <DD>When the command is executed, this token indicates 
23261 that the headers of the message will be passed down the input stream
23262 before the message text.
23263 </DD>
23265 <DT>_MIMETYPE_</DT>
23266 <DD>When the command is executed, this token is replaced in the
23267 command name with a temporary file name used to accept any new MIME
23268 Content-Type information necessitated by the output of the filter.
23269 Upon the filter's exit, if the file contains new MIME type
23270 information, Alpine verifies its format and replaces the outgoing
23271 message's MIME type information with that contained in the file. This
23272 is basically a cheap way of sending something other than Text/Plain.
23273 </DD>
23274 </DL>
23276 <P>   
23277 NOTE: Only the body text, which is visible in the Composer, is piped
23278 through this filter.  Attachments are not sent to the filter.
23279 <P>   
23280 Sending filters are not used if the feature
23281 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set.
23283 <UL>   
23284 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23285 </UL><P>
23286 &lt;End of help on this topic&gt;
23287 </BODY>
23288 </HTML>
23289 ====== h_config_keywords =====
23290 <HTML>
23291 <HEAD>
23292 <TITLE>OPTION: <!--#echo var="VAR_keywords"--></TITLE>
23293 </HEAD>
23294 <BODY>
23295 <H1>OPTION: <!--#echo var="VAR_keywords"--></H1>
23297 You may define your own set of keywords and optionally set them on a
23298 message by message basis.
23299 These are similar to the &quot;Important&quot; flag which the user
23300 may set using the Flag command.
23301 The difference is that the Important flag is always present for each folder.
23302 User-defined keywords are chosen by the user.
23303 You may set up the list of possible keywords here, or you may add keywords
23304 from the Flag Details screen that you
23305 can get to after typing the
23306 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
23307 command.
23308 After the keywords have been defined,
23309 then you use the <A HREF="h_common_flag">Flag command</A>
23310 to set or clear the keywords in each message.
23311 The behavior of the flag command may be modified by using the
23312 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
23313 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
23316 Keywords may be used when Selecting messages (Select Keyword).
23317 Keywords may also be used in the Patterns of Rules (Filters, Indexcolors, etc).
23318 Filter Rules may be used to set keywords automatically.
23319 Keywords may be displayed as part of the Subject of a message by using
23320 the SUBJKEY or SUBJKEYINIT tokens in the
23321 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
23322 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
23323 option may be used to modify the display of keywords using
23324 SUBJKEY and SUBJKEYINIT slightly.
23325 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
23326 screen by using the KEY or KEYINIT tokens.
23327 It is also possible to color keywords in the index using the
23328 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
23329 Keywords are not supported by all mail servers.
23332 You may give keywords nicknames if you wish.
23333 If the keyword definition you type in contains a SPACE character, then the
23334 actual value of the keyword is everything after the last SPACE and the
23335 nickname for that keyword is everything before the last SPACE.
23336 For example, suppose you are trying to interoperate with another email program
23337 that uses a particular keyword with an unpleasant name.
23338 Maybe it uses a keyword called
23340 <CENTER><SAMP>VendorName.SoftwareName.08</SAMP></CENTER>
23342 but for you that keyword means that the message is work-related.
23343 You could define a keyword to have the value
23345 <CENTER><SAMP>Work VendorName.SoftwareName.08</SAMP></CENTER>
23347 and then you would use the name &quot;Work&quot; when dealing with
23348 that keyword in Alpine.
23349 If you defined it as
23351 <CENTER><SAMP>My Work VendorName.SoftwareName.08</SAMP></CENTER>
23353 the nickname would be everything before the last SPACE, that is the nickname
23354 would be &quot;My Work&quot;.
23356 Some commonly used keywords begin with dollar signs.
23357 This presents a slight complication, because the dollar sign is normally used
23358 to signify
23359 <A HREF="h_news_config">environment variable expansion</A>
23360 in the Alpine configuration.
23361 In order to specify a keyword that begins with a dollar sign you must
23362 precede the dollar sign with a second dollar sign to escape its special
23363 meaning.
23364 For example, if you want to include the keyword
23366 <CENTER><SAMP>$Label1</SAMP></CENTER>
23368 as one of your possible keywords, you must enter the text
23370 <CENTER><SAMP>$$Label1</SAMP></CENTER>
23373 instead.
23375 There are a couple limitations.
23376 First, not all servers support keywords.
23377 Second, some servers (including the IMAP server included with Alpine)
23378 have a per folder limit on the number of keywords that may be defined.
23379 This count commonly includes every keyword you have ever used in the
23380 folder, even if it is no longer being used.
23381 In other words, you can add keywords but you cannot remove them easily.
23382 If you have changed keywords over the life of a folder and find that
23383 you have reached such a limit, one possible solution might be to copy
23384 all of the messages to a newly created folder (using Alpine) and then
23385 delete the original and rename the new folder.
23386 The reason this might work is that only the keywords currently set in
23387 any of the messages will be used in the new folder, hopefully putting you
23388 under the limit.
23391 <UL>   
23392 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23393 </UL><P>
23394 &lt;End of help on this topic&gt;
23395 </BODY>
23396 </HTML>
23397 ====== h_config_alt_addresses =====
23398 <HTML>
23399 <HEAD>
23400 <TITLE>OPTION: <!--#echo var="VAR_alt-addresses"--></TITLE>
23401 </HEAD>
23402 <BODY>
23403 <H1>OPTION: <!--#echo var="VAR_alt-addresses"--></H1>
23405 This option provides a place for you to list alternate email addresses
23406 you may have.
23407 Each address in the list should be the actual email address part of an
23408 address, without the full name field or the angle brackets.
23409 For example:
23412 <CENTER><SAMP>user@example.com</SAMP></CENTER>
23415 The matching is case-insensitive, so this would match any of
23416 <SAMP>User@example.com</SAMP>, <SAMP>user@Example.Com</SAMP>, or
23417 <SAMP>USER@EXAMPLE.COM</SAMP> as well.
23420 If set, the option affects the behavior of the Reply
23421 command and the &quot;+&quot; symbol in the MESSAGE INDEX, which denotes that
23422 a message has been addressed specifically to you.
23425 In the default INDEX display
23426 the personal name (or email address) of
23427 the person listed in the message's &quot;From:&quot; header
23428 field is usually displayed except when that address is yours or one of your
23429 alternate addresses.
23430 In that case you will usually see the name of
23431 the first person specified in the
23432 message's &quot;To:&quot; header field
23433 with the prefix &quot;To: &quot; prepended.
23436 With respect to Reply, the reply-to-all option will exclude addresses
23437 listed here.
23440 The feature
23441 <A HREF="h_config_copy_to_to_from"><!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></A>
23442 is somewhat related to this option.
23445 In addition to a list of actual addresses,
23446 you may use regular expressions (as used with egrep with the ignore case flag)
23447 to describe the addresses you want to match.
23448 Alpine will somewhat arbitrarily interpret your entry as a regular
23449 expression if it contains any of the characters
23450 *, |, +, ?, {, [, ^, $, or &#92;.
23451 Otherwise, it will be treated literally.
23452 The feature
23453 <a href="h_config_disable_regex"><!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
23454 may be used to turn off regular expression processing regardless of whether or not
23455 special characters appear in the entry.
23458 A description of how regular expressions work is beyond the
23459 scope of this help text, but some examples follow.
23462 The entry
23465 <CENTER><SAMP>.*@example.com</SAMP></CENTER>
23468 in the <!--#echo var="VAR_alt-addresses"--> list would mean that any
23469 address with a domain name of <SAMP>example.com</SAMP> (such as
23470 <SAMP>fred@example.com</SAMP> or <SAMP>wilma@example.com</SAMP>) will be considered
23471 one of your alternate addresses.
23472 Strictly speaking, the dot in <SAMP>example.com</SAMP> ought to be escaped with
23473 a backslash, as in <SAMP>example&#92;.com</SAMP>, and a dollar sign anchor ought
23474 to come at the end of the expression to prevent a match of <SAMP>example.com.org</SAMP>.
23475 Complicating things further, the dollar sign
23476 is special in the Alpine configuration (it signifies environment variable expansion)
23477 so the dollar sign should be doubled or backslash escaped for Alpine's sake.
23478 Quotes around the whole expression will not escape the dollar sign successfully.
23479 So this example should look like
23482 <CENTER><SAMP>.*@example&#92;.com$$</SAMP></CENTER>
23486 The entry
23489 <CENTER><SAMP>^fred[0-9]*@example.com$$</SAMP></CENTER>
23492 would match
23493 <SAMP>fred3@example.com</SAMP> or <SAMP>fred17@example.com</SAMP> as well
23494 as <SAMP>fred@example.com</SAMP>.
23497 You could match all addresses that look like
23498 <SAMP>fred+stuff@example.com</SAMP> for any value of <SAMP>stuff</SAMP> with the
23499 entry
23502 <CENTER><SAMP>^fred&#92;+.*@example.com$$</SAMP></CENTER>
23505 Notice that you have to escape the plus sign with a backslash because plus
23506 is a special character in regular expressions.
23507 If you wanted to match plain <SAMP>fred</SAMP> as well as <SAMP>fred+stuff</SAMP>
23508 the expression
23511 <CENTER><SAMP>^fred(()|&#92;+.*)@example.com$$</SAMP></CENTER>
23514 would do it, but it would be easier to just add fred@example.com as a
23515 separate entry.
23518 One more example, a match of all first-level subdomains, is given by
23521 <CENTER><SAMP>^fred@[[:alnum:]_-]*&#92;.example&#92;.com$$</SAMP></CENTER>
23525 Because the regular expression matching is based on an old library
23526 (<SAMP>hs_regex</SAMP>) the regular expressions might not work exactly as you expect,
23527 but they should be close.
23530 <UL>   
23531 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23532 </UL><P>
23533 &lt;End of help on this topic&gt;
23534 </BODY>
23535 </HTML>
23536 ====== h_config_abook_formats =====
23537 <HTML>
23538 <HEAD>
23539 <TITLE>OPTION: <!--#echo var="VAR_addressbook-formats"--></TITLE>
23540 </HEAD>
23541 <BODY>
23542 <H1>OPTION: <!--#echo var="VAR_addressbook-formats"--></H1>
23544 This option specifies the format that address books are displayed in.
23545 Normally, address books are displayed with the nicknames in the first
23546 column, the fullnames in the second column, and addresses in the third
23547 column.  The system figures out reasonable defaults for the widths of
23548 the columns.  An address book may be given a different format by
23549 listing special tokens in the order you want them to display.  The
23550 possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
23551 So, for example, to get the default behavior you could list
23554 <CENTER><!--#echo var="VAR_addressbook-formats"-->=NICKNAME FULLNAME ADDRESS</CENTER>
23557 (You can also use the token DEFAULT to get the default behavior for
23558 an address book format.)
23561 The tokens are separated by spaces.  &quot;<!--#echo var="VAR_addressbook-formats"-->&quot;
23562 is a list, so if you have more than one address book you may have a
23563 separate format for each by putting its format at the corresponding
23564 location in the &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.
23568 Listed first are the personal address books, then the global address
23569 books.  So, if you have two personal address books and one global
23570 address book, you may have up to three formats in the
23571 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.  If
23572 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; doesn't have as many elements as there
23573 are address books, the last element is used repeatedly.
23577 Each of the tokens may also be optionally followed by parentheses with
23578 either a number or a percentage inside the parentheses.  For example,
23579 <SAMP>FULLNAME(13)</SAMP> means to allocate 13 characters of space to
23580 the fullnames column, <SAMP>FULLNAME(20%)</SAMP> means to allocate 20%
23581 of the available space (the screen width minus the space for
23582 inter-column spaces) to the fullnames column, while plain
23583 <SAMP>FULLNAME</SAMP> means the system will attempt to figure out a
23584 reasonable number of columns.
23587 There are always 2 spaces between every column, so if you use
23588 fixed column widths (like 13) you should remember to take that into
23589 account.
23592 <UL>   
23593 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23594 </UL><P>
23595 &lt;End of help on this topic&gt;
23596 </BODY>
23597 </HTML>
23598 ====== h_config_set_index_format =====
23599 <HTML>
23600 <HEAD>
23601 <TITLE>Set Index Format</TITLE>
23602 </HEAD>
23603 <BODY>
23604 <H1>Set Index Format</H1>
23606 This option is used to customize the content of lines in the
23607 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.
23608 This action works exactly like the regular
23609 &quot;<!--#echo var="VAR_index-format"-->&quot; option in the Setup/Config screen,
23610 except that you can have a folder-specific value for it if you specify it here.
23611 Consult the help for
23612 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
23613 for more information.
23616 <UL>   
23617 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23618 </UL><P>
23619 &lt;End of help on this topic&gt;
23620 </BODY>
23621 </HTML>
23622 ====== h_config_index_format =====
23623 <HTML>
23624 <HEAD>
23625 <TITLE>OPTION: <!--#echo var="VAR_index-format"--></TITLE>
23626 </HEAD>
23627 <BODY>
23628 <H1>OPTION: <!--#echo var="VAR_index-format"--></H1>
23630 This option is used to customize the content of lines in the
23631 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.  Each line is intended 
23632 to convey some amount of immediately relevant information about each 
23633 message in the current folder.
23636 Alpine provides a pre-defined set of informational fields with
23637 reasonable column widths automatically computed.  You can, however,
23638 replace this default set by listing special tokens in the order you
23639 want them displayed.
23642 The list of available tokens is
23643 <A HREF="h_index_tokens">here</A>.
23646 Spaces are used to separate listed tokens.  Additionally, you can
23647 specify how much of the screen's width the token's associated data
23648 should occupy on the index line by appending to the token a pair of
23649 parentheses enclosing either a number or percentage.  For example,
23650 &quot;SUBJECT(13)&quot; means to allocate 13 characters of space to the subject
23651 column, and &quot;SUBJECT(20%)&quot; means to
23652 allocate 20% of the available space
23653 to the subjects column, while plain &quot;SUBJECT&quot; means the system will
23654 attempt to figure out a reasonable amount of space.
23657 There is always one space between every pair of columns, so if you use fixed
23658 column widths (like 13) you should remember to take that into account.
23659 Several of the fields are virtually fixed-width, so it doesn't make
23660 much sense to specify the width for them.  The fields STATUS,
23661 FULLSTATUS, IMAPSTATUS, MSGNO, the DATE fields, SIZE,
23662 and DESCRIPSIZE all fall into that category.
23663 You <EM>may</EM> specify widths for those if you wish, but
23664 you're probably better off letting the system pick those widths.  <P>
23667 The default is equivalent to:
23670 <CENTER><SAMP>STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)</SAMP></CENTER>
23673 This means that the four fields without percentages will be allocated
23674 first, and then 33% and 67% of the <EM>remaining</EM> space will go to
23675 the from and subject fields.  If one of those two fields is specified
23676 as a percentage and the other is left for the system to choose, then
23677 the percentage is taken as an absolute percentage of the screen, not
23678 of the space remaining after allocating the first four columns.  It
23679 doesn't usually make sense to do it that way.  If you leave off all
23680 the widths, then the subject and from fields (if both are present) are
23681 allocated space in a 2 to 1 ratio, which is almost exactly the same as
23682 the default.
23685 What you are most likely to do with this configuration option is to
23686 specify which fields appear at all, which order they appear in, and the
23687 percentage of screen that is used for the from and subject fields if you
23688 don't like the 2 to 1 default.
23691 If you want to retain the default format that Pine 4.64 had, use
23694 <CENTER><SAMP><!--#echo var="VAR_index-format"-->=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)</SAMP></CENTER>
23696 <EM>and</EM> set the feature
23697 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>.
23698 <UL>   
23699 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23700 </UL><P>
23701 &lt;End of help on this topic&gt;
23702 </BODY>
23703 </HTML>
23704 ====== h_config_reply_intro =====
23705 <HTML>
23706 <HEAD>
23707 <TITLE>OPTION: <!--#echo var="VAR_reply-leadin"--></TITLE>
23708 </HEAD>
23709 <BODY>
23710 <H1>OPTION: <!--#echo var="VAR_reply-leadin"--></H1>
23712 This option is used to customize the content of the introduction line
23713 that is included when replying to a message and including the original
23714 message in the reply.
23715 The normal default (what you will get if you delete this variable) looks
23716 something like:
23718 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
23720 where the day of the week is only included if it is available in the
23721 original message.
23722 You can replace this default with text of your own.
23723 The text may contain tokens that are replaced with text
23724 that depends on the message you are replying to.
23725 For example, the default is equivalent to:
23727 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
23730 Since this variable includes regular text mixed with special tokens
23731 the tokens have to be surrounded by underscore characters.
23732 For example, to use the token &quot;<SAMP>PREFDATE</SAMP>&quot;
23733 you would need to use &quot;<SAMP>_PREFDATE_</SAMP>&quot;,
23734 not &quot;<SAMP>PREFDATE</SAMP>&quot;.
23736 The list of available tokens is
23737 <A HREF="h_index_tokens">here</A>.
23740 By default, the text is all on a single line and is followed by a blank line.
23741 If your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; turns out to be longer
23742 than 80 characters when replying to a particular message, it is shortened.
23743 However, if you use the token
23745 <CENTER><SAMP>_NEWLINE_</SAMP></CENTER>
23748 anywhere in the value, no end of line or blank line is appended, and no
23749 shortening is done.
23750 The _NEWLINE_ token may be used to get rid of the blank line following
23751 the text, to add more blank lines, or to form a multi-line
23752 &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
23753 To clarify how _NEWLINE_ works recall that the default value is:
23755 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
23758 That is equivalent to
23760 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE__NEWLINE_</SAMP></CENTER>
23763 In the former case, two newlines are added automatically because
23764 no _NEWLINE_ token appears in the value of the option (for backwards
23765 compatibility). In the latter case, the newlines are explicit.
23766 If you want to remove the blank line that follows the
23767 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; text use a single
23768 _NEWLINE_ token like
23770 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE_</SAMP></CENTER>
23773 Because of the backwards compatibility problem, it is not possible to
23774 remove all of the ends of lines, because then there will be no _NEWLINE_ tokens
23775 and that will cause the automatic adding of two newlines!
23776 If you want, you may embed newlines in the middle of the text, as well,
23777 producing a multi-line &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
23780 By default, no attempt is made to localize the date.
23781 If you prefer a localized form you may find that one of the tokens
23782 _PREFDATE_ or _PREFDATETIME_ is a satisfactory substitute.
23783 If you want more control one of the many other date tokens, such as _DATEISO_,
23784 might be better.
23787 For the adventurous, there is a way to conditionally include text based
23788 on whether or not a token would result in specific replacement text.
23789 For example, you could include some text based on whether or not
23790 the _NEWS_ token would result in any newsgroups if it was used.
23791 It's explained in detail
23792 <A HREF="h_reply_token_conditionals">here</A>.
23795 In the very unlikely event that you want to include a literal token
23796 in the introduction line you must precede it with a backslash character.
23797 For example,
23799 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
23801 would produce something like
23803 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
23805 It is not possible to have a literal backslash followed by an expanded token.
23807 <UL>   
23808 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23809 </UL><P>
23810 &lt;End of help on this topic&gt;
23811 </BODY>
23812 </HTML>
23813 ====== h_config_remote_abook_history =====
23814 <HTML>
23815 <HEAD>
23816 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-history"--></TITLE>
23817 </HEAD>
23818 <BODY>
23819 <H1>OPTION: <!--#echo var="VAR_remote-abook-history"--></H1>
23821 Sets how many extra copies of
23822 remote address book
23823 data will be kept in each remote address book folder.
23824 The default is three.
23825 These extra copies are simply old versions of the data. Each time a change
23826 is made a new copy of the address book data is appended to the folder. Old
23827 copies are trimmed, if possible, when Alpine exits.
23828 An old copy can be put back into use by
23829 deleting and expunging newer versions of the data from the folder.
23830 Don't delete the first message from the folder. It is a special header
23831 message for the remote address book and it must be there.
23832 This is to prevent regular folders from being used as remote address book
23833 folders and having their data destroyed.
23835 This option is also used to determine how many extra copies of remote
23836 Alpine configuration files are kept.
23838 <UL>   
23839 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23840 </UL><P>
23841 &lt;End of help on this topic&gt;
23842 </BODY>
23843 </HTML>
23844 ====== h_config_remote_abook_validity =====
23845 <HTML>
23846 <HEAD>
23847 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-validity"--></TITLE>
23848 </HEAD>
23849 <BODY>
23850 <H1>OPTION: <!--#echo var="VAR_remote-abook-validity"--></H1>
23852 Sets the minimum number of minutes that a
23853 remote address book will be considered up to date.
23854 Whenever an entry contained in a remote address book is used,
23855 if more than this many minutes have
23856 passed since the last check the remote server will be queried to see if the
23857 address book has changed.
23858 If it has changed, the local copy is updated.
23859 The default value is five minutes.
23860 The special value of -1 means never check.
23861 The special value of zero means only check when the address book is first
23862 opened.
23864 No matter what the value, the validity check is always done when the
23865 address book is about to be changed by the user.
23866 The check can be initiated manually by typing <EM>^L</EM> (Ctrl-L)
23867 while in the address book maintenance screen for the remote address book.
23869 <UL>   
23870 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23871 </UL><P>
23872 &lt;End of help on this topic&gt;
23873 </BODY>
23874 </HTML>
23875 ====== h_config_user_input_timeo =====
23876 <HTML>
23877 <HEAD>
23878 <TITLE>OPTION: <!--#echo var="VAR_user-input-timeout"--></TITLE>
23879 </HEAD>
23880 <BODY>
23881 <H1>OPTION: <!--#echo var="VAR_user-input-timeout"--></H1>
23883 If this is set to an integer greater than zero, then this is the number
23884 of <EM>hours</EM> to wait for user input before Alpine times out.
23885 If Alpine is
23886 in the midst of composing a message or is waiting for user response to
23887 a question, then it will not timeout.
23888 However, if Alpine is sitting idle waiting for
23889 the user to tell it what to do next and the user does not give any
23890 input for this many hours, Alpine will exit.
23891 No expunging or moving of read
23892 messages will take place.
23893 It will exit similarly to the way it would exit
23894 if it received a hangup signal.
23895 This may be useful for cleaning up unused Alpine sessions that have been
23896 forgotten by their owners.
23897 The Alpine developers envision system administrators
23898 setting this to a value of several hours (24?) so that it won't surprise
23899 a user who didn't want to be disconnected.
23901 <UL>   
23902 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23903 </UL><P>
23904 &lt;End of help on this topic&gt;
23905 </BODY>
23906 </HTML>
23907 ====== h_config_ssh_open_timeo =====
23908 <HTML>
23909 <HEAD>
23910 <TITLE>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></TITLE>
23911 </HEAD>
23912 <BODY>
23913 <H1>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></H1>
23915 Sets the time in seconds that Alpine will
23916 attempt to open a UNIX secure shell connection.
23917 The default is 15, the minimum non-zero value is 5,
23918 and the maximum is unlimited. If this is set to zero ssh connections
23919 will be completely disabled.
23921 <UL>   
23922 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23923 </UL><P>
23924 &lt;End of help on this topic&gt;
23925 </BODY>
23926 </HTML>
23927 ====== h_config_rsh_open_timeo =====
23928 <HTML>
23929 <HEAD>
23930 <TITLE>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></TITLE>
23931 </HEAD>
23932 <BODY>
23933 <H1>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></H1>
23935 Sets the time in seconds that Alpine will
23936 attempt to open a UNIX remote shell connection.
23937 The default is 15, the minimum non-zero value is 5,
23938 and the maximum is unlimited. If this is set to zero rsh connections
23939 will be completely disabled.
23940 This might be useful if rsh connections will never work in your environment
23941 but are causing delays due to firewalls or some other reason.
23943 <UL>   
23944 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23945 </UL><P>
23946 &lt;End of help on this topic&gt;
23947 </BODY>
23948 </HTML>
23949 ====== h_config_tcp_open_timeo =====
23950 <HTML>
23951 <HEAD>
23952 <TITLE>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></TITLE>
23953 </HEAD>
23954 <BODY>
23955 <H1>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></H1>
23957 Sets the time in seconds that Alpine will
23958 attempt to open a network connection. The default is 30, the minimum is 5,
23959 and the maximum is system defined (typically 75). If a connection has not
23960 completed within this many seconds Alpine will give up and consider it a
23961 failed connection.
23963 <UL>   
23964 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23965 </UL><P>
23966 &lt;End of help on this topic&gt;
23967 </BODY>
23968 </HTML>
23969 ====== h_config_tcp_readwarn_timeo =====
23970 <HTML>
23971 <HEAD>
23972 <TITLE>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></TITLE>
23973 </HEAD>
23974 <BODY>
23975 <H1>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></H1>
23977 Sets the time in seconds that Alpine will
23978 wait for a network read before warning you that things are moving slowly
23979 and possibly giving you the option to break the connection.
23980 The default is 15 seconds. The minimum is 5 seconds and the maximumn is
23981 1000 seconds.
23983 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
23985 <UL>   
23986 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23987 </UL><P>
23988 &lt;End of help on this topic&gt;
23989 </BODY>
23990 </HTML>
23991 ====== h_config_tcp_writewarn_timeo =====
23992 <HTML>
23993 <HEAD>
23994 <TITLE>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></TITLE>
23995 </HEAD>
23996 <BODY>
23997 <H1>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></H1>
23999 Sets the time in seconds that Alpine will
24000 wait for a network write before warning you that things are moving slowly
24001 and possibly giving you the option to break the connection.
24002 The default is 0 which means it is unset. If set to a non-zero value, the
24003 minimum is 5 and the maximum is 1000.
24005 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24007 <UL>   
24008 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24009 </UL><P>
24010 &lt;End of help on this topic&gt;
24011 </BODY>
24012 </HTML>
24013 ====== h_config_tcp_query_timeo =====
24014 <HTML>
24015 <HEAD>
24016 <TITLE>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></TITLE>
24017 </HEAD>
24018 <BODY>
24019 <H1>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></H1>
24021 When Alpine times out a network read or write it will normally just display
24022 a message saying &quot;Still waiting&quot;.
24023 However, if enough time has elapsed since it started waiting it will offer
24024 to let you break the connection.
24025 That amount of time is set by this option, which defaults to 60 seconds,
24026 has a minimum of 5 seconds, and a maximum of 1000 seconds.
24028 <UL>   
24029 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24030 </UL><P>
24031 &lt;End of help on this topic&gt;
24032 </BODY>
24033 </HTML>
24034 ====== h_config_incoming_folders =====
24035 <HTML>
24036 <HEAD>
24037 <TITLE>OPTION: <!--#echo var="VAR_incoming-folders"--></TITLE>
24038 </HEAD>
24039 <BODY>
24040 <H1>OPTION: <!--#echo var="VAR_incoming-folders"--></H1>
24042 This is a list of one or more folders other than <EM>INBOX</EM> that
24043 may receive new messages.
24044 It is related to the
24045 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
24046 feature.
24047 This variable is normally manipulated with the Add, Delete, and Rename
24048 commands in the FOLDER LIST for the Incoming Message Folders collection.
24050 <UL>   
24051 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24052 </UL><P>
24053 &lt;End of help on this topic&gt;
24054 </BODY>
24055 </HTML>
24056 ====== h_config_folder_spec =====
24057 <HTML>
24058 <HEAD>
24059 <TITLE>OPTION: <!--#echo var="VAR_folder-collections"--></TITLE>
24060 </HEAD>
24061 <BODY>
24062 <H1>OPTION: <!--#echo var="VAR_folder-collections"--></H1>
24064 This is a list of one or more collections where saved mail is stored. 
24065 The first collection in this list is the default
24066 collection for <EM>Save</EM>s,
24067 including <A HREF="h_config_default_fcc"><!--#echo var="VAR_default-fcc"--></A>.
24069 This variable is normally manipulated using the Setup/collectionList screen.
24071 <UL>   
24072 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24073 </UL><P>
24074 &lt;End of help on this topic&gt;
24075 </BODY>
24076 </HTML>
24077 ====== h_config_news_spec =====
24078 <HTML>
24079 <HEAD>
24080 <TITLE>OPTION: <!--#echo var="VAR_news-collections"--></TITLE>
24081 </HEAD>
24082 <BODY>
24083 <H1>OPTION: <!--#echo var="VAR_news-collections"--></H1>
24085 This is a list of collections where news folders are located.
24087 This variable is normally manipulated using the Setup/collectionList screen.
24089 <UL>   
24090 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24091 </UL><P>
24092 &lt;End of help on this topic&gt;
24093 </BODY>
24094 </HTML>
24095 ====== h_config_address_book =====
24096 <HTML>
24097 <HEAD>
24098 <TITLE>OPTION: <!--#echo var="VAR_address-book"--></TITLE>
24099 </HEAD>
24100 <BODY>
24101 <H1>OPTION: <!--#echo var="VAR_address-book"--></H1>
24103 A list of personal address books.
24104 Each entry in the list is an
24105 optional nickname followed by a pathname or file name relative to the home
24106 directory.
24107 The nickname is separated from the rest of the line with whitespace.
24108 Instead of a local pathname or file name, a remote folder name can be given.
24109 This causes the address book to
24110 be a Remote address book.
24112 Use the Setup/AddressBook screen to modify this variable.
24114 <UL>   
24115 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24116 </UL><P>
24117 &lt;End of help on this topic&gt;
24118 </BODY>
24119 </HTML>
24120 ====== h_config_glob_addrbook =====
24121 <HTML>
24122 <HEAD>
24123 <TITLE>OPTION: <!--#echo var="VAR_global-address-book"--></TITLE>
24124 </HEAD>
24125 <BODY>
24126 <H1>OPTION: <!--#echo var="VAR_global-address-book"--></H1>
24128 A list of shared address books.  Each entry in the list is an
24129 optional nickname followed by a pathname or file name relative to the home
24130 directory.
24131 A SPACE character separates the nickname from the rest of the line.
24132 Instead of a local pathname or file name, a remote folder name can be given.
24133 This causes the address book to
24134 be a Remote address book.
24135 Global address books are
24136 defined to be ReadOnly.
24138 Use the Setup/AddressBook screen to modify this variable.
24140 <UL>   
24141 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24142 </UL><P>
24143 &lt;End of help on this topic&gt;
24144 </BODY>
24145 </HTML>
24146 ====== h_config_last_vers =====
24147 <HTML>
24148 <HEAD>
24149 <TITLE>OPTION: <!--#echo var="VAR_last-version-used"--></TITLE>
24150 </HEAD>
24151 <BODY>
24152 <H1>OPTION: <!--#echo var="VAR_last-version-used"--></H1>
24154 This is set automatically by Alpine. 
24155 It is used to keep track of the last version of Alpine that
24156 was run by the user.
24157 Whenever the version number increases, a new version message is printed out.
24158 This may not be set in the system-wide configuration files.
24160 <UL>   
24161 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24162 </UL><P>
24163 &lt;End of help on this topic&gt;
24164 </BODY>
24165 </HTML>
24166 ====== h_config_printer =====
24167 <HTML>
24168 <HEAD>
24169 <TITLE>OPTION: Printer</TITLE>
24170 </HEAD>
24171 <BODY>
24172 <H1>OPTION: Printer</H1>
24174 Your default printer selection.
24176 Use the Setup/Printer screen to modify this variable.
24178 <UL>   
24179 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24180 </UL><P>
24181 &lt;End of help on this topic&gt;
24182 </BODY>
24183 </HTML>
24184 ====== h_config_print_cat =====
24185 <HTML>
24186 <HEAD>
24187 <TITLE>OPTION: <!--#echo var="VAR_personal-print-category"--></TITLE>
24188 </HEAD>
24189 <BODY>
24190 <H1>OPTION: <!--#echo var="VAR_personal-print-category"--></H1>
24192 This is an internal Alpine variable.
24193 It will be equal to 1, 2, or 3 depending on whether the default printer is
24194 attached, standard, or a personal print command.
24196 Use the Setup/Printer screen to modify this variable.
24198 <UL>   
24199 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24200 </UL><P>
24201 &lt;End of help on this topic&gt;
24202 </BODY>
24203 </HTML>
24204 ====== h_config_print_command =====
24205 <HTML>
24206 <HEAD>
24207 <TITLE>OPTION: <!--#echo var="VAR_personal-print-command"--></TITLE>
24208 </HEAD>
24209 <BODY>
24210 <H1>OPTION: <!--#echo var="VAR_personal-print-command"--></H1>
24212 List of personal print commands.
24214 Use the Setup/Printer screen to modify this variable.
24216 <UL>   
24217 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24218 </UL><P>
24219 &lt;End of help on this topic&gt;
24220 </BODY>
24221 </HTML>
24222 ====== h_config_pat_old =====
24223 <HTML>
24224 <HEAD>
24225 <TITLE>OPTION: Patterns</TITLE>
24226 </HEAD>
24227 <BODY>
24228 <H1>OPTION: Patterns</H1>
24230 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by the
24231 options Patterns-Roles, Patterns-Filters, Patterns-Scores, Patterns-Indexcolors,
24232 and Patterns-Other.
24233 Patterns-Scores and Patterns-Filters have been replaced since then by
24234 Patterns-Scores2 and Patterns-Filters2.
24236 Use the Setup/Rules screens to modify these variable.
24238 <UL>   
24239 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24240 </UL><P>
24241 &lt;End of help on this topic&gt;
24242 </BODY>
24243 </HTML>
24244 ====== h_config_pat_roles =====
24245 <HTML>
24246 <HEAD>
24247 <TITLE>OPTION: <!--#echo var="VAR_patterns-roles"--></TITLE>
24248 </HEAD>
24249 <BODY>
24250 <H1>OPTION: <!--#echo var="VAR_patterns-roles"--></H1>
24252 List of rules used for roles.
24253 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by this and
24254 other options.
24256 Use the Setup/Rules/Roles screen to modify this variable.
24258 <UL>   
24259 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24260 </UL><P>
24261 &lt;End of help on this topic&gt;
24262 </BODY>
24263 </HTML>
24264 ====== h_config_pat_filts =====
24265 <HTML>
24266 <HEAD>
24267 <TITLE>OPTION: <!--#echo var="VAR_patterns-filters2"--></TITLE>
24268 </HEAD>
24269 <BODY>
24270 <H1>OPTION: <!--#echo var="VAR_patterns-filters2"--></H1>
24272 List of rules used for filters.
24274 Use the Setup/Rules/Filters screen to modify this variable.
24276 <UL>   
24277 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24278 </UL><P>
24279 &lt;End of help on this topic&gt;
24280 </BODY>
24281 </HTML>
24282 ====== h_config_pat_scores =====
24283 <HTML>
24284 <HEAD>
24285 <TITLE>OPTION: <!--#echo var="VAR_patterns-scores2"--></TITLE>
24286 </HEAD>
24287 <BODY>
24288 <H1>OPTION: <!--#echo var="VAR_patterns-scores2"--></H1>
24290 List of rules used for scoring.
24292 Use the Setup/Rules/SetScores screen to modify this variable.
24294 <UL>   
24295 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24296 </UL><P>
24297 &lt;End of help on this topic&gt;
24298 </BODY>
24299 </HTML>
24300 ====== h_config_pat_other =====
24301 <HTML>
24302 <HEAD>
24303 <TITLE>OPTION: <!--#echo var="VAR_patterns-other"--></TITLE>
24304 </HEAD>
24305 <BODY>
24306 <H1>OPTION: <!--#echo var="VAR_patterns-other"--></H1>
24308 List of rules used for miscellaneous configuration.
24310 Use the Setup/Rules/Other screen to modify this variable.
24312 <UL>   
24313 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24314 </UL><P>
24315 &lt;End of help on this topic&gt;
24316 </BODY>
24317 </HTML>
24318 ====== h_config_pat_incols =====
24319 <HTML>
24320 <HEAD>
24321 <TITLE>OPTION: patterns-indexcolors</TITLE>
24322 </HEAD>
24323 <BODY>
24324 <H1>OPTION: patterns-indexcolors</H1>
24326 List of rules used for coloring lines in the index.
24328 Use the Setup/Rules/Indexcolor screen to modify this variable.
24330 <UL>   
24331 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24332 </UL><P>
24333 &lt;End of help on this topic&gt;
24334 </BODY>
24335 </HTML>
24336 ====== h_config_pat_srch =====
24337 <HTML>
24338 <HEAD>
24339 <TITLE>OPTION: patterns-search</TITLE>
24340 </HEAD>
24341 <BODY>
24342 <H1>OPTION: patterns-search</H1>
24344 List of rules used only for searching with the Select command in the MESSAGE INDEX.
24346 Use the Setup/Rules/searCh screen to modify this variable.
24348 <UL>   
24349 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24350 </UL><P>
24351 &lt;End of help on this topic&gt;
24352 </BODY>
24353 </HTML>
24354 ====== h_config_font_name =====
24355 <HTML>
24356 <HEAD>
24357 <TITLE>OPTION: Font Name</TITLE>
24358 </HEAD>
24359 <BODY>
24360 <H1>OPTION: Font Name</H1>
24362 PC-Alpine only.
24364 Name of normal font.
24366 Use the pulldown Config menu to modify this variable.
24368 <UL>   
24369 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24370 </UL><P>
24371 &lt;End of help on this topic&gt;
24372 </BODY>
24373 </HTML>
24374 ====== h_config_font_size =====
24375 <HTML>
24376 <HEAD>
24377 <TITLE>OPTION: Font Size</TITLE>
24378 </HEAD>
24379 <BODY>
24380 <H1>OPTION: Font Size</H1>
24382 PC-Alpine only.
24384 Size of normal font.
24386 Use the pulldown Config menu to modify this variable.
24388 <UL>   
24389 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24390 </UL><P>
24391 &lt;End of help on this topic&gt;
24392 </BODY>
24393 </HTML>
24394 ====== h_config_font_style =====
24395 <HTML>
24396 <HEAD>
24397 <TITLE>OPTION: Font Style</TITLE>
24398 </HEAD>
24399 <BODY>
24400 <H1>OPTION: Font Style</H1>
24402 PC-Alpine only.
24404 Style of normal font.
24406 Use the pulldown Config menu to modify this variable.
24408 <UL>   
24409 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24410 </UL><P>
24411 &lt;End of help on this topic&gt;
24412 </BODY>
24413 </HTML>
24414 ====== h_config_font_char_set =====
24415 <HTML>
24416 <HEAD>
24417 <TITLE>OPTION: Font Character Set</TITLE>
24418 </HEAD>
24419 <BODY>
24420 <H1>OPTION: Font Character Set</H1>
24422 PC-Alpine only.
24424 Character set of normal font.
24426 Use the pulldown Config menu to modify this variable.
24428 <UL>   
24429 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24430 </UL><P>
24431 &lt;End of help on this topic&gt;
24432 </BODY>
24433 </HTML>
24434 ====== h_config_print_font_name =====
24435 <HTML>
24436 <HEAD>
24437 <TITLE>OPTION: Print-Font-Name</TITLE>
24438 </HEAD>
24439 <BODY>
24440 <H1>OPTION: Print-Font-Name</H1>
24442 PC-Alpine only.
24444 Name of printer font.
24446 Use the pulldown Config menu to modify this variable.
24448 <UL>   
24449 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24450 </UL><P>
24451 &lt;End of help on this topic&gt;
24452 </BODY>
24453 </HTML>
24454 ====== h_config_print_font_size =====
24455 <HTML>
24456 <HEAD>
24457 <TITLE>OPTION: Print-Font-Size</TITLE>
24458 </HEAD>
24459 <BODY>
24460 <H1>OPTION: Print-Font-Size</H1>
24462 PC-Alpine only.
24464 Size of printer font.
24466 Use the pulldown Config menu to modify this variable.
24468 <UL>   
24469 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24470 </UL><P>
24471 &lt;End of help on this topic&gt;
24472 </BODY>
24473 </HTML>
24474 ====== h_config_print_font_style =====
24475 <HTML>
24476 <HEAD>
24477 <TITLE>OPTION: Print-Font-Style</TITLE>
24478 </HEAD>
24479 <BODY>
24480 <H1>OPTION: Print-Font-Style</H1>
24482 PC-Alpine only.
24484 Style of printer font.
24486 Use the pulldown Config menu to modify this variable.
24488 <UL>   
24489 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24490 </UL><P>
24491 &lt;End of help on this topic&gt;
24492 </BODY>
24493 </HTML>
24494 ====== h_config_print_font_char_set =====
24495 <HTML>
24496 <HEAD>
24497 <TITLE>OPTION: Print-Font-Char-Set</TITLE>
24498 </HEAD>
24499 <BODY>
24500 <H1>OPTION: Print-Font-Char-Set</H1>
24502 PC-Alpine only.
24504 Character set of printer font.
24506 Use the pulldown Config menu to modify this variable.
24508 <UL>   
24509 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24510 </UL><P>
24511 &lt;End of help on this topic&gt;
24512 </BODY>
24513 </HTML>
24514 ====== h_config_window_position =====
24515 <HTML>
24516 <HEAD>
24517 <TITLE>OPTION: Window-Position</TITLE>
24518 </HEAD>
24519 <BODY>
24520 <H1>OPTION: Window-Position</H1>
24522 PC-Alpine only.
24524 Position on the screen of the Alpine window.
24526 Alpine normally maintains this variable itself, and it is set automatically. 
24527 This variable is provided to those who wish to use the same window position 
24528 across different machines from the same configuration.
24529 <A HREF="h_config_winpos_in_config"><!--#echo var="FEAT_store-window-position-in-config"--></A> 
24530 must also be set for this setting to be used.
24532 The format for this variable is of the form: <CODE>CxR+X+Y</CODE>, where
24533 C is the number of columns, R is the number of rows, and X and Y specify the
24534 top left corner of the window.
24536 <UL>   
24537 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24538 </UL><P>
24539 &lt;End of help on this topic&gt;
24540 </BODY>
24541 </HTML>
24542 ====== h_config_cursor_style =====
24543 <HTML>
24544 <HEAD>
24545 <TITLE>OPTION: Cursor Style</TITLE>
24546 </HEAD>
24547 <BODY>
24548 <H1>OPTION: Cursor Style</H1>
24550 PC-Alpine only.
24552 Cursor style.
24554 Use the pulldown Config menu to modify this variable.
24556 <UL>   
24557 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24558 </UL><P>
24559 &lt;End of help on this topic&gt;
24560 </BODY>
24561 </HTML>
24562 ====== h_config_ldap_servers =====
24563 <HTML>
24564 <HEAD>
24565 <TITLE>OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
24566 </HEAD>
24567 <BODY>
24568 <H1>OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
24570 List of LDAP servers and associated data.
24572 Use the Setup/Directory screen to modify this variable.
24574 <UL>   
24575 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24576 </UL><P>
24577 &lt;End of help on this topic&gt;
24578 </BODY>
24579 </HTML>
24580 ====== h_config_sendmail_path =====
24581 <HTML>
24582 <HEAD>
24583 <TITLE>OPTION: <!--#echo var="VAR_sendmail-path"--></TITLE>
24584 </HEAD>
24585 <BODY>
24586 <H1>OPTION: <!--#echo var="VAR_sendmail-path"--></H1>
24588 This names the path to an
24589 alternative program, and any necessary arguments, to be used in posting
24590 mail messages. See the Technical notes for more information.
24592 <UL>   
24593 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24594 </UL><P>
24595 &lt;End of help on this topic&gt;
24596 </BODY>
24597 </HTML>
24598 ====== h_config_oper_dir =====
24599 <HTML>
24600 <HEAD>
24601 <TITLE>OPTION: <!--#echo var="VAR_operating-dir"--></TITLE>
24602 </HEAD>
24603 <BODY>
24604 <H1>OPTION: <!--#echo var="VAR_operating-dir"--></H1>
24606 This names the root of the
24607 tree to which you are restricted when reading and writing folders and
24608 files. It is usually used in the system-wide,
24609 <EM>fixed</EM> configuration file.
24611 <UL>   
24612 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24613 </UL><P>
24614 &lt;End of help on this topic&gt;
24615 </BODY>
24616 </HTML>
24617 ====== h_config_rshpath =====
24618 <HTML>
24619 <HEAD>
24620 <TITLE>OPTION: <!--#echo var="VAR_rsh-path"--></TITLE>
24621 </HEAD>
24622 <BODY>
24623 <H1>OPTION: <!--#echo var="VAR_rsh-path"--></H1>
24625 Sets the name of the command used to open a UNIX remote shell
24626 connection. The default is typically <CODE>/usr/ucb/rsh</CODE>.
24628 <UL>   
24629 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24630 </UL><P>
24631 &lt;End of help on this topic&gt;
24632 </BODY>
24633 </HTML>
24634 ====== h_config_rshcmd =====
24635 <HTML>
24636 <HEAD>
24637 <TITLE>OPTION: <!--#echo var="VAR_rsh-command"--></TITLE>
24638 </HEAD>
24639 <BODY>
24640 <H1>OPTION: <!--#echo var="VAR_rsh-command"--></H1>
24642 Sets the format of the command used to
24643 open a UNIX remote shell connection. The default is
24644 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
24645 provided command. The first is for the command's pathname, the second is
24646 for the host to connnect to, the third is for the user to connect as, and
24647 the fourth is for the connection method (typically <CODE>imap</CODE>).
24649 <UL>   
24650 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24651 </UL><P>
24652 &lt;End of help on this topic&gt;
24653 </BODY>
24654 </HTML>
24655 ====== h_config_sshpath =====
24656 <HTML>
24657 <HEAD>
24658 <TITLE>OPTION: <!--#echo var="VAR_ssh-path"--></TITLE>
24659 </HEAD>
24660 <BODY>
24661 <H1>OPTION: <!--#echo var="VAR_ssh-path"--></H1>
24663 Sets the name of the command used to open a UNIX secure shell
24664 connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
24666 <UL>   
24667 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24668 </UL><P>
24669 &lt;End of help on this topic&gt;
24670 </BODY>
24671 </HTML>
24672 ====== h_config_sshcmd =====
24673 <HTML>
24674 <HEAD>
24675 <TITLE>OPTION: <!--#echo var="VAR_ssh-command"--></TITLE>
24676 </HEAD>
24677 <BODY>
24678 <H1>OPTION: <!--#echo var="VAR_ssh-command"--></H1>
24680 Sets the format of the command used to
24681 open a UNIX secure shell connection. The default is
24682 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
24683 provided command. The first is for the command's pathname, the second is
24684 for the host to connnect to, the third is for the user to connect as, and
24685 the fourth is for the connection method (typically <CODE>imap</CODE>).
24687 <UL>   
24688 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24689 </UL><P>
24690 &lt;End of help on this topic&gt;
24691 </BODY>
24692 </HTML>
24693 ====== h_config_new_ver_quell =====
24694 <HTML>
24695 <HEAD>
24696 <TITLE>OPTION: <!--#echo var="VAR_new-version-threshold"--></TITLE>
24697 </HEAD>
24698 <BODY>
24699 <H1>OPTION: <!--#echo var="VAR_new-version-threshold"--></H1>
24701 When a new version of Alpine is run for the first time it offers a
24702 special explanatory screen to the user upon startup.  This option
24703 helps control when and if that special screen appears for users that
24704 have previously run Alpine.  It takes as its value an Alpine version
24705 number.  Alpine versions less than the specified value will supress this
24706 special screen while versions equal to or greater than that specified
24707 will behave normally.
24709 <UL>   
24710 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24711 </UL><P>
24712 &lt;End of help on this topic&gt;
24713 </BODY>
24714 </HTML>
24715 ====== h_config_disable_drivers =====
24716 <HTML>
24717 <HEAD>
24718 <TITLE>OPTION: <!--#echo var="VAR_disable-these-drivers"--></TITLE>
24719 </HEAD>
24720 <BODY>
24721 <H1>OPTION: <!--#echo var="VAR_disable-these-drivers"--></H1>
24723 This variable is a list of mail drivers that will be disabled.
24724 The candidates for disabling are listed below.
24725 There may be more in the future if you compile Alpine with
24726 a newer version of the c-client library.
24729 <UL>
24730 <LI> mbox
24731 <LI> mbx
24732 <LI> mh
24733 <LI> mmdf
24734 <LI> mtx
24735 <LI> mx
24736 <LI> news
24737 <LI> phile
24738 <LI> tenex
24739 <LI> unix
24740 </UL>
24743 The <EM>mbox</EM> driver enables the following behavior: if there is a
24744 file called <CODE>mbox</CODE>
24745 in your home directory, and if that file is either empty or in Unix mailbox
24746 format, then every time you open <EM>INBOX</EM> the <EM>mbox</EM> driver
24747 will automatically transfer mail from the system mail spool directory into the
24748 <CODE>mbox</CODE> file and
24749 delete it from the spool directory. If you disable the <EM>mbox</EM> driver,
24750 this will not happen.
24753 It is not recommended to disable the driver that supports the system default
24754 mailbox format. On most non-SCO systems, that driver is the
24755 <EM>unix</EM> driver.
24756 On most SCO systems, it is the <EM>mmdf</EM> driver.
24757 The system default driver may be
24758 configured to something else on your system; check with your system manager
24759 for additional information.
24762 It is most likely not very useful for you to disable any of the drivers other
24763 than possibly <EM>mbox</EM>.
24764 You could disable some of the others if you know for
24765 certain that you don't need them but the performance gain in doing so
24766 is very modest.
24768 <UL>   
24769 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24770 </UL><P>
24771 &lt;End of help on this topic&gt;
24772 </BODY>
24773 </HTML>
24774 ====== h_config_disable_auths =====
24775 <HTML>
24776 <HEAD>
24777 <TITLE>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></TITLE>
24778 </HEAD>
24779 <BODY>
24780 <H1>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></H1>
24782 This variable is a list of SASL (Simple Authentication and Security
24783 Layer) authenticators that will be disabled.
24784 SASL is a mechanism for
24785 authenticating to IMAP, POP3, SMTP, and other network servers.
24788 Alpine matches its list of supported authenticators with the server to
24789 determine the most secure authenticator that is supported by both.
24790 If no matching authenticators are found, Alpine will revert to plaintext
24791 login (or, in the case of SMTP, will be unable to authenticate at all).
24793 The candidates for disabling can be found <A HREF="X-Alpine-Config:">here</A>.
24796 Normally, you will not disable any authenticators.
24797 There are two exceptions:
24799 <OL>
24800 <LI> You use a broken server that advertises an authenticator,
24801 but does not actually implement it.
24802 <LI> You have a Kerberos-capable version of Alpine and the server is
24803 also Kerberos-capable, but you can not obtain Kerberos
24804 credentials on the server machine, thus you desire to disable
24805 GSSAPI (which in turn disables Alpine's Kerberos support).
24806 </OL>
24808 It is never necessary to disable authenticators, since Alpine will try
24809 other authenticators before giving up.
24810 However, disabling the relevant authenticator avoids annoying error messages.
24812 <UL>   
24813 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24814 </UL><P>
24815 &lt;End of help on this topic&gt;
24816 </BODY>
24817 </HTML>
24818 ====== h_config_abook_metafile =====
24819 <HTML>
24820 <HEAD>
24821 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></TITLE>
24822 </HEAD>
24823 <BODY>
24824 <H1>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></H1>
24826 This is usually set by Alpine and is the name of a file
24827 that contains data about
24828 remote address books and remote configuration files.
24830 <UL>   
24831 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24832 </UL><P>
24833 &lt;End of help on this topic&gt;
24834 </BODY>
24835 </HTML>
24836 ====== h_config_composer_wrap_column =====
24837 <HTML>
24838 <HEAD>
24839 <TITLE>OPTION: <!--#echo var="VAR_composer-wrap-column"--></TITLE>
24840 </HEAD>
24841 <BODY>
24842 <H1>OPTION: <!--#echo var="VAR_composer-wrap-column"--></H1>
24845 This option specifies an aspect of Alpine's Composer.  This gives the
24846 maximum width that auto-wrapped lines will have.  It's also the maximum
24847 width of lines justified using the <A HREF="h_compose_justify">^J
24848 Justify</A> command.  The normal default
24849 is &quot;74&quot;.  The largest allowed setting is normally &quot;80&quot;
24850 in order to
24851 prevent very long lines from being sent in outgoing mail.  When the mail
24852 is actually sent, trailing spaces will be stripped off of each line.
24855 <UL>   
24856 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24857 </UL><P>
24858 &lt;End of help on this topic&gt;
24859 </BODY>
24860 </HTML>
24861 ====== h_config_deadlets =====
24862 <HTML>
24863 <HEAD>
24864 <TITLE>OPTION: <!--#echo var="VAR_dead-letter-files"--></TITLE>
24865 </HEAD>
24866 <BODY>
24867 <H1>OPTION: <!--#echo var="VAR_dead-letter-files"--></H1>
24870 This option affects Alpine's behavior when you cancel a message being
24871 composed.  Alpine's usual behavior is to write the canceled message to
24872 a file named 
24873 <!--chtml if pinemode="os_windows"-->
24874 &quot;DEADLETR&quot;,
24875 <!--chtml else-->
24876 &quot;dead.letter&quot; in your home directory,
24877 <!--chtml endif-->
24878 overwriting any previous message.
24880 If you set this option to a value higher than one, then that many copies
24881 of dead letter files will be saved.
24882 For example, if you set this option to &quot;3&quot; then you may have
24883 files named
24884 <!--chtml if pinemode="os_windows"-->
24885 &quot;DEADLETR&quot;,
24886 &quot;DEADLETR2&quot;, and
24887 &quot;DEADLETR3&quot;.
24888 <!--chtml else-->
24889 &quot;dead.letter&quot;,
24890 &quot;dead.letter2&quot;, and
24891 &quot;dead.letter3&quot; in your home directory.
24892 <!--chtml endif-->
24893 In this example, the most recently cancelled message will be in
24894 <!--chtml if pinemode="os_windows"-->
24895 &quot;DEADLETR&quot;,
24896 <!--chtml else-->
24897 &quot;dead.letter&quot;,
24898 <!--chtml endif-->
24899 and the third most recently cancelled message will be in
24900 <!--chtml if pinemode="os_windows"-->
24901 &quot;DEADLETR3&quot;.
24902 <!--chtml else-->
24903 &quot;dead.letter3&quot;.
24904 <!--chtml endif-->
24905 The fourth most recently cancelled message will no longer be saved.
24908 If you set this option to zero, then NO record of canceled messages is
24909 maintained.
24911 If the feature
24912 <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A>
24913 is set, that overrides whatever you set for this option.
24914 If this option had existed at the time, then the Quell feature would not
24915 have been added, but it is still there for backwards compatibility.
24916 So, in order for this option to have the desired effect, make sure the
24917 Quell feature is turned off.
24920 <UL>   
24921 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24922 </UL><P>
24923 &lt;End of help on this topic&gt;
24924 </BODY>
24925 </HTML>
24926 ====== h_config_maxremstream =====
24927 <HTML>
24928 <HEAD>
24929 <TITLE>OPTION: <!--#echo var="VAR_max-remote-connections"--></TITLE>
24930 </HEAD>
24931 <BODY>
24932 <H1>OPTION: <!--#echo var="VAR_max-remote-connections"--></H1>
24934 This option affects low-level behavior of Alpine.
24935 The default value for this option is <EM>3</EM>.
24936 If your INBOX is accessed using the IMAP protocol
24937 from an IMAP server, that connection is kept open throughout the
24938 duration of your Alpine session, independent of the value of this option.
24939 The same is true of any 
24940 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
24941 you have defined.
24942 This option controls Alpine's behavior when connecting to remote IMAP folders
24943 other than your INBOX or your <!--#echo var="VAR_stay-open-folders"-->.
24944 It specifies the maximum number of remote IMAP connections (other than
24945 those mentioned above) that Alpine will use for accessing the rest of your
24946 folders.
24947 If you set this option to zero, you will turn off most remote connection
24948 re-use.
24949 It's difficult to understand exactly what this option does, and it is usually
24950 fine to leave it set to its default value.
24951 It is probably more likely that you will be interested in setting the
24952 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A> option
24953 instead of changing the value of this option.
24954 A slightly longer explanation of what is going on with this option
24955 is given in the next paragraphs.
24958 There are some time costs involved in opening and closing remote IMAP 
24959 folders, the main costs being the time you have to wait for the connection
24960 to the server and the time for the folder to open.
24961 Opening a folder may involve not only the time the server takes to do its
24962 processing but time that Alpine uses to do filtering.
24963 These times can vary widely.
24964 They depend on how loaded the server is, how large
24965 the folder being opened is, and how you set up filtering, among other things.
24966 Once Alpine has opened a connection to a particular folder, it will attempt
24967 to keep that connection open in case you use it again.
24968 In order to do this,
24969 Alpine will attempt to use the <!--#echo var="VAR_max-remote-connections"--> (the value of
24970 this option) IMAP connections you have alloted for this purpose.
24972 For example, suppose the value of this option is set to &quot;2&quot;.
24973 If your INBOX is accessed on a remote server using the IMAP protocol, that
24974 doesn't count as one of the remote connections but it is always kept open.
24975 If you then open another IMAP folder, that would be your first
24976 remote connection counted as one of the <!--#echo var="VAR_max-remote-connections"--> connections.
24977 If you open a third folder the second will be left open, in case you
24978 return to it.
24979 You won't be able to tell it has been left open.
24980 It will appear to be closed when you leave the folder but the connection
24981 will remain in the background.
24982 Now suppose you go back to the second folder (the first folder after the
24983 INBOX).
24984 A connection to that folder is still open so you won't have to wait
24985 for the startup time to open it.
24986 Meanwhile, the connection to the third folder will be left behind.
24987 Now, if you open a fourth folder, you will bump into the
24988 <!--#echo var="VAR_max-remote-connections"--> limit, because this will be the third folder other
24989 than INBOX and you have the option set to &quot;2&quot;.
24990 The connection that is being used for
24991 the third folder will be re-used for this new fourth folder.
24992 If you go back to the third folder after this, it is no longer already
24993 connected when you get there.
24994 You'll still save some time since Alpine will re-use the connection to the
24995 fourth folder and you have already logged in on that connection,
24996 but the folder will have to be re-opened from scratch.
24998 If a folder is large and the startup cost is dominated by the time it takes
24999 to open that folder or to run filters on it, then it will pay to make the
25000 value of this option large enough to keep it open.
25001 On the other hand, if you only revisit a handful of folders or if
25002 the folders are small, then it might
25003 make more sense to keep this number small so that the reconnect
25004 time (the time to start up a new connection and authenticate)
25005 is eliminated instead.
25007 You may also need to consider the impact on the server.
25008 On the surface, a larger number here may cause a larger impact on the
25009 server, since you will have more connections open to the server.
25010 On the other hand, not only will <EM>you</EM> be avoiding the startup costs
25011 associated with reopening a folder, but the <EM>server</EM> will be
25012 avoiding those costs as well.
25014 When twenty five minutes pass without any active use of an IMAP connection
25015 being saved for possible re-use, that connection will be shut down,
25018 <UL>   
25019 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25020 </UL><P>
25021 &lt;End of help on this topic&gt;
25022 </BODY>
25023 </HTML>
25024 ====== h_config_permlocked =====
25025 <HTML>
25026 <HEAD>
25027 <TITLE>OPTION: <!--#echo var="VAR_stay-open-folders"--></TITLE>
25028 </HEAD>
25029 <BODY>
25030 <H1>OPTION: <!--#echo var="VAR_stay-open-folders"--></H1>
25032 This option affects low-level behavior of Alpine.
25033 There is no default value for this option.
25034 It is related to the options
25035 <A HREF="h_config_preopen_stayopens">&quot;<!--#echo var="FEAT_preopen-stayopen-folders"-->&quot;</A>,
25036 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>,
25037 and <A HREF="h_config_expunge_stayopens">&quot;<!--#echo var="FEAT_offer-expunge-of-stayopen-folders"-->&quot;</A>.
25040 Note: changes made to this list take effect the next time you open a
25041 folder in the list.
25044 This is a list of folders that will be permanently kept open once they
25045 are first opened.
25046 The names in this list may be either the nickname of an Incoming folder
25047 or the full technical specification of a folder.
25048 The folders in this list need not be remote IMAP folders, they could usefully
25049 be local folders, as well.
25050 If a folder in the list is a newsgroup or is not accessed either locally
25051 or via IMAP, then the entry will be ignored.
25052 For example, folders accessed via NNTP or POP3 will not be kept open, since
25053 the way that new mail is found with those protocols involves closing and
25054 reopening the connection.
25056 Once a Stay Open folder has been opened, new-mail checking will continue
25057 to happen on that folder for the rest of the Alpine session.
25058 Your INBOX is always implicitly included in this Stay-Open list and doesn't
25059 need to be added explicitly.
25061 Another difference that you may notice between a Stay Open folder and a
25062 non-Stay Open folder is which message is selected as the current message
25063 when you enter the folder index.
25064 Normally, the starting position for an incoming folder (which most Stay Open
25065 folders will likely be) is controlled by the
25066 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
25067 However, if a folder is a Stay Open folder, when you re-enter the folder
25068 after the first time the current message will be the same as it was when
25069 you left the folder.
25070 An exception is made if you use the TAB command to get to the folder.
25071 In that case, the message number will be incremented by one from what it
25072 was when you left the folder.
25074 The above special behavior is thought to be useful.
25075 However, it is special and different from what you might at first expect.
25076 The feature
25077 <A HREF="h_config_use_reg_start_for_stayopen"><!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></A>
25078 may be used to turn off this special treatment.
25080 If the message that was current when you left the folder no longer exists,
25081 then the regular startup rule will be used instead.
25084 <UL>   
25085 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25086 </UL><P>
25087 &lt;End of help on this topic&gt;
25088 </BODY>
25089 </HTML>
25090 ====== h_config_viewer_overlap =====
25091 <html>
25092 <header>
25093 <title>OPTION: <!--#echo var="VAR_viewer-overlap"--></title>
25094 </header>
25095 <body>
25096 <h1>OPTION: <!--#echo var="VAR_viewer-overlap"--></h1>
25098 This option specifies an aspect of Alpine's Message Viewing screen.  When
25099 the space bar is used to page forward in a message, the number of lines
25100 specified by the &quot;<!--#echo var="VAR_viewer-overlap"-->&quot; variable will be repeated from the
25101 bottom of the screen.  That is, if this was set to two lines, then the
25102 bottom two lines of the screen would be repeated on the top of the next
25103 screen.  The normal default value is "2".<p>
25104 <UL>   
25105 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25106 </UL><P>
25107 &lt;End of help on this topic&gt;
25108 </body>
25109 </html>
25110 ====== h_config_scroll_margin =====
25111 <HTML>
25112 <HEAD>
25113 <TITLE>OPTION: <!--#echo var="VAR_scroll-margin"--></TITLE>
25114 </HEAD>
25115 <BODY>
25116 <H1>OPTION: <!--#echo var="VAR_scroll-margin"--></H1>
25118 This option controls when Alpine's line-by-line scrolling occurs.
25119 Typically, when a selected item is at the top or bottom screen edge
25120 and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
25121 displayed items are scrolled down or up by a single line.
25124 This option allows you to tell Alpine the number of lines from the top and
25125 bottom screen edge that line-by-line paging should occcur.  For example,
25126 setting this value to one (1) will cause Alpine to scroll the display
25127 vertically when you move to select an item on the display's top or
25128 bottom edge.
25131 By default, this variable is zero, indicating that scrolling happens
25132 when you move up or down to select an item immediately off the display's
25133 top or bottom edge.
25136 <UL>   
25137 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25138 </UL><P>
25139 &lt;End of help on this topic&gt;
25140 </BODY>
25141 </HTML>
25142 ====== h_config_wordseps =====
25143 <HTML>
25144 <HEAD>
25145 <TITLE>OPTION: <!--#echo var="VAR_composer-word-separators"--></TITLE>
25146 </HEAD>
25147 <BODY>
25148 <H1>OPTION: <!--#echo var="VAR_composer-word-separators"--></H1>
25150 This option affects how a &quot;word&quot; is defined in the composer.
25151 The definition of a word is used when using the Forward Word and Backward
25152 Word commands in the composer, as well as when using the spell checker.
25153 Whitespace is always considered a word separator.
25154 Punctuation (like question marks, periods, commas, and so on) is always
25155 a word separator if it comes at the end of a word.
25156 By default, a punctuation character that is in the middle of a word does
25157 not break up that word as long as the character before and the character
25158 after it are both alphanumeric.
25159 If you add a character to this option it will be considered a
25160 word separator even when it occurs in the middle of an alphanumeric word.
25161 For example, if you want to skip through each part of an address instead
25162 of skipping the whole address at once you might want to include &quot;@&quot;
25163 and &quot;.&quot; in this list.
25164 If you want the word-skipper to stop on each part of a UNIX filename you
25165 could add &quot;/&quot; to the list.
25166 The equal sign and dash are other possibilities you might find helpful.
25168 <UL>   
25169 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25170 </UL><P>
25171 &lt;End of help on this topic&gt;
25172 </BODY>
25173 </HTML>
25174 ====== h_config_reply_indent_string =====
25175 <HTML>
25176 <HEAD>
25177 <TITLE>OPTION: <!--#echo var="VAR_reply-indent-string"--></TITLE>
25178 </HEAD>
25179 <BODY>
25180 <H1>OPTION: <!--#echo var="VAR_reply-indent-string"--></H1>
25182 This option specifies an aspect of Alpine's Reply command.
25183 When a message is replied to and the text of the message is included, the
25184 included text usually has the string &quot;&gt;&nbsp;&quot; prepended
25185 to each line indicating it is quoted text.
25186 (In case you haven't seen this before, &quot;string&quot; is a technical term
25187 that means chunk of text.)
25190 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
25191 in 1999 and its wide-spread adoption since then, you will usually be better off if you
25192 use one of the standard values,
25193 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot;, for this option.
25196 This option specifies a different value for that string.
25197 If you wish to use a string that begins or ends with a space,
25198 enclose the string in double quotes.
25201 Besides simple text, the prepended string can be based
25202 on the message being replied to.
25203 The following tokens are substituted for the message's corresponding value:
25205 <DL>
25206 <DT>_FROM_</DT>
25207 <DD>This token gets replaced with the message sender's &quot;username&quot;.
25208 If the name is longer than six characters, only the first six characters are
25209 used.
25210 </DD>
25212 <DT>_NICK_</DT>
25213 <DD>This token gets replaced with the nickname of the message sender's
25214 address as found in your addressbook.
25215 If no addressbook entry is found,
25216 Alpine replaces the characters &quot;_NICK_&quot; with nothing.
25217 If the nickname is longer than six characters, only the first six characters are
25218 used.
25219 </DD>
25221 <DT>_INIT_</DT>
25222 <DD>This token gets replaced with the initials of the sender of the message.
25223 </DD>
25225 </DL>
25227 NOTE: When the
25228 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
25229 feature is enabled, you are given the opportunity to edit the string, whether 
25230 it is the default or one automatically generated using the above tokens.
25232 If you change your <!--#echo var="VAR_reply-indent-string"-->
25233 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
25234 quoted text will not be flowed
25235 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
25236 when you reply.
25237 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
25238 set to the default value.
25240 <UL>   
25241 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25242 </UL><P>
25243 &lt;End of help on this topic&gt;
25244 </BODY>
25245 </HTML>
25246 ====== h_config_quote_replace_string =====
25247 <HTML>
25248 <HEAD>
25249 <TITLE>OPTION: <!--#echo var="VAR_quote-replace-string"--></TITLE>
25250 </HEAD>
25251 <BODY>
25252 <H1>OPTION: <!--#echo var="VAR_quote-replace-string"--></H1>
25254 This option specifies what string to use as a quote when <b>viewing</b> a
25255 message.  The standard way of quoting messages when replying is the string
25256 &quot;&gt;&nbsp;&quot; (quote space).
25257 With this variable set, viewing a message will
25258 replace occurrences of 
25259 &quot;&gt;&nbsp;&quot; and &quot;&gt;&quot; with the replacement string.
25260 This setting works best when
25261 <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
25262 or the equivalent setting in your correspondents' mail programs
25263 is set to the default
25264 &quot;&gt;&nbsp;&quot;, but it will also work fine with the
25265 <!--#echo var="VAR_reply-indent-string"--> set to &quot;&gt;&quot;.
25267 By default, this setting will only work on messages that are flowed, which is
25268 the default way of sending messages for many mail clients including
25269 Alpine.  Enable the feature
25270 <A HREF="h_config_quote_replace_noflow"><!--#echo var="FEAT_quote-replace-nonflowed"--></A>
25271 to also have quote-replacement performed on non-flowed messages.
25274 Setting this option will replace  &quot;&gt;&quot; and 
25275 &quot;&gt;&nbsp;&quot; with the new setting. This string may include trailing
25276 spaces. To preserve those spaces enclose the full string in double quotes.
25278 No padding to separate the text of the message from the quote string is
25279 added. This means that if you do not add trailing spaces to the value of
25280 this variable, text will be displayed right next to the quote string,
25281 which may be undesirable. This can be avoided by adding a new string
25282 separated by a space from your selection of quote string replacement. This
25283 last string will be used for padding. For example, setting this variable to 
25284 <br>&quot;&gt;&quot; &quot; &quot; has the effect of setting
25285 &quot;&gt;&quot; as the <!--#echo var="VAR_quote-replace-string"-->, with the text padded by
25286 a space from the last quote string to make it more readable.
25288 One possible setting for this variable could be
25289 &quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot; (four spaces wrapped in quotes), which
25290 would have the effect of indenting each level of quoting four spaces and
25291 removing the &quot;&gt;&quot;'s.  Different levels of quoting could be made
25292 more discernible by setting colors for quoted text.
25294 Replying to or forwarding the viewed message will preserve the original
25295 formatting of the message, so quote-replacement will not be performed on
25296 messages that are being composed.
25298 <UL>   
25299 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25300 </UL><P>
25301 &lt;End of help on this topic&gt;
25302 </BODY>
25303 </HTML>
25304 ====== h_config_empty_hdr_msg =====
25305 <HTML>
25306 <HEAD>
25307 <TITLE>OPTION: <!--#echo var="VAR_empty-header-message"--></TITLE>
25308 </HEAD>
25309 <BODY>
25310 <H1>OPTION: <!--#echo var="VAR_empty-header-message"--></H1>
25312 When sending, if both the To and Cc fields are empty and you
25313 are sending the message to a Bcc,
25314 Alpine will put a special address in the To line.  The default value is:
25317 <CENTER><SAMP>undisclosed-recipients:&nbsp;;</SAMP></CENTER>
25320 The reason for this is to avoid embarrassment caused by some Internet
25321 mail transfer software that interprets a &quot;missing&quot;
25322 <SAMP>To:</SAMP> header as an error and replaces it with an
25323 <SAMP>Apparently-to:</SAMP> header that may contain the addresses you
25324 entered on the <SAMP>Bcc:</SAMP> line, defeating the purpose of the
25325 Bcc.  You may change the part of this message that comes before the
25326 &quot;:&nbsp;;&quot; by setting the &quot;<!--#echo var="VAR_empty-header-message"-->&quot;
25327 variable to something else.
25330 The normal default is &quot;undisclosed-recipients&quot;.
25333 <UL>   
25334 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25335 </UL><P>
25336 &lt;End of help on this topic&gt;
25337 </BODY>
25338 </HTML>
25339 ====== h_config_status_msg_delay =====
25340 <HTML>
25341 <HEAD>
25342 <TITLE>OPTION: <!--#echo var="VAR_status-message-delay"--></TITLE>
25343 </HEAD>
25344 <BODY>
25345 <H1>OPTION: <!--#echo var="VAR_status-message-delay"--></H1>
25347 This option has evolved over time, causing the possible values to be
25348 counter-intuitive.
25349 Read carefully before you set this option.
25350 First we explain what the option does, then there is a longer discussion
25351 following that.
25353 If this is set to zero, the default value, it has <EM>no</EM> effect.
25354 Positive and negative values serve two similar, but different purposes.
25356 If it is set to a positive number, it causes the cursor to move to the
25357 status line whenever a status message is printed and pause there for this
25358 many seconds.
25359 It will probably only be useful if the 
25360 <A HREF="h_config_show_cursor">&quot;<!--#echo var="FEAT_show-cursor"-->&quot;</A> feature is
25361 also turned on.
25362 Setting this option to a positive number can only be used to
25363 <EM>increase</EM> the status message delay.
25364 This may be useful for Braille displays, or other non-traditional displays.
25366 If it is set to a negative number the interpretation is a bit complicated.
25367 Negative numbers are used to <EM>decrease</EM> the amount of delay Alpine uses to
25368 allow you to read important status messages.
25369 Of course, this may cause you to miss some important messages.
25370 If you see a message flash by but miss what it says you can use the
25371 Journal command from the MAIN MENU to read it.
25372 If you set this option to a negative value, the delay will be
25373 no more than one second less than the absolute value
25374 of the value you set.
25375 So if you set it to -1, the delay will be no more than zero seconds, no
25376 delay at all.
25377 If you set it to -2, the delay will be no more than 1 second.
25378 And so on, -3 is 2 seconds, -4 is 3 seconds, ...
25379 If the delay that Alpine would have used by default is less than this delay,
25380 then the smaller delay set by Alpine will be used.
25381 Setting this option to a negative value can only reduce the amount of
25382 delay, never increase it.
25384 Here is a more detailed explanation.
25385 Status messages are the messages that show up spontaneously in the
25386 status message line, usually the third line from the bottom of the screen.
25387 By default, Alpine assigns each status message it produces a minimum
25388 display time.
25389 Some status messages have a minimum display time of zero.
25390 You can see an example of such a message by paging up in this help text
25391 until you reach the top of the screen.
25392 If you try to page past the top you will see the message
25394 <CENTER><SAMP>[Already at start of help text]</SAMP></CENTER>
25396 in the status line.
25397 If there is another more important use of the status message line this message
25398 might be replaced quickly, or it even might not be shown at all.
25399 However, if there is no reason to get rid of the message, it might stay
25400 there for several seconds while you read the help.
25401 An example where it is replaced immediately happens when you page up in
25402 the help text past the top of the screen, but then type the &quot;WhereIs&quot;
25403 command right after paging up.
25404 The message will disappear immediately without causing a delay (unless you
25405 have set this option to a positive value) to allow you to type input for
25406 the &quot;WhereIs&quot; command.
25407 Since it isn't a very important message, Alpine has set its minimum display
25408 time to zero seconds.
25410 Other messages have minimum display times of three or more seconds.
25411 These are usually error messages that Alpine thinks you ought to see.
25412 For example, it might be a message about a failed Save or a failed folder open.
25413 It is often the case that this minimum display time won't delay you in
25414 any way because the status message line is not needed for another reason.
25415 However, there are times when Alpine has to delay what it is doing in
25416 order to display a status message for the minimum display time.
25417 This happens when a message is being displayed and Alpine wants to ask
25418 for input from the keyboard.
25419 For example, when you Save a message you use the status message line.
25420 You get a prompt there asking for the name of the folder to save to.
25421 If there is a status message being displayed that has not
25422 yet displayed for its minimum
25423 time Alpine will display that status message surrounded with the characters
25424 &gt; and &lt; to show you that it is delaying.
25425 That might happen, for example, if you tried to save to a folder that
25426 caused an error, then followed that immediately with another Save command.
25427 You might find yourself waiting for a status message like
25429 <CENTER><SAMP>[&gt;Can't get write access to mailbox, access is readonly&lt;]</SAMP></CENTER>
25431 to finish displaying for three seconds.
25432 If that is something you find happening to you frequently, you may use
25433 negative values of this option to decrease or eliminate that delay, at
25434 the risk of missing the message.
25436 <UL>   
25437 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25438 </UL><P>
25439 &lt;End of help on this topic&gt;
25440 </BODY>
25441 </HTML>
25442 ====== h_config_active_msg_interval =====
25443 <HTML>
25444 <HEAD>
25445 <TITLE>OPTION: <!--#echo var="VAR_busy-cue-rate"--></TITLE>
25446 </HEAD>
25447 <BODY>
25448 <H1>OPTION: <!--#echo var="VAR_busy-cue-rate"--></H1>
25450 When Alpine is delayed for some reason it usually shows that
25451 something is happening with a small animated display in the status
25452 message line near the bottom of the screen.
25453 This option sets how frequently the characters (for example, a spinning bar)
25454 in the active status message lines are updated.
25455 At most, it can be set to be udpated 20 times per second. 
25458 Setting this value to zero will prevent display of the animations
25459 altogether.
25462 The option <A HREF="h_config_use_boring_spinner"><!--#echo var="FEAT_busy-cue-spinner-only"--></A>
25463 can be used to remove the randomness from this animated display.
25466 <UL>   
25467 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25468 </UL><P>
25469 &lt;End of help on this topic&gt;
25470 </BODY>
25471 </HTML>
25472 ====== h_config_mailchecknoncurr =====
25473 <HTML>
25474 <HEADER>
25475 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></TITLE>
25476 </HEADER>
25477 <BODY>
25478 <H1>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></H1>
25480 This option is closely related to the
25481 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
25482 option, as well as the
25483 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A> and
25484 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> options.
25485 If the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot; option is set to zero, then automatic
25486 new-mail checking is disabled and this option will have no effect.
25488 Normally this option is set to zero, which means that the value used will be
25489 the same as the value for the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;.
25490 If you set this option to a value different from zero
25491 (usually larger than the value for &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;)
25492 then that is the check interval that will be used
25493 for folders that are not the currently open folder or the INBOX.
25494 You may not even have any folders that are noncurrent and not the INBOX.
25495 If you do, it is likely that they are due to
25496 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
25497 you have configured.
25498 This option also affects the rate of mail checking done on cached
25499 connections to folders you previously had open but are no longer actively
25500 using.
25501 You aren't expected to understand that last sentence, but if you are interested
25502 take a look at
25503 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>
25504 and the related options.
25506 <UL>   
25507 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25508 </UL><P>
25509 &lt;End of help on this topic&gt;
25510 </BODY>
25511 </HTML>
25512 ====== h_config_fifopath =====
25513 <HTML>
25514 <HEADER>
25515 <TITLE>OPTION: NewMail FIFO Path</TITLE>
25516 </HEADER>
25517 <BODY>
25518 <H1>OPTION: NewMail FIFO Path</H1>
25520 This option is only available in UNIX Alpine.
25521 However, there is a very similar feature built in to PC-Alpine.
25522 In PC-Alpine's Config menu at the top of the screen
25523 is an option called &quot;New Mail Window&quot;.
25525 You may have Alpine create a FIFO special file (also called a named pipe) where
25526 it will send a one-line message each time a new message is received in
25527 the current folder, the INBOX, or any open
25528 <A HREF="h_config_permlocked"><!--#echo var="VAR_stay-open-folders"--></A>.
25529 To protect against two different Alpines both writing to the same FIFO, Alpine
25530 will only create the FIFO and write to it if it doesn't already exist.
25532 A possible way to use this option would be to have a separate window
25533 on your screen running the command
25535 <CENTER><SAMP>cat filename</SAMP></CENTER>
25537 where &quot;filename&quot; is the name of the file given for this option.
25538 Because the file won't exist until after you start Alpine, you must <EM>first</EM>
25539 start Alpine and <EM>then</EM> run the &quot;cat&quot; command.
25540 You may be tempted to use &quot;tail -f filename&quot; to view the new
25541 mail log.
25542 However, the common implementations of the tail command will not do what you
25543 are hoping.
25545 The width of the messages produced for the FIFO may be altered with the
25546 <A HREF="h_config_newmailwidth"><!--#echo var="VAR_newmail-window-width"--></A> option.
25548 On some systems, fifos may only be created in a local filesystem.
25549 In other words, they may not be in NFS filesystems.
25550 This requirement is not universal.
25551 If the system you are using supports it, it should work.
25552 (It is often the case that your home directory is in an NFS filesystem.
25553 If that is the case, you might try using a file in the &quot;/tmp&quot;
25554 filesystem, which is usually a local filesytem.)
25555 Even when it is possible to use an NFS-mounted filesystem as a place to name
25556 the fifo (for example, your home directory), it will still be the case that
25557 the reader (probably the &quot;cat&quot; command) and the
25558 writer (Alpine) of the fifo must be running on the same system.
25560 <UL>   
25561 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25562 </UL><P>
25563 &lt;End of help on this topic&gt;
25564 </BODY>
25565 </HTML>
25566 ====== h_config_newmailwidth =====
25567 <HTML>
25568 <HEADER>
25569 <TITLE>OPTION: <!--#echo var="VAR_newmail-window-width"--></TITLE>
25570 </HEADER>
25571 <BODY>
25572 <H1>OPTION: <!--#echo var="VAR_newmail-window-width"--></H1>
25574 For UNIX Alpine, this option is only useful if you have turned on the
25575 <A HREF="h_config_fifopath">NewMail FIFO Path</A> option.
25576 That option causes new mail messages to be sent to a fifo file.
25577 Those messages will be 80 characters wide by default.
25578 You can change the width of those messages by changing this option.
25579 For example, if you are reading those messages in another window you might
25580 want to set this width to the width of that other window.
25582 If you are using PC-Alpine, it has an option in the Config menu to turn
25583 on the &quot;New Mail Window&quot;.
25584 This present option also controls the width of that window.
25586 <UL>   
25587 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25588 </UL><P>
25589 &lt;End of help on this topic&gt;
25590 </BODY>
25591 </HTML>
25592 ====== h_config_mailcheck =====
25593 <HTML>
25594 <HEADER>
25595 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval"--></TITLE>
25596 </HEADER>
25597 <BODY>
25598 <H1>OPTION: <!--#echo var="VAR_mail-check-interval"--></H1>
25600 This option specifies, in seconds,
25601 how often Alpine will check for new mail.
25602 If set to zero, new-mail checking is disabled.
25603 (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
25604 current message is the last message of the folder.)
25605 There is a minimum value for this option, normally 15 seconds.
25606 The default value is normally 150 seconds.
25607 The higher you set this option, the easier it is on the server.
25609 There are some situations where automatic new-mail checking does not work.
25610 See the discussion about new-mail checking in
25611 <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
25613 The new-mail checking will not happen exactly at the frequency that you specify.
25614 For example, Alpine may elect to defer a non-INBOX mail check if you
25615 are busy typing.
25616 Or, it may check more frequently than you have specified if that is
25617 thought to be necessary to keep the server from closing the connection
25618 to the folder due to inactivity.
25619 If Alpine checks for new mail as a side effect of another command, it will reset
25620 the timer, so that new-mail checking may seem to happen irregularly instead of
25621 every X seconds like clockwork.
25623 If you are anxious to know about new mail as soon as possible, set the check
25624 interval low, and you'll know about the new mail by approximately
25625 that amount of time after it arrives.
25626 If you aren't so worried about knowing right away, set this option to a
25627 higher value.
25628 That will save the server some processing time and may save you some of
25629 the time you spend waiting for new-mail checks to happen if you are
25630 dealing with a slow server or slow network connection.
25632 If you suspect that new-mail checking is causing slow downs for you,
25633 you may want to look into the options
25634 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>,
25635 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> and
25636 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A>,
25637 which refine when mail checking is done.
25639 If the mailbox being checked uses a <A HREF="h_maildrop">Mail Drop</A> then
25640 there is a minimum time
25641 (<A HREF="h_config_maildropcheck">&quot;<!--#echo var="VAR_maildrop-check-minimum"-->&quot;</A>)
25642 between new-mail checks.
25643 Because of this minimum you may notice that new mail does not
25644 appear promptly when you expect it.
25645 The reason for this is to protect the server from over-zealous opening and
25646 closing of the Mail Drop folder, since that is a costly operation.
25648 <UL>   
25649 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25650 </UL><P>
25651 &lt;End of help on this topic&gt;
25652 </BODY>
25653 </HTML>
25654 ====== h_config_quell_checks_comp =====
25655 <HTML>
25656 <HEAD>
25657 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></TITLE>
25658 </HEAD>
25659 <BODY>
25660 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></H1>
25662 This option is closely related to the
25663 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
25664 option, the
25665 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
25666 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A>.
25668 If this option is set, then the normal new-mail checking that happens
25669 while you are composing will not happen for folders other than your
25670 INBOX (which depends on the setting
25671 of &quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;).
25673 You might want to set this option if you are experiencing delays while
25674 composing that you think might be related to the speed of the new-mail
25675 checks.
25677 Even with this option turned on, an occasional new-mail check may be done
25678 in order to keep the server from killing the connection to the folder.
25679 For example, IMAP servers may remove a connection to a folder if there
25680 has been no activity on the connection for 30 minutes or more.
25681 Instead of letting that happen, Alpine will check for new mail before the
25682 30 minutes is up even though you have turned on this feature to quell
25683 those checks.
25685 Besides new-mail checks, checkpoint operations on the folders
25686 will also be quelled when you set this option.
25687 The purpose of checkpointing is to write the changes to a folder out to
25688 disk periodically in order to avoid losing those changes when system or
25689 software problems occur.
25690 New-mail checking and checkpointing while you are not composing are not
25691 affected by this option.
25694 &lt;End of help on this topic&gt;
25695 </BODY>
25696 </HTML>
25697 ====== h_config_quell_checks_comp_inbox =====
25698 <HTML>
25699 <HEAD>
25700 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></TITLE>
25701 </HEAD>
25702 <BODY>
25703 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></H1>
25705 This option is closely related to the
25706 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
25707 option, the
25708 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
25709 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>.
25711 If this option is set, then the normal new-mail checking that happens
25712 while you are composing will not happen for your INBOX.
25713 Checking of other folders is controlled in a similar way with the
25714 &quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot; option.
25716 You might want to set this option if you are experiencing delays while
25717 composing that you think might be related to the speed of the new-mail
25718 checks.
25720 Even with this option turned on, an occasional new-mail check may be done
25721 in order to keep the server from killing the connection to the folder.
25722 For example, IMAP servers may remove a connection to a folder if there
25723 has been no activity on the connection for 30 minutes or more.
25724 Instead of letting that happen, Alpine will check for new mail before the
25725 30 minutes is up even though you have turned on this feature to quell
25726 those checks.
25728 Besides new-mail checks, checkpoint operations on the INBOX
25729 will also be quelled when you set this option.
25730 The purpose of checkpointing is to write the changes to a folder out to
25731 disk periodically in order to avoid losing those changes when system or
25732 software problems occur.
25733 New-mail checking and checkpointing while you are not composing are not
25734 affected by this option.
25736 &lt;End of help on this topic&gt;
25737 </BODY>
25738 </HTML>
25739 ====== h_config_maildropcheck =====
25740 <HTML>
25741 <HEADER>
25742 <TITLE>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></TITLE>
25743 </HEADER>
25744 <BODY>
25745 <H1>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></H1>
25747 New-mail checking for a
25748 <A HREF="h_maildrop">Mail Drop</A> is a little different from new
25749 mail checking for a regular folder.
25750 One of the differences is that the connection to the Mail Drop is not
25751 kept open and so the cost of checking
25752 (delay for you and additional load for the server) may be significant.
25753 Because of this additional cost we set a minimum time that
25754 must pass between checks.
25755 This minimum only applies to the automatic checking done by Alpine.
25756 If you force a check by typing ^L (Ctrl-L) or by typing the Next command when you are
25757 at the end of a folder index, then the check is done right away.
25759 This option specifies, in seconds, the <EM>minimum</EM> time between Mail Drop
25760 new-mail checks.
25761 You may want to set this minimum high in order to avoid experiencing some
25762 of the delays associated with the checks.
25763 Note that the time between checks is still controlled by the regular
25764 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option.
25765 When Alpine is about to do an automatic check for new mail (because
25766 the <!--#echo var="VAR_mail-check-interval"--> has expired) then if the time since the last
25767 new-mail check
25768 of any open Mail Drops has been greater than the <!--#echo var="VAR_maildrop-check-minimum"-->,
25769 the Mail Drop is checked for new mail as well.
25770 Therefore, it is only useful to set this option to a value that is higher
25771 than the <!--#echo var="VAR_mail-check-interval"-->.
25773 If this option is set to zero, automatic Mail Drop new-mail
25774 checking is disabled.
25775 There is a minimum value, normally 60 seconds.
25776 The default value is normally 60 seconds as well.
25777 This applies to the INBOX and to the currently open folder if that is
25778 different from the INBOX.
25781 <UL>   
25782 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25783 </UL><P>
25784 &lt;End of help on this topic&gt;
25785 </BODY>
25786 </HTML>
25787 ====== h_config_nntprange =====
25788 <HTML>
25789 <HEADER>
25790 <TITLE>OPTION: <!--#echo var="VAR_nntp-range"--></TITLE>
25791 </HEADER>
25792 <BODY>
25793 <H1>OPTION: <!--#echo var="VAR_nntp-range"--></H1>
25795 This option applies only to newsgroups accessed using the NNTP protocol.
25796 It does not, for example,
25797 apply to newsgroups accessed using an IMAP-to-NNTP proxy.
25800 When you open a connection to a News server using the NNTP protocol, you
25801 normally have access to all of the articles in each newsgroup.
25802 If a server keeps a large backlog of messages it may speed performance
25803 some to restrict attention to only the newer messages in a group.
25804 This option allows you to set how many article numbers should be checked
25805 when opening a newsgroup.
25806 You can think of &quot;<!--#echo var="VAR_nntp-range"-->&quot; as specifying the maximum number
25807 of messages you ever want to see.
25808 For example, if you only ever wanted to look at the last 500 messages in each
25809 newsgroup you could set this option to 500.
25810 In actuality, it isn't quite that.
25811 Instead, for performance reasons, it specifies the range of article
25812 numbers to be checked, beginning
25813 with the highest numbered article and going backwards from there.
25814 If there are messages that have been canceled or deleted
25815 their article numbers are still counted as part of the range.
25817 So, more precisely, setting the &quot;<!--#echo var="VAR_nntp-range"-->&quot; will cause article
25818 numbers
25819 <P><CENTER>last_article_number - <!--#echo var="VAR_nntp-range"--> + 1 through last_article_number</CENTER>
25821 to be considered when reading a newsgroup.
25822 The number of messages that show up in your index will be less than or equal
25823 to the value of &quot;<!--#echo var="VAR_nntp-range"-->&quot;.
25826 The purpose of this option is simply to speed up access when reading news.
25827 The speedup comes because Alpine can ignore all but the last <!--#echo var="VAR_nntp-range"--> article
25828 numbers, and can avoid downloading any information about the ignored articles.
25829 There is a cost you pay for this speedup.
25830 That cost is that there is no way for you to see those ignored articles.
25831 The articles that come before the range you specify are invisible to you and
25832 to Alpine, as if they did not exist at all.
25833 There is no way to see those messages using, for example, an unexclude command
25834 or something similar.
25835 The only way to see those articles is to set this option high enough (or
25836 set it to zero) and then to reopen the newsgroup.
25839 If this option is set to 0 (which is also the default),
25840 then the range is unlimited.
25841 This option applies globally to all NNTP servers and to all newsgroups
25842 on those servers.
25843 There is no way to set different values for different newsgroups or servers.
25846 <UL>   
25847 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25848 </UL><P>
25849 &lt;End of help on this topic&gt;
25850 </BODY>
25851 </HTML>
25852 ====== h_config_news_active =====
25853 <html>
25854 <header>
25855 <title>OPTION: <!--#echo var="VAR_news-active-file-path"--></title>
25856 </header>
25857 <body>
25858 <h1>OPTION: <!--#echo var="VAR_news-active-file-path"--></h1>
25860 This option tells Alpine where to look for the "active file" for newsgroups
25861 when accessing news locally, rather than via NNTP.  The default path is
25862 usually "/usr/lib/news/active".<p>
25863 <UL>   
25864 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25865 </UL><P>
25866 &lt;End of help on this topic&gt;
25867 </body>
25868 </html>
25869 ====== h_config_news_spool =====
25870 <html>
25871 <header>
25872 <title>OPTION: <!--#echo var="VAR_news-spool-directory"--></title>
25873 </header>
25874 <body>
25875 <h1>OPTION: <!--#echo var="VAR_news-spool-directory"--></h1>
25877 This option tells Alpine where to look for the "news spool" for newsgroups
25878 when accessing news locally, rather than via NNTP.  The default path is
25879 usually "/var/spool/news".<p>
25880 <UL>   
25881 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25882 </UL><P>
25883 &lt;End of help on this topic&gt;
25884 </body>
25885 </html>
25886 ====== h_config_image_viewer =====
25887 <html>
25888 <header>
25889 <title>OPTION: <!--#echo var="VAR_image-viewer"--></title>
25890 </header>
25891 <body>
25892 <h1>OPTION: <!--#echo var="VAR_image-viewer"--></h1>
25893 <body>
25894 This option specifies the program Alpine should call to view MIME
25895 attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
25896 no longer needed, but remains for backward compatibility.  The more
25897 general method for associating external printing and viewing programs with
25898 specific MIME data types is to use the system's (or your personal)
25899 "mailcap" configuration file.<p>
25900 <UL>   
25901 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25902 </UL><P>
25903 &lt;End of help on this topic&gt;
25904 </body>
25905 </html>
25906 ====== h_config_domain_name =====
25907 <HTML>
25908 <HEAD>
25909 <TITLE>OPTION: <!--#echo var="VAR_use-only-domain-name"--></TITLE>
25910 </HEAD>
25911 <BODY>
25912 <H1>OPTION: <!--#echo var="VAR_use-only-domain-name"--></H1>
25914 This option is used only if the 
25915 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> option is <B>not</B> 
25916 set.  If set to &quot;Yes&quot; (and <!--#echo var="VAR_user-domain"--> is not used), then Alpine 
25917 strips the hostname from your return (&quot;From&quot;) address and when 
25918 completing unqualified addresses that you enter into the composer.
25920 If you set this, see also the <A HREF="h_config_quell_local_lookup">
25921 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
25924 <!--chtml if pinemode="os_windows"-->
25925 <P>This option is not applicable to PC-Alpine.
25926 <!--chtml else-->
25928 <!--chtml endif-->
25929 <UL>
25930 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25931 </UL>
25933 &lt;End of help on this topic&gt;
25934 </BODY>
25935 </HTML>
25936 ====== h_config_prune_date =====
25937 <HTML>
25938 <HEAD>
25939 <TITLE>OPTION: Last-Time-Prune Question</TITLE>
25940 </HEAD>
25941 <BODY>
25942 <H1>OPTION: Last-Time-Prune Question</H1>
25944 This value records the last time you were asked about deleting old
25945 sent-mail.
25946 It is set automatically by Alpine at the beginning of each month.
25947 In the past, if you wished to suppress the monthly sent-mail
25948 pruning feature, you could set this to a date in the future.
25949 This value is relative to the year 1900, so 
25950 to set this, for example, to October 2005, use 105.10.
25952 You can still do that if you wish, or you can use the
25953 <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option, which is probably
25954 a little more convenient to use.
25956 <UL>   
25957 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25958 </UL><P>
25959 &lt;End of help on this topic&gt;
25960 </BODY>
25961 </HTML>
25962 ====== h_config_goto_default =====
25963 <HTML>
25964 <HEAD>
25965 <TITLE>OPTION: <!--#echo var="VAR_goto-default-rule"--></TITLE>
25966 </HEAD>
25967 <BODY>
25968 <H1>OPTION: <!--#echo var="VAR_goto-default-rule"--></H1>
25970 This value affects Alpine's behavior when you use the Goto command.
25971 Alpine's usual behavior has two parts.  If your current folder is
25972 &quot;Inbox&quot;, Alpine will offer the last open folder as the
25973 default.  If the current folder is other than &quot;Inbox&quot;,
25974 &quot;Inbox&quot; is offered as the default.
25977 The available options include:
25979 <DL>
25981  <DT>folder-in-first-collection</DT>
25983  <DD> Alpine will offer the most recently visited folder in the default
25984 collection found in the &quot;Collection List&quot; screen as the default.
25985 </DD>
25987  <DT> inbox-or-folder-in-first-collection</DT>
25989  <DD> If the current folder is &quot;Inbox&quot;,
25990 Alpine will offer the most recently visited folder in the
25991 default collection found in the &quot;Collection List&quot; screen.
25992 If the current folder is other than &quot;Inbox&quot;,
25993 &quot;Inbox&quot; is offered as the default.
25994 </DD>
25996  <DT> inbox-or-folder-in-recent-collection</DT>
25998  <DD> This is Alpine's default behavior.
25999 If the current folder is &quot;Inbox&quot;,
26000 Alpine will offer the last open
26001 folder as the default.
26002 If the current folder is other than &quot;Inbox&quot;,
26003 &quot;Inbox&quot; is offered as the default.
26004 </DD>
26006  <DT> first-collection-with-inbox-default</DT>
26008  <DD> Instead of offering the most recently visited folder in the default
26009 collection, the default collection is offered but with &quot;Inbox&quot; as
26010 the default folder.
26011 If you type in a folder name it will be in the default collection.
26012 If you simply accept the default, however, your &quot;Inbox&quot; will be opened.
26013 </DD>
26015  <DT> most-recent-folder</DT>
26017  <DD> The last accepted value simply causes the most recently opened
26018 folder to be offered as the default regardless of the currently opened
26019 folder.
26020 </DD>
26021 </DL>
26024 NOTE: The default while a newsgroup is open remains the same; the last
26025 open newsgroup.
26028 <UL>   
26029 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26030 </UL><P>
26031 &lt;End of help on this topic&gt;
26032 </BODY>
26033 </HTML>
26034 ====== h_config_thread_lastreply_char =====
26035 <HTML>
26036 <HEAD>
26037 <TITLE>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></TITLE>
26038 </HEAD>
26039 <BODY>
26040 <H1>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></H1>
26042 The <!--#echo var="VAR_threading-lastreply-character"--> option has a small effect on the MESSAGE
26043 INDEX display when using a
26044 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
26045 of &quot;show-thread-structure&quot;, &quot;mutt-like&quot;, or
26046 &quot;show-structure-in-from&quot;; and sorting by Threads or OrderedSubject.
26047 The value of this option is a single character.
26048 This character is used instead of the vertical line character when there are
26049 no more replies directly to the parent of the current message.
26050 It can be used to &quot;round-off&quot; the bottom of the vertical line
26051 by setting it to a character such as a backslash (&#92;) or
26052 a backquote (&#96;).
26053 The default value of this option is the backslash character (&#92;).
26054 This option may not be set to the Empty Value.
26055 In that case, the default will be used instead.
26058 <UL>   
26059 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26060 </UL><P>
26061 &lt;End of help on this topic&gt;
26062 </BODY>
26063 </HTML>
26064 ====== h_config_thread_indicator_char =====
26065 <HTML>
26066 <HEAD>
26067 <TITLE>OPTION: <!--#echo var="VAR_threading-indicator-character"--></TITLE>
26068 </HEAD>
26069 <BODY>
26070 <H1>OPTION: <!--#echo var="VAR_threading-indicator-character"--></H1>
26072 The <!--#echo var="VAR_threading-indicator-character"--> option has a small effect on the MESSAGE
26073 INDEX display when using a
26074 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26075 than &quot;none&quot; and sorting by Threads or OrderedSubject.
26076 The value of this option is a single character.
26077 This character is used to indicate that part of a thread (a conversation) is
26078 hidden beneath a message.
26079 The message could be expanded
26080 if desired with the &quot;/&quot; Collapse/Expand command.
26081 By default, the value of this option is the greater than sign (&gt;).
26083 If this option is set to the Empty Value, then the column (and the following
26084 blank column) will be deleted from the display.
26087 This option is closely related to the
26088 <A HREF="h_config_thread_exp_char"><!--#echo var="VAR_threading-expanded-character"--></A> option.
26089 Another similar option that affects the thread display is the
26090 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26093 <UL>   
26094 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26095 </UL><P>
26096 &lt;End of help on this topic&gt;
26097 </BODY>
26098 </HTML>
26099 ====== h_config_thread_exp_char =====
26100 <HTML>
26101 <HEAD>
26102 <TITLE>OPTION: <!--#echo var="VAR_threading-expanded-character"--></TITLE>
26103 </HEAD>
26104 <BODY>
26105 <H1>OPTION: <!--#echo var="VAR_threading-expanded-character"--></H1>
26107 The <!--#echo var="VAR_threading-expanded-character"--> option has a small effect on the MESSAGE
26108 INDEX display when using a
26109 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26110 than &quot;none&quot;.
26111 The value of this option is a single character.
26112 This character is used to indicate that part of a thread has been expanded
26113 and could be collapsed if desired with
26114 the &quot;/&quot; Collapse/Expand command.
26115 By default, the value of this option is a dot (.).
26117 If this option is set to the Empty Value, then the column (and the following
26118 blank column) will be deleted from the display.
26121 This option is closely related to the
26122 <A HREF="h_config_thread_indicator_char"><!--#echo var="VAR_threading-indicator-character"--></A> option.
26123 Another similar option that affects the thread display is the
26124 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26127 <UL>   
26128 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26129 </UL><P>
26130 &lt;End of help on this topic&gt;
26131 </BODY>
26132 </HTML>
26133 ====== h_config_thread_index_style =====
26134 <HTML>
26135 <HEAD>
26136 <TITLE>OPTION: <!--#echo var="VAR_threading-index-style"--></TITLE>
26137 </HEAD>
26138 <BODY>
26139 <H1>OPTION: <!--#echo var="VAR_threading-index-style"--></H1>
26141 When a folder is sorted by Threads or OrderedSubject,
26142 this option will affect the INDEX displays.
26145 The possible values for this option are:
26147 <DL>
26148 <DT>regular-index-with-expanded-threads</DT>
26149 <DD>This is the default display.
26150 If the configuration option
26151 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26152 is set to something other than &quot;none&quot;, then this setting
26153 will cause Alpine to start off with a MESSAGE INDEX with all of
26154 the threads expanded.
26155 That is, each message will have a line in the MESSAGE INDEX display.
26156 The Collapse/Expand command (/) may be used to manually collapse or
26157 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26159 This setting affects the display when the folder is first threaded.
26160 The collapsed state may also be re-initialized by re-sorting the folder manually
26161 using the SortIndex command ($).
26162 After re-sorting the threads will once again all be expanded, even if you
26163 have previously collapsed some of them.
26165 If &quot;<!--#echo var="VAR_threading-display-style"-->&quot; is set to &quot;none&quot;, then
26166 the display will be the regular default Alpine MESSAGE INDEX, but sorted
26167 in a different order.
26168 </DD>
26170 <DT>regular-index-with-collapsed-threads</DT>
26171 <DD>If the configuration option
26172 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26173 is set to something other than &quot;none&quot;, then this setting
26174 will cause Alpine to start out with all of the threads collapsed instead of
26175 starting out with all of the threads expanded.
26176 The Collapse/Expand command (/) may be used to manually collapse or
26177 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26179 This setting affects the display when the folder is first threaded.
26180 The collapsed state may also be re-initialized by re-sorting the folder manually
26181 using the SortIndex command ($).
26182 After re-sorting the threads will once again all be collapsed, even if you
26183 have previously expanded some of them.
26184 </DD>
26186 <DT>separate-index-screen-always</DT>
26187 <DD>With this setting and the next, you will see an index of threads
26188 instead of an
26189 index of messages, provided you have sorted by Threads or OrderedSubject.
26191 The THREAD INDEX contains a '*' in the first column if any message in the thread
26192 is marked Important.
26193 If not, it contains a '+' if any message in the thread is to you.
26194 The second column is blank. The third column contains a 'D' if all of the
26195 messages in the thread are deleted.
26196 Otherwise, it contains an 'N' if any of the messages in the thread are New.
26198 When you view a particular thread from the THREAD INDEX you will be
26199 in the MESSAGE INDEX display
26200 but the index will only contain messages from the thread you are viewing.
26201 </DD>
26203 <DT>separate-index-screen-except-for-single-messages</DT>
26204 <DD>This is very similar to the option above.
26205 When you are in the THREAD INDEX, one of the available commands
26206 is &quot;ViewThd&quot;.
26207 With the setting &quot;separate-index-screen-always&quot; (the option above)
26208 when you view a particular thread you will be in the
26209 MESSAGE INDEX display and the index will only contain messages from
26210 the thread you are viewing.
26211 If the thread you are viewing consists of a single message, the MESSAGE INDEX
26212 will be an index with only one message in it.
26213 If you use this &quot;separate-index-screen-except-for-single-messages&quot;
26214 setting instead, then that index that contains a single message
26215 will be skipped and you will go directly from the THREAD INDEX into the
26216 MESSAGE TEXT screen.
26217 </DD>
26219 </DL>
26222 <UL>   
26223 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26224 </UL><P>
26225 &lt;End of help on this topic&gt;
26226 </BODY>
26227 </HTML>
26228 ====== h_config_thread_disp_style =====
26229 <HTML>
26230 <HEAD>
26231 <TITLE>OPTION: <!--#echo var="VAR_threading-display-style"--></TITLE>
26232 </HEAD>
26233 <BODY>
26234 <H1>OPTION: <!--#echo var="VAR_threading-display-style"--></H1>
26236 When a folder is sorted by Threads or OrderedSubject,
26237 this option will affect the MESSAGE INDEX display.
26238 By default, Alpine will display the MESSAGE INDEX in the
26239 &quot;show-thread-structure&quot; style if a folder is sorted
26240 by Threads or OrderedSubject.
26243 The possible values for this option are:
26245 <DL>
26246 <DT>none</DT>
26247 <DD>Regular index display.
26248 The same index line as would be displayed without threading is used.
26249 The only difference will be in the order of the messages.
26250 </DD>
26252 <DT>show-thread-structure</DT>
26253 <DD>Threaded Subjects will be indented and vertical bars and horizontal
26254 lines will be added to make it easier to see the relationships among
26255 the messages in a thread (a conversation).
26256 </DD>
26258 <DT>mutt-like</DT>
26259 <DD>This is the same as the option above except that the Subject
26260 is suppressed (is blank) if it matches the previous Subject in the thread.
26261 The name comes from the email client <A HREF="http://www.mutt.org/">Mutt</A>.
26262 Here is an example of what a mutt-like index might look like.
26263 In this example, the first column represents the message number, the
26264 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
26265 is set to &quot;regular-index-with-expanded-threads&quot;, and the
26266 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A>
26267 is set to a backslash:
26268 <PRE>
26269 &nbsp;&nbsp;&nbsp;1    Some topic
26270 &nbsp;&nbsp;&nbsp;&nbsp;2  . Subject           original message in thread
26271 &nbsp;&nbsp;&nbsp;&nbsp;3    |->               reply to 2
26272 &nbsp;&nbsp;&nbsp;&nbsp;4  . |->               another reply to 2
26273 &nbsp;&nbsp;&nbsp;&nbsp;5  . | &#92;->             reply to 4
26274 &nbsp;&nbsp;&nbsp;&nbsp;6  . |   &#92;->           reply to 5
26275 &nbsp;&nbsp;&nbsp;&nbsp;7    |     &#92;->         reply to 6
26276 &nbsp;&nbsp;&nbsp;&nbsp;8    |->               another reply to 2
26277 &nbsp;&nbsp;&nbsp;&nbsp;9  . |->New subject    another reply to 2 but with a New subject
26278 &nbsp;&nbsp;&nbsp;10    | |->             reply to 9
26279 &nbsp;&nbsp;&nbsp;11    | &#92;->             another reply to 9
26280 &nbsp;&nbsp;&nbsp;12    |   &#92;->           reply to 11
26281 &nbsp;&nbsp;&nbsp;13    &#92;->               final reply to 2
26282 &nbsp;&nbsp;&nbsp;14    Next topic
26283 </PRE>
26284 </DD>
26286 <DT>indent-subject-1</DT>
26287 <DD>Threaded Subjects will be indented one space per level of the conversation.
26288 The bars and lines that show up in the show-thread-structure display will
26289 not be there with this style.
26290 </DD>
26292 <DT>indent-subject-2</DT>
26293 <DD>Same as above but indent two spaces per level instead of one space.
26294 </DD>
26296 <DT>indent-from-1</DT>
26297 <DD>Similar to indent-subject-1, except that instead of indenting the
26298 Subject field one space the From field of a thread will be indented one
26299 space per level of the conversation.
26300 </DD>
26302 <DT>indent-from-2</DT>
26303 <DD>Same as above but indent two spaces per level instead of one space.
26304 </DD>
26306 <DT>show-structure-in-from</DT>
26307 <DD>The structure of the thread is illustrated with indenting, vertical bars,
26308 and horizontal lines just like with the show-thread-structure option, but
26309 the From field is used to show the relationships instead of the Subject field. 
26310 </DD>
26312 </DL>
26315 <UL>   
26316 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26317 </UL><P>
26318 &lt;End of help on this topic&gt;
26319 </BODY>
26320 </HTML>
26321 ====== h_config_pruning_rule =====
26322 <HTML>
26323 <HEAD>
26324 <TITLE>OPTION: <!--#echo var="VAR_pruning-rule"--></TITLE>
26325 </HEAD>
26326 <BODY>
26327 <H1>OPTION: <!--#echo var="VAR_pruning-rule"--></H1>
26329 By default, Alpine will ask at the beginning of each month whether or not
26330 you want to rename your sent-mail folder to a name like sent-mail-month-year.
26331 (See the feature <A HREF="h_config_prune_uses_iso"><!--#echo var="FEAT_prune-uses-yyyy-mm"--></A> to
26332 change the format of the folder to sent-mail-yyyy-mm.)
26333 It will also ask whether you would like to delete old sent-mail folders.
26334 If you have defined
26335 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>
26337 <A HREF="h_config_pruned_folders"><!--#echo var="VAR_pruned-folders"--></A>
26338 Alpine will also ask about pruning those folders.
26341 With this option you may provide an automatic answer to these questions.
26342 The default value is to ask you what you'd like to do.
26345 The six possible values for this option are:
26347 <DL>
26348 <DT>ask about rename, ask about deleting</DT>
26349 <DD>This is the default.
26350 Alpine will ask whether you want to rename the folders and whether you
26351 want to delete each of the old folders.
26352 </DD>
26354 <DT>ask about rename, don't delete</DT>
26355 <DD>Alpine will ask whether you want to rename the folders, but won't
26356 ask about or delete old folders.
26357 </DD>
26359 <DT>always rename, ask about deleting</DT>
26360 <DD>This means you want to always answer yes and have Alpine automatically
26361 rename the folder if possible.
26362 You will also be asked about deleting old folders.
26363 </DD>
26365 <DT>always rename, don't delete</DT>
26366 <DD>This means you want to always answer yes and have Alpine automatically
26367 rename the folder if possible.
26368 There will be no deleting of old folders.
26369 </DD>
26371 <DT>don't rename, ask about deleting</DT>
26372 <DD>This means you want to always answer no.
26373 Alpine will not rename the folder.
26374 You will be asked about deleting old folders.
26375 </DD>
26377 <DT>don't rename, don't delete</DT>
26378 <DD>This means you want to always answer no.
26379 Alpine will not rename the folder.
26380 There will be no deleting of old folders, either.
26381 </DD>
26382 </DL>
26385 <UL>   
26386 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26387 </UL><P>
26388 &lt;End of help on this topic&gt;
26389 </BODY>
26390 </HTML>
26391 ====== h_config_reopen_rule =====
26392 <HTML>
26393 <HEAD>
26394 <TITLE>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></TITLE>
26395 </HEAD>
26396 <BODY>
26397 <H1>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></H1>
26399 Alpine normally checks for new mail in the currently open folder
26400 and in the INBOX every few <A HREF="h_config_mailcheck">minutes</A>.
26403 There are some situations where automatic new-mail checking does not work.
26404 For example, if a mail folder is opened using the POP protocol or a newsgroup
26405 is being read using the NNTP protocol, then new-mail checking is disabled.
26408 It may be possible to check for new mail in these cases by reopening the
26409 folder.
26410 Alpine does not do this for you automatically, but you may do the commands
26411 manually to cause this to happen.
26412 You reopen by going back to the folder list screen from the message
26413 index screen with the &quot;&lt;&quot; command,
26414 and then going back into the message index screen with
26415 the &quot;&gt;&quot; command.
26416 (Actually, any method you would normally use to open a folder will work the
26417 same as the &quot;&lt;&quot; followed by &quot;&gt;&quot; method.
26418 For example, the GoTo Folder command will work, or you may use L to go to the
26419 Folder List screen and Carriage Return to reopen the folder.)
26422 There are some cases where Alpine knows that reopening the folder should
26423 be useful as a way to discover new mail.
26424 At the time of this writing, connections made using the POP protocol,
26425 news reading using the NNTP protocol, local news reading, and local
26426 ReadOnly folders that are in the traditional UNIX or the MMDF format all
26427 fall into this category.
26428 There are other cases where it <EM>may</EM> be a way to discover new mail, but Alpine
26429 has no way of knowing, so it might also just be an exercise in futility.
26430 All remote, ReadOnly folders other than those listed just above fall into this
26431 category.
26432 The setting of this option together with the type of folder
26433 controls how Alpine will react to the apparent attempt to reopen a folder.
26436 If you don't reopen, then you will just be back in
26437 the message index with no change.
26438 You left the index and came back, but the folder remained &quot;open&quot;
26439 the whole time.
26440 However, if you do reopen the folder, the folder is closed and then reopened.
26441 In this case, the current state of the open folder is lost.
26442 The New status, Important and Answered flags,
26443 selected state, Zoom state, collapsed or expanded state of threads,
26444 current message number,
26445 and any other temporary state is all lost when the reopen happens.
26446 For POP folders (but not NNTP newsgroups) the Deleted flags are also lost.
26449 In the possibilities listed below, the text says &quot;POP/NNTP&quot; in
26450 several places.
26451 That really implies the case where Alpine knows it is a good way to discover
26452 new mail, which is more than just POP and NNTP, but POP and NNTP are
26453 the cases of most interest.
26454 This option probably has more possible values than it deserves. They are:
26456 <DL>
26457 <DT>Always reopen</DT>
26458 <DD>Alpine will not ask whether you want to reopen but will just do the reopen
26459 whenever you type a command that implies a reopen, regardless of the
26460 access method.
26461 In other words, it is assumed you would always answer Yes if asked
26462 about reopening.
26463 </DD>
26465 <DT>Yes for POP/NNTP, Ask about other remote [Yes]</DT>
26466 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
26467 will ask you whether to reopen other remote folders,
26468 with a default answer of Yes.
26469 </DD>
26471 <DT>Yes for POP/NNTP, Ask about other remote [No]</DT>
26472 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
26473 will ask you whether to reopen other remote folders,
26474 with a default answer of No.
26475 </DD>
26477 <DT>Yes for POP/NNTP, No for other remote</DT>
26478 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, and
26479 will assume a No answer for all other remote folders.
26480 </DD>
26482 <DT>Always ask [Yes]</DT>
26483 <DD>Alpine will not differentiate based on access method.
26484 It will always ask for all remote folders, with a default answer of Yes.
26485 </DD>
26487 <DT>Always ask [No]</DT>
26488 <DD>Alpine will not differentiate based on access method.
26489 It will always ask for all remote folders, with a default answer of No.
26490 </DD>
26492 <DT>Ask about POP/NNTP [Yes], No for other remote</DT>
26493 <DD>Alpine will ask if the access method is POP or NNTP, with a default answer
26494 of Yes.
26495 It will never attempt to reopen other remote folders.
26496 </DD>
26498 <DT>Ask about POP/NNTP [No], No for other remote</DT>
26499 <DD>This is the default.
26500 Alpine will ask if the access method is POP or NNTP, with a default answer
26501 of No.
26502 It will never attempt to reopen other remote folders.
26503 </DD>
26505 <DT>Never reopen</DT>
26506 <DD>Alpine will never attempt to reopen already open folders.
26507 </DD>
26508 </DL>
26511 Remember, wherever it says POP or NNTP above it really means POP or NNTP or
26512 any of the other situations where it is likely that reopening is a good way
26513 to discover new mail.
26516 There is an alternative that may be of useful in some situations.
26517 Instead of manually checking for new mail you can set up a
26518 <A HREF="h_maildrop">Mail Drop</A>
26519 and automatically check for new mail.
26522 <UL>   
26523 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26524 </UL><P>
26525 &lt;End of help on this topic&gt;
26526 </BODY>
26527 </HTML>
26528 ====== h_config_inc_startup =====
26529 <HTML>
26530 <HEAD>
26531 <TITLE>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></TITLE>
26532 </HEAD>
26533 <BODY>
26534 <H1>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></H1>
26536 This value affects Alpine's behavior when opening the &quot;INBOX&quot; or 
26537 one of the &quot;INCOMING MESSAGE FOLDERS&quot;.
26538 It determines which message will be the <EM>current message</EM> when
26539 the folder is first opened.
26540 The default value is &quot;first-unseen&quot;.
26543 The seven possible values for this option are:
26545 <DL>
26546 <DT>first-unseen</DT>
26547 <DD>The current message is set to the first
26548 unseen message that has not been marked deleted, or the last message if
26549 all of the messages have been seen previously.
26550 Messages which have not been seen or which have been seen but re-marked
26551 as New are considered unseen messages.
26552 See the note at the bottom of this help about newsgroups.
26553 </DD>
26555 <DT>first-recent</DT>
26556 <DD>Similar to the default, but rather than starting on the first
26557 unseen message Alpine starts on the first <EM>recent</EM> message.
26558 A message is recent if it arrived since the last time the folder was
26559 open.  This value causes the current message to be set to the first
26560 recent message if there is one, otherwise to the last
26561 message in the folder.
26562 </DD>
26564 <DT>first-important</DT>
26565 <DD>This will result in the current message being set to the first
26566 message marked Important (but not Deleted).
26567 If no messages are marked Important, then it will be the last message.
26568 Messages are marked Important by <EM>you</EM>, not by the sender, using
26570 <A HREF="h_common_flag">Flag command</A>.
26571 Or they may be marked Important by an Alpine
26572 <A HREF="h_mainhelp_filtering">Filter</A>
26573 that you have set up.
26574 </DD>
26576 <DT>first-important-or-unseen</DT>
26577 <DD>This selects the first of the first unseen and the first important
26578 messages.
26579 </DD>
26581 <DT>first-important-or-recent</DT>
26582 <DD>This selects the first of the first recent and the first important
26583 messages.
26584 </DD>
26586 <DT>first</DT>
26587 <DD>Simply starts you on the <EM>first</EM> undeleted message in the folder.
26588 If all messages are deleted you start on the last message.
26589 </DD>
26591 <DT>last</DT>
26592 <DD>Simply starts you on the <EM>last</EM> undeleted message in the folder
26593 If all messages are deleted you start on the last message.
26594 </DD>
26595 </DL>
26598 NOTE:  For newsgroups in the incoming collection, &quot;first-unseen&quot; and
26599 &quot;first-recent&quot; are the same and are affected by whether or not the
26600 feature 
26601 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
26602 is turned on. 
26603 Also, there is no permanent storage in news for an Important flag.
26604 This means that no messages will be marked Important when a newsgroup is
26605 first opened.
26608 <UL>   
26609 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26610 </UL><P>
26611 &lt;End of help on this topic&gt;
26612 </BODY>
26613 </HTML>
26614 ====== h_config_browser =====
26615 <HTML>
26616 <HEAD>
26617 <TITLE>OPTION: <!--#echo var="VAR_url-viewers"--></TITLE>
26618 </HEAD>
26619 <BODY>
26620 <H1>OPTION: <!--#echo var="VAR_url-viewers"--></H1>
26621 <!--chtml if pinemode="os_windows"-->
26622 PC-Alpine users do not need to enter anything here, unless:<UL>
26623 <LI> they want to override, for use with Alpine, the application defined
26624 in the Windows operating system for handling URLs; or
26625 <LI> they are (planning on) using the same configuration file with 
26626 Unix Alpine.
26627 </UL>
26629 Note that if using a viewer that has a space in its path, you should
26630 use the DOS name for that directory or file. Example:
26631 <PRE>
26632 url-viewer=C:&#92;Progra~1&#92;mozilla&#92;mozilla.exe
26633 </PRE>
26634 <HR><P>
26635 <!--chtml endif-->
26636 This option affects Alpine's handling of URLs that are found in 
26637 messages you read.  Normally, only URLs Alpine can handle directly
26638 are automatically offered for selection in the &quot;Message
26639 Text&quot; screen.  When one or more applications
26640 capable of deciphering URLs on their command line are added here, Alpine
26641 will choose the first available to display URLs it cannot handle directly.
26642 A viewer's availability is based on its being specified with a <B>full
26643 directory path</B> and the evaluation of any optionally supplied
26644 parameters described below.
26647 Additionally, to support various connection methods and applications, each
26648 entry in this list can optionally begin with one or more of
26649 the following special tokens.  The allowed tokens include:
26652 <DL>
26653 <DT>_TEST(<VAR>test-string</VAR>)_</DT>
26654 <DD>
26655 The <VAR>test-string</VAR> is a shell command that Alpine will run to
26656 evaluate a viewer's availability.  The command specified by the test
26657 string is run and if its resulting exit status is non-zero, Alpine will
26658 not consider the associated viewer for use.
26659 </DD>
26661 <DT>_SCHEME(<VAR>scheme-list</VAR>)_</DT>
26662 <DD>
26663 The <VAR>scheme-list</VAR> is a list of one or more (comma-delimited)
26664 URL schemes that are to be used with the associated viewer.  This is
26665 the way to configure Alpine to recognize URLs other than the built-in set.
26667 It can also be used to override Alpine's built-in handlers.
26668 For example, you could specify &quot;news&quot; in the <VAR>scheme-list</VAR>,
26669 and Alpine would use (provided it passed all other criteria) the associated
26670 viewer when it encounterd a URL of the form &quot;news:comp.mail.pine&quot;.
26672 </DD>
26673 </DL>
26676 By default, Alpine will simply append a space character followed by the
26677 selected URL prior to launching the command in your specified SHELL.  You can
26678 optionally specify where in the command the selected URL should appear
26679 by using the &quot;_URL_&quot; token.  All occurrences found in the command
26680 will be replaced with the selected URL before the command is handed
26681 to the shell.  If such replacement occurs, the default appending of the
26682 selected URL does not take place.
26685 NOTE: If the viewer you specify has any command-line arguments,
26686 including the &quot;_URL_&quot; token, you will need to add a
26687 double-quote character before the command path and after the last
26688 argument (see the &quot;lynx&quot; example below).
26691 So, here are some example entries:
26692 <PRE>
26693 url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/local/bin/netscape
26694               &quot;/usr/local/bin/lynx _URL_&quot;
26695               C:&#92;BIN&#92;NETSCAPE.BAT
26696 </PRE>
26698 This example shows that for the first viewer in the list to be used
26699 the environment variable &quot;DISPLAY&quot; must be defined.  If it
26700 is, then the path and file &quot;/usr/local/bin/netscape&quot; must exist.  
26701 If neither condition is met,
26702 then the path and file &quot;/usr/local/bin/lynx&quot; must exist.  
26703 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL. 
26704 If the path to &quot;lynx&quot; is invalid,
26705 then the final path and file C:&#92;BIN&#92;NETSCAPE.BAT must exist.  
26706 Note that the last
26707 entry is a DOS/Windows path.  This is one way to support Alpine running
26708 on more than one architecture with the same configuration file.<P>
26710 <!--chtml if pinemode="os_windows"-->
26711 <!--chtml else-->
26712 Note that depending on the type of browser used and the method of 
26713 its invocation (such as whether it will open in a separate window) from
26714 the MESSAGE TEXT screen, the browser may &quot;supplant&quot; 
26715 the MESSAGE TEXT screen, and you will have to quit the browser to return to 
26716 it (for example, when using Lynx; to exit Lynx, use the &quot;Q&quot; command).
26717 In other words, launching the browser from Alpine may make Alpine 
26718 &quot;disappear&quot; (although it is still &quot;running&quot;)
26719 until you close the browser again.<P>  
26720 <UL><LI><A HREF="h_config_browser_xterm">Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
26721 environment: for advanced users and  systems administrators</A>
26722 </UL>
26723 <!--chtml endif-->
26724 <P>If you are unsure what browsers are available on your system or how to 
26725 specify them in Alpine's <!--#echo var="VAR_url-viewers"--> option for best usability, contact your 
26726 local computing support staff.
26727 <P><UL>
26728 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26729 </UL>
26731 &lt;End of help on this topic&gt;
26732 </BODY>
26733 </HTML>
26734 ====== h_config_browser_xterm =====
26735 <HTML>
26736 <HEAD>
26737 <TITLE><!--#echo var="VAR_url-viewers"--> and X windows applications</TITLE>
26738 </HEAD>
26739 <BODY>
26740 <H1>Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
26741 environment: for advanced users and  systems administrators</H1>
26742 If you are using Alpine with an X-terminal (emulator) and want to define an 
26743 X windows-based application in <!--#echo var="VAR_url-viewers"-->, 
26744 you may want to do so in a manner that causes any <B>already</B> 
26745 invoked viewer application to be used for viewing URLs you select from Alpine 
26746 messages, and a <B>new</B> URL-viewer process to be 
26747 started <B>only</B> if the same application has <B>not already</B> 
26748 been launched -- for one reason, to avoid file-locking contentions among 
26749 multiple invocations of the same URL-viewer application.  
26750 (The example entries set in the help screen for the &quot;<!--#echo var="VAR_url-viewers"-->&quot; 
26751 option does not do this.)  A method of doing that would be:<OL>
26752 <LI> use 
26753 the _TEST(<VAR>test-string</VAR>)_ token in the <B>first</B> entry to 
26754 check (using commands appropriate for your Unix shell
26755 in place of <VAR>test-string</VAR>) for the presence of a 
26756 lockfile created by the URL-viewer application -- which implies that the 
26757 application is already running, though this is not foolproof. 
26758 Following that in the same <!--#echo var="VAR_url-viewers"--> entry, specify the 
26759 application with its appropriate command line option(s) to 
26760 show the URL selected from the Alpine message in an already open window of 
26761 that application, or perhaps in a new window of that application.  
26763 <LI> In the 
26764 <B>second</B> entry for the <!--#echo var="VAR_url-viewers"--> option, specify the same 
26765 application without those command line options, but this time using the 
26766 _TEST(...)_ token to check whether the environment variable &quot;DISPLAY&quot;
26767 is defined.
26768 <LI> If you will be using Alpine (with the same .pinerc file) outside of the X 
26769 windows environment (for instance, using VT-100 terminal emulation), you 
26770 may wish to specify a non-X windows URL-viewer application such as Lynx
26771 as the last entry.
26772 </OL><BR>
26773 How exactly you define your <!--#echo var="VAR_url-viewers"--> entries to do this will depend on 
26774 the command shell, the URL-viewer application(s), and possibly the specific 
26775 version of the latter, you are using.  
26777 Relevant command 
26778 line options for the Netscape browser for showing URLs (selected from Alpine) 
26779 when Netscape is already running are discussed in the document
26780 &quot;Remote Control of UNIX Netscape&quot; 
26781 found at the URL (as of 12 Aug. 1998):
26784 <CENTER><A HREF="http://home.netscape.com/newsref/std/x-remote.html">http://home.netscape.com/newsref/std/x-remote.html</A></CENTER>
26786 <P>(If the URL-viewer application is 
26787 <B>not</B> running on the same host as Alpine, but being launched from an 
26788 applications server, you may not be able to use the command line options for 
26789 using an existing invocation of the application in Alpine's <!--#echo var="VAR_url-viewers"--> entry.)
26791 <!--chtml if this-method="shown-to-work"-->
26792 An example using the Korn shell and the Netscape browser (first entry wrapped 
26793 because of its length, but should all appear on one line):
26795 url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ &quot;/usr/local/bin/netscape -remote 'openURL(_URL_,  new-window)' &amp;&quot;<BR>
26797 _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_ &quot;/usr/local/bin/netscape &amp;&quot;<BR>
26798               &quot;/usr/local/bin/lynx '_URL_'&quot;
26800 <!--chtml endif-->
26802 <UL>   
26803 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26804 </UL><P>
26805 &lt;End of help on this topic&gt;
26806 </BODY>
26807 </HTML>
26808 ====== h_config_enable_full_hdr =====
26809 <HTML>
26810 <HEAD>
26811 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></TITLE>
26812 </HEAD>
26813 <BODY>
26814 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></H1>
26816 This feature enables the &quot;H Full Headers&quot; command which toggles between
26817 the display of all headers in the message and the normal edited view of
26818 headers.  The Full Header command also controls which headers are included
26819 for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
26820 Full Header mode will respect the
26821 <A HREF="h_config_include_header">&quot;Include-Headers-in-Reply&quot;</A>
26822 feature setting.)
26824 If Full Header mode is turned on and you Forward a message, you will
26825 be asked if you'd like to forward the message as an attachment, as opposed
26826 to including the text of the message in the body of your new message.
26828 If you have also turned on the
26829 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
26830 option then the Full Headers command actually rotates through three states
26831 instead of just two.
26832 The first is the normal view with long quotes suppressed.
26833 The second is the normal view but with the long quotes included.
26834 The last enables the display of all headers in the message.
26835 When using Export, Pipe, Print, Forward, or Reply the quotes are
26836 never suppressed, so the first two states are identical.
26838 Normally, the Header Mode will reset
26839 to the default behavior when moving to a new message.
26840 The mode can be made to persist from message to message by setting the feature
26841 <A HREF="h_config_quell_full_hdr_reset"><!--#echo var="FEAT_quell-full-header-auto-reset"--></A>.
26843 <UL>   
26844 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26845 </UL><P>
26846 &lt;End of help on this topic&gt;
26847 </BODY>
26848 </HTML>
26849 ====== h_config_enable_full_hdr_and_text =====
26850 <HTML>
26851 <HEAD>
26852 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></TITLE>
26853 </HEAD>
26854 <BODY>
26855 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></H1>
26857 This feature affects how the &quot;H Full Headers&quot; command displays
26858 message text.  If set, the raw message text will be displayed.  This
26859 especially affects MIME formatted email, where the entire MIME format
26860 will be displayed.  This feature similarly affects how messages are
26861 included for the Export, Pipe, Print, Forward, and Reply functions.
26863 When viewing a raw message that has attachments with this feature set,
26864 you will not be able to view attachments without first leaving full 
26865 headers mode.  This is because MIME parsing is not done on the raw message.
26867 <UL>   
26868 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26869 </UL><P>
26870 &lt;End of help on this topic&gt;
26871 </BODY>
26872 </HTML>
26873 ====== h_config_enable_pipe =====
26874 <HTML>
26875 <HEAD>
26876 <TITLE>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></TITLE>
26877 </HEAD>
26878 <BODY>
26879 <H1>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></H1>
26881 This feature enables the "| Pipe" command that sends the current message
26882 to the specified command for external processing.
26885 A short description of how the pipe command works is given
26886 <A HREF="h_pipe_command">here</A>.
26889 <UL>   
26890 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26891 </UL><P>
26892 &lt;End of help on this topic&gt;
26893 </BODY>
26894 </HTML>
26895 ====== h_config_quell_full_hdr_reset =====
26896 <HTML>
26897 <HEAD>
26898 <TITLE>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></TITLE>
26899 </HEAD>
26900 <BODY>
26901 <H1>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></H1>
26903 The <A HREF="h_common_hdrmode">HdrMode Command</A>
26904 normally resets to the default state when switching to a new message.
26905 For example, if you've used the &quot;H&quot; command to turn on Full
26906 Headers for a message you are viewing, and then you type the Next command
26907 to look at the next message, the full headers will no longer be shown.
26908 Setting this feature disables that reset.
26909 Instead, the Header Mode remains the same from message to message.
26912 The presence or absence of the HdrMode command is determined by the
26913 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
26914 Feature-List option.
26916 <UL>   
26917 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26918 </UL><P>
26919 &lt;End of help on this topic&gt;
26920 </BODY>
26921 </HTML>
26922 ====== h_config_enable_tab_complete =====
26923 <HTML>
26924 <HEAD>
26925 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></TITLE>
26926 </HEAD>
26927 <BODY>
26928 <H1>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></H1>
26930 This feature enables the TAB key when at a prompt for a filename. In this
26931 case, TAB will cause the partial name already entered to be automatically
26932 completed, provided the partial name is unambiguous.
26933 This feature is on by default.
26935 Similarly, this feature also enables TAB completion of address book
26936 nicknames when at a prompt for a nickname,
26937 or when typing in an address field in the composer.
26939 &lt;End of help on this topic&gt;
26940 </BODY>
26941 </HTML>
26942 ====== h_config_quit_wo_confirm =====
26943 <HTML>
26944 <HEAD>
26945 <TITLE>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></TITLE>
26946 </HEAD>
26947 <BODY>
26948 <H1>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></H1>
26950 This feature controls whether or not Alpine will ask for confirmation when a
26951 Quit command is received.
26953 &lt;End of help on this topic&gt;
26954 </BODY>
26955 </HTML>
26956 ====== h_config_quote_replace_noflow =====
26957 <HTML>
26958 <HEAD>
26959 <TITLE>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></TITLE>
26960 </HEAD>
26961 <BODY>
26962 <H1>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></H1>
26964 This feature, which is only active when
26965 <A HREF="h_config_quote_replace_string"><!--#echo var="VAR_quote-replace-string"--></A> is
26966 also set,
26967 enables quote-replacement on non-flowed messages.  It is off
26968 by default because a non-flowed message is more dependent on its format,
26969 and thus quote-replacement may cause less-than-pleasing results.
26970 Setting this feature will cause quote-replacement similar to that of flowed
26971 messages, but with the added possibility of long lines being wrapped
26972 into new lines if the Quote-Replacement-String is longer than the string
26973 it is replacing, which is &quot;&gt;&nbsp;&quot;.
26975 &lt;End of help on this topic&gt;
26976 </BODY>
26977 </HTML>
26978 ====== h_config_enable_jump =====
26979 <HTML>
26980 <HEAD>
26981 <TITLE>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></TITLE>
26982 </HEAD>
26983 <BODY>
26984 <H1>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></H1>
26986 When this feature is set you may enter a number (followed by RETURN)
26987 and jump to that message number, when in the MESSAGE INDEX or MESSAGE TEXT
26988 screens.  In other words, it obviates the need for typing the "J" for the
26989 Jump command.
26991 &lt;End of help on this topic&gt;
26992 </BODY>
26993 </HTML>
26994 ====== h_config_enable_alt_ed =====
26995 <HTML>
26996 <HEAD>
26997 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></TITLE>
26998 </HEAD>
26999 <BODY>
27000 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></H1>
27002 If this feature is set (the default), and the 
27003 <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27004 <B>is not</B> set, entering
27005 the ^_ (Ctrl-underscore) key while composing a message will prompt you
27006 for the name of the editor you would like to use.
27008 If the environment variable $EDITOR is set, its value will be offered as
27009 a default.
27011 If the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27012 <B>is</B> set, the ^_ key will activate the specified
27013 editor without prompting, in which case it is not necessary to
27014 set the &quot;<!--#echo var="FEAT_enable-alternate-editor-cmd"-->&quot; feature.  
27016 <UL>   
27017 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27018 </UL><P>
27019 &lt;End of help on this topic&gt;
27020 </BODY>
27021 </HTML>
27022 ====== h_config_alt_ed_now =====
27023 <HTML>
27024 <HEAD>
27025 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></TITLE>
27026 </HEAD>
27027 <BODY>
27028 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></H1>
27030 If this feature and the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A>
27031 variable are both set, Alpine will
27032 automatically activate the specified editor when the cursor is moved from
27033 the header of the message being composed into the message text.  For
27034 replies, the alternate editor will be activated immediately.  If this
27035 feature is set but the &quot;<!--#echo var="VAR_editor"-->&quot; variable is not set, then Alpine will
27036 automatically ask for the name of an alternate editor when the cursor
27037 is moved out of the header being composed, or if a reply is being done.
27039 <P><UL>
27040 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27041 </UL>
27043 &lt;End of help on this topic&gt;
27044 </BODY>
27045 </HTML>
27046 ====== h_config_enable_bounce =====
27047 <HTML>
27048 <HEAD>
27049 <TITLE>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></TITLE>
27050 </HEAD>
27051 <H1>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></H1>
27052 <BODY>
27054 Setting this feature enables the "B Bounce" command, which will prompt
27055 for an address and *remail* the message to the new recipient.  This command
27056 is used to re-direct messages that you have received in error, or need to
27057 be redirected for some other reason (e.g. list moderation).  The final
27058 recipient will see a header indicating that you have Resent the msg, but
27059 the message's From: header will show the original author of the message,
27060 and replies to it will go back to that author, and not to you.
27062 &lt;End of help on this topic&gt;
27063 </BODY>
27064 </HTML>
27065 ====== h_config_enable_agg_ops =====
27066 <HTML>
27067 <HEAD>
27068 <TITLE>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></TITLE>
27069 </HEAD>
27070 <BODY>
27071 <H1>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></H1>
27073 When this feature is set you may use the commands and subcommands that relate to
27074 performing operations on more than one message at a time.  We call these
27075 &quot;aggregate operations&quot;.  In particular, the 
27076 <!--chtml if pinemode="function_key"-->&quot;F5
27077 <!--chtml else-->&quot;;
27078 <!--chtml endif--> Select&quot;, 
27080 <!--chtml if pinemode="function_key"-->
27081 &quot;F6
27082 <!--chtml else-->
27083 &quot;A 
27084 <!--chtml endif-->
27085 Apply&quot;, and 
27086 <!--chtml if pinemode="function_key"-->
27087 &quot;F4
27088 <!--chtml else-->
27089 &quot;Z 
27090 <!--chtml endif-->
27091 Zoom&quot; commands are enabled by this feature.  Select is used to
27092 &quot;tag&quot; one or more messages meeting the specified criteria.  Apply can
27093 then be used to apply any message command to all of the selected/tagged
27094 messages.  Further, the Zoom command allows you to toggle the MESSAGE INDEX
27095 view between just those Selected and all messages in the folder.
27097 This feature also enables the 
27098 <!--chtml if pinemode="function_key"-->
27099 &quot;F7&quot; 
27100 <!--chtml else-->
27101 &quot;^X&quot; 
27102 <!--chtml endif-->
27104 subcommand in the MESSAGE INDEX 
27105 WhereIs command that causes all messages matching the WhereIs argument to 
27106 become selected; and the Select, Select Current, and ZoomMode commands in the
27107 <A HREF="h_folder_maint">FOLDER LIST screen</A>.
27109 Some related help topics are
27110 <UL>
27111 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
27112 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
27113 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
27114 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
27115 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
27116 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
27117 </UL>
27119 <UL>   
27120 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27121 </UL><P>
27122 &lt;End of help on this topic&gt;
27123 </BODY>
27124 </HTML>
27126 ====== h_config_enable_flag =====
27127 <HTML>
27128 <HEAD>
27129 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></TITLE>
27130 </HEAD>
27131 <BODY>
27132 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></H1>
27134 Setting this feature enables the
27135 <A HREF="h_common_flag">&quot;* Flag&quot;</A>
27136 command that allows you to
27137 manipulate the status flags associated with a message.  By default, Flag
27138 will set the "Important" flag, which results in an asterisk being
27139 displayed in column one of the MESSAGE INDEX for such messages.
27141 &lt;End of help on this topic&gt;
27142 </BODY>
27143 </HTML>
27144 ====== h_config_flag_screen_default =====
27145 <HTML>
27146 <HEAD>
27147 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></TITLE>
27148 </HEAD>
27149 <BODY>
27150 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></H1>
27152 The feature modifies the behavior of the
27153 <a href="h_common_flag">Flag</a>
27154 command (provided it too is
27155 <A HREF="h_config_enable_flag">enabled</A>).
27156 By default, when the "* Flag" command is selected,
27157 Alpine offers a prompt to set one of several flags and also offers the
27158 option of entering the detailed flag manipulation screen via the "^T"
27159 key. Enabling this feature causes Alpine to immediately enter the detailed
27160 flag screen rather than first offer the simple prompt.
27162 <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.
27164 &lt;End of help on this topic&gt;
27165 </BODY>
27166 </HTML>
27167 ====== h_config_flag_screen_kw_shortcut =====
27168 <HTML>
27169 <HEAD>
27170 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></TITLE>
27171 </HEAD>
27172 <BODY>
27173 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></H1>
27175 This feature modifies the behavior of the
27176 <a href="h_common_flag">Flag</a> command
27177 and the <A HREF="h_index_cmd_select">Select</A> command.
27178 This feature is set by default.
27179 When this feature is not set, when the "* Flag" command is selected,
27180 Alpine offers a prompt to set one of several flags and also offers the
27181 option of entering the detailed flag manipulation screen via the "^T"
27182 key.
27183 If you have
27184 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
27185 defined, then enabling this feature adds a shortcut way to set or unset
27186 keywords.
27187 You use &quot;*&quot; followed by the first letter of a keyword (or the nickname of
27188 a keyword if you've given it a nickname) and that will set the keyword.
27190 An example is easier to understand than the explanation.
27191 The flag command can always be used to set the system flags.
27192 For example, to set the Answered flag you would type
27194 <CENTER><SAMP>* A</SAMP></CENTER>
27196 Now suppose you have defined a keyword &quot;Work&quot; using the <!--#echo var="VAR_keywords"-->
27197 option in the Config screen.
27198 By default, to set a keyword like &quot;Work&quot; you would usually
27199 have to go to the Flag Details screen using
27200 the &quot;^T To Flag Details&quot; command.
27201 Instead, if you have enabled this feature, you may type
27203 <CENTER><SAMP>* W</SAMP></CENTER>
27205 to set the Work flag, or
27207 <CENTER><SAMP>* ! W</SAMP></CENTER>
27209 to unset it.
27210 Just like for the other flag setting commands, the case of the letter does
27211 not matter, so &quot;w&quot; or &quot;W&quot; both set the &quot;Work&quot;
27212 keyword.
27214 Notice that you can only use this trick for one keyword that begins
27215 with &quot;W&quot;.
27216 If you happen to have a &quot;Work&quot; keyword and another keyword that is
27217 &quot;WIFI&quot; the &quot;* W&quot; command will set the first one in
27218 your list of keywords.
27219 Also, there are five letters that are reserved for system
27220 flags and the NOT command.
27221 If you type &quot;* A&quot; it will always set the Answered flag, not
27222 your &quot;Aardvark&quot; keyword.
27223 In order to set the &quot;Aardvark&quot; keyword you'll still have to use
27224 the Flag Details screen.
27226 Because enabling the
27227 <A HREF="h_config_flag_screen_default"><!--#echo var="FEAT_enable-flag-screen-implicitly"--></A>
27228 option causes Alpine to skip directly to the Flag Details screen when the
27229 Flag command is used, 
27230 setting it will cause this feature to have no effect at all.
27232 Similarly, when Selecting by Keyword, setting this option will allow you
27233 to use Keyword initials instead of full keywords.
27235 &lt;End of help on this topic&gt;
27236 </BODY>
27237 </HTML>
27238 ====== h_config_can_suspend =====
27239 <HTML>
27240 <HEAD>
27241 <TITLE>FEATURE: <!--#echo var="FEAT_enable-suspend"--></TITLE>
27242 </HEAD>
27243 <BODY>
27244 <H1>FEATURE: <!--#echo var="FEAT_enable-suspend"--></H1>
27246 Setting this feature will allow you to type ^Z (Control Z) to 
27247 <!--chtml if pinemode="os_windows"-->
27248 minimize Alpine into its icon, bringing into focus whatever
27249 application is running behind the PC-Alpine window.
27250 <!--chtml else-->
27251 temporarily suspend Alpine.
27254 This does not exit Alpine, but puts it in the background to watch
27255 for new mail and such.  Normally, you type a command, such
27256 as &quot;fg&quot; at your system prompt to return to your Alpine session.
27259 The <A HREF="h_config_suspend_spawns"><!--#echo var="FEAT_use-subshell-for-suspend"--></A> feature
27260 adjusts whether Alpine is placed into the background of the shell its 
27261 running in or starts a news shell.
27262 <!--chtml endif-->
27265 <UL>   
27266 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27267 </UL><P>
27268 &lt;End of help on this topic&gt;
27269 </BODY>
27270 </HTML>
27271 ====== h_config_take_lastfirst ======
27272 <HTML>
27273 <HEAD>
27274 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></TITLE>
27275 </HEAD>
27276 <BODY>
27277 <H1>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></H1>
27279 Normally, when TakeAddr is used to copy an address from a message into
27280 an address book entry, Alpine will attempt to rewrite the full name of the
27281 address in the form
27284 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last, First<P>
27286 instead of<P>
27288 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First Last
27291 It does this because many people find it useful to sort by Last name
27292 instead of First name.  If this feature is set, then the TakeAddr command
27293 will not attempt to reverse the name in this manner.
27295 &lt;End of help on this topic&gt;
27296 </BODY></HTML>
27297 ====== h_config_disable_regex ======
27298 <HTML>
27299 <HEAD>
27300 <TITLE>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></TITLE>
27301 </HEAD>
27302 <BODY>
27303 <H1>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></H1>
27305 Normally, the
27306 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
27307 option is interpreted as a regular expression.
27308 One type of address that might cause trouble is an address that
27309 contains a plus sign.
27310 If you want to have an address with a plus as one of your
27311 <!--#echo var="VAR_alt-addresses"-->
27312 and you don't want to use regular expressions, then setting this
27313 feature will cause Alpine to treat the addresses you list literally instead.
27315 &lt;End of help on this topic&gt;
27316 </BODY></HTML>
27317 ====== h_config_take_fullname ======
27318 <HTML>
27319 <HEAD>
27320 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></TITLE>
27321 </HEAD>
27322 <BODY>
27323 <H1>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></H1>
27325 Normally, when TakeAddr is used to copy an address or addresses
27326 from a message into an address book entry, Alpine will try to preserve
27327 the full name associated with each address in the list of addresses.
27328 The reason for this is so that if the entry is a list or later becomes a
27329 list, then information about the individual addresses in the list
27330 is preserved.
27331 If you would rather just have the simple addresses in the list of addresses,
27332 set this feature. For example, with the default setting you might
27333 see something like this in the ADDRESS BOOK editor after you type TakeAddr
27335 <PRE>
27336  Nickname  : nick
27337  Fullname  : Bedrock Elders
27338  Fcc       :
27339  Comment   :
27340  Addresses : Fred Flintstone &lt;flint@bedrock.org&gt;,
27341              Barney Rubble &lt;rubble@bedrock.org&gt;
27342 </PRE>
27344 but with this feature set it would look like
27346 <PRE>
27347  Nickname  : nick
27348  Fullname  : Bedrock Elders
27349  Fcc       :
27350  Comment   :
27351  Addresses : flint@bedrock.org,
27352              rubble@bedrock.org
27353 </PRE>
27355 instead. Note the difference in the Addresses field.
27357 &lt;End of help on this topic&gt;
27358 </BODY></HTML>
27359 ====== h_config_print_from ======
27360 <HTML>
27361 <HEAD>
27362 <TITLE>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></TITLE>
27363 </HEAD>
27364 <BODY>
27365 <H1>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></H1>
27367 If this feature is set, then the Berkeley-mail style From line is included
27368 at the start of each message that is printed.  This line looks something
27369 like the following, with the address replaced by the address from the
27370 From line of the message being printed:
27372 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From user@domain.somewhere.com Mon May 13
27373 14:11:06 1998
27375 &lt;End of help on this topic&gt;
27376 </BODY>
27377 </HTML>
27378 ====== h_config_expanded_distlists ======
27379 <HTML>
27380 <HEAD>
27381 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></TITLE>
27382 </HEAD>
27383 <BODY>
27384 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></H1>
27385 If this feature is set, then distribution lists in the address book
27386 screen will always be expanded automatically.
27388 &lt;End of help on this topic&gt;
27389 </BODY>
27390 </HTML>
27391 ====== h_config_compose_news_wo_conf ======
27392 <HTML>
27393 <HEAD>
27394 <TITLE>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></TITLE>
27395 </HEAD>
27396 <BODY>
27397 <H1>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></H1>
27398 This feature controls one aspect of Alpine's Composer.  If you enter the
27399 composer while reading a newsgroup, you will normally be prompted to
27400 determine whether you intend the new message to be posted to the current
27401 newsgroup or not.  If this feature is set, Alpine will not prompt you
27402 in this situation, and will assume that you do indeed wish to post
27403 to the newsgroup you are reading.
27405 &lt;End of help on this topic&gt;
27406 </BODY>
27407 </HTML>
27408 ====== h_config_compose_rejects_unqual ======
27409 <HTML>
27410 <HEAD>
27411 <TITLE>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></TITLE>
27412 </HEAD>
27413 <BODY>
27414 <H1>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></H1>
27416 This feature controls one aspect of the message composer; in particular,
27417 what happens when an unqualified name is entered into an address header.
27418 If set, unqualified names entered as addresses will be treated as errors
27419 unless they match an addressbook nickname.  Alpine will not attempt to turn
27420 them into complete addresses by adding your local domain.<P>
27422 A complete (fully qualified) address is one containing a username followed
27423 by an &quot;@&quot; (&quot;at&quot;) symbol, followed by a domain name (e.g.
27424 &quot;jsmith@example.com&quot;).  An unqualified name is one <B>without</B> 
27425 the &quot;@&quot; symbol and domain name (e.g. &quot;jsmith&quot;). 
27427 (See also <A HREF="h_address_format">Explanation of Address formats</A>.)
27431 When you enter a fully qualified address, Alpine does not interpret or
27432 modify it, but simply passes it on to the mail-transport-agent (MTA) for
27433 your system.  Alpine conforms to the Internet standards governing message
27434 headers and will not send an unqualifed name to the MTA.  Therefore, when
27435 you enter an unqualified name, Alpine will normally attempt to turn it into
27436 a fully qualified address, first by checking to see if you have entered a
27437 matching nickname in your addressbook, or failing that, by simply adding
27438 your own domain to the name entered.  So if your address is
27439 &quot;jsmith@example.com&quot; and you enter &quot;fred&quot;, then (assuming 
27440 &quot;fred&quot; is not a nickname in your addressbook), Alpine will turn 
27441 that into &quot;fred@example.com&quot;.<P>
27443 There are situations where it is not desirable for Alpine to interpret such
27444 unqualified names as valid (local) addresses.  For example, if &quot;fred&quot;
27445 turned out to be a typo (intended to be an addressbook nickname), but
27446 there actually was a &quot;fred&quot; in your local domain, the message might 
27447 be mis-delivered without your realizing it.  In order to reduce the likelihood
27448 of such accidents, setting this feature will cause Alpine to treat such
27449 addresses as errors, and require that you explicitly enter the full local
27450 address (e.g. &quot;fred@example.com&quot;) or correct the name so that it 
27451 matches an address book nickname.<P>
27453 Consider this a safety feature against mis-directed mail.
27455 <UL>   
27456 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27457 </UL><P>
27458 &lt;End of help on this topic&gt;
27459 </BODY>
27460 </HTML>
27461 ====== h_config_quell_local_lookup ======
27462 <HTML>
27463 <HEAD>
27464 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></TITLE>
27465 </HEAD>
27466 <BODY>
27467 <H1>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></H1>
27469 This feature controls an aspect of Alpine's Composer, and if needed, will
27470 usually be set by your system manager in Alpine's system-wide configuration
27471 file. Specifically, if this feature is set, Alpine will not attempt to look
27472 in the system password file to find a Full Name for the entered address.
27474 Normally, names you enter into address fields (e.g. To: or Cc:) are
27475 checked against your address book(s) to see if they match an address book
27476 nickname.  Failing that, (in Unix Alpine) the name is then checked against
27477 the Unix password file.  If the entered name matches a username in the
27478 system password file, Alpine extracts the corresponding Full Name information
27479 for that individual, and adds that to the address being entered.
27481 However, password file matching can have surprising (incorrect) results if
27482 other users of the system do not receive mail at the domain you are using.
27483 That is, if either the 
27484 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> or 
27485 <A HREF="h_config_domain_name">&quot;<!--#echo var="VAR_use-only-domain-name"-->&quot;</A>
27486 option
27487 is set such that the administrative domain of other users on the system
27488 isn't accurately reflected, Alpine should be told that a passwd file match
27489 is coincidental, and Full Name info will be incorrect.  For example, a
27490 personal name from the password file could get falsely paired with the
27491 entered name as it is turned into an address in the configured domain.
27493 If you are seeing this behavior, enabling this feature will prevent Unix
27494 Alpine from looking up names in the password file to find the Full Name
27495 for incomplete addresses you enter.<P>
27496 <UL>
27497 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27498 </UL>
27500 &lt;End of help on this topic&gt;
27501 </BODY>
27502 </HTML>
27503 ====== h_config_tab_checks_recent ======
27504 <HTML>
27505 <HEAD>
27506 <TITLE>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></TITLE>
27507 </HEAD>
27508 <BODY>
27509 <H1>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></H1>
27511 In a FOLDER LIST screen, the TAB key usually just changes which
27512 folder is highlighted.
27513 If this feature is set, then the TAB key will cause the number of
27514 recent messages and the total number of messages in the highlighted folder
27515 to be displayed instead.
27518 &lt;End of help on this topic&gt;
27519 </BODY>
27520 </HTML>
27521 ====== h_config_maildrops_preserve_state ======
27522 <HTML>
27523 <HEAD>
27524 <TITLE>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></TITLE>
27525 </HEAD>
27526 <BODY>
27527 <H1>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></H1>
27529 This feature affects the way <A HREF="h_maildrop">Mail Drops</A> work.
27530 Normally, when mail is moved from a Mail Drop folder to a destination
27531 folder, it is delivered as new mail.
27532 Any Seen/New, Answered, Important/Flagged state that has changed will be
27533 ignored.
27534 All of the mail will be considered unSeen, unAnswered, and unImportant after
27535 it is moved.
27537 If this feature is set, then the state changes that have been made
27538 to the messages in the Mail Drop folder will be preserved.
27540 In any case, messages that are already marked Deleted when the
27541 mail is to be moved from the Mail Drop will be ignored.
27543 &lt;End of help on this topic&gt;
27544 </BODY>
27545 </HTML>
27546 ====== h_config_preopen_stayopens ======
27547 <HTML>
27548 <HEAD>
27549 <TITLE>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></TITLE>
27550 </HEAD>
27551 <BODY>
27552 <H1>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></H1>
27554 This feature is related to the option
27555 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
27556 Normally, Stay Open folders are only opened on demand, when the user
27557 asks to open them.
27558 From then on they are kept open for the duration of the session.
27559 However, if this feature is set, then the Stay Open folders will all be
27560 opened at startup, at the same time that the INBOX is opened.
27563 &lt;End of help on this topic&gt;
27564 </BODY>
27565 </HTML>
27566 ====== h_config_expunge_inbox ======
27567 <HTML>
27568 <HEAD>
27569 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></TITLE>
27570 </HEAD>
27571 <BODY>
27572 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></H1>
27574 The INBOX is normally treated differently from regular folders in several
27575 ways.
27576 One of the differences is that the normal &quot;close&quot; sequence of
27577 events is deferred until Alpine is exited, instead of happening when you
27578 leave the INBOX to view another folder.
27579 The &quot;close&quot; sequence normally includes the Expunging
27580 of deleted messages
27581 (either automatically or after a prompt, controlled by the features
27582 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
27583 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
27584 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
27585 handling of the
27586 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>.
27589 If this feature is set the &quot;close&quot; sequence handling will take
27590 place every time you leave the INBOX.
27591 The INBOX will still be kept open, but the offer to Expunge and the archiving
27592 to the <!--#echo var="VAR_read-message-folder"-->
27593 will take place each time you leave the INBOX instead of only once at the
27594 end of the session.
27597 &lt;End of help on this topic&gt;
27598 </BODY>
27599 </HTML>
27600 ====== h_config_expunge_stayopens ======
27601 <HTML>
27602 <HEAD>
27603 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></TITLE>
27604 </HEAD>
27605 <BODY>
27606 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></H1>
27608 This feature is related to the option
27609 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
27610 Stay Open folders are treated differently from regular folders in several
27611 ways.
27612 One of the differences is that the normal &quot;close&quot; sequence of
27613 events is deferred until Alpine is exited, instead of happening when you
27614 leave the folder to view another folder.
27615 The &quot;close&quot; sequence normally includes the Expunging
27616 of deleted messages
27617 (either automatically or after a prompt, controlled by the features
27618 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
27619 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
27620 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
27621 handling of
27622 <A HREF="h_config_archived_folders"><!--#echo var="VAR_incoming-archive-folders"--></A>.
27625 If this feature is set the &quot;close&quot; sequence handling will take
27626 place when you leave the Stay Open folder.
27627 The folder will still be kept open, but the offer to Expunge and the archiving
27628 will take place each time you leave the folder instead of only once at the
27629 end of the session.
27630 This feature does not affect the INBOX, which will still only be processed
27631 when you exit Alpine.
27632 However, there is a similar feature that affects only the INBOX called
27633 <A HREF="h_config_expunge_inbox">&quot;<!--#echo var="FEAT_offer-expunge-of-inbox"-->&quot;</A>.
27636 &lt;End of help on this topic&gt;
27637 </BODY>
27638 </HTML>
27639 ====== h_config_preserve_start_stop ======
27640 <HTML>
27641 <HEAD>
27642 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></TITLE>
27643 </HEAD>
27644 <BODY>
27645 <H1>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></H1>
27647 This feature controls how special control key characters, typically
27648 Ctrl-S and Ctrl-Q, are interpreted when input to Alpine.  These characters
27649 are known as the "stop" and "start" characters and are sometimes used in
27650 communications paths to control data flow between devices that operate at
27651 different speeds.
27655 By default, Alpine turns the system's handling of these special characters
27656 off except during printing.  However, if you see Alpine reporting input errors
27657 such as:
27659 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ Command "^Q" not defined for this screen.]
27661 and, at the same time, see your display become garbled, then it is likely
27662 that setting this option will solve the problem.  Be aware, though, that
27663 enabling this feature will also cause Alpine to ostensibly "hang" 
27664 whenever the Ctrl-S key combination is entered as the system is now
27665 interpreting such input as a "stop output" command.  To "start
27666 output"  again, simply type Ctrl-Q. 
27668 &lt;End of help on this topic&gt;
27669 </BODY>
27670 </HTML>
27671 ====== h_config_enable_incoming ======
27672 <HTML>
27673 <HEAD>
27674 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></TITLE>
27675 </HEAD>
27676 <BODY>
27677 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></H1>
27679 Alpine's Incoming Message Folders collection
27680 provides a convenient way to access multiple incoming folders.
27681 It is also useful if you have accounts on multiple computers.
27684 If set, this feature defines a pseudo-folder collection called
27685 &quot;INCOMING MESSAGE FOLDERS&quot;.  Initially, the only folder included
27686 in this collection will be your INBOX, which will no longer show up in
27687 your Default folder collection.
27690 You may add more folders to the Incoming Message Folders collection by
27691 using the
27692 <!--chtml if pinemode="function_key"-->
27693 &quot;F10
27694 <!--chtml else-->
27695 &quot;A
27696 <!--chtml endif-->
27697 Add&quot; command in the FOLDER LIST screen.  You will be prompted for
27698 the host the folder is stored on (which defaults to the same host used
27699 for your INBOX), a nickname, and the actual folder name.  Once a set
27700 of Incoming Message Folders are defined, the TAB key (in MESSAGE INDEX
27701 or MESSAGE TEXT screens) may be used to scan the folders for those
27702 with Recent messages.  If you add more folders to
27703 your <!--#echo var="VAR_incoming-folders"--> collection, turning this feature back off will have
27704 no effect.
27706 NOTE: Normally the software that actually delivers mail (the stuff that happens
27707 before Alpine is involved) is in a better position to do delivery filtering
27708 than is Alpine itself.
27709 If possible, you may want to look at programs such as
27710 &quot;filter&quot; or &quot;procmail&quot;, which are examples of delivery
27711 filtering programs.
27712 If you'd prefer to have Alpine do the filtering for you, you may set that
27714 Look <A HREF="h_rules_filter">here</A> for help with Alpine filtering.
27716 <UL>   
27717 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27718 </UL><P>
27719 &lt;End of help on this topic&gt;
27720 </BODY>
27721 </HTML>
27722 ====== h_config_enable_incoming_checking ======
27723 <HTML>
27724 <HEAD>
27725 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></TITLE>
27726 </HEAD>
27727 <BODY>
27728 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></H1>
27730 This feature is only operational if you have enabled the optional
27731 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> collection.
27732 If you do have Incoming Message Folders and you also set this feature,
27733 then the number of Unseen messages in each folder will be displayed
27734 in the FOLDER LIST screen for the Incoming Message Folders.
27735 The number of Unseen messages in a folder will be displayed in parentheses
27736 to the right of the name of each folder.
27737 If there are no Unseen messages in a folder then only the name
27738 is displayed, not a set of parentheses with zero inside them.
27739 A redraw command, Ctrl-L, can be used in the FOLDER LIST screen for
27740 the Incoming Message Folders to cause an immediate update.
27742 If a check for Unseen messages fails for a particular folder then Alpine
27743 will no longer attempt to check that folder for the duration of the
27744 session and this will be indicated by a question mark inside the
27745 parentheses.
27747 The features
27748 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>,
27749 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>,
27750 <A HREF="h_config_incoming_list"><!--#echo var="VAR_incoming-check-list"--></A>,
27751 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>,
27752 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>, and
27753 <A HREF="h_config_incoming_timeo"><!--#echo var="VAR_incoming-check-timeout"--></A>
27754 all affect how this feature behaves.
27756 <UL>   
27757 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27758 </UL><P>
27759 &lt;End of help on this topic&gt;
27760 </BODY>
27761 </HTML>
27762 ====== h_config_incoming_checking_total ======
27763 <HTML>
27764 <HEAD>
27765 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></TITLE>
27766 </HEAD>
27767 <BODY>
27768 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></H1>
27770 This option has no effect unless the feature
27771 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
27772 is set, which in turn has no effect unless
27773 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
27774 is set.
27776 When incoming folder checking is turned on the default is to display
27777 the number of unseen messages in each folder.
27778 More precisely, it is the number of undeleted unseen messages.
27779 Using this option you may also display the total number of messages
27780 in each folder.
27781 Instead of a single number representing the number of unseen messages
27782 you will get two numbers separated by a slash character.
27783 The first is the number of unseen messages and the second is the
27784 total number of messages.
27786 You may also use the recent message count instead of the unseen message
27787 count by turning on the feature
27788 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>.
27790 <UL>   
27791 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27792 </UL><P>
27793 &lt;End of help on this topic&gt;
27794 </BODY>
27795 </HTML>
27796 ====== h_config_incoming_checking_recent ======
27797 <HTML>
27798 <HEAD>
27799 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></TITLE>
27800 </HEAD>
27801 <BODY>
27802 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></H1>
27804 This option has no effect unless the feature
27805 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
27806 is set, which in turn has no effect unless
27807 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
27808 is set.
27810 When incoming folder checking is turned on the default is to display
27811 the number of unseen messages in each folder.
27812 More precisely, it is the number of undeleted unseen messages.
27813 Using this option you may display the number of recent messages instead
27814 of the number of unseen messages.
27815 A message is only counted as recent if this is the first session to
27816 see it, so the recent count might be less than the unseen count.
27817 The difference between the two would be accounted for by the unseen messages
27818 in the folder which were there previously but have not been looked at yet.
27820 If you simultaneously run more than one email client at a time
27821 (for example, you run more than one Alpine in parallel) then turning
27822 this feature on can cause some confusion.
27823 The confusion stems from the fact that each message is only considered to be
27824 recent in one session.
27825 That means that the counts of new messages may be different in the two
27826 Alpines running side by side, because each incoming message will only be
27827 counted as recent in one of the two sessions.
27829 You may also display the total number of messages
27830 in each folder by using the
27831 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
27832 option.
27834 <UL>   
27835 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27836 </UL><P>
27837 &lt;End of help on this topic&gt;
27838 </BODY>
27839 </HTML>
27840 ====== h_config_attach_in_reply ======
27841 <HTML>
27842 <HEAD>
27843 <TITLE>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></TITLE>
27844 </HEAD>
27845 <BODY>
27846 <H1>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></H1>
27848 This feature controls an aspect of Alpine's Reply command. If set, any MIME
27849 attachments that were part of the original message will automatically be
27850 included in the Reply.
27852 &lt;End of help on this topic&gt;
27853 </BODY>
27854 </HTML>
27855 ====== h_config_include_header =====
27856 <HTML>
27857 <HEAD>
27858 <TITLE>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></TITLE>
27859 </HEAD>
27860 <BODY>
27861 <H1>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></H1>
27863 This feature controls an aspect of Alpine's Reply command. If set, and the
27864 original message is being included in the reply, then headers from that
27865 message will also be part of the reply.
27867 &lt;End of help on this topic&gt;
27868 </HEAD>
27869 </HTML>
27870 ====== h_config_sig_at_bottom =====
27871 <HTML>
27872 <HEAD>        
27873 <TITLE>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></TITLE>
27874 </HEAD>
27875 <BODY>
27876 <H1>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></H1>
27878 This feature controls an aspect of Alpine's Reply command.  If this feature
27879 is set, and the original message is being included in the reply, then the
27880 contents of your signature file (if any) will be inserted after the included
27881 message.
27883 This feature does not affect the results of a Forward command.
27885 &lt;End of help on this topic&gt;
27886 </BODY>
27887 </HTML>
27888 ====== h_config_sigdashes =====
27889 <HTML>
27890 <HEAD>
27891 <TITLE>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></TITLE>
27892 </HEAD>
27893 <BODY>
27894 <H1>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></H1>
27896 This feature enables support for the common USENET news convention 
27897 of preceding a message signature with the special line consisting of 
27898 the three characters &quot;--&nbsp;&quot; (i.e., dash, dash, and space).
27901 When enabled and a
27902 &quot;<A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>&quot; exists,
27903 Alpine will insert the special line before including the file's text (unless
27904 the special line already exists somewhere in the file's text).
27907 In addition, when you Reply or Followup to a message containing one of
27908 these special lines and choose to include its text, Alpine will observe
27909 the convention of not including text beyond the special line in your
27910 reply.
27911 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
27912 mode is enabled and turned on, then Alpine <EM>will</EM>
27913 include the text beyond the special line regardless of the setting of
27914 this feature.
27917 See also &quot;<a href="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>&quot;
27918 for a related feature.
27921 <UL>   
27922 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27923 </UL><P>
27924 &lt;End of help on this topic&gt;
27925 </BODY>
27926 </HTML>
27927 ====== h_config_new_thread_blank_subject =====
27928 <HTML>
27929 <HEAD>
27930 <TITLE>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></TITLE>
27931 </HEAD>
27932 <BODY>
27933 <H1>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></H1>
27935 When this feature is enabled (the default) Alpine will create a new thread
27936 every time that the subject line becomes empty at any time during composition.
27939 This behavior is particularly useful in case you are replying to a message.
27940 Replying to a message causes the message to be in the same thread than the
27941 original message that is being replied to. However, many authors want to create
27942 a new message (in a different thread) while replying to a message, and they do
27943 this by changing the full subject, by first deleting the original subject and
27944 typing the new subject of the current message.
27947 Enabling this feature causes that any time that the subject is deleted, the 
27948 message being composed will be considered the first message of a new thread.
27951 <UL>   
27952 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27953 </UL><P>
27954 &lt;End of help on this topic&gt;
27955 </BODY>
27956 </HTML>
27957 ====== h_config_strip_sigdashes =====
27958 <HTML>
27959 <HEAD>
27960 <TITLE>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></TITLE>
27961 </HEAD>
27962 <BODY>
27963 <H1>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></H1>
27965 This feature doesn't do anything if the feature
27966 &quot;<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A>&quot; is turned on.
27967 However, if the &quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot; feature is not turned on,
27968 then turning on this feature enables support for the convention
27969 of not including text beyond the sigdashes line when Replying or Following
27970 up to a message and including the text of that message.
27971 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
27972 mode is enabled and turned on, then Alpine <EM>will</EM>
27973 include the text beyond the special line regardless of the setting of
27974 this feature.
27976 In other words, this is a way to turn on the signature stripping behavior
27977 without also turning on the dashes-adding behavior.
27979 <UL>   
27980 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27981 </UL><P>
27982 &lt;End of help on this topic&gt;
27983 </BODY>
27984 </HTML>
27985 ====== h_config_forward_as_attachment =====
27986 <HTML>
27987 <HEAD>
27988 <TITLE>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></TITLE>
27989 </HEAD>
27990 <BODY>
27991 <H1>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></H1>
27993 This feature affects the way forwarded message text is handled.  When set, rather than 
27994 include the text of the forwarded message below any additional text you provide in the
27995 composer, the forwarded message is attached in its entirety to the message you send.
27997 This is useful in that it keeps the text you provide in the composer distinct from the
27998 text of the forwarded message.  Similarly, it allows the recipient to 
27999 conveniently operate on the forwarded message.  For example, they might reply directly to
28000 the sender of the forwarded message, or process it as part of a spam report.
28001 <UL>   
28002 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28003 </UL><P>
28004 &lt;End of help on this topic&gt;
28005 </BODY>
28006 </HTML>
28007 ====== h_config_preserve_field =====
28008 <HTML>
28009 <HEAD>
28010 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></TITLE>
28011 </HEAD>
28012 <BODY>
28013 <H1>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></H1>
28015 This feature affects Alpine's behavior when one replies to a message. 
28016 When you receive a message, some or all of the recipients of the message 
28017 have been added to the To: and Cc: fields. If you reply to such message, 
28018 and this feature is disabled, then the original sender of the message is 
28019 added to the To: field, and all other recipients are added to the Cc: 
28020 field, while your address is added to the From: field.
28023 However, if this feature is enabled, then Alpine will preserve the 
28024 original fields as sent in the original message, so the Cc: and To: 
28025 fields will be preserved. The sender's address will be added to the To: 
28026 field, while your address is added to the From: field.
28029 The behavior of this feature is that replies to all messages will behave 
28030 in the way described above. If you only intend this to happen on a per 
28031 message basis, then keep this feature disabled, and when replying to a 
28032 message you will see a new option in the menu for the &quot;Reply to all 
28033 recipients?&quot; question. In this case, pressing &quot;p&quot; will 
28034 make Alpine toggle its question so you can preserve the To: and Cc: 
28035 fields for that message only.
28037 <UL>   
28038 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28039 </UL><P>
28040 &lt;End of help on this topic&gt;
28041 </BODY>
28042 </HTML>
28043 ====== h_config_sub_lists =====
28044 <HTML>
28045 <HEAD>
28046 <TITLE>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></TITLE>
28047 </HEAD>
28048 <BODY>
28049 <H1>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></H1>
28051 This feature affects the subcommands available when Saving, 
28052 or when Opening a new folder. If set, the subcommand ^X ListMatches will be
28053 available. This command allows you to type in a substring of the folder
28054 you are looking for and when you type ^X it will display all folders
28055 that contain that substring in their names.
28056 This feature is set by default.
28059 &lt;End of help on this topic&gt;
28060 </BODY>
28061 </HTML>
28062 ====== h_config_scramble_message_id =====
28063 <HTML>
28064 <HEAD>
28065 <TITLE>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></TITLE>
28066 </HEAD>
28067 <BODY>
28068 <H1>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></H1>
28070 Normally the Message-ID header that Alpine generates when sending a message
28071 contains the name of the computer from which the message is being sent.
28072 Some believe that this hostname could be used by spammers or could
28073 be used by others for nefarious purposes.
28074 If this feature is set, that name will be transformed with a simple
28075 Rot13 transformation.
28076 The result will still have the correct syntax for a Message-ID but the
28077 part of the MessageID that is often a domain name will not be an actual
28078 domain name because the letters will be scrambled.
28080 It is possible (but unlikely?) that some spam detection
28081 software will use that as a reason to reject the mail as spam.
28082 It has also been reported that some spam detection software uses the
28083 fact that there are no dots after the &quot;@&quot; as a reason to reject
28084 messages.
28085 If your PC-Alpine Message-ID is using a name without a dot that is because
28086 that is what Windows thinks is your &quot;Full computer name&quot;.
28087 The method used to set this varies from one type of Windows to another but
28088 check under Settings -> Control Panel -> System and
28089 look for Network Identification or Computer Name or something similar.
28090 How to set it is beyond the scope of Alpine.
28093 &lt;End of help on this topic&gt;
28094 </BODY>
28095 </HTML>
28096 ====== h_downgrade_multipart_to_text =====
28097 <HTML>
28098 <HEAD>
28099 <TITLE>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></TITLE>
28100 </HEAD>
28101 <BODY>
28102 <H1>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></H1>
28105 This feature affects Alpine's behavior when sending mail.  Internet
28106 standards require Alpine to translate all non-ASCII characters in
28107 messages that it sends using MIME encoding.  This encoding can be
28108 ostensibly broken for recipients if any agent between Alpine and the
28109 recipient, such as an email list expander, appends text to the
28110 message, such as list information or advertising.  When sending such
28111 messages Alpine attempts to protect such encoding by placing extra
28112 MIME boundaries around the message text.
28114 These extra boundaries are invisible to recipients that 
28115 use MIME-aware email programs (the vast majority).  However, if
28116 you correspond with users of email programs that are not MIME-aware,
28117 or do not handle the extra boundaries gracefully, you can
28118 use this feature to prevent Alpine from including the extra
28119 MIME information.  Of course, it will increase the likelihood
28120 that non-ASCII text you send may appear corrupt to the recipient.
28122 &lt;End of help on this topic&gt;
28123 </BODY>
28124 </HTML>
28125 ====== h_config_show_sort =====
28126 <HTML>
28127 <HEAD>
28128 <TITLE>FEATURE: <!--#echo var="FEAT_show-sort"--></TITLE>
28129 </HEAD>
28130 <BODY>
28131 <H1>FEATURE: <!--#echo var="FEAT_show-sort"--></H1>
28133 If this feature is set and there is sufficient space on the screen,
28134 a short indication of the current sort order will be
28135 added in the titlebar (the top line on the screen), before the name
28136 of the folder.
28137 For example, with the default Arrival sort in effect,
28138 the display would have the characters
28140 <P><CENTER>[A]</CENTER><P>
28142 added between the title of the screen and the folder name.
28143 The letters are the same as the letters you may type to manually
28144 sort a folder with the SortIndex command ($).
28145 The letters in the table below are the ones that may show
28146 up in the titlebar line.
28148 <TABLE>   
28149 <TR> <TD> A </TD> <TD> <EM>A</EM>rrival        </TD> </TR>
28150 <TR> <TD> S </TD> <TD> <EM>S</EM>ubject        </TD> </TR>
28151 <TR> <TD> F </TD> <TD> <EM>F</EM>rom           </TD> </TR>
28152 <TR> <TD> T </TD> <TD> <EM>T</EM>o             </TD> </TR>
28153 <TR> <TD> C </TD> <TD> <EM>C</EM>c             </TD> </TR>
28154 <TR> <TD> D </TD> <TD> <EM>D</EM>ate           </TD> </TR>
28155 <TR> <TD> Z </TD> <TD> si<EM>Z</EM>e           </TD> </TR>
28156 <TR> <TD> O </TD> <TD> <EM>O</EM>rderedsubject </TD> </TR>
28157 <TR> <TD> E </TD> <TD> scor<EM>E</EM>          </TD> </TR>
28158 <TR> <TD> H </TD> <TD> t<EM>H</EM>read         </TD> </TR>
28159 </TABLE>
28161 If the sort order is Reversed, the letter above will be preceded by the letter
28162 &quot;R&quot;, for example
28164 <P><CENTER>[RS]</CENTER><P>
28166 means that a Reverse Subject sort is in effect.
28167 For the case where the sort is in Reverse Arrival order, the &quot;A&quot; is
28168 left out, and just an &quot;R&quot; is shown.
28170 <P><CENTER>[R]</CENTER>
28173 &lt;End of help on this topic&gt;
28174 </BODY>
28175 </HTML>
28176 ====== h_config_disable_reset_disp =====
28177 <HTML>
28178 <HEAD>
28179 <TITLE>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></TITLE>
28180 </HEAD>
28181 <BODY>
28182 <H1>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></H1>
28184 UNIX Alpine only.
28186 This feature affects Alpine's behavior when using
28187 <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>.
28188 Normally, before the display filter is run, the terminal mode is reset
28189 to what it was before you started Alpine.
28190 This may be necessary if the filter requires the use of the terminal.
28191 For example, it may need to interact with you.
28192 If you set this feature, then the terminal mode will not be reset.
28193 One thing that turning on this feature should fix is the coloring of
28194 <A HREF="h_config_quote_color">quoted text</A> in the message view, which
28195 breaks because the terminal reset resets the color state of the terminal.
28198 &lt;End of help on this topic&gt;
28199 </BODY>
28200 </HTML>
28201 ====== h_config_disable_sender =====
28202 <HTML>
28203 <HEAD>
28204 <TITLE>FEATURE: <!--#echo var="FEAT_disable-sender"--></TITLE>
28205 </HEAD>
28206 <BODY>
28207 <H1>FEATURE: <!--#echo var="FEAT_disable-sender"--></H1>
28209 This feature affects Alpine's generation of the &quot;Sender:&quot; or
28210 <A HREF="h_config_use_sender_not_x">&quot;X-X-Sender&quot;</A>
28211 header fields.
28212 By default, Alpine will generate such a header in situations where the
28213 username or domain are not the same as
28214 the &quot;From:&quot; header on the message.
28215 With this feature set,
28216 no &quot;Sender:&quot; or &quot;X-X-Sender&quot; header will be generated.
28217 This may be desirable on a system that is virtually hosting many domains,
28218 and the sysadmin has other methods available for tracking a message to
28219 its originator.
28221 See also <A HREF="h_config_allow_chg_from">&quot;<!--#echo var="FEAT_allow-changing-from"-->&quot;</A>.
28224 &lt;End of help on this topic&gt;
28225 </BODY>
28226 </HTML>
28227 ====== h_config_use_sender_not_x =====
28228 <HTML>
28229 <HEAD>
28230 <TITLE>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></TITLE>
28231 </HEAD>
28232 <BODY>
28233 <H1>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></H1>
28235 Normally Alpine adds a header line
28236 labeled &quot;X-X-Sender&quot;, if the sender is
28237 different from the From: line.
28238 The standard specifies that this header
28239 line should be labeled &quot;Sender&quot;, not &quot;X-X-Sender&quot;.
28240 Setting this feature causes
28241 &quot;Sender&quot; to be used instead of &quot;X-X-Sender&quot;.
28243 See also <A HREF="h_config_disable_sender">&quot;<!--#echo var="FEAT_disable-sender"-->&quot;</A>.
28246 &lt;End of help on this topic&gt;
28247 </BODY>
28248 </HTML>
28249 ====== h_config_use_fk =====
28250 <HTML>
28251 <HEAD>
28252 <TITLE>FEATURE: <!--#echo var="FEAT_use-function-keys"--></TITLE>
28253 </HEAD>
28254 <BODY>
28255 <H1>FEATURE: <!--#echo var="FEAT_use-function-keys"--></H1>
28257 This feature specifies that Alpine will respond to function keys instead of
28258 the normal single-letter commands. In this mode, the key menus at the
28259 bottom of each screen will show function key designations instead of the
28260 normal mnemonic key.
28263 &lt;End of help on this topic&gt;
28264 </BODY>
28265 </HTML>
28266 ====== h_config_cancel_confirm =====
28267 <HTML>
28268 <HEAD>
28269 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></TITLE>
28270 </HEAD>
28271 <BODY>
28272 <H1>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></H1>
28274 This feature affects what happens when you type ^C to cancel a composition.
28275 By default, if you attempt to cancel a composition by typing ^C, you will be
28276 asked to confirm the cancellation by typing a &quot;C&quot;
28277 for <EM>C</EM>onfirm.
28278 It logically ought to be a &quot;Y&quot; for <EM>Y</EM>es, but that is
28279 risky because the &quot;^C Y&quot; needed to cancel a message
28280 is close (on the keyboard) to the &quot;^X Y&quot; needed to send a message.
28282 If this feature is set the confirmation asked for
28283 will be a &quot;<EM>Y</EM>es&quot;
28284 instead of a &quot;<EM>C</EM>onfirm&quot; response.
28287 &lt;End of help on this topic&gt;
28288 </BODY>
28289 </HTML>
28290 ====== h_config_compose_maps_del =====
28291 <HTML>
28292 <HEAD>
28293 <TITLE>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></TITLE>
28294 </HEAD>
28295 <BODY>
28296 <H1>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></H1>
28298 This feature affects the behavior of the DELETE key.
28299 If set, Delete will be equivalent to ^D, and delete
28300 the current character.  Normally Alpine defines the Delete key
28301 to be equivalent to ^H, which deletes the <EM>previous</EM>
28302 character.
28305 &lt;End of help on this topic&gt;
28306 </BODY>
28307 </HTML>
28308 ====== h_config_compose_bg_post =====
28309 <HTML>
28310 <HEAD>
28311 <TITLE>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></TITLE>
28312 </HEAD>
28313 <BODY>
28314 <H1>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></H1>
28316 This feature affects the behavior of Alpine's mail sending.  If set, this
28317 feature enables a subcommand in the composer's "Send?" confirmation
28318 prompt.  The subcommand allows you to tell Alpine to handle the actual
28319 posting in the background.  While this feature usually allows posting
28320 to appear to happen very fast, it has no affect on the actual delivery
28321 time it takes a message to arrive at its destination.
28324 Please Note:
28325 <OL>
28326  <LI>This feature will have no effect if the feature
28327        <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A>
28328        is set.
28329  <LI>This feature isn't supported on all systems.  All DOS and Windows,
28330        as well as several Unix ports, do not recognize this feature.
28331  <LI>Error handling is significantly different when this feature is
28332         enabled.  Any message posting failure results in the message
28333         being appended to your &quot;Interrupted&quot; mail folder.  When you
28334         type the <A HREF="h_common_compose">C</A>ompose command,
28335         Alpine will notice this folder and
28336         offer to extract any messages contained.  Upon continuing a 
28337         failed message, Alpine will display the nature of the failure 
28338         in the status message line.
28339  <LI> <EM>WARNING</EM>: Under extreme conditions, it is possible
28340         for message data to
28341         get lost.  <EM>Do</EM> <EM>not</EM> enable this feature
28342         if you typically run close to any sort of disk-space limits or quotas.
28343 </OL>
28345 &lt;End of help on this topic&gt;
28346 </BODY>
28347 </HTML>
28348 ====== h_config_compose_dsn =====
28349 <HTML>
28350 <HEAD>
28351 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></TITLE>
28352 </HEAD>
28353 <BODY>
28354 <H1>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></H1>
28356 This feature affects the behavior of Alpine's mail sending.  If set, this
28357 feature enables a subcommand in the composer's &quot;Send?&quot; confirmation
28358 prompt.  The subcommand allows you to tell Alpine to request the type of
28359 Delivery Status Notification (DSN) that you would like.  Most users will
28360 be happy with the default, and need not enable this feature.
28362 If the feature
28363 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
28364 then this feature has no effect and the type of DSN is not selectable.
28367 Turning on this feature and then turning on the DSNOpts from the send
28368 prompt reveals four on-off toggles at the bottom of the screen.
28369 The &quot;X&quot; command toggles between NoErrRets and ErrRets.  NoErrRets requests
28370 that no notification be returned to you, even if there is a delivery
28371 failure.  The &quot;D&quot; key toggles between Delay and NoDelay.  This tells the
28372 server that you are willing (or not) to receive delay notifications, which
28373 happen when there is an unusual delay at some mail server (in that mail
28374 server's opinion).  The &quot;S&quot; key toggles between Success and NoSuccess.
28375 Success requests that you be sent a DSN message when the message is
28376 successfully delivered to the recipients mailbox.  Setting NoErrRets will
28377 automatically turn off Delay and Success notification, and will flip the
28378 toggles to show that.  Similarly, turning on Delay and/or Success will
28379 automatically toggle the &quot;X&quot; key to ErrRets.  The fourth command, the
28380 &quot;H&quot; key, toggles between RetHdrs and RetFull.  RetFull requests that
28381 the full message be returned in any failed DSN.  RetHdrs requests that
28382 only the headers be returned in any failed DSN.  Notice that this command
28383 applies only to failed delivery status reports.  For delay or success
28384 reports, the full message is never returned, only the headers are returned.
28387 If you don't enable the DSN feature or if you don't turn it on for a
28388 particular message, the default is that you will be notified about failures,
28389 you might be notified about delays, and you won't be notified about
28390 successes.  You will usually receive the full message back when there is
28391 a failure.
28394 If you turn on the DSNOpts the default is to return as much information as
28395 possible to you.  That is, by default, the Success and Delay options are
28396 turned on and the full message will be returned on failure.
28399 The sending prompt will display the current DSN request (if any) in a
28400 shorthand form.  It will be:
28402 <P><CENTER>[Never]</CENTER>
28405 if you have requested NoErrRets.  Otherwise, it will look something like:
28407 <P><CENTER>[FDS-Hdrs]</CENTER>
28410 The &quot;F&quot; will always be there, indicating that you will be notified
28411 of failures.  (Alpine doesn't provide a way to request no failure notification
28412 and at the same time request either success or delay notification.  The only
28413 way to request no failure notifications is to request no notifications at
28414 all with NoErrRets.)  The &quot;D&quot; and/or &quot;S&quot; will be present if you have
28415 requested Delay and/or Success notification.  If one of those is missing,
28416 that means you are requesting no notification of the corresponding type.
28417 After the dash it will say either Hdrs or Full.  Hdrs means to return only
28418 the headers and Full means to return the full message (applies to
28419 failure notifications only).
28422 NOTE: This feature relies on your system's mail transport agent or
28423 configured
28424 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
28425 having the negotiation mechanism introduced in
28426 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
28427 &quot;Delivery Status Notification&quot; (DSN).  If the mail tranport agent you
28428 are using doesn't support DSN, a short warning will be shown to you on
28429 the message line at the bottom of the screen after you send your message,
28430 but your message will have been sent anyway.
28433 Note that DSNs don't provide a mechanism to request read receipts.  That
28434 is, if you request notification on success you are notified when the
28435 message is delivered to the mailbox, not when the message is read.
28438 ESMTP allows for graceful migration to upgraded mail transfer agents, but
28439 it is possible that this feature might cause problems for some servers. 
28442 &lt;End of help on this topic&gt;
28443 </BODY>
28444 </HTML>
28445 ====== h_config_auto_zoom =====
28446 <HTML>
28447 <HEAD>
28448 <TITLE>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></TITLE>
28449 </HEAD>
28450 <BODY>
28451 <H1>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></H1>
28453 This feature affects the behavior of the Select command.
28454 If set, the select command will automatically perform a zoom
28455 after the select is complete.
28456 This feature is set by default.
28458 Some related help topics are
28459 <UL>
28460 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28461 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28462 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28463 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
28464 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
28465 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28466 </UL>
28469 &lt;End of help on this topic&gt;
28470 </BODY>
28471 </HTML>
28472 ====== h_config_auto_unzoom =====
28473 <HTML>
28474 <HEAD>
28475 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></TITLE>
28476 </HEAD>
28477 <BODY>
28478 <H1>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></H1>
28480 This feature affects the behavior of the Apply command.  If set, and if
28481 you are currently looking at a Zoomed Index view of selected messages,
28482 the Apply command will do the operation you specify, but then will
28483 implicitly do an &quot;UnZoom&quot;, so that you will automatically be back in
28484 the normal Index view after the Apply. 
28485 This feature is set by default.
28488 Some related help topics are
28489 <UL>
28490 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28491 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28492 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28493 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
28494 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
28495 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28496 </UL>
28498 &lt;End of help on this topic&gt;
28499 </BODY>
28500 </HTML>
28501 ====== h_config_auto_unselect =====
28502 <HTML>
28503 <HEAD>
28504 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></TITLE>
28505 </HEAD>
28506 <BODY>
28507 <H1>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></H1>
28509 This feature affects the behavior of the Apply command.  If set,
28510 the Apply command will do the operation you specify, but then will
28511 implicitly do an &quot;UnSelect All&quot;, so that you will automatically be back in
28512 the normal Index view after the Apply. 
28515 Some related help topics are
28516 <UL>
28517 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28518 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28519 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28520 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
28521 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
28522 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28523 </UL>
28525 &lt;End of help on this topic&gt;
28526 </BODY>
28527 </HTML>
28528 ====== h_config_fast_recent =====
28529 <HTML>
28530 <HEAD>
28531 <TITLE>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></TITLE>
28532 </HEAD>
28533 <BODY>
28534 <H1>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></H1>
28536 This feature controls the behavior of the TAB key when traversing folders
28537 in the optional 
28538 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
28539 collection or in optional <!--#echo var="VAR_news-collections"-->.
28542 When the TAB
28543 (<A HREF="h_common_nextnew">NextNew</A>)
28544 key is pressed, the default behavior is to
28545 explicitly examine the status of the folder for the number of recent
28546 messages (messages delivered since the last time it was viewed).
28547 Depending on the size and number of messages in the folder, this test
28548 can be time consuming.
28551 Enabling this feature will cause Alpine to only test for the existence of
28552 any recent messages rather than to obtain the count.  This is much faster
28553 in many cases.  The downside is that you're not given the number of recent
28554 messages when prompted to view the next folder.
28555 If the feature
28556 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
28557 is turned on, then the present feature will have no effect.
28560 <UL>   
28561 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28562 </UL><P>
28563 &lt;End of help on this topic&gt;
28564 </BODY>
28565 </HTML>
28566 ====== h_config_arrow_nav =====
28567 <HTML>
28568 <HEAD>
28569 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></TITLE>
28570 </HEAD>
28571 <BODY>
28572 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></H1>
28574 This feature controls the behavior of the left and right arrow keys.
28575 If set, the left and right arrow keys will operate like the usual
28576 navigation keys &lt; and &gt;.
28577 This feature is set by default.
28580 If you set this feature, and do not like the changed behavior of the up/down 
28581 arrow 
28582 keys when navigating through the FOLDER LIST screen -- 
28583 <B>first</B> from column to column, if more than one folder is 
28584 displayed per row, 
28585 and <B>then</B> from row to row -- you may either also wish to set the feature 
28586 &quot;<A HREF="h_config_relaxed_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></A>&quot;, 
28587 &quot;<A HREF="h_config_single_list"><!--#echo var="FEAT_single-column-folder-list"--></A>&quot;, or
28588 use the ^P/^N (instead of up/down arrow) keys to move up/down the list of 
28589 folders in each column.
28591 <UL>   
28592 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28593 </UL><P>
28594 &lt;End of help on this topic&gt;
28595 </BODY>
28596 </HTML>
28597 ====== h_config_relaxed_arrow_nav =====
28598 <HTML>
28599 <HEAD>
28600 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></TITLE>
28601 </HEAD>
28602 <BODY>
28603 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></H1>
28605 This feature controls the behavior of the left, right, up and down
28606 arrow keys in the FOLDER LIST screen when the &quot;<A
28607 HREF="h_config_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation"--></A>&quot; feature is
28608 set.
28609 This feature is set by default.
28613 When this feature is set, the left and right
28614 arrow keys in the FOLDER LIST screen
28615 move the highlight bar to the left or right, and the up and
28616 down arrows move it up or down.
28619 When the &quot;<!--#echo var="FEAT_enable-arrow-navigation"-->&quot; feature is set and this
28620 feature is not set;
28621 the left and right arrow keys in the Folder List screen strictly
28622 track the commands bound to the '&lt;' and '&gt;' keys, and the up
28623 and down arrow keys move the highlight bar to the previous and next
28624 folder or directory name.
28627 <UL>   
28628 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28629 </UL><P>
28630 &lt;End of help on this topic&gt;
28631 </BODY>
28632 </HTML>
28633 ====== h_config_alt_compose_menu =====
28634 <HTML>
28635 <HEAD>
28636 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></TITLE>
28637 </HEAD>
28638 <BODY>
28639 <H1>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></H1>
28641 This feature controls the menu that is displayed when Compose is selected.
28642 If set, a list of options will be presented, with each option representing
28643 the type of composition that could be used. This feature is most useful for
28644 users who want to avoid being prompted with each option separately, or who
28645 want to avoid the checking of remote postponed or form letter folders.
28646 The possible types of composition are:
28649 New, for starting a new composition. Note that if New is selected and roles
28650 are set, roles are checked for matches and applied according to the setting
28651 of the matching role.
28654 Interrupted, for continuing an interrupted composition. This option is only
28655 offered if an interrupted message folder is detected.
28658 Postponed, for continuing postponed compositions. This option is offered
28659 if a <!--#echo var="VAR_postponed-folder"--> is set in the config REGARDLESS OF whether or not
28660 the postponed folder actually exists. This option is especially handy
28661 for avoiding having to check for the existence of a remote postponed folder.
28664 Form, for using form letters. This option is offered if the <!--#echo var="VAR_form-letter-folder"-->
28665 is set in the config, and is not checked for existence for reasons similar
28666 to those explained by the postponed option.
28669 setRole, for selecting a role to apply to a composition.
28672 &lt;End of help on this topic&gt;
28673 </BODY>
28674 </HTML>
28675 ====== h_config_alt_role_menu =====
28676 <HTML>
28677 <HEAD>
28678 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></TITLE>
28679 </HEAD>
28680 <BODY>
28681 <H1>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></H1>
28683 Normally the <A HREF="h_common_role">Role Command</A> allows you to choose
28684 a role and compose a new message using that role.
28685 When this feature is set, the role command will first ask whether you want to
28686 Compose a new message, Forward the current message, Reply to the
28687 current message, or Bounce the current message.
28688 If you are not in the MESSAGE INDEX and are not viewing a message,
28689 then there is no current message and the question will be skipped.
28690 After you have chosen to Compose, Forward, Reply, or Bounce you will
28691 then choose the role to be used.
28693 When Bouncing the &quot;Set From&quot; address is used for the
28694 Resent-From header, the &quot;Set Fcc&quot; value is used for the Fcc
28695 provided that the option
28696 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A> is turned on,
28697 and the &quot;Use SMTP Server&quot; value is used for the SMTP server, if
28698 set.
28699 Other actions of the role are ignored when Bouncing.
28702 &lt;End of help on this topic&gt;
28703 </BODY>
28704 </HTML>
28705 ====== h_config_always_spell_check =====
28706 <HTML>
28707 <HEAD>
28708 <TITLE>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></TITLE>
28709 </HEAD>
28710 <BODY>
28711 <H1>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></H1>
28713 When this feature is set, every composed message will be spell-checked before
28714 being sent.
28716 &lt;End of help on this topic&gt;
28717 </BODY>
28718 </HTML>
28719 ====== h_config_quell_asterisks =====
28720 <HTML>
28721 <HEAD>
28722 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></TITLE>
28723 </HEAD>
28724 <BODY>
28725 <H1>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></H1>
28727 When you are running Alpine you will sometimes be asked for a password
28728 in a prompt on the third line from the bottom of the screen.
28729 Normally each password character you type will cause an asterisk to echo
28730 on the screen. That gives you some feedback to know that your typing is
28731 being recognized.
28732 There is a very slight security risk in doing it this way because someone
28733 watching over your shoulder might be able to see how many characters there
28734 are in your password.
28735 If you'd like to suppress the echoing of the asterisks set this feature.
28737 &lt;End of help on this topic&gt;
28738 </BODY>
28739 </HTML>
28740 ====== h_config_quell_flowed_text =====
28741 <HTML>
28742 <HEAD>
28743 <TITLE>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></TITLE>
28744 </HEAD>
28745 <BODY>
28746 <H1>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></H1>
28748 Alpine generates flowed text where possible.
28749 The method for generating flowed text is defined by
28750 <A HREF="http://www.ietf.org/rfc/rfc3676.txt">RFC 3676</A>,
28751 the benefit of doing so is
28752 to send message text that can properly be viewed both on normal width displays
28753 and on displays with smaller or larger than normal screen widths.
28754 With flowed text, a space at the end of a line tells the receiving mail
28755 client that the following line belongs to the same paragraph.
28756 Quoted text will also be affected, with only the innermost
28757 level of &quot;&gt;&quot; quoting being followed by a space.
28758 However, if you have changed the
28759 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
28760 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
28761 quoted text will not be flowed.
28762 For this reason, we recommend that you leave your
28763 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; set to the default.
28765 This feature turns off the generation of flowed text, as it might be
28766 desired to more tightly control how a message is displayed on the receiving end.
28768 If this feature is <EM>not</EM> set, you can control on a message by message
28769 basis whether or not flowed text is generated.
28770 You do this by typing ^V at the Send confirmation prompt that you get
28771 after typing ^X to send a message.
28772 ^V is a toggle that turns flowing off and back on if typed again.
28773 If for some reason flowing cannot be done on a particular message, then the
28774 ^V command will not be available.
28775 This would be the case, for example, if this feature was set, or if your
28776 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; was set to a non-default value.
28777 If the feature
28778 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
28779 then the opportunity to control on a message by message basis
28780 whether or not flowed text is generated is lost.
28782 When this feature is not set and you have typed ^V to turn off flowing,
28783 the Send confirmation prompt will change to look like
28785 <CENTER><SAMP>Send message (not flowed)?</SAMP></CENTER>
28787 <A HREF="h_config_strip_ws_before_send">&quot;<!--#echo var="FEAT_strip-whitespace-before-send"-->&quot;</A> will
28788 also turn off the sending of flowed text messages, but it differs in that
28789 it also trims all trailing white space from a message before sending it.
28791 If alternate editors are used extensively, be aware that a message will still
28792 be sent flowed if this feature is unset.  In most cases this will be fine,
28793 but if the editor has a &quot;flowed text&quot; mode, it would be best to
28794 use that.
28796 &lt;End of help on this topic&gt;
28797 </BODY>
28798 </HTML>
28799 ====== h_config_strip_ws_before_send =====
28800 <HTML>
28801 <HEAD>
28802 <TITLE>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></TITLE>
28803 </HEAD>
28804 <BODY>
28805 <H1>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></H1>
28807 By default, trailing whitespace is not stripped from
28808 a message before sending.  Trailing whitespace should have no effect on an
28809 email message, and in flowed text can aid in delimiting paragraphs.
28810 However, the old behavior of stripping trailing whitespace was in place
28811 to better deal with older clients that couldn't handle certain types of
28812 text encodings.  This feature restores the old behavior
28814 Trailing whitespace is of aid to flowed-text-formatted messages, which are
28815 generated by default but can be turned off via the
28816 <A HREF="h_config_quell_flowed_text">&quot;<!--#echo var="FEAT_quell-flowed-text"-->&quot;</A> feature.
28817 <!--#echo var="FEAT_strip-whitespace-before-send"--> also has the effect of turning off sending
28818 of flowed text.
28820 &lt;End of help on this topic&gt;
28821 </BODY>
28822 </HTML>
28823 ====== h_config_del_from_dot =====
28824 <HTML>
28825 <HEAD>
28826 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></TITLE>
28827 </HEAD>
28828 <BODY>
28829 <H1>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></H1>
28831 This feature controls the behavior of the Ctrl-K command in the composer.
28832 If set, ^K will cut from the current cursor position to the end of the line,
28833 rather than cutting the entire line.
28836 &lt;End of help on this topic&gt;
28837 </BODY>
28838 </HTML>
28839 ====== h_config_print_index =====
28840 <HTML>
28841 <HEAD>
28842 <TITLE>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></TITLE>
28843 </HEAD>
28844 <BODY>
28845 <H1>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></H1>
28847 This feature controls the behavior of the Print command when in the
28848 MESSAGE INDEX screen.  If set, the print command will give you a prompt
28849 asking if you wish to print the message index, or the currently highlighted
28850 message. If not set, the message will be printed.
28853 &lt;End of help on this topic&gt;
28854 </BODY>
28855 </HTML>
28856 ====== h_config_allow_talk =====
28857 <HTML>
28858 <HEAD>
28859 <TITLE>FEATURE: <!--#echo var="FEAT_allow-talk"--></TITLE>
28860 </HEAD>
28861 <BODY>
28862 <H1>FEATURE: <!--#echo var="FEAT_allow-talk"--></H1>
28864 UNIX Alpine only.
28866 By default, permission for others to &quot;talk&quot; to your terminal is turned
28867 off when you are running Alpine.  When this feature is set, permission is
28868 instead turned on.  If enabled, you may see unexpected messages in the
28869 middle of your Alpine screen from someone attempting to contact you via the
28870 &quot;talk&quot; program.
28873 NOTE: The &quot;talk&quot; program has nothing to do with Alpine or email.  The 
28874 talk daemon on your system will attempt to print a message on your screen 
28875 when someone else is trying to contact you.  If you wish to see these
28876 messages while you are running Alpine, you should enable this feature.
28879 If you do enable this feature and see a &quot;talk&quot; message, you must 
28880 suspend or quit Alpine before you can respond.
28883 &lt;End of help on this topic&gt;
28884 </BODY>
28885 </HTML>
28886 ====== h_config_send_filter_dflt =====
28887 <HTML>
28888 <HEAD>
28889 <TITLE>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></TITLE>
28890 </HEAD>
28891 <BODY>
28892 <H1>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></H1>
28893 If you have <A HREF="h_config_sending_filter">&quot;<!--#echo var="VAR_sending-filters"-->&quot;</A> 
28894 configured, setting this feature will cause
28895 the first filter in the <!--#echo var="VAR_sending-filters"--> list to be offered as the default
28896 instead of unfiltered, the usual default.
28898 <UL>   
28899 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28900 </UL><P>
28901 &lt;End of help on this topic&gt;
28902 </BODY>
28903 </HTML>
28904 ====== h_config_custom_print =====
28905 <HTML>
28906 <HEAD>
28907 <TITLE>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></TITLE>
28908 </HEAD>
28909 <BODY>
28910 <H1>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></H1>
28912 When this feature is set, the print command will have an additional
28913 subcommand called "C CustomPrint".  If selected, you will have
28914 the opportunity to enter any system print command --instead of being 
28915 restricted to using those that have been previously configured in the 
28916 printer setup menu.
28919 &lt;End of help on this topic&gt;
28920 </BODY>
28921 </HTML>
28922 ====== h_config_enable_dot_files =====
28923 <HTML>
28924 <HEAD>
28925 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></TITLE>
28926 </HEAD>
28927 <BODY>
28928 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></H1>
28930 When this feature is set, files beginning with dot (".") will be
28931 visible in the file browser.  For example, you'll be able to select them
28932 when using the browser to add an attachment to a message.
28934 &lt;End of help on this topic&gt;
28935 </BODY>
28936 </HTML>
28937 ====== h_config_enable_dot_folders =====
28938 <HTML>
28939 <HEAD>        
28940 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></TITLE>
28941 </HEAD>
28942 <BODY>
28943 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></H1>
28945 When this feature is set, folders beginning with dot (".") may be added
28946 and viewed.
28948 &lt;End of help on this topic&gt;
28949 </BODY>
28950 </HTML>
28951 ====== h_config_ff_between_msgs =====
28952 <HTML>
28953 <HEAD>
28954 <TITLE>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></TITLE>
28955 </HEAD>
28956 <BODY>
28957 <H1>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></H1>
28959 Setting this feature causes a formfeed to be printed between messages when
28960 printing multiple messages (with Apply Print command).
28962 &lt;End of help on this topic&gt;
28963 </BODY>
28964 </HTML>
28965 ====== h_config_blank_keymenu =====
28966 <HTML>
28967 <HEAD>
28968 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></TITLE>
28969 </HEAD>
28970 <BODY>
28971 <H1>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></H1>
28973 If this feature is set the command key menu that normally appears on the
28974 bottom two lines of the screen will not usually be there.  Asking for
28975 help with ^G or ? will cause the key menu to appear instead of causing
28976 the help message to come up.  If you want to actually see the help text,
28977 another ^G or ? will show it to you.  After the key menu has popped
28978 up with the help key it will remain there for an O for Other command but
28979 disappear if any other command is typed.
28981 &lt;End of help on this topic&gt;
28982 </BODY>
28983 </HTML>
28984 ====== h_config_enable_mouse =====
28985 <HTML>
28986 <HEAD>
28987 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></TITLE>
28988 </HEAD>
28989 <BODY>
28990 <H1>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></H1>
28992 This feature controls whether or not an X terminal mouse can be used with
28993 Alpine.  If set, and the $DISPLAY variable indicates that an X terminal is
28994 being used, the left mouse button on the mouse can be used to select text
28995 or commands.
28996 Clicking on a command at the bottom of the screen will behave as if you had
28997 typed that command.
28998 Clicking on an index line will move the current message highlight to
28999 that line.
29000 Double-clicking on an index line will view the message.
29001 Double-clicking on a link will view the link.
29003 This type of mouse support will also work in some terminal emulators which are
29004 not actually X terminals, but which have extra code to support the xterm
29005 style mouse.
29006 For those emulators you not only need to turn this feature on but you also
29007 have to set the $DISPLAY environment variable even though it isn't needed
29008 for your terminal.
29009 That will cause Alpine to think that it is an xterm and to properly interpret the
29010 escape sequences sent by the mouse.
29012 Note: if this feature is set, the behavior of X terminal cut-and-paste is
29013 also modified.  It is sometimes possible to hold the shift key down while clicking
29014 left or middle mouse buttons for the normal xterm cut/paste operations. 
29015 There is also an Alpine command to toggle this mode on or off.
29016 The command is Ctrl-&#92; (Control-backslash).
29018 &lt;End of help on this topic&gt;
29019 </BODY>
29020 </HTML>
29021 ====== h_config_enable_xterm_newmail =====
29022 <HTML>
29023 <HEAD>        
29024 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></TITLE>
29025 </HEAD>
29026 <BODY>
29027 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></H1>
29029 This feature controls whether or not Alpine will attempt to announce new
29030 mail arrival when it is running in an X terminal window and that window
29031 is iconified.  If set, and the $DISPLAY variable indicates that an X
29032 terminal is being used, Alpine will send appropriate escape sequences to
29033 the X terminal to modify the label on Alpine's icon to indicate that new
29034 mail has arrived. Alpine will also modify the Alpine window's title to
29035 indicate new mail.
29036 See also <a href="h_config_enable_newmail_short_text"><!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>.
29038 &lt;End of help on this topic&gt;
29039 </BODY></HTML>
29040 ====== h_config_enable_newmail_short_text =====
29041 <HTML>
29042 <HEAD>        
29043 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></TITLE>
29044 </HEAD>
29045 <BODY>
29046 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></H1>
29048 This feature controls the text to be displayed in an icon in the event
29049 of a new message arrival.  Normally, the message will
29050 be the one that is displayed on the screen.  This feature shortens the
29051 message to a count of the number of new messages in brackets.  This may be
29052 more useful for those who use the window's title bar in the task bar as a
29053 new mail indicator.  This feature is only useful if the
29054 <A HREF="h_config_enable_xterm_newmail"><!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></A>
29055 feature is also set.  Like the <!--#echo var="FEAT_enable-newmail-in-xterm-icon"-->
29056 feature, this feature is only relevant when run in an xterm environment.
29058 &lt;End of help on this topic&gt;
29059 </BODY></HTML>
29060 ====== h_config_copy_to_to_from =====
29061 <HTML>
29062 <HEAD>
29063 <TITLE>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></TITLE>
29064 </HEAD>
29065 <BODY>
29066 <H1>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></H1>
29068 This feature affects the From address used when Replying to a message.
29069 It is probably only useful if you have some
29070 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
29071 defined.
29072 When enabled, it checks to see if any of the addresses in the To or Cc
29073 fields of the message you are replying to is one of your addresses.
29074 If it is, and there is only one of them, then that address is used as
29075 the From address in the message you are composing.
29076 In other words, you will be using a From address that is the same
29077 as the To address that was used to get the mail to you in the first place.
29080 If a role is being used and it has a From address defined, that From address will
29081 be used rather than the one derived from this feature.
29084 <UL>   
29085 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29086 </UL><P>
29087 &lt;End of help on this topic&gt;
29088 </BODY>
29089 </HTML>
29090 ====== h_config_prefix_editing =====
29091 <HTML>
29092 <HEAD>
29093 <TITLE>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></TITLE>
29094 </HEAD>
29095 <BODY>
29096 <H1>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></H1>
29098 This feature affects the Reply command's &quot;Include original message
29099 in Reply?&quot; prompt.  When enabled, it causes the
29100 &quot;Edit Indent String&quot; sub-command to appear which allows 
29101 you to edit the string Alpine would otherwise use to denote included 
29102 text from the message being replied to.<P>
29104 Thus, you can change Alpine's default message quote character (usually
29105 an angle bracket) on a per message basis. So you could change your quoted message to
29106 look, for example, like this:<p>
29108 <pre>On Tues, 26 Jan 1999, John Q. Smith wrote:
29110 John: I just wanted to say hello and to congratulate you
29111 John: on a job well done!</pre><p>
29113 The configuration option
29114 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
29115 may be used to change what appears as the default string to be edited.
29117 NOTE: Edited <!--#echo var="VAR_reply-indent-string"--> only apply to the message
29118 currently being replied to.
29120 If you change your <!--#echo var="VAR_reply-indent-string"-->
29121 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
29122 quoted text will not be flowed
29123 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
29124 when you reply.
29125 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
29126 set to the default value.
29128 <UL>   
29129 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29130 </UL><P>
29131 &lt;End of help on this topic&gt;
29132 </BODY>
29133 </HTML>
29134 ====== h_config_enable_search_and_repl =====
29135 <HTML>
29136 <HEAD>
29137 <TITLE>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></TITLE>
29138 </HEAD>
29139 <BODY>
29140 <H1>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></H1>
29142 This feature modifies the behavior of Alpine's composer.  Setting this
29143 feature causes Alpine to offer the "^R Replace" subcommand, which
29144 allows you to search and replace text strings in a message you are composing, 
29145 inside the "^W Where is" command.  
29149 To search and replace text, first enter the text to be replaced at the 
29150 "Search: " prompt.  Then, rather than pressing Enter to just search for that
29151 text, press ^R, which turns the prompt into 
29155 Search (to replace): 
29159 and then press Enter.  The cursor will highlight the first occurrence 
29160 of the text string you entered, and the prompt will show: 
29164 Replace "<your text string>" with : 
29168 where <your text string> is what you entered at the previous prompt;
29169 here, enter the replacement text.  To only replace the highlighted 
29170 occurrence, simply press Enter now; to replace all occurrences in the 
29171 message, press ^X (Repl All), then Enter.  You will then be asked to confirm 
29172 each replacement.
29176 The command ^R toggles between "Replace" and "Don't Replace"; its subcommand
29177 ^X toggles between "Replace All" and "Replace One."
29181 If you previously searched for text in a message, it will be offered for 
29182 re-use as part of the prompt, shown in [ ] brackets.
29185 &lt;End of help on this topic&gt;
29186 </BODY>
29187 </HTML>
29188 ====== h_config_enable_view_attach =====
29189 <HTML>
29190 <HEAD>
29191 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></TITLE>
29192 </HEAD>
29193 <BODY>
29194 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></H1>
29196 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29197 Setting this feature causes Alpine to present attachments in boldface.
29198 The first available attachment is displayed in inverse.  This is the
29199 "selected" attachment.  Pressing RETURN will cause Alpine to display
29200 the selected attachment.  Use the arrow keys to change which of the
29201 attachments displayed in boldface is the current selection.
29205 Speaking of arrow keys, the Up and Down Arrows will select the next
29206 and previous attachments if one is available on the screen for selection.
29207 Otherwise, they will simply adjust the viewed text one line up or down.
29211 Similarly, when selectable items are present in a message, the Ctrl-F key
29212 can be used to select the next item in the message independent of which
29213 portion of the viewed message is currently displayed. The Ctrl-B key can
29214 be used to select the previous item in the same way. 
29215 <P> 
29216 &lt;End of help on this topic&gt;
29217 </BODY>
29218 </HTML>
29219 ====== h_config_enable_y_print =====
29220 <HTML>
29221 <HEAD>
29222 <TITLE>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></TITLE>
29223 </HEAD>
29224 <BODY>
29225 <H1>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></H1>
29227 This feature modifies the behavior of Alpine's Print command.
29229 By default, Alpine's print command is available by pressing the "%" key.  
29230 (This command is a substantial change from Pine versions before 4.00 -- 
29231 where the print command was "Y" -- based on numerous complaints about 
29232 printing being invoked inadvertently, since Y also means "Yes.")  
29236 This feature is supplied to mitigate any disruption or anxiety users 
29237 might feel as a result of this change.  
29241 Enabling this feature will cause Alpine to recognize both the old
29242 command, "Y" for Prynt, as well the new "%" method for invoking
29243 printing.  Note, key menu labels are not changed as a result of
29244 enabling this feature.
29248 &lt;End of help on this topic&gt;
29249 </BODY>
29250 </HTML>
29251 ====== h_config_enable_lessthan_exit =====
29252 <HTML>
29253 <HEAD>
29254 <TITLE>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></TITLE>
29255 </HEAD>
29256 <BODY>
29257 <H1>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></H1>
29259 If this feature is set, then on screens where there is an Exit command
29260 but no < command, the < key will perform the same function as the Exit
29261 command.
29262 This feature is set by default.
29264 &lt;End of help on this topic&gt;
29265 </BODY>
29266 </HTML>
29267 ====== h_config_enable_view_url =====
29268 <HTML>
29269 <HEAD>
29270 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></TITLE>
29271 </HEAD>
29272 <BODY>
29273 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></H1>
29274 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29275 When this feature is set (the default) Alpine will select possible URLs from the
29276 displayed text and display them in boldface for selection.
29278 The first available URL is displayed in inverse.  This is the
29279 &quot;selected&quot; URL.  Pressing RETURN will cause Alpine to display
29280 the selected URL via either built-in means as with mailto:, imap:,
29281 news:, and nntp:, or via an external application as defined
29282 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
29283 variable.
29285 Use the arrow keys to change which of the URLs displayed in boldface
29286 is the current selection.
29288 Speaking of arrow keys, the Up and Down Arrows will select the next
29289 and previous URL if one is available on the screen for selection (unless 
29290 you have set the feature 
29291 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
29292 Otherwise, they will simply adjust the viewed text one line up or down.
29294 Similarly, when selectable items are present in a message, the Ctrl-F
29295 key can be used to select the next item in the message independent
29296 of which portion of the viewed message is currently displayed. The
29297 Ctrl-B key can be used to select the previous item in the same way.
29299 <UL>   
29300 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29301 </UL><P>
29302 &lt;End of help on this topic&gt;
29303 </BODY>
29304 </HTML>
29305 ====== h_config_enable_view_web_host =====
29306 <HTML>
29307 <HEAD>
29308 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></TITLE>
29309 </HEAD>
29310 <BODY>
29311 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></H1>
29313 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29314 When this feature is set (the default) Alpine will select possible web hostnames
29315 from the displayed text and display them in boldface for selection.  
29316 This can be useful when you receive messages referencing World Wide Web 
29317 sites without the use of complete URLs; for example, specifying only 
29318 &quot;www.washington.edu/alpine/&quot; (which will <B>not</B> become a 
29319 selectable 
29320 item by setting <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>) 
29321 rather than explicitly
29322 &quot;http://www.washington.edu/alpine/&quot;.  
29324 The first available hostname is displayed in inverse.  This is the
29325 &quot;selected&quot; hostname.  Pressing RETURN will cause Alpine to display
29326 the selected hostname via an external application as defined
29327 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
29328 variable.
29330 Use the arrow keys (unless you have set the feature 
29331 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
29332 to change which of the hostnames displayed in
29333 boldface is the current selection.
29335 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
29336 key can be used to select the next web hostname in the message independent
29337 of which portion of the viewed message is currently displayed. The
29338 Ctrl-B key can be used to select the previous web hostnames in the same way.
29340 <UL>   
29341 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29342 </UL><P>
29343 &lt;End of help on this topic&gt;
29344 </BODY>
29345 </HTML>
29346 ====== h_config_enable_view_addresses =====
29347 <HTML>
29348 <HEAD>
29349 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></TITLE>
29350 </HEAD>
29351 <BODY>
29352 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></H1>
29354 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29355 Setting this feature causes Alpine to select possible email addresses
29356 from the displayed text and display them in boldface for selection.  
29359 The first available email address is displayed in inverse.  This is the
29360 &quot;selected&quot; address.  Pressing RETURN will cause Alpine to enter
29361 the message composition screen with the To: field filled in with the
29362 selected address.
29364 Use the arrow keys (unless you have set the feature 
29365 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
29366 to change which of the hostnames displayed in
29367 boldface is the current selection.
29369 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
29370 key can be used to select the next web hostname in the message independent
29371 of which portion of the viewed message is currently displayed. The
29372 Ctrl-B key can be used to select the previous web hostnames in the same way.
29374 <UL>   
29375 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29376 </UL><P>
29377 &lt;End of help on this topic&gt;
29378 </BODY>
29379 </HTML>
29380 ====== h_config_enable_view_arrows =====
29381 <HTML>
29382 <HEAD>
29383 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></TITLE>
29384 </HEAD>
29385 <BODY>
29386 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></H1>
29388 This feature modifies Up and Down arrow key behavior in Alpine's
29389 MESSAGE TEXT screen when selectable Attachments, URL's, or
29390 web-hostnames are presented. Alpine's usual behavior is to move to
29391 the next or previous selectable item if currently displayed or
29392 simply to adjust the screen view by one line.
29396 Setting this feature causes the UP and Down arrow key to behave as
29397 if no selectable items were present in the message.
29401 Note, the Ctrl-F (next selectable item) and Ctrl-B (previous selectable
29402 item) functionality is unchanged.
29405 &lt;End of help on this topic&gt;
29406 </BODY>
29407 <HTML>
29408 ====== h_config_quell_charset_warning =====
29409 <HTML>
29410 <HEAD>
29411 <TITLE>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></TITLE>
29412 </HEAD>
29413 <BODY>
29414 <H1>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></H1>
29416 By default, if the message you are viewing contains characters that are
29417 not representable in your
29418 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
29419 then Alpine will
29420 add a warning to the start of the displayed text.
29421 If this option is set, then that editorial message will be suppressed.
29423 Setting this feature also suppresses the comment about the character set
29424 in header lines.
29425 For example, when viewing a message you might see
29427 <CENTER><SAMP>From: &quot;[ISO-8859-2] Name&quot; &lt;address&gt;</SAMP></CENTER>
29429 in the From header if your Character-Set is something other than ISO-8859-2.
29430 If you set this feature, the comment about the character set will
29431 no longer be there.
29433 &lt;End of help on this topic&gt;
29434 </BODY>
29435 </HTML>
29436 ====== h_config_quell_host_after_url =====
29437 <HTML>
29438 <HEAD>
29439 <TITLE>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></TITLE>
29440 </HEAD>
29441 <BODY>
29442 <H1>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></H1>
29444 By default, links in HTML text are displayed with the host the link
29445 references appended, within square brackets, to the link text.  Alpine
29446 does this to help indicate where a link will take you, particularly when
29447 the link text might suggest a different destination.
29450 Setting this feature will prevent the server name from being appended
29451 to the displayed text.
29454 &lt;End of help on this topic&gt;
29455 </BODY>
29456 </HTML>
29457 ====== h_config_prefer_plain_text =====
29458 <HTML>
29459 <HEAD>
29460 <TITLE>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></TITLE>
29461 </HEAD>
29462 <BODY>
29463 <H1>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></H1>
29465 A message being viewed may contain alternate versions of the same content.
29466 Those alternate versions are supposed to be ordered by the sending software such that the
29467 first alternative is the least preferred and the last alternative is the
29468 most preferred. Alpine will normally display the most-preferred version that
29469 it knows how to display. This is most often encountered where the two
29470 alternate versions are a plain text version and an HTML version, with the
29471 HTML version listed last as the most preferred.
29473 If this option is set, then any plain text version will be preferred to
29474 all other versions.
29476 When viewing a message there is a command &quot;A TogglePreferPlain&quot;,
29477 which will temporarily change the sense of this option.
29478 If this option is set you will first see the plain text version of a
29479 message.
29480 If you then type the &quot;A&quot; command, you will see the most preferred version,
29481 most likely HTML, instead.
29482 Typing the &quot;A&quot; command a second time will switch it back.
29483 Alternatively, if the present option is not set you will originally see
29484 the most preferred version of the message and typing &quot;A&quot; will switch to
29485 the plain text version.
29487 &lt;End of help on this topic&gt;
29488 </BODY>
29489 </HTML>
29490 ====== h_config_pass_control =====
29491 <HTML>
29492 <HEAD>
29493 <TITLE>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></TITLE>
29494 </HEAD>
29495 <BODY>
29496 <H1>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></H1>
29498 It is probably not useful to set this option.
29499 This is a legacy option left behind &quot;just in case&quot;.
29500 Multi-byte characters that have an octet that has the same
29501 value as a control character are permitted through whether or not
29502 this option is turned on.
29504 This feature controls how certain characters contained in messages are
29505 displayed.
29506 If set, all characters in a message will be sent to the
29507 screen. Normally, control characters are displayed as shown below to
29508 avoid a garbled screen and to 
29509 avoid inadvertently changing terminal setup parameters.
29510 Control characters are usually displayed as two character sequences like
29511 <P><CENTER><SAMP> ^C </SAMP></CENTER><P>
29512 for Control-C,
29513 <P><CENTER><SAMP> ^[ </SAMP></CENTER><P>
29514 for ESCAPE,
29515 <P><CENTER><SAMP> ^? </SAMP></CENTER><P>
29516 for DELETE, and
29517 <P><CENTER><SAMP> ~E </SAMP></CENTER><P>
29518 for the character with value 133 (0x85).
29519 (The DEL character is displayed as ^?, regular control characters are displayed
29520 as the character ^ followed by the character obtained by adding the
29521 five low-order bits of the character to 0x40, and the C1
29522 control characters 0x80 - 0x9F are displayed as the character ~ followed by the
29523 character obtained by adding the
29524 five low-order bits of the character to 0x40.)
29525 Sometimes, in cases where changing a single control character into a
29526 two-character sequence would confuse Alpine's display routines,
29527 a question mark is substituted for the control character.
29529 If you wish to filter out regular control characters but pass the
29530 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
29531 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.
29533 &lt;End of help on this topic&gt;
29534 </BODY>
29535 </HTML>
29536 ====== h_config_pass_c1_control =====
29537 <HTML>
29538 <HEAD>
29539 <TITLE>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></TITLE>
29540 </HEAD>
29541 <BODY>
29542 <H1>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></H1>
29544 It is probably not useful to set this option.
29545 This is a legacy option left behind &quot;just in case&quot;.
29546 Multi-byte characters that have an octet that has the same
29547 value as a control character are permitted through whether or not
29548 this option is turned on.
29550 If the feature <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
29551 is set, then this feature has no effect.
29552 However, if you wish to filter out regular control characters but pass the
29553 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
29554 you may leave <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
29555 unset and set this feature.
29557 &lt;End of help on this topic&gt;
29558 </BODY>
29559 </HTML>
29560 ====== h_config_fcc_on_bounce =====
29561 <HTML>
29562 <HEAD>
29563 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></TITLE>
29564 </HEAD>
29565 <BODY>
29566 <H1>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></H1>
29568 This feature controls an aspect of Alpine's behavior when bouncing a
29569 message. If set, normal FCC ("File Carbon Copy") processing will be
29570 done, just as if you had composed a message to the address you are
29571 bouncing to.  If not set, no FCC of the message will be saved. 
29573 &lt;End of help on this topic&gt;
29574 </BODY>
29575 </HTML>
29576 ====== h_config_show_cursor =====
29577 <HTML>
29578 <HEAD>
29579 <TITLE>FEATURE: <!--#echo var="FEAT_show-cursor"--></TITLE>
29580 </HEAD>
29581 <BODY>
29582 <H1>FEATURE: <!--#echo var="FEAT_show-cursor"--></H1>
29584 This feature controls an aspect of Alpine's displays.  If set, the system
29585 cursor will move to convenient locations in the displays.  For example,
29586 to the beginning of the status field of the highlighted index line, or
29587 to the highlighted word after a successful WhereIs command.  It is intended
29588 to draw your attention to an "interesting" spot on the screen.
29590 &lt;End of help on this topic&gt;
29591 </BODY>
29592 </HTML>
29593 ====== h_config_sort_fcc_alpha =====
29594 <HTML>
29595 <HEAD>
29596 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></TITLE>
29597 </HEAD>
29598 <BODY>
29599 <H1>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></H1>
29601 This feature controls an aspect of Alpine's FOLDER LIST screen.
29602 If set, the default Fcc folder will be sorted alphabetically with the other
29603 folders instead of appearing right after the INBOX.
29605 &lt;End of help on this topic&gt;
29606 </BODY>
29607 </HTML>
29608 ====== h_config_sort_save_alpha =====
29609 <HTML>
29610 <HEAD>
29611 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></TITLE>
29612 </HEAD>
29613 <BODY>
29614 <H1>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></H1>
29616 This feature controls an aspect of Alpine's FOLDER LIST screen.
29617 If set, the default save folder will be sorted alphabetically with the other
29618 folders instead of appearing right after the INBOX (and default FCC folder).
29620 &lt;End of help on this topic&gt;
29621 </BODY>
29622 </HTML>
29623 ====== h_config_single_list =====
29624 <HTML>
29625 <HEAD>
29626 <TITLE>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></TITLE>
29627 </HEAD>
29628 <BODY>
29629 <H1>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></H1>
29631 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
29632 the folders will be listed one per line instead of several per line
29633 in the FOLDER LIST display.
29635 &lt;End of help on this topic&gt;
29636 </BODY>
29637 </HTML>
29638 ====== h_config_vertical_list =====
29639 <HTML>
29640 <HEAD>
29641 <TITLE>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></TITLE>
29642 </HEAD>
29643 <BODY>
29644 <H1>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></H1>
29646 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
29647 the folders will be listed alphabetically down the columns rather
29648 than across the columns as is the default.
29650 &lt;End of help on this topic&gt;
29651 </BODY>
29652 </HTML>
29653 ====== h_config_verbose_post =====
29654 <HTML>
29655 <HEAD>
29656 <TITLE>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></TITLE>
29657 </HEAD>
29658 <BODY>
29659 <H1>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></H1>
29660 This feature controls an aspect of Alpine's message sending.  When enabled,
29661 Alpine will send a VERB (i.e., VERBose) command early in the posting process
29662 intended to cause the SMTP server to provide a more detailed account of
29663 the transaction.  This feature is typically only useful to system
29664 administrators and other support personel as an aid in troublshooting
29665 problems.
29667 Note, this feature relies on a specific capability of the system's mail
29668 transport agent or configured 
29669 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>.  
29670 It is possible that this
29671 feature will cause problems for some tranport agents, and may result in
29672 sending failure.  In addition, as the verbose output comes from the mail
29673 transport agent, it is likely to vary from one system to another. 
29674 <P><UL>
29675 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29676 </UL><P>
29677 &lt;End of help on this topic&gt;
29678 </BODY>
29679 </HTML>
29680 ====== h_config_auto_reply_to =====
29681 <HTML>
29682 <HEAD>
29683 <TITLE>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></TITLE>
29684 </HEAD>
29685 <BODY>
29686 <H1>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></H1>
29688 This feature controls an aspect of Alpine's Reply command.  If set, Alpine
29689 will not prompt when a message being replied to contains a "Reply-To:"
29690 header value, but will simply use its value (as opposed to using the
29691 "From:" field's value).
29695 Note: Using the "Reply-To:" address is usually the preferred behavior,
29696 however, some mailing list managers choose to place the list's address in
29697 the "Reply-To:" field of any message sent out to the list.  In such
29698 cases, this feature makes it all too easy for personal replies to be
29699 inadvertently sent to the entire mail list, so be careful! 
29701 &lt;End of help on this topic&gt;
29702 </BODY>
29703 </HTML>
29704 ====== h_config_del_skips_del =====
29705 <HTML>
29706 <HEAD>
29707 <TITLE>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></TITLE>
29708 </HEAD>
29709 <BODY>
29710 <H1>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></H1>
29712 This feature controls an aspect of Alpine's Delete command.  If set, this
29713 feature will cause the Delete command to advance past following messages that
29714 are marked deleted.  In other words, pressing "D" will both mark the
29715 current message deleted and advance to the next message that is not marked
29716 deleted.
29717 This feature is set by default.
29719 &lt;End of help on this topic&gt;
29720 </BODY></HTML>
29721 ====== h_config_expunge_manually =====
29722 <HTML>
29723 <HEAD>
29724 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></TITLE>
29725 </HEAD>
29726 <BODY>
29727 <H1>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></H1>
29729 Normally, when you close a folder that contains deleted messages you are
29730 asked if you want to expunge those messages from the folder permanently.
29731 If this feature is set, you won't be asked and the deleted messages will
29732 remain in the folder.
29733 If you choose to set this feature you will have to expunge the
29734 messages manually using the eXpunge command, which you can use while
29735 in the MESSAGE INDEX screen.
29736 If you do not expunge deleted messages the size of your
29737 folder will continue to increase until you are out of disk space.
29739 <UL>   
29740 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29741 </UL><P>
29742 &lt;End of help on this topic&gt;
29743 </BODY>
29744 </HTML>
29745 ====== h_config_auto_expunge =====
29746 <HTML>
29747 <HEAD>
29748 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></TITLE>
29749 </HEAD>
29750 <BODY>
29751 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></H1>
29753 This features controls an aspect of Alpine's eXpunge command.  If set, you
29754 will <B>not</B> be prompted to confirm your intent before the expunge takes 
29755 place.
29756 Actually, this is only true for the INBOX folder and for folders in the
29757 Incoming Folders collection. See the feature
29758 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>.
29760 <UL>   
29761 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29762 </UL><P>
29763 &lt;End of help on this topic&gt;
29764 </BODY>
29765 </HTML>
29766 ====== h_config_full_auto_expunge =====
29767 <HTML>
29768 <HEAD>
29769 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></TITLE>
29770 </HEAD>
29771 <BODY>
29772 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></H1>
29774 This features controls an aspect of Alpine's eXpunge command.  If set, you
29775 will <B>not</B> be prompted to confirm your intent before the expunge 
29776 takes place.  This feature sets this behavior for all folders, unlike the
29777 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
29778 feature that works only for incoming folders.
29780 <UL>   
29781 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29782 </UL><P>
29783 &lt;End of help on this topic&gt;
29784 </BODY>
29785 </HTML>
29786 ====== h_config_auto_read_msgs =====
29787 <HTML>
29788 <HEAD>
29789 <TITLE>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></TITLE>
29790 </HEAD>
29791 <BODY>
29792 <H1>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></H1>
29793 This feature controls an aspect of Alpine's behavior upon quitting.  If set,
29794 and the 
29795 <A HREF="h_config_read_message_folder">&quot;<!--#echo var="VAR_read-message-folder"-->&quot;</A>
29796 option is also set, then Alpine will
29797 automatically transfer all read messages to the designated folder and mark
29798 them as deleted in the INBOX.  Messages in the INBOX marked with an 
29799 &quot;N&quot; (meaning New, or unseen) are not affected.
29801 <UL>   
29802 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29803 </UL><P>
29804 &lt;End of help on this topic&gt;
29805 </BODY>
29806 </HTML>
29807 ====== h_config_auto_fcc_only =====
29808 <HTML>
29809 <HEAD>
29810 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></TITLE>
29811 </HEAD>
29812 <BODY>
29813 <H1>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></H1>
29814 This features controls an aspect of Alpine's composer.
29815 The only time this feature will be used is if you attempt to send mail
29816 that has no recipients but does have an Fcc.
29817 Normally, Alpine will ask if you really mean to copy the message only to
29818 the Fcc.
29819 That is, it asks if you really meant to have no recipients.
29820 If this feature is set, you
29821 will <B>not</B> be prompted to confirm your intent to make only a copy
29822 of a message with no recipients.
29824 This feature is closely related to
29825 <A HREF="h_config_warn_if_no_to_or_cc"><!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></A>.
29826 The difference between this feature and that feature is that this feature
29827 considers a Bcc to be a recipient while that feature will ask for confirmation
29828 even if there is a Bcc when there is no To, Cc, or Newsgroup.
29829 The default values also differ. This feature defaults to asking the question
29830 and you have to turn it off.
29831 The <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--> feature defaults to not asking
29832 unless you turn it on.
29835 <UL>   
29836 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29837 </UL><P>
29838 &lt;End of help on this topic&gt;
29839 </BODY>
29840 </HTML>
29841 ====== h_config_mark_fcc_seen =====
29842 <HTML>
29843 <HEAD>
29844 <TITLE>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></TITLE>
29845 </HEAD>
29846 <BODY>
29847 <H1>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></H1>
29849 This features controls the way Fccs (File carbon copies) are
29850 made of the messages you send.
29853 Normally, when Alpine saves a copy of a message you sent as an Fcc, that
29854 copy will be marked as Unseen.
29855 When you look at the folder it was saved in the message will appear to
29856 be a New message until you read it.
29857 When this feature is enabled, the message will be marked as having
29858 been Seen.
29861 <UL>   
29862 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29863 </UL><P>
29864 &lt;End of help on this topic&gt;
29865 </BODY>
29866 </HTML>
29867 ====== h_config_no_fcc_attach =====
29868 <HTML>
29869 <HEAD>
29870 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></TITLE>
29871 </HEAD>
29872 <BODY>
29873 <H1>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></H1>
29875 This features controls the way Fcc's (File carbon copies) are
29876 made of the messages you send.
29879 Normally, Alpine saves an exact copy of your message as it was sent.
29880 When this feature is enabled, the &quot;body&quot; of the message
29881 you send (the text you type in the composer) is preserved in the 
29882 copy as before, however all attachments are replaced with text
29883 explaining what had been sent rather than the attachments themselves.
29886 This feature also affects Alpine's &quot;Send ?&quot; confirmation prompt
29887 in that a new &quot;^F Fcc Attchmnts&quot; option becomes available which
29888 allows you to interactively set whether or not attachments are saved
29889 to the Fcc'd copy.
29892 <UL>   
29893 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29894 </UL><P>
29895 &lt;End of help on this topic&gt;
29896 </BODY>
29897 </HTML>
29898 ====== h_config_read_in_newsrc_order =====
29899 <HTML>
29900 <HEAD>
29901 <TITLE>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></TITLE>
29902 </HEAD>
29903 <BODY>
29904 <H1>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></H1>
29906 This feature controls the order in which newsgroups will be presented.  If
29907 set, they will be presented in the same order as they occur in your 
29908 <!--chtml if pinemode="os_windows"-->
29909 &quot;NEWSRC&quot;
29910 <!--chtml else-->
29911 &quot;.newsrc&quot;
29912 <!--chtml endif-->
29913 file (the default location of which can be changed with the 
29914 <A HREF="h_config_newsrc_path">&quot;<!--#echo var="VAR_newsrc-path"-->&quot;</A> option).  
29916 If not set, the newsgroups will be presented in alphabetical order.
29918 <UL>   
29919 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29920 </UL><P>
29921 &lt;End of help on this topic&gt;
29922 </BODY>
29923 </HTML>
29924 ====== h_config_quell_tz_comment =====
29925 <HTML>
29926 <HEAD>
29927 <TITLE>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></TITLE>
29928 </HEAD>
29929 <BODY>
29930 <H1>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></H1>
29932 Normally, when Alpine generates a Date header for outgoing mail,
29933 it will try to include the symbolic timezone at the end of the
29934 header inside parentheses.
29935 The symbolic timezone is often three characters long, but on
29936 some operating systems, it may be longer.
29937 Apparently there are some SMTP servers in the world that will reject an
29938 incoming message if it has a Date header longer than about 80 characters.
29939 If this feature is set, the symbolic timezone normally generated by
29940 Alpine will not be included.
29941 You probably don't need to worry about this feature unless you run into
29942 the problem described above.
29945 &lt;End of help on this topic&gt;
29946 </BODY>
29947 </HTML>
29948 ====== h_config_post_wo_validation =====
29949 <HTML>
29950 <HEAD>
29951 <TITLE>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></TITLE>
29952 </HEAD>
29953 <BODY>
29954 <H1>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></H1>
29956 This feature controls whether the NNTP server is queried as newsgroups
29957 are entered for posting.  Validation over slow links (e.g. dialup using
29958 SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
29960 &lt;End of help on this topic&gt;
29961 </BODY>
29962 </HTML>
29963 ====== h_config_send_wo_confirm =====
29964 <HTML>
29965 <HEAD>
29966 <TITLE>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></TITLE>
29967 </HEAD>
29968 <BODY>
29969 <H1>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></H1>
29971 By default, when you send or post a message you will be asked to confirm
29972 with a question that looks something like:
29975 <CENTER><SAMP>Send message?</SAMP></CENTER>
29978 If this feature is set, you
29979 will <B>not</B> be prompted to confirm your intent to send
29980 and your message will be sent.
29982 If this feature is set it disables some possibilities and renders some
29983 other features meaningless.
29984 You will not be able to use
29985 <A HREF="h_config_sending_filter">Sending Filters</A>,
29986 Verbose sending mode,
29987 <A HREF="h_config_compose_bg_post">Background Sending</A>,
29988 <A HREF="h_config_compose_dsn">Delivery Status Notifications</A>,
29989 or ^V to turn off the generation of flowed text for this message.
29990 These options are normally available as suboptions in the Send prompt, but
29991 with no Send prompt the options are gone.
29994 A somewhat related feature is
29995 <A HREF="h_config_quell_post_prompt">&quot;<!--#echo var="FEAT_quell-extra-post-prompt"-->&quot;</A>,
29996 which may be used to eliminate the extra confirmation
29997 question when posting to a newsgroup.
29999 <UL>   
30000 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30001 </UL><P>
30002 &lt;End of help on this topic&gt;
30003 </BODY>
30004 </HTML>
30005 ====== h_config_quell_filtering_done_message =====
30006 <HTML>
30007 <HEAD>
30008 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></TITLE>
30009 </HEAD>
30010 <BODY>
30011 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></H1>
30013 If you use Filter Rules that move messages or set status of messages
30014 you sometimes see a message from Alpine that looks like
30017 <CENTER><SAMP>filtering done</SAMP></CENTER>
30020 If this feature is set, this message will be suppressed.
30021 If the feature
30022 <A HREF="h_config_quell_filtering_messages"><!--#echo var="FEAT_quell-filtering-messages"--></A>
30023 is set then this message will be suppressed regardless.
30026 <UL>   
30027 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30028 </UL><P>
30029 &lt;End of help on this topic&gt;
30030 </BODY>
30031 </HTML>
30032 ====== h_config_quell_filtering_messages =====
30033 <HTML>
30034 <HEAD>
30035 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></TITLE>
30036 </HEAD>
30037 <BODY>
30038 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></H1>
30040 If you use Filter Rules that move messages or set status of messages
30041 you sometimes see messages from Alpine that look like
30044 <CENTER><SAMP>&lt;filter name&gt;: Moving 2 filtered messages to &lt;folder name&gt;</SAMP></CENTER>
30050 <CENTER><SAMP>&lt;filter name&gt;: Setting flags in 5 messages</SAMP></CENTER>
30056 <CENTER><SAMP>Processing filter &lt;filter name&gt;</SAMP></CENTER>
30059 If this feature is set, these messages will be suppressed.
30060 The feature
30061 <A HREF="h_config_quell_filtering_done_message"><!--#echo var="FEAT_quell-filtering-done-message"--></A>
30062 is related.
30065 <UL>   
30066 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30067 </UL><P>
30068 &lt;End of help on this topic&gt;
30069 </BODY>
30070 </HTML>
30071 ====== h_config_quell_post_prompt =====
30072 <HTML>
30073 <HEAD>
30074 <TITLE>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></TITLE>
30075 </HEAD>
30076 <BODY>
30077 <H1>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></H1>
30079 By default, when you post a message to a newsgroup you are asked to confirm
30080 that you want to post with the question
30083 <CENTER><SAMP>Posted message may go to thousands of readers. Really post?</SAMP></CENTER>
30086 If this feature is set, you
30087 will <B>not</B> be prompted to confirm your intent to post to a newsgroup
30088 and your message will be posted.
30091 <UL>   
30092 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30093 </UL><P>
30094 &lt;End of help on this topic&gt;
30095 </BODY>
30096 </HTML>
30097 ====== h_config_check_mail_onquit =====
30098 <HTML>
30099 <HEAD>
30100 <TITLE>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></TITLE>
30101 </HEAD>
30102 <BODY>
30103 <H1>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></H1>
30105 If this feature is set, Alpine will check for new mail after you give the
30106 Quit command.
30107 If new mail has arrived since the previous check, you will be notified
30108 and given the choice of quitting or not quitting.
30110 <UL>   
30111 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30112 </UL><P>
30113 &lt;End of help on this topic&gt;
30114 </BODY>
30115 </HTML>
30116 ====== h_config_inbox_no_confirm =====
30117 <HTML>
30118 <HEAD>
30119 <TITLE>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></TITLE>
30120 </HEAD>
30121 <BODY>
30122 <H1>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></H1>
30124 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30125 command and there are no more folders or newsgroups to visit, you are asked
30126 if you want to return to the INBOX.
30127 If this feature is set you will not be asked.
30128 It will be assumed that you do want to return to the INBOX.
30130 <UL>   
30131 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30132 </UL><P>
30133 &lt;End of help on this topic&gt;
30134 </BODY>
30135 </HTML>
30136 ====== h_config_dates_to_local =====
30137 <HTML>
30138 <HEAD>
30139 <TITLE>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></TITLE>
30140 </HEAD>
30141 <BODY>
30142 <H1>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></H1>
30144 Normally, the message dates that you see in the
30145 MESSAGE INDEX and MESSAGE VIEW are displayed in the timezone they were sent from.
30146 For example, if a message was sent to you from a few timezones to the east
30147 it might appear that it was sent from the future;
30148 or if it was sent from somewhere to the west it might appear
30149 as if it is from yesterday even though it was sent only a few minutes ago.
30150 If this feature is set an attempt will be made to convert the dates
30151 to your local timezone to be displayed.
30153 Note that this does not affect the results of Select by Date or of
30154 anything else other than these displayed dates.
30155 When viewing the message you may look at the original unconverted value of the Date
30156 header by using the <A HREF="h_common_hdrmode">HdrMode Command</A>.
30158 <UL>   
30159 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30160 </UL><P>
30161 &lt;End of help on this topic&gt;
30162 </BODY>
30163 </HTML>
30164 ====== h_config_tab_no_prompt =====
30165 <HTML>
30166 <HEAD>
30167 <TITLE>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></TITLE>
30168 </HEAD>
30169 <BODY>
30170 <H1>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></H1>
30172 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30173 command and there is a problem checking a folder, you are asked
30174 whether you want to continue with the search in the following folder or not.
30175 This question gives you a chance to stop the NextNew processing.
30176 (The checking problem might be caused by the fact that the folder does not
30177 exist, or by an authentication problem, or by a server problem
30178 of some sort.)
30181 If this feature is set you will not be asked.
30182 It will be assumed that you do want to continue.
30184 <UL>   
30185 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30186 </UL><P>
30187 &lt;End of help on this topic&gt;
30188 </BODY>
30189 </HTML>
30190 ====== h_config_input_history =====
30191 <HTML>
30192 <HEAD>
30193 <TITLE>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></TITLE>
30194 </HEAD>
30195 <BODY>
30196 <H1>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></H1>
30198 Many of the prompts that ask for input in the status line near the
30199 bottom of the screen will respond to Up Arrow and Down Arrow
30200 with the history of previous entries.
30201 For example, in the MESSAGE INDEX screen when you use the WhereIs
30202 command the text you entered will be remembered and can be recalled
30203 by using the Up Arrow key.
30204 Another example, when saving a message the folders saved to will
30205 be remembered and can be recalled using the arrow keys.
30207 In the Save prompt, some users prefer that the Up and Down arrow keys
30208 be used for the Previous Collection and Next Collection commands
30209 instead of for a history of previous saves.
30210 If this option is set the Up and Down arrow keys will become synonyms for the
30211 Previous Collection and Next Collection (^P and ^N) commands in the
30212 prompt for the name of a folder to Save to or in the prompt for the
30213 name of a folder to GoTo.
30214 When this feature is not set (the default), ^P and ^N will change the
30215 collection and the arrow keys will show the history.
30217 <UL>   
30218 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30219 </UL><P>
30220 &lt;End of help on this topic&gt;
30221 </BODY>
30222 </HTML>
30223 ====== h_config_confirm_role =====
30224 <HTML>
30225 <HEAD>
30226 <TITLE>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></TITLE>
30227 </HEAD>
30228 <BODY>
30229 <H1>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></H1>
30231 If you have roles, when you Reply to or Forward a message, or Compose
30232 a new message, Alpine
30233 will search through your roles for one that matches.
30234 Normally, if no matches are found you will be placed into the composer
30235 with no opportunity to select a role.
30236 If this feature is set, then you will be asked to confirm that you don't
30237 want a role.
30238 This will give you the opportunity to select a role (with the ^T command).
30239 If you confirm no role with a Return, you will be placed in
30240 the composer with no role.
30241 You may also confirm with either an &quot;N&quot; or a &quot;Y&quot;.
30242 These behave the same as if you pressed the Return.
30243 (The &quot;N&quot; and &quot;Y&quot; answers are available because they
30244 match what you might type if there was a role match.)
30246 If you are using the alternate form of the Compose command called
30247 &quot;Role&quot;, then all of your roles will be available to you,
30248 independent of the value of this feauture and of the values set for all of
30249 Reply Use, Forward Use, and Compose Use.
30251 <UL>   
30252 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30253 </UL><P>
30254 &lt;End of help on this topic&gt;
30255 </BODY>
30256 </HTML>
30257 ====== h_config_news_cross_deletes =====
30258 <HTML>
30259 <HEAD>
30260 <TITLE>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></TITLE>
30261 </HEAD>
30262 <BODY>
30263 <H1>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></H1>
30265 This feature controls what Alpine does when you delete a message in a
30266 newsgroup that appears in more than one newsgroup.  Such a message
30267 is sometimes termed a &quot;crossposting&quot; in that it was posted
30268 across several newsgroups.
30271 Alpine's default behavior when you delete such a message is to remove
30272 only the copy in the current newsgroup from view when you use the
30273 &quot;Exclude&quot; command or the next time you visit the newsgroup.
30276 Enabling this feature causes Alpine to remove every occurrence of the
30277 message from all newsgroups it appears in and to which you are
30278 subscribed.
30281 NOTE: As currently implemented, enabling this feature may increase the
30282 time it takes the Expunge command and newsgroup closing to complete.
30285 <UL>   
30286 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30287 </UL><P>
30288 &lt;End of help on this topic&gt;
30289 </BODY>
30290 </HTML>
30291 ====== h_config_news_catchup =====
30292 <HTML>
30293 <HEAD>
30294 <TITLE>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></TITLE>
30295 </HEAD>
30296 <BODY>
30297 <H1>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></H1>
30299 This feature controls what Alpine does as it closes a newsgroup.
30300 When set, Alpine will offer to delete all messages from the newsgroup
30301 as you are quitting Alpine or opening a new folder.
30304 This feature is useful if you typically read all the interesting messages
30305 in a newsgroup each time you open it.  This feature saves you from
30306 having to delete each message in a newsgroup as you read it or from
30307 selecting all the messages and doing an
30308 <A HREF="h_config_enable_agg_ops">aggregate delete</A> before you
30309 move on to the next folder or newsgroup.
30312 <UL>   
30313 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30314 </UL><P>
30315 &lt;End of help on this topic&gt;
30316 </BODY>
30317 </HTML>
30318 ====== h_config_next_thrd_wo_confirm =====
30319 <HTML>
30320 <HEAD>
30321 <TITLE>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></TITLE>
30322 </HEAD>
30323 <BODY>
30324 <H1>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></H1>
30326 This feature controls an aspect of Alpine's Next and Prev commands in
30327 the case where you are using one of the
30328 &quot;separate-index-screen&quot; styles for the configuration option
30329 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
30330 and currently have the folder sorted by a Threaded or OrderedSubject sort.
30331 When you are Viewing a particular thread you have a
30332 MESSAGE INDEX of only the messages in that thread.
30333 If you press the Next command with the last message in the thread highlighted
30334 you will normally be asked if you want to &quot;View next thread?&quot;,
30335 assuming there is a next thread to view.
30336 If this feature is set it will be assumed that you always want to view the
30337 next thread and you won't be asked to confirm that.
30338 Similarly, if the first message of the thread is highlighted and you
30339 press the Prev command, this feature will prevent the question
30340 &quot;View previous thread&quot;.
30342 This feature only has an effect in the MESSAGE INDEX screen.
30343 If you then view a particular message from that screen and press the
30344 Next command, you will be sent to the next thread without being asked,
30345 independent of the setting of this feature.
30347 The feature
30348 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A> also has some similar effects.
30350 &lt;End of help on this topic&gt;
30351 </BODY>
30352 </HTML>
30353 ====== h_config_kw_braces =====
30354 <HTML>
30355 <HEAD>
30356 <TITLE>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></TITLE>
30357 </HEAD>
30358 <BODY>
30359 <H1>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></H1>
30361 This option controls a minor aspect of Alpine's MESSAGE INDEX and MESSAGE
30362 TEXT screens.
30363 If you have modified the
30364 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
30365 so that either the &quot;SUBJKEY&quot; or &quot;SUBJKEYINIT&quot; tokens
30366 are used to display keywords or their initials along with the Subject; then
30367 this option may be used to modify the resulting display slightly.
30368 By default, the keywords or initials displayed for these tokens will be
30369 surrounded with curly braces ({ and }) and a trailing space.
30370 For example, if keywords &quot;Work&quot; and &quot;Now&quot; are set for
30371 a message, the &quot;SUBJKEY&quot; token will normally look like
30373 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
30375 and the SUBJKEYINIT token would look like
30377 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
30379 The default character before the keywords is the left brace ({) and the
30380 default after the keywords is the right brace followed by a space (} ).
30382 This option allows you to change that.
30383 You should set it to two values separated by a space.
30384 The values may be quoted if they include space characters.
30385 So, for example, the default value could be specified explicitly by setting this
30386 option to
30388 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="{" "}&nbsp;"</SAMP></CENTER>
30390 The first part wouldn't need to be quoted (but it doesn't hurt).
30391 The second part does need the quotes because it includes a space character.
30392 If you wanted to change the braces to brackets you could use
30394 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="[" "]&nbsp;"</SAMP></CENTER>
30396 Inside the quotes you can use backslash quote to mean quote, so
30398 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="&#92;"" "&#92;" "</SAMP></CENTER>
30400 would produce
30402 <CENTER><SAMP>"Work Now" actual subject</SAMP></CENTER>
30404 It is also possible to color keywords in the index using the
30405 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
30407 It is not possible to change the fact that a space character is used to
30408 separate the keywords if more than one keyword is set for a message.
30409 It is also not possible to change the fact that there are no separators
30410 between the keyword initials if more than one keyword is set.
30412 &lt;End of help on this topic&gt;
30413 </BODY>
30414 </HTML>
30415 ====== h_config_opening_sep =====
30416 <HTML>
30417 <HEAD>
30418 <TITLE>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></TITLE>
30419 </HEAD>
30420 <BODY>
30421 <H1>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></H1>
30423 This option controls a minor aspect of Alpine's MESSAGE INDEX screen.
30424 With some setups the text of the subject is followed
30425 by the opening text of the message if there is any room available in the index line.
30426 If you have configured your
30427 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
30428 to include one of the Subject tokens that causes this behavior
30429 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), then this option may be used
30430 to modify what is displayed slightly.
30431 By default, the Subject is separated from the opening text of the message by
30432 the three characters space dash space;
30434 <CENTER><SAMP>&quot;&nbsp;-&nbsp;&quot;</SAMP></CENTER>
30436 Use this option to set it to something different.
30437 The value must be quoted if it includes any space characters.
30438 For example, the default value could be specified explicitly by setting this
30439 option to
30441 <CENTER><SAMP><!--#echo var="VAR_opening-text-separator-chars"-->="&nbsp;-&nbsp;"</SAMP></CENTER>
30443 &lt;End of help on this topic&gt;
30444 </BODY>
30445 </HTML>
30446 ====== h_config_select_wo_confirm =====
30447 <HTML>
30448 <HEAD>
30449 <TITLE>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></TITLE>
30450 </HEAD>
30451 <BODY>
30452 <H1>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></H1>
30454 This feature controls an aspect of Alpine's Save, Export, and Goto commands.
30455 These commands all take text input to specify the name of the folder or
30456 file to be used, but allow you to press ^T for a list of possible names.
30457 If set, the selected name will be used immediately, without further
30458 opportunity to confirm or edit the name.
30460 Some related help topics are
30461 <UL>
30462 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30463 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30464 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30465 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30466 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30467 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>.
30468 </UL>
30470 &lt;End of help on this topic&gt;
30471 </BODY>
30472 </HTML>
30473 ====== h_config_save_part_wo_confirm =====
30474 <HTML>
30475 <HEAD>
30476 <TITLE>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></TITLE>
30477 </HEAD>
30478 <BODY>
30479 <H1>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></H1>
30481 This feature controls an aspect of Alpine's Save command.
30482 By default, when you Save a message that has some deleted parts, you will
30483 be asked to confirm that you want to Save with a prompt that looks like:
30485 <CENTER><SAMP>Saved copy will NOT include entire message!  Continue?</SAMP></CENTER>
30487 If this feature is set, you will not be asked.
30489 &lt;End of help on this topic&gt;
30490 </BODY>
30491 </HTML>
30492 ====== h_config_use_resentto =====
30493 <HTML>
30494 <HEAD>
30495 <TITLE>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></TITLE>
30496 </HEAD>
30497 <BODY>
30498 <H1>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></H1>
30500 This feature is turned off by default because turning it on causes problems
30501 with some deficient IMAP servers.
30502 In Alpine <A HREF="h_mainhelp_filtering">Filters</A> and other types of Rules, if the
30503 <A HREF="h_rule_patterns">Pattern</A>
30504 contains a To header pattern and this feature is turned on,
30505 then a check is made in the message to see
30506 if a Resent-To header is present, and that is used instead of the To header.
30507 If this feature is not turned on, then the regular To header will always
30508 be used.
30511 &lt;End of help on this topic&gt;
30512 </BODY>
30513 </HTML>
30514 ====== h_config_use_reg_start_for_stayopen =====
30515 <HTML>
30516 <HEAD>
30517 <TITLE>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></TITLE>
30518 </HEAD>
30519 <BODY>
30520 <H1>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></H1>
30522 This feature affects which message is selected as the current message
30523 when you enter a
30524 <A HREF="h_config_permlocked">Stay Open</A> folder.
30526 Normally, the starting position for an incoming folder (which most Stay Open
30527 folders will likely be) is controlled by the
30528 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
30529 However, if a folder is a Stay Open folder, when you re-enter the folder
30530 after the first time the current message will be the same as it was when
30531 you left the folder.
30532 An exception is made if you use the TAB command to get to the folder.
30533 In that case, the message number will be incremented by one from what it
30534 was when you left the folder.
30536 The above special behavior is thought to be useful.
30537 However, it is special and different from what you might at first expect.
30538 If this feature is set, then Stay Open folders will not be treated specially
30539 as far as the startup rule is concerned.
30542 &lt;End of help on this topic&gt;
30543 </BODY>
30544 </HTML>
30545 ====== h_config_use_current_dir =====
30546 <HTML>
30547 <HEAD>
30548 <TITLE>FEATURE: <!--#echo var="FEAT_use-current-dir"--></TITLE>
30549 </HEAD>
30550 <BODY>
30551 <H1>FEATURE: <!--#echo var="FEAT_use-current-dir"--></H1>
30553 This feature controls an aspect of several commands. 
30554 If set, your &quot;current working directory&quot; 
30555 <!--chtml if pinemode="running"-->
30556 (which, at least for your current Alpine &quot;session,&quot; 
30557 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
30558 <!--chtml endif-->
30559 will be used instead of your home directory 
30560 <!--chtml if pinemode="running"-->
30561 (which, in the present configuration of your system, is
30562  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
30563 <!--chtml endif-->
30564 for all of the following operations:<UL>
30565     <LI> Export in the MESSAGE INDEX and MESSAGE TEXT screens
30566     <LI> Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
30567     <LI> <!--chtml if pinemode="function_key"-->F4
30568          <!--chtml else-->Ctrl-R
30569          <!--chtml endif--> file inclusion in the COMPOSER
30570     <LI> <!--chtml if pinemode="function_key"-->F5
30571          <!--chtml else-->Ctrl-J
30572          <!--chtml endif--> file attachment in the COMPOSER
30573 </UL>
30574 <!--chtml if pinemode="os_windows"-->
30576 If you are starting PC-Alpine from a desktop icon or the Start menu, 
30577 you can set the &quot;current drive&quot; 
30578 by specifying it in the &quot;Start in:&quot; 
30579 box found in the Shortcut tab of the Properties.  
30580 <!--chtml endif-->
30582 <UL>   
30583 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30584 </UL>
30587 &lt;End of help on this topic&gt;
30588 </BODY>
30589 </HTML>
30590 ====== h_config_save_wont_delete =====
30591 <HTML>
30592 <HEAD>
30593 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></TITLE>
30594 </HEAD>
30595 <BODY>
30596 <H1>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></H1>
30598 This feature controls one aspect of the Save command.  If set, Save will
30599 not mark the message &quot;deleted&quot; (its default behavior) after
30600 it has been copied to the designated folder.
30603 &lt;End of help on this topic&gt;
30604 </BODY>
30605 </HTML>
30606 ====== h_config_use_boring_spinner =====
30607 <HTML>
30608 <HEAD>
30609 <TITLE>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></TITLE>
30610 </HEAD>
30611 <BODY>
30612 <H1>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></H1>
30614 When Alpine is delayed for some reason it usually shows that
30615 something is happening with a small animated display in the status
30616 message line near the bottom of the screen.
30617 Setting this feature will cause that animation to be the same
30618 each time instead of having Alpine choose a random animation.
30619 You may turn the animation off altogether by setting the
30620 <A HREF="h_config_active_msg_interval"><!--#echo var="VAR_busy-cue-rate"--></A>
30621 option to zero.
30624 &lt;End of help on this topic&gt;
30625 </BODY>
30626 </HTML>
30627 ====== h_config_unsel_wont_advance =====
30628 <HTML>
30629 <HEAD>
30630 <TITLE>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></TITLE>
30631 </HEAD>
30632 <BODY>
30633 <H1>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></H1>
30635 This feature controls one aspect of the Unselect Current message command.
30636 Normally, when the Unselect current message command (:) is typed when the
30637 current message is selected, the message will be unselected and the next
30638 message will become the current message.
30639 If this feature is set, the cursor will not advance to the next message.
30640 Instead, the current message will remain the current message after
30641 unselecting.
30644 &lt;End of help on this topic&gt;
30645 </BODY>
30646 </HTML>
30647 ====== h_config_prune_uses_iso =====
30648 <HTML>
30649 <HEAD>
30650 <TITLE>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></TITLE>
30651 </HEAD>
30652 <BODY>
30653 <H1>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></H1>
30655 By default, Alpine asks monthly whether or not you would like to rename
30656 some folders to a new name containing the date.
30657 It also asks whether or not you would like to delete some old folders.
30658 See the <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option for an
30659 explanation.
30662 By default, the name used when renaming a folder looks like
30664 <CENTER><SAMP>&lt;foldername&gt;-&lt;month&gt;-&lt;year&gt;</SAMP></CENTER>
30666 For example, the first time you run Alpine in May of 2004,
30667 the folder &quot;sent-mail&quot; might be renamed to
30669 <CENTER><SAMP>sent-mail-apr-2004</SAMP></CENTER>
30671 If this feature is set, the name used will be of the form
30673 <CENTER><SAMP>&lt;foldername&gt;-&lt;yyyy&gt;-&lt;mm&gt;</SAMP></CENTER>
30675 where &quot;yyyy&quot; is the year and &quot;mm&quot; is the two-digit
30676 month (01, 02, ..., 12).
30677 For the April, 2004 example above, it would instead be
30679 <CENTER><SAMP>sent-mail-2004-04</SAMP></CENTER>
30681 because April is the 4th month of the year.
30682 A reason you might want to set this feature is so that the folders
30683 will sort in chronological order.
30686 &lt;End of help on this topic&gt;
30687 </BODY>
30688 </HTML>
30689 ====== h_config_save_advances =====
30690 <HTML>
30691 <HEAD>
30692 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-advance"--></TITLE>
30693 </HEAD>
30694 <BODY>
30695 <H1>FEATURE: <!--#echo var="FEAT_save-will-advance"--></H1>
30697 This feature controls one aspect of the Save command.  If set, Save will
30698 (in addition to copying the current message to the designated folder) also
30699 advance to the next message.
30702 &lt;End of help on this topic&gt;
30703 </BODY>
30704 </HTML>
30705 ====== h_config_force_arrow =====
30706 <HTML>
30707 <HEAD>
30708 <TITLE>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></TITLE>
30709 </HEAD>
30710 <BODY>
30711 <H1>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></H1>
30713 This feature affects Alpine's MESSAGE INDEX display routine.
30714 If set, the normal inverse-video cursor will be
30715 replaced by a simple &quot;arrow&quot; cursor, which normally occupies the
30716 second column of the index display.
30718 This is the same index cursor you get if you turn on
30719 <A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>, but the index
30720 line coloring will still be present if this feature is turned on and
30721 <!--#echo var="FEAT_assume-slow-link"--> is off.
30723 An alternative version of the Arrow cursor is available by including the
30724 <A HREF="h_config_index_arrow_color">ARROW</A>
30725 token in the
30726 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
30728 It ought to be the case that this feature also affects the ATTACHMENT INDEX,
30729 but that is not implemented.
30732 &lt;End of help on this topic&gt;
30733 </BODY>
30734 </HTML>
30735 ====== h_config_force_low_speed =====
30736 <HTML>
30737 <HEAD>
30738 <TITLE>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></TITLE>
30739 </HEAD>
30740 <BODY>
30741 <H1>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></H1>
30743 UNIX Alpine only.
30745 This feature affects Alpine's display routines.  If set, the normal
30746 inverse-video cursor (used to highlight the current item in a list) will be
30747 replaced by an &quot;arrow&quot; cursor and other
30748 screen update optimizations for
30749 low-speed links (e.g. 2400 bps dialup connections) will be activated.
30750 One of the optimizations is that colored index lines (set up with Indexcolor
30751 Rules) will not be colored.
30752 If you are just turning this feature on because you like using
30753 the &quot;arrow&quot; cursor you may have an arrow cursor with index line
30754 coloring by turning this feature off and the
30755 <A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A> on.
30758 &lt;End of help on this topic&gt;
30759 </BODY>
30760 </HTML>
30761 ====== h_config_show_delay_cue =====
30762 <HTML>
30763 <HEAD>
30764 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></TITLE>
30765 </HEAD>
30766 <BODY>
30767 <H1>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></H1>
30769 If set, this feature will cause an asterisk to appear in the upper
30770 left-hand corner of the screen whenever Alpine checks for new mail.
30771 Two asterisks whenever Alpine saves (checkpoints) the state of the current
30772 mailbox to disk.
30774 <!--chtml if pinemode="os_windows"-->
30776 In addition, PC-Alpine will display a less-than symbol, '&lt;', when 
30777 it is trying to open a network connection (e.g, to open your INBOX
30778 on an IMAP
30779 server) or read from the network connection.  A greater-than symbol,
30780 will be displayed when PC-Alpine is trying to write to the network
30781 connection (e.g, sending a command to your IMAP server).
30782 <!--chtml endif-->
30785 &lt;End of help on this topic&gt;
30786 </BODY>
30787 </HTML>
30788 ====== h_config_color_style =====
30789 <HTML>
30790 <HEAD>
30791 <TITLE>OPTION: Color Style</TITLE>
30792 </HEAD>
30793 <BODY>
30794 <H1>OPTION: Color Style</H1>
30796 UNIX Alpine only.
30798 If the terminal or terminal emulator you are using is capable of displaying
30799 colors, this option controls whether or not color will be used in Alpine.
30800 If you turn color on and things are set up correctly,
30801 you should see color appear on the screen immmediately.
30802 Modern terminal emulators are usually capable of displaying colors.
30804 The available options include:
30807 <DL>
30808 <DT>no-color</DT>
30809 <DD>Don't use color.
30810 </DD>
30812 <DT>use-termdef</DT>
30813 <DD>In order to decide if your terminal is capable of color, Alpine looks in
30814 the terminal capabilities database, TERMINFO or TERMCAP, depending on
30815 how Alpine was compiled.
30816 This is a good option to choose if you switch between a color and a non-color
30817 terminal with the same Alpine configuration.
30818 Alpine will know to use color on the color terminal because it is described
30819 in the termcap entry, and Alpine will know to use black and white on the
30820 non-color terminal.
30821 The Alpine Technical Notes
30822 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/tech-notes/">http://www.washington.edu/alpine/tech-notes/</A></SAMP></CENTER>
30823 have more information on configuring a TERMCAP or TERMINFO
30824 entry for color Alpine.
30825 This is usually something a system administrator does.
30826 </DD>
30828 <DT>force-ansi-8color</DT>
30829 <DD>This is probably the setting that most people should use.
30830 Because setting up a termcap entry is confusing and because the
30831 terminal capabilities database is often not correctly configured for color,
30832 this choice and the next may be easier for you to use.
30833 If your terminal emulator responds to ANSI color escape sequences, which
30834 many do, this option will cause Alpine to believe your terminal will respond
30835 to the escape sequences that produce eight different foreground and background
30836 colors.
30837 The escape sequences used to set the foreground colors are
30839   <P><CENTER>ESC&nbsp;[&nbsp;3&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
30841 where the color_number is an ASCII digit between 0 and 7.
30842 The numbers 0 through 7 should correspond to the colors black, red, green,
30843 yellow, blue, magenta, cyan, and white.
30844 Some terminal emulators use a pre-ANSI scheme that swaps
30845 the colors blue and red and the colors yellow and cyan.
30846 This will cause the default colors to be different, but other than that
30847 things should work fine.
30848 There is also a 9th color available, the last one shown, which is the default
30849 color from the terminal emulator.
30850 When used as a background color some people refer to this color as
30851 &quot;transparent&quot;, which is why the letters &quot;TRAN&quot; are
30852 shown in the color swatch of the SETUP COLOR screen.
30853 The foreground transparent color is shown as
30854 the color of the &quot;TRAN&quot; text.
30855 (The transparent color will not work correctly in a PC-Alpine configuration.)
30856 The escape sequences used to set the background colors are the same
30857 as for the foreground colors except a &quot;4&quot; replaces the &quot;3&quot;.
30858 The escape sequences for foreground and background default colors (transparent)
30859 are 39m and 49m.
30861 Note: With the Tera Term terminal emulator this setting works well.
30862 You should also have the Tera Term &quot;Full color&quot; option turned OFF.
30863 You may find the &quot;Full color&quot; option in Tera Term's &quot;Setup&quot;
30864 menu, in the &quot;Window&quot; submenu.
30865 </DD>
30867 <DT>force-ansi-16color</DT>
30868 <DD>Many terminal emulators know about the same eight colors above
30869 plus eight more.
30870 This option attempts to use all 16 colors.
30871 The same escape sequences as for the eight-color terminal are used
30872 for the first eight colors.
30873 The escape sequences used to set foreground colors 8-15 are the same as
30874 for 0-7 except the &quot;3&quot; is replaced with a &quot;9&quot;.
30875 The background color sequences for colors 8-15 are the same as for 0-7
30876 except the &quot;4&quot; is replaced with &quot;10&quot;.
30877 You can tell if the 16 colors are working by turning on this option
30878 and then going into one of the color configuration screens, for example,
30879 the configuration screen for Normal Color.
30880 If you see 16 different colors to select from (plus a 17th for
30881 the transparent color), it's working.
30882 </DD>
30884 <DT>force-xterm-256color</DT>
30885 <DD>Some versions of xterm (and some other terminal emulators)
30886 have support for 256 colors.
30887 The escape sequences used to set the foreground colors are
30889   <P><CENTER>ESC&nbsp;[&nbsp;38&nbsp;;&nbsp;5&nbsp;;&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
30891 where the color_number is an ASCII digit between 0 and 255.
30892 Background colors are the same with the 38 replaced with a 48.
30893 The numbers 0 through 15 are probably similar to the 16 color version
30894 above, then comes a 6x6x6 color cube, followed by 24 colors of gray.
30895 The terminal default (transparent) color is the 257th color at the bottom.
30896 Some terminal emulators will misinterpret these escape sequences causing
30897 the terminal to blink or overstrike characters or to do something else
30898 undesirable.
30900 The PuTTY terminal emulator has an option called &quot;Allow terminal to
30901 use xterm 256-colour mode&quot; which allows PuTTY to work well with
30902 this 256-color setting.
30904 </DD>
30905 </DL>
30908 The normal default is &quot;no-color&quot;.
30911 Once you've turned on color you may set the
30912 colors of many objects on the screen individually.
30913 For example, you may add colors to the status letters on the MESSAGE
30914 INDEX page.
30915 Most categories of color that Alpine supports are configurable here.
30916 For example, &quot;Normal Color&quot;
30917 is the color used to display most of the text in Alpine, and
30918 &quot;Reverse Color&quot; is used to display highlighted text, such as the
30919 current message in the MESSAGE INDEX.
30921 Lines in the MESSAGE INDEX may also be colored.
30922 Use Setup Rules to get to the Indexcolor configuration screen.
30925 <UL>   
30926 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30927 </UL><P>
30928 &lt;End of help on this topic&gt;
30929 </BODY>
30930 </HTML>
30931 ====== h_config_disable_index_locale_dates =====
30932 <HTML>
30933 <HEAD>
30934 <TITLE>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></TITLE>
30935 </HEAD>
30936 <BODY>
30937 <H1>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></H1>
30939 This feature affects the display of dates in the MESSAGE INDEX.
30940 Normally an attempt is made to localize the dates
30941 used in the MESSAGE INDEX display to your locale.
30942 This is controlled with the
30943 LC_TIME locale setting on a UNIX system.
30944 On Windows the Regional Options control panel may be used to set the date format.
30945 At the programming level, Alpine is using the strftime routine
30946 to print the parts of a date.
30948 If this feature is set, dates are displayed in English and
30949 with the conventions of the United States.
30952 <UL>   
30953 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30954 </UL><P>
30955 &lt;End of help on this topic&gt;
30956 </BODY>
30957 </HTML>
30958 ====== h_config_auto_open_unread =====
30959 <HTML>
30960 <HEAD>
30961 <TITLE>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></TITLE>
30962 </HEAD>
30963 <BODY>
30964 <H1>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></H1>
30966 This feature controls the behavior of the TAB key when traversing folders
30967 in the optional 
30968 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
30969 collection or in optional <!--#echo var="VAR_news-collections"-->.
30971 When the TAB
30972 (<A HREF="h_common_nextnew">NextNew</A>)
30973 key is pressed, and there
30974 are no more unseen messages in the current (incoming message or news)
30975 folder, Alpine will search the list of folders in the current collection for
30976 one containing New or Recent (new since the last time the folder was
30977 opened) messages.
30978 This behavior may be modified slightly with the
30979 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
30980 feature that causes Alpine to look for Unseen messages instead of Recent
30981 messages.
30982 Normally, when such a folder is found, Alpine will ask
30983 whether you wish to open the folder.  If this feature is set, Alpine will
30984 automatically open the folder without prompting.
30986 This feature also affects some other similar situations.
30987 If you have a
30988 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
30989 that is equal to one of the &quot;separate-&quot; values, and you are
30990 viewing a thread; then when you type the NextNew command and are at the
30991 end of the current thread you will automatically go to the next thread
30992 if this feature is set.
30993 By default, you would be asked if you want to view the next thread.
30994 You will also be asked at times whether or not you want to view the next
30995 thread after you delete the last message in the thread.
30996 Setting this feature will also cause that question to be skipped.
30999 <UL>   
31000 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31001 </UL><P>
31002 &lt;End of help on this topic&gt;
31003 </BODY>
31004 </HTML>
31005 ====== h_config_auto_include_reply =====
31006 <HTML>
31007 <HEAD>
31008 <TITLE>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></TITLE>
31009 </HEAD>
31010 <BODY>
31011 <H1>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></H1>
31013 This feature controls an aspect of Alpine's Reply command.  Normally, Alpine
31014 will ask whether you wish to include the original message in your reply.
31015 If this feature is set and the feature
31016 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
31017 is <EM>not</EM> set, then the original message will be included in the reply
31018 automatically, without prompting.
31020 &lt;End of help on this topic&gt;
31021 </BODY>
31022 </HTML>
31023 ====== h_config_select_in_bold =====
31024 <HTML>
31025 <HEAD>
31026 <TITLE>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></TITLE>
31027 </HEAD>
31028 <BODY>
31029 <H1>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></H1>
31031 This feature controls an aspect of Alpine's 
31032 <A HREF="h_config_enable_agg_ops">&quot;aggregate operation&quot;</A>
31033 commands; in
31034 particular, the Select and WhereIs commands. Select and WhereIs (with the
31035 ^X subcommand) will search the current folder for messages meeting a
31036 specified criteria, and &quot;tag&quot; the resulting messages with an 
31037 &quot;X&quot; in the
31038 first column of the applicable lines in the MESSAGE INDEX.  If this feature
31039 is set, instead of using the &quot;X&quot; to denote a selected message, 
31040 Alpine will
31041 attempt to display those index lines in boldface. Whether this is
31042 preferable to the &quot;X&quot; will depend on personal taste and the type of
31043 terminal being used.
31045 <UL>   
31046 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31047 </UL><P>
31048 &lt;End of help on this topic&gt;
31049 </BODY>
31050 </HTML>
31051 ====== h_config_alt_auth =====
31052 <HTML>
31053 <HEAD>
31054 <TITLE>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></TITLE>
31055 </HEAD>
31056 <BODY>
31057 <H1>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></H1>
31059 This feature affects how Alpine connects to IMAP servers.
31060 It's utility has largely been overtaken by events,
31061 but it may still be useful in some circumstances.
31062 If you only connect to modern IMAP servers that support
31063 &quot;TLS&quot; you can ignore this feature.
31066 Details:
31069 By default, Alpine will attempt to connect to an IMAP server on the
31070 normal IMAP service port (143), and if the server offers &quot;Transport Layer
31071 Security&quot; (TLS) and Alpine has been compiled with encryption capability,
31072 then a secure (encrypted) session will be negotiated.
31075 With this feature enabled, before connecting on the normal IMAP port, Alpine
31076 will first attempt to connect to an alternate IMAP service port (993) used
31077 specifically for encrypted IMAP sessions via the Secure Sockets Layer
31078 (SSL) method.
31079 If the SSL attempt fails, Alpine will then try the default
31080 behavior described in the previous paragraph.
31083 TLS negotiation on the normal port is preferred, and supersedes the use of
31084 SSL on port 993, but older servers may not provide TLS support.
31085 This feature may be convenient when accessing IMAP servers that do not support
31086 TLS, but do support SSL connections on port 993.
31087 However, it is important to understand that with this feature enabled,
31088 Alpine will <EM>attempt</EM> to make a secure connection if that is possible,
31089 but it will proceed to make an insecure connection if that is the only
31090 option offered by the server, or if the Alpine in question has been built
31091 without encryption capability.
31094 Note that this feature specifies a per-user (or system-wide) default
31095 behavior, but host/folder specification flags may be used to control the
31096 behavior of any specific connection.
31097 This feature interacts with some of
31098 the possible host/folder path specification flags as follows:
31101 The <SAMP>/tls</SAMP> host flag, for example,
31104 <CENTER><SAMP>{foo.example.com/tls}INBOX</SAMP></CENTER>
31106 will over-ride this feature for the specified host by bypassing the
31107 SSL connection attempt.
31108 Moreover, with <SAMP>/tls</SAMP> specified,
31109 the connection attempt will fail if the
31110 service on port 143 does not offer TLS support.
31113 The <SAMP>/ssl</SAMP> host flag, for example,
31116 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
31118 will insist on an SSL connection for the specified host,
31119 and will fail if the SSL service on port 993 is not available.
31120 Alpine will not subsequently retry a connection
31121 on port 143 if <SAMP>/ssl</SAMP> is specified.
31124 <UL>   
31125 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31126 </UL><P>
31127 &lt;End of help on this topic&gt;
31128 </BODY>
31129 </HTML>
31130 ====== h_config_file_dir ======
31131 <HTML>
31132 <HEAD>
31133 <TITLE>OPTION: File Directory</TITLE>
31134 </HEAD>
31135 <BODY>
31136 <H1>OPTION: File Directory</H1>
31138 PC-Alpine only.
31140 This value affects the Composer's &quot;^J&nbsp;Attach&quot; command, 
31141 the Attachment Index Screen's &quot;S&nbsp;Save&quot; command, and the
31142 Message Index's &quot;E&nbsp;Export&quot; command.
31145 Normally, when a filename is supplied that lacks a leading &quot;path&quot;
31146 component, Alpine assumes the file exists in the user's home directory.
31147 Under Windows operating systems, this definition isn't always clear.  This 
31148 feature allows you to explictly set where Alpine should look for files
31149 without a leading path.
31152 NOTE: this feature's value is ignored if either 
31153 <A HREF="h_config_use_current_dir"><!--#echo var="FEAT_use-current-dir"--></A> feature
31154 is set or the PINERC has a value for the &quot;<!--#echo var="VAR_operating-dir"-->&quot; variable.
31157 <UL>   
31158 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31159 </UL><P>
31160 &lt;End of help on this topic&gt;
31161 </BODY>
31162 </HTML>
31163 ====== h_config_quote_all_froms =====
31164 <HTML>
31165 <HEAD>
31166 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></TITLE>
31167 </HEAD>
31168 <BODY>
31169 <H1>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></H1>
31171 This feature controls an aspect of the Save command (and also the way
31172 outgoing messages are saved to an FCC folder).  If set, Alpine will add
31173 a leading &quot;>&quot; character in front of message lines beginning with &quot;From&quot; 
31174 when they are saved to another folder, including lines syntactically
31175 distinguishable from the type of message separator line commonly used on
31176 Unix systems.
31179 The default behavior is that a &quot;>&quot; will be prepended only to lines
31180 beginning with &quot;From &quot; that might otherwise be confused with a message
31181 separator line on Unix systems.  If pine is the only mail program you use,
31182 this default is reasonable.  If another program you use has trouble
31183 displaying a message with an unquoted &quot;From &quot; saved by Alpine, you should
31184 enable this feature.  This feature only applies to the common Unix mailbox
31185 format that uses message separator lines beginning with &quot;From &quot;.  If
31186 Alpine has been configured to use a different mailbox format (possibly
31187 incompatible with other mail programs), then this issue does not arise,
31188 and the feature is irrelevant.
31191 &lt;End of help on this topic&gt;
31192 </BODY>
31193 </HTML>
31194 ====== h_config_normal_color =====
31195 <HTML>
31196 <HEAD>
31197 <TITLE>OPTION: Normal Color</TITLE>
31198 </HEAD>
31199 <BODY>
31200 <H1>OPTION: Normal Color</H1>
31202 Sets the color Alpine normally uses.
31203 The foreground color is the color of the actual character and the
31204 background color is the color of the area behind the character.
31205 By default this color is black characters on a white background.
31207 <A HREF="h_color_setup">Descriptions of the available commands</A>
31209 Look <A HREF="h_edit_nav_cmds">here</A>
31210 to see the available Editing and Navigation commands.
31212 &lt;End of help on this topic&gt;
31213 </BODY>
31214 </HTML>
31215 ====== h_config_reverse_color =====
31216 <HTML>
31217 <HEAD>
31218 <TITLE>OPTION: Reverse Color</TITLE>
31219 </HEAD>
31220 <BODY>
31221 <H1>OPTION: Reverse Color</H1>
31223 Sets the color Alpine uses for reverse video characters.
31224 The foreground color is the color of the actual character and the
31225 background color is the color of the area behind the character.
31227 <A HREF="h_color_setup">Descriptions of the available commands</A>
31229 Look <A HREF="h_edit_nav_cmds">here</A>
31230 to see the available Editing and Navigation commands.
31232 &lt;End of help on this topic&gt;
31233 </BODY>
31234 </HTML>
31235 ====== h_config_title_color =====
31236 <HTML>
31237 <HEAD>
31238 <TITLE>OPTION: Title Color</TITLE>
31239 </HEAD>
31240 <BODY>
31241 <H1>OPTION: Title Color</H1>
31243 Sets the color Alpine uses for the titlebar (the top line on the screen).
31244 The foreground color is the color of the actual character and the
31245 background color is the color of the area behind the character.
31246 By default, the Title Color is black characters on a yellow background.
31248 The actual titlebar color may be different from the Title Color if
31249 the option
31250 <A HREF="h_config_titlebar_color_style">&quot;<!--#echo var="VAR_titlebar-color-style"-->&quot;</A>
31251 is set to some value other than the default.
31252 It may also be different if the current folder is closed and the
31253 <A HREF="h_config_titleclosed_color">Title Closed Color</A>
31254 color is set to something different from the Title Color.
31256 <A HREF="h_color_setup">Descriptions of the available commands</A>
31258 Look <A HREF="h_edit_nav_cmds">here</A>
31259 to see the available Editing and Navigation commands.
31261 &lt;End of help on this topic&gt;
31262 </BODY>
31263 </HTML>
31264 ====== h_config_titleclosed_color =====
31265 <HTML>
31266 <HEAD>
31267 <TITLE>OPTION: Title Closed Color</TITLE>
31268 </HEAD>
31269 <BODY>
31270 <H1>OPTION: Title Closed Color</H1>
31272 Sets the color Alpine uses for the titlebar (the top line on the screen)
31273 when the current folder is closed.
31274 The foreground color is the color of the actual character and the
31275 background color is the color of the area behind the character.
31276 By default, the Title Color Closed Color is white characters on a red background.
31278 By setting this color to something noticeable you will be alerted to the
31279 fact that the current folder is closed, perhaps unexpectedly.
31281 &lt;End of help on this topic&gt;
31282 </BODY>
31283 </HTML>
31284 ====== h_config_status_color =====
31285 <HTML>
31286 <HEAD>
31287 <TITLE>OPTION: Status Color</TITLE>
31288 </HEAD>
31289 <BODY>
31290 <H1>OPTION: Status Color</H1>
31292 Sets the color Alpine uses for status messages written to the message
31293 line near the bottom of the screen.
31294 The foreground color is the color of the actual character and the
31295 background color is the color of the area behind the character.
31296 By default, the Status Color is the same as the Reverse Color.
31298 <A HREF="h_color_setup">Descriptions of the available commands</A>
31300 Look <A HREF="h_edit_nav_cmds">here</A>
31301 to see the available Editing and Navigation commands.
31303 &lt;End of help on this topic&gt;
31304 </BODY>
31305 </HTML>
31306 ====== h_config_index_opening_color =====
31307 <HTML>
31308 <HEAD>
31309 <TITLE>OPTION: Index Opening Color</TITLE>
31310 </HEAD>
31311 <BODY>
31312 <H1>OPTION: Index Opening Color</H1>
31314 With some setups the text of the subject is followed
31315 by the opening text of the message if there is any room available in the index line.
31316 If you have configured your
31317 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31318 to include one of the Subject tokens that causes this behavior
31319 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), you may set the color of
31320 this opening text with this option.
31321 This coloring takes place for all but the current index line, and the Opening
31322 Color appears to be in front of any color from an Index Color Rule.
31324 By default the Index Opening Color is gray characters on a white background.
31327 <A HREF="h_color_setup">Descriptions of the available commands</A>
31329 Look <A HREF="h_edit_nav_cmds">here</A>
31330 to see the available Editing and Navigation commands.
31332 &lt;End of help on this topic&gt;
31333 </BODY>
31334 </HTML>
31335 ====== h_config_index_pri_color =====
31336 <HTML>
31337 <HEAD>
31338 <TITLE>OPTION: Index Priority Symbol Colors</TITLE>
31339 </HEAD>
31340 <BODY>
31341 <H1>OPTION: Index Priority Symbol Colors</H1>
31343 The X-Priority header is a non-standard header that is used in a
31344 somewhat standard way by many mail programs.
31345 Alpine expects the value of this header to be a digit with a value
31346 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
31347 Alpine can be made to display an indication of this priority in
31348 messages by use of one of the tokens
31349 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
31350 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
31351 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
31354 You may set the color used to draw these tokens by use of the colors
31355 Index High Priority Symbol Color and Index Low Priority Symbol Color.
31356 This coloring takes place for all but the current index line, and the Priority
31357 Color appears to be in front of any color from an Index Color Rule.
31358 If the priority has a value of 1 or 2 the High Priority color will be
31359 used,
31360 and if the value is 4 or 5 the Low Priority color will be used.
31362 If you don't set these colors the index line will be colored in the same color as
31363 the bulk of the index line.
31366 <A HREF="h_color_setup">Descriptions of the available commands</A>
31368 Look <A HREF="h_edit_nav_cmds">here</A>
31369 to see the available Editing and Navigation commands.
31371 &lt;End of help on this topic&gt;
31372 </BODY>
31373 </HTML>
31374 ====== h_config_index_subject_color =====
31375 <HTML>
31376 <HEAD>
31377 <TITLE>OPTION: Index Subject Color</TITLE>
31378 </HEAD>
31379 <BODY>
31380 <H1>OPTION: Index Subject Color</H1>
31382 You may set the color used to draw the Subject part of the index line.
31383 This coloring takes place for all but the current index line, and the Subject
31384 Color appears to be in front of any color from an Index Color Rule.
31386 If you don't set this color it will be colored in the same color as
31387 the bulk of the index line.
31390 <A HREF="h_color_setup">Descriptions of the available commands</A>
31392 Look <A HREF="h_edit_nav_cmds">here</A>
31393 to see the available Editing and Navigation commands.
31395 &lt;End of help on this topic&gt;
31396 </BODY>
31397 </HTML>
31398 ====== h_config_index_from_color =====
31399 <HTML>
31400 <HEAD>
31401 <TITLE>OPTION: Index From Color</TITLE>
31402 </HEAD>
31403 <BODY>
31404 <H1>OPTION: Index From Color</H1>
31406 You may set the color used to draw the From part of the index line.
31407 This coloring takes place for all but the current index line, and the From
31408 Color appears to be in front of any color from an Index Color Rule.
31410 If you don't set this color it will be colored in the same color as
31411 the bulk of the index line.
31414 <A HREF="h_color_setup">Descriptions of the available commands</A>
31416 Look <A HREF="h_edit_nav_cmds">here</A>
31417 to see the available Editing and Navigation commands.
31419 &lt;End of help on this topic&gt;
31420 </BODY>
31421 </HTML>
31422 ====== h_config_index_arrow_color =====
31423 <HTML>
31424 <HEAD>
31425 <TITLE>OPTION: Index Arrow Color</TITLE>
31426 </HEAD>
31427 <BODY>
31428 <H1>OPTION: Index Arrow Color</H1>
31430 If you have configured your
31431 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31432 to include the &quot;ARROW&quot; token, you may set the color of
31433 the arrow displayed with this option.
31434 If you don't set the color it will be colored in the same color as
31435 the bulk of the index line.
31438 <A HREF="h_color_setup">Descriptions of the available commands</A>
31440 Look <A HREF="h_edit_nav_cmds">here</A>
31441 to see the available Editing and Navigation commands.
31443 &lt;End of help on this topic&gt;
31444 </BODY>
31445 </HTML>
31446 ====== h_config_index_color =====
31447 <HTML>
31448 <HEAD>
31449 <TITLE>OPTION: Index Colors</TITLE>
31450 </HEAD>
31451 <BODY>
31452 <H1>OPTION: Index Colors</H1>
31454 You may add color to the single character symbols that give the status
31455 of each message in the MESSAGE INDEX.
31456 By default the characters &quot;+&quot;, &quot;*&quot;, &quot;D&quot;,
31457 &quot;A&quot;, and &quot;N&quot; show up near the left hand side of the
31458 screen depending on whether the message is addressed to you, and whether
31459 the message is marked Important, is Deleted, is Answered, or is New.
31460 The color for each of those characters may be specified by setting the
31461 &quot;Index-to-me&quot; Symbol Color,
31462 the &quot;Index-important&quot; Symbol Color,
31463 the &quot;Index-deleted&quot; Symbol Color,
31464 the &quot;Index-answered&quot; Symbol Color,
31465 and the &quot;Index-new&quot; Symbol Color.
31466 There are also two other symbol colors called &quot;Index-recent&quot;
31467 and &quot;Index-unseen&quot;.
31468 These two colors will only be used if you have configured your
31469 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
31470 to include the &quot;IMAPSTATUS&quot; or &quot;SHORTIMAPSTATUS&quot; token.
31472 The default colors for these symbols are:
31473 <TABLE>
31474 <TR> <TD> &nbsp;&nbsp;Index-to-me&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> black on cyan </TD> </TR>
31475 <TR> <TD> &nbsp;&nbsp;Index-important </TD> <TD> white on bright red </TD> </TR>
31476 <TR> <TD> &nbsp;&nbsp;Index-deleted&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31477 <TR> <TD> &nbsp;&nbsp;Index-answered&nbsp; </TD> <TD> bright red on yellow </TD> </TR>
31478 <TR> <TD> &nbsp;&nbsp;Index-new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> white on magenta </TD> </TR>
31479 <TR> <TD> &nbsp;&nbsp;Index-recent&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31480 <TR> <TD> &nbsp;&nbsp;Index-unseen&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31481 </TABLE>
31483 Besides coloring the message status symbols, you may also color the
31484 entire index line.
31485 This is done by using the
31486 <A HREF="h_rules_incols">SETUP INDEX LINE COLORS</A> screen, which you
31487 may get to with the commands <EM>S</EM>etup/<EM>R</EM>ules/<EM>I</EM>ndexcolor.
31488 When the entire line is colored that color will be &quot;behind&quot; the
31489 status symbol colors talked about in the paragraph above.
31491 You may also color
31492 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
31493 in the index using the
31494 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>);
31495 the <A HREF="h_config_index_arrow_color">ARROW</A> cursor;
31496 the Subject using
31497 <A HREF="h_config_index_subject_color">Index Subject Color</A>;
31498 the From field using
31499 <A HREF="h_config_index_from_color">Index From Color</A>;
31500 and the
31501 <A HREF="h_config_index_opening_color">Index Opening</A> text.
31503 <A HREF="h_color_setup">Descriptions of the available commands</A>
31505 Look <A HREF="h_edit_nav_cmds">here</A>
31506 to see the available Editing and Navigation commands.
31508 &lt;End of help on this topic&gt;
31509 </BODY>
31510 </HTML>
31511 ====== h_config_metamsg_color =====
31512 <HTML>
31513 <HEAD>
31514 <TITLE>OPTION: Meta-Message Color</TITLE>
31515 </HEAD>
31516 <BODY>
31517 <H1>OPTION: Meta-Message Color</H1>
31519 Sets the color Alpine uses in the MESSAGE TEXT screen for messages to you
31520 that aren't part of the message itself.
31521 For example, an attachment that isn't shown might produce a meta
31522 message something like:
31524 <CENTER><SAMP> [ Part 2, &quot;comment&quot; Text/PLAIN (Name: &quot;file&quot;) ]</SAMP></CENTER>
31526 If you set the
31527 <A HREF="h_config_quote_suppression"><!--#echo var="VAR_quote-suppression-threshold"--></A>
31528 option you might see
31530 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
31532 Warnings about suspicious looking URLs in HTML will also be colored
31533 with this color.
31535 The foreground color is the color of the actual character and the
31536 background color is the color of the area behind the character.
31537 By default, the Meta-Message Color is black characters on a yellow background.
31539 <A HREF="h_color_setup">Descriptions of the available commands</A>
31541 Look <A HREF="h_edit_nav_cmds">here</A>
31542 to see the available Editing and Navigation commands.
31544 &lt;End of help on this topic&gt;
31545 </BODY>
31546 </HTML>
31547 ====== h_config_keylabel_color =====
31548 <HTML>
31549 <HEAD>
31550 <TITLE>OPTION: KeyLabel Color</TITLE>
31551 </HEAD>
31552 <BODY>
31553 <H1>OPTION: KeyLabel Color</H1>
31555 Sets the color Alpine uses for the labels of the keys in the two-line
31556 menu at the bottom of the screen.
31557 For example, some of the screens have a &quot;P PrevMsg&quot; command.
31558 This option sets the color used when displaying &quot;PrevMsg&quot;.
31559 The foreground color is the color of the actual character and the
31560 background color is the color of the area behind the character.
31561 By default, the KeyLabel Color is the same as the Normal Color.
31563 WARNING: Some terminal emulators have the property that the screen will scroll
31564 down one line whenever a character is written to the character cell in the
31565 lower right corner of the screen.
31566 Alpine can usually avoid writing a character in that corner of the screen.
31567 However, if you have defined a KeyLabel Color then Alpine does have to write
31568 a character in that cell in order to color the cell correctly.
31569 If you find that your display sometimes scrolls up a line this could be
31570 the problem.
31571 The most obvious symptom is probably that the titlebar at the top of the
31572 screen scrolls off the screen.
31573 Try setting KeyLabel Color to Default to see if that fixes the problem.
31575 <A HREF="h_color_setup">Descriptions of the available commands</A>
31577 Look <A HREF="h_edit_nav_cmds">here</A>
31578 to see the available Editing and Navigation commands.
31580 &lt;End of help on this topic&gt;
31581 </BODY>
31582 </HTML>
31583 ====== h_config_keyname_color =====
31584 <HTML>
31585 <HEAD>
31586 <TITLE>OPTION: KeyName Color</TITLE>
31587 </HEAD>
31588 <BODY>
31589 <H1>OPTION: KeyName Color</H1>
31591 Sets the color Alpine uses for the names of the keys in the two-line
31592 menu at the bottom of the screen.
31593 For example, some of the screens have a &quot;P PrevMsg&quot; command.
31594 This option sets the color used when displaying the &quot;P&quot;.
31595 The foreground color is the color of the actual character and the
31596 background color is the color of the area behind the character.
31597 By default, the KeyName Color is the same as the Reverse Color.
31599 <A HREF="h_color_setup">Descriptions of the available commands</A>
31601 Look <A HREF="h_edit_nav_cmds">here</A>
31602 to see the available Editing and Navigation commands.
31604 &lt;End of help on this topic&gt;
31605 </BODY>
31606 </HTML>
31607 ====== h_config_slctbl_color =====
31608 <HTML>
31609 <HEAD>
31610 <TITLE>OPTION: Selectable Item Color</TITLE>
31611 </HEAD>
31612 <BODY>
31613 <H1>OPTION: Selectable Item Color</H1>
31615 Sets the color Alpine uses for selectable items, such as URLs.
31616 The foreground color is the color of the actual character and the
31617 background color is the color of the area behind the character.
31618 By default, the Selectable Item Color is the same as the Normal Color,
31619 except that it is bold.
31621 <A HREF="h_color_setup">Descriptions of the available commands</A>
31623 Look <A HREF="h_edit_nav_cmds">here</A>
31624 to see the available Editing and Navigation commands.
31626 &lt;End of help on this topic&gt;
31627 </BODY>
31628 </HTML>
31629 ====== h_config_quote_color =====
31630 <HTML>
31631 <HEAD>
31632 <TITLE>OPTION: Quote Colors</TITLE>
31633 </HEAD>
31634 <BODY>
31635 <H1>OPTION: Quote Colors</H1>
31637 Sets the colors Alpine uses for coloring quoted text in the MESSAGE TEXT
31638 screen.
31639 If a line begins with a &gt; character (or space followed by &gt;)
31640 it is considered a quote.
31641 That line will be given the Quote1 Color (first level quote).
31642 If there is a second level of quoting then the Quote2 Color will be used.
31643 Alpine considers there to be a second level of quoting if that first &gt; is
31644 followed by another &gt; (or space followed by &gt;).
31645 If there are characters other than whitespace and &gt; signs, then it isn't
31646 considered another level of quoting.
31647 Similarly, if there is a third level of quoting the Quote3 Color will be
31648 used.
31649 If there are more levels after that the Quote Colors are re-used.
31650 If you define all three colors then it would repeat like Color1, Color2, Color3,
31651 Color1, Color2, Color3, ...
31652 If you only define the first two it would be
31653 Color1, Color2, Color1, Color2, ...
31654 If you define only the Quote1 Color, then the entire quote would be that
31655 color regardless of the quoting levels.
31656 By default, the Quote1 Color is black characters on a greenish-blue background;
31657 the Quote2 Color is black characters on a dull yellow background; and
31658 the Quote3 Color is black characters on a green background.
31660 <A HREF="h_color_setup">Descriptions of the available commands</A>
31662 Look <A HREF="h_edit_nav_cmds">here</A>
31663 to see the available Editing and Navigation commands.
31665 &lt;End of help on this topic&gt;
31666 </BODY>
31667 </HTML>
31668 ====== h_config_folder_color =====
31669 <HTML>
31670 <HEAD>
31671 <TITLE>OPTION: Folder Color</TITLE>
31672 </HEAD>
31673 <BODY>
31674 <H1>OPTION: Folder Color</H1>
31676 Sets the colors Alpine uses for coloring a folder in the FOLDER LIST
31677 screen. By default, the Folder Color is the normal text color.
31680 If you set a color for this feature, other than the normal color
31681 (the default), or a color for
31682 <A HREF="h_config_directory_color">Directory Color</A>, then directories
31683 will be colored according to the color specified in the
31684 <A HREF="h_config_directory_color">Directory Color</A> option. In this
31685 case, the color will be the only indication that the colored name
31686 refers to a directory. The normal behavior is that Alpine
31687 indicates that a name refers to a directory by appending a
31688 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
31689 the folder.
31692 If a folder is a directory, then the folder name will be painted
31693 according to the color defined by this variable, and a separator
31694 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added 
31695 to the name. That
31696 indicator will be painted according to the color defined in the
31697 <A HREF="h_config_directory_color">Directory Color</A> option.
31700 &lt;End of help on this topic&gt;
31701 </BODY>
31702 </HTML>
31703 ====== h_config_directory_color =====
31704 <HTML>
31705 <HEAD>
31706 <TITLE>OPTION: Directory Color</TITLE>
31707 </HEAD>
31708 <BODY>
31709 <H1>OPTION: Directory Color</H1>
31711 Sets the colors Alpine uses for coloring a directory in the FOLDER LIST
31712 screen. By default, the Folder Color is the normal text color.
31714 If you set a color for this feature, other than the normal color
31715 (the default), or a color for
31716 <A HREF="h_config_folder_color">Folder Color</A>, then folders
31717 will be colored according to the color specified in the
31718 <A HREF="h_config_folder_color">Folder Color</A> option. In this
31719 case, the color will be the only indication that the colored name
31720 refers to a directory. The normal behavior is that Alpine
31721 indicates that a name refers to a directory by appending a
31722 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
31723 the folder.
31725 If a folder is a directory, then the folder name will be painted
31726 according to the color defined by the option
31727 <A HREF="h_config_folder_color">Folder Color</A>, and the separator
31728 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added
31729 after the name. That
31730 indicator will be painted according to the color defined in this
31731 option.
31733 &lt;End of help on this topic&gt;
31734 </BODY>
31735 </HTML>
31736 ====== h_config_folder_list_color =====
31737 <HTML>
31738 <HEAD>
31739 <TITLE>OPTION: Folder-List Color</TITLE>
31740 </HEAD>
31741 <BODY>
31742 <H1>OPTION: Folder-List Color</H1>
31744 Sets the colors Alpine uses for coloring normal text in the FOLDER LIST
31745 screen. By default, the Folder-List Color is the normal text color.
31747 This text refers to the informative text that Alpine displays so you
31748 can recognize each collection. The color of the content of each collection
31749 is determined by the options <A HREF="h_config_folder_color">Folder Color</A>
31750 and <A HREF="h_config_directory_color">Directory Color</A>.
31752 Unlike the options
31753 <A HREF="h_config_folder_color">Folder Color</A>
31754 and <A HREF="h_config_directory_color">Directory Color</A>, configuring
31755 this option does not affect the way that Alpine reports folders,
31756 directories and folders that are directories.
31758 &lt;End of help on this topic&gt;
31759 </BODY>
31760 </HTML>
31761 ====== h_config_incunseen_color =====
31762 <HTML>
31763 <HEAD>
31764 <TITLE>OPTION: Incoming Unseen Color</TITLE>
31765 </HEAD>
31766 <BODY>
31767 <H1>OPTION: Incoming Unseen Color</H1>
31769 If the option
31770 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
31771 is turned on it is possible to highlight the folders that contain
31772 unseen messages by coloring them with this color.
31773 By default, this is the same as the Normal Color and no highlighting is done.
31775 Usually the &quot;current&quot; folder (the folder the cursor is on)
31776 is highlighted using reverse video.
31777 If the current folder is colored because it contains unseen messages then
31778 the color used to show that it is also the current folder is controlled
31779 by the
31780 <A HREF="h_config_index_color_style"><!--#echo var="VAR_current-indexline-style"--></A>
31781 feature at the top of the SETUP COLOR screen.
31783 <A HREF="h_color_setup">Descriptions of the available commands</A>
31785 Look <A HREF="h_edit_nav_cmds">here</A>
31786 to see the available Editing and Navigation commands.
31788 &lt;End of help on this topic&gt;
31789 </BODY>
31790 </HTML>
31791 ====== h_config_signature_color =====
31792 <HTML>
31793 <HEAD>
31794 <TITLE>OPTION: Signature Color</TITLE>
31795 </HEAD>
31796 <BODY>
31797 <H1>OPTION: Signature Color</H1>
31799 Sets the color Alpine uses for coloring the signature in the MESSAGE TEXT
31800 screen. According to USENET conventions, the signature is defined as the
31801 paragraph following the &quot;sigdashes&quot;, that is, the special line
31802 consisting of the three characters
31803 &quot;--&nbsp;&quot; (i.e., dash, dash, and space). Alpine allows for one
31804 empty line right after the sigdashes to be considered as part of the
31805 signature.
31806 By default, the Signature Color is blue characters on a white background.
31808 <A HREF="h_color_setup">Descriptions of the available commands</A>
31810 Look <A HREF="h_edit_nav_cmds">here</A>
31811 to see the available Editing and Navigation commands.
31813 &lt;End of help on this topic&gt;
31814 </BODY>
31815 </HTML>
31816 ====== h_config_prompt_color =====
31817 <HTML>
31818 <HEAD>
31819 <TITLE>OPTION: Prompt Color</TITLE>
31820 </HEAD>
31821 <BODY>
31822 <H1>OPTION: Prompt Color</H1>
31824 Sets the color Alpine uses for confirmation prompts and questions that
31825 appear in the status line near the bottom of the screen.
31826 The foreground color is the color of the actual character and the
31827 background color is the color of the area behind the character.
31828 By default, the Prompt Color is the same as the Reverse Color.
31830 <A HREF="h_color_setup">Descriptions of the available commands</A>
31832 Look <A HREF="h_edit_nav_cmds">here</A>
31833 to see the available Editing and Navigation commands.
31835 &lt;End of help on this topic&gt;
31836 </BODY>
31837 </HTML>
31838 ====== h_config_header_general_color =====
31839 <HTML>
31840 <HEAD>
31841 <TITLE>OPTION: Header General Color</TITLE>
31842 </HEAD>
31843 <BODY>
31844 <H1>OPTION: Header General Color</H1>
31846 Sets the color Alpine uses for the headers of a message in the MESSAGE TEXT
31847 screen.
31848 The foreground color is the color of the actual character and the
31849 background color is the color of the area behind the character.
31850 By default, this is the same as the Normal Color.
31852 It is also possible to set the colors for specific header fields, for
31853 example the Subject, using
31854 <A HREF="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></A>.
31855 If both a Header General Color and a specific Viewer Header Color are set
31856 the specific color will override the general color, as you would expect.
31858 <A HREF="h_color_setup">Descriptions of the available commands</A>
31860 Look <A HREF="h_edit_nav_cmds">here</A>
31861 to see the available Editing and Navigation commands.
31863 &lt;End of help on this topic&gt;
31864 </BODY>
31865 </HTML>
31866 ====== h_config_incol =====
31867 <HTML>
31868 <HEAD>
31869 <TITLE>Index Line Color</TITLE>
31870 </HEAD>
31871 <BODY>
31872 <H1>Index Line Color</H1>
31874 This option is used to set the color of a line in the index when the
31875 message for that line matches the Pattern.
31876 This colors the whole index line, except possibly the status letters,
31877 which may be colored separately using the
31878 <A HREF="h_color_setup">Setup Kolor</A> screen.
31879 The foreground color is the color of the actual characters and the
31880 background color is the color of the area behind the characters.
31882 <A HREF="h_color_setup">Descriptions of the available commands</A>
31884 Look <A HREF="h_edit_nav_cmds">here</A>
31885 to see the available Editing and Navigation commands.
31887 &lt;End of help on this topic&gt;
31888 </BODY>
31889 </HTML>
31890 ====== h_config_usetransparent_color =====
31891 <HTML>
31892 <HEAD>
31893 <TITLE>OPTION: Use Transparent Color</TITLE>
31894 </HEAD>
31895 <BODY>
31896 <H1>OPTION: Use Transparent Color</H1>
31898 This is a special color supported by some terminal emulators.
31899 It is intended to result in the default foreground or background color
31900 from the terminal emulator.
31901 This is the color the terminal was displaying characters in before you started Alpine.
31902 The reason it is called Transparent is because you could set the foreground color
31903 to some specific color, like Red, and then set the background color to the
31904 Transparent Color. If it works as expected, the background color from the terminal
31905 window in which Alpine is running will show through but with the Red characters
31906 in the foreground.
31908 <A HREF="h_color_setup">Descriptions of the available commands</A>
31910 Look <A HREF="h_edit_nav_cmds">here</A>
31911 to see the available Editing and Navigation commands.
31913 &lt;End of help on this topic&gt;
31914 </BODY>
31915 </HTML>
31916 ====== h_config_usenormal_color =====
31917 <HTML>
31918 <HEAD>
31919 <TITLE>OPTION: Use Normal Color</TITLE>
31920 </HEAD>
31921 <BODY>
31922 <H1>OPTION: Use Normal Color</H1>
31924 When you use this color value, the actual color used will be the same
31925 as the corresponding Normal Color.
31926 For example if your Normal Color is black on white and you set both
31927 the foreground and background colors here to use the Normal Color, you'll
31928 get black on white. If you later change the Normal Color to red on blue
31929 this color will also change to red on blue.
31931 <A HREF="h_color_setup">Descriptions of the available commands</A>
31933 Look <A HREF="h_edit_nav_cmds">here</A>
31934 to see the available Editing and Navigation commands.
31936 &lt;End of help on this topic&gt;
31937 </BODY>
31938 </HTML>
31939 ====== h_config_usenone_color =====
31940 <HTML>
31941 <HEAD>
31942 <TITLE>OPTION: Use None Color</TITLE>
31943 </HEAD>
31944 <BODY>
31945 <H1>OPTION: Use None Color</H1>
31947 This is a special color that simply means to leave the color alone.
31948 It is useful for Index symbols and for Keyword Colors used in the Subject
31949 field of an index line.
31950 The most likely use is to set an explicit foreground color and then set
31951 the background color to the None Color.
31952 That will cause the symbol or keyword to be drawn in the foreground color
31953 with a background equal to whatever color the rest of the index line is already
31954 drawn in.
31955 You will see no visible effect unless you have assigned Indexcolor Rules to
31956 color index lines or you have set an actual color for the Reverse Color.
31958 <A HREF="h_color_setup">Descriptions of the available commands</A>
31960 Look <A HREF="h_edit_nav_cmds">here</A>
31961 to see the available Editing and Navigation commands.
31963 &lt;End of help on this topic&gt;
31964 </BODY>
31965 </HTML>
31966 ====== h_config_dflt_color =====
31967 <HTML>
31968 <HEAD>
31969 <TITLE>OPTION: Default Color</TITLE>
31970 </HEAD>
31971 <BODY>
31972 <H1>OPTION: Default Color</H1>
31974 Setting default will cause the color to be the default color.
31975 Unsetting default is normally done by choosing a color, but in some cases
31976 you may want to declare the current default color to be your non-default
31977 choice.
31978 For example, the default Keyname Color is the same as the Reverse Color.
31979 Whenever the Reverse Color changes the Keyname Color will also change, unless
31980 you've changed it or unset the default box.
31982 <A HREF="h_color_setup">Descriptions of the available commands</A>
31984 Look <A HREF="h_edit_nav_cmds">here</A>
31985 to see the available Editing and Navigation commands.
31987 &lt;End of help on this topic&gt;
31988 </BODY>
31989 </HTML>
31990 ====== h_config_bold_slctbl =====
31991 <HTML>
31992 <HEAD>
31993 <TITLE>OPTION: Bold</TITLE>
31994 </HEAD>
31995 <BODY>
31996 <H1>OPTION: Bold</H1>
31998 The color for this particular section may have the Bold attribute turned
31999 on or off.
32000 Setting bold will cause the characters to be bold.
32002 <A HREF="h_color_setup">Descriptions of the available commands</A>
32004 Look <A HREF="h_edit_nav_cmds">here</A>
32005 to see the available Editing and Navigation commands.
32007 &lt;End of help on this topic&gt;
32008 </BODY>
32009 </HTML>
32010 ====== h_config_kw_color =====
32011 <HTML>
32012 <HEAD>
32013 <TITLE>OPTION: Keyword Colors</TITLE>
32014 </HEAD>
32015 <BODY>
32016 <H1>OPTION: Keyword Colors</H1>
32018 Sets the colors Alpine uses for Keyword fields in the MESSAGE INDEX screen.
32019 Keywords are displayed as part of the Subject by default.
32020 They are also displayed as part of the Subject if the tokens
32021 &quot;SUBJKEY&quot;, &quot;SUBJKEYTEXT&quot;, &quot;SUBJKEYINIT&quot;, or &quot;SUBJKEYINITTEXT&quot; are used in the
32022 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
32023 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
32024 screen by using the &quot;KEY&quot; or &quot;KEYINIT&quot; tokens.
32026 For example, you might have set up a Keyword
32027 &quot;Work&quot; using the
32028 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
32029 You could cause that Keyword to show up as a special color
32030 by setting up the Keyword Color using this option, and then including it
32031 in the MESSAGE INDEX screen using one of the tokens listed above in the
32032 <!--#echo var="VAR_index-format"-->.
32034 <A HREF="h_color_setup">Descriptions of the available commands</A>
32036 Look <A HREF="h_edit_nav_cmds">here</A>
32037 to see the available Editing and Navigation commands.
32039 &lt;End of help on this topic&gt;
32040 </BODY>
32041 </HTML>
32042 ====== h_config_customhdr_color =====
32043 <HTML>
32044 <HEAD>
32045 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></TITLE>
32046 </HEAD>
32047 <BODY>
32048 <H1>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></H1>
32050 Sets the colors Alpine uses for specific header fields in the MESSAGE TEXT screen.
32051 For example, you may set the color of the Subject header or the From header.
32052 The foreground color is the color of the actual character and the
32053 background color is the color of the area behind the character.
32055 In addition to setting the colors for particular headers (like the Subject)
32056 you may also set a color to be used for all headers unless overridden by a
32057 more specific Viewer Header Color.
32058 To do this use the
32059 <A HREF="h_config_header_general_color">Header General Color</A>.
32061 For Header Colors,
32062 there is an additional line on the
32063 screen labeled &quot;Pattern to match&quot;.
32064 If you leave that blank, then the whole field for that header will
32065 be colored.
32066 However, if you give a pattern to match, the coloring will only take place
32067 if there is a match for that pattern in the value of the field.
32068 For example, if you are working on a color for the Subject header and
32069 you fill in a pattern of &quot;important&quot;, then only Subjects that
32070 contain the word &quot;important&quot; will be colored.
32072 If the pattern you enter is a comma-separated list of patterns, then coloring
32073 happens if any of those patterns matches.
32075 <A HREF="h_color_setup">Descriptions of the available commands</A>
32077 Look <A HREF="h_edit_nav_cmds">here</A>
32078 to see the available Editing and Navigation commands.
32080 &lt;End of help on this topic&gt;
32081 </BODY>
32082 </HTML>
32083 ====== h_config_indextoken_color =====
32084 <HTML>
32085 <HEAD>
32086 <TITLE>OPTION: <!--#echo var="VAR_index-token-colors"--></TITLE>
32087 </HEAD>
32088 <BODY>
32089 <H1>OPTION: <!--#echo var="VAR_index-token-colors"--></H1>
32091 This option allows you to set up the color in which any token, not specified by the
32092 previous options, will be colored in the MESSAGE INDEX screen. 
32094 In order to use this option, you must press the &quot;I&quot; <B>IndxHdr</B> command, and add
32095 a token that can be used in the index format. 
32096 The list of available tokens is <A HREF="h_index_tokens">here</A>.
32098 If you fail to enter a valid token your entry will be ignored, and you will be asked to
32099 enter a new one. Once you have entered a valid token, a line will be added to the
32100 configuration screen that you can use to set up the colors in which that token will
32101 be painted. This is done in the same way that you configure colors for other
32102 variables.
32104 <A HREF="h_color_setup">Descriptions of the available commands</A>
32106 Look <A HREF="h_edit_nav_cmds">here</A>
32107 to see the available Editing and Navigation commands.
32109 &lt;End of help on this topic&gt;
32110 </BODY>
32111 </HTML>
32112 ====== h_config_customhdr_pattern =====
32113 <HTML>
32114 <HEAD>
32115 <TITLE>OPTION: Viewer Header Color Pattern</TITLE>
32116 </HEAD>
32117 <BODY>
32118 <H1>OPTION: Viewer Header Color Pattern</H1>
32120 If you leave this blank, then the whole field for the header will
32121 be colored.
32122 If you give a pattern to match, the coloring will only take place
32123 if there is a match for that pattern in the value of the field.
32124 For example, if you are working on a color for the Subject header and
32125 you fill in a pattern of &quot;important&quot;, then only Subjects that
32126 contain the word &quot;important&quot; will be colored.
32128 For address headers (like From and To) and for the Newsgroups header,
32129 a pattern match will cause only the matched addresses or newsgroups to be
32130 colored.
32131 If there is no pattern to match, then all of the addresses or newsgroups
32132 in the relevant header will be colored.
32134 The matching pattern may be a comma-separated list of patterns to match
32135 instead of a single pattern.
32136 For example, you could use the pattern &quot;important,urgent&quot; which would
32137 cause a match if either the word &quot;important&quot; or the word
32138 &quot;urgent&quot; appeared in the value of the header.
32139 You could list several comma-separated email addresses in the Header
32140 From Color pattern so that those addresses will be colored when any of
32141 them appear in the From header.
32143 To add a new matching pattern or change the existing pattern use the 
32144 <!--chtml if pinemode="function_key"-->
32145 &quot;F4&quot;
32146 <!--chtml else-->
32147 &quot;C&quot;
32148 <!--chtml endif-->
32149 &quot;Change&quot; command that is available when the &quot;Pattern to
32150 match&quot; line is highlighted.
32152 <!--chtml if pinemode="function_key"-->
32153 &quot;F10&quot;
32154 <!--chtml else-->
32155 &quot;D&quot;
32156 <!--chtml endif-->
32157 &quot;Delete&quot; command may be used to quickly remove all patterns
32158 for a particular header.
32160 &lt;End of help on this topic&gt;
32161 </BODY>
32162 </HTML>
32163 ====== h_color_setup =====
32164 <HTML>
32165 <HEAD>
32166 <TITLE>SETUP COLOR COMMANDS</TITLE>
32167 </HEAD>
32168 <BODY>
32169 <H1>SETUP COLOR COMMANDS</H1>
32170 <!--chtml if pinemode="function_key"-->
32171 <PRE>
32172 Available Commands -- Group 1
32173 -------------------------------
32174 F1  Display this help text
32175 F2  Show other available commands
32176 F3  Exit to MAIN MENU
32177 F4  Select the highlighted foreground or background color
32178 F5  Move to previous line
32179 F6  Move to next line
32180 F7  Previous page
32181 F8  Next page
32182 F9  Add a config section for a header field
32183 F10 Restore all default colors (for all sections)
32184 F11 Print color configuration screen
32185 F12 Whereis (search for word)
32187 Available Commands -- Group 2
32188 -------------------------------
32189 F1  Display this help text
32190 F2  Show other available commands
32191 F5  Delete config section for highlighted header field
32192 F6  Shuffle the order of Header Color sections
32193 </PRE>
32194 <!--chtml else-->
32195 <PRE>
32196 General commands
32197 -------------------------------------------------
32198  ?  Display this help text     E  Exit back to MAIN MENU
32199  P  Previous Line              N  Next Line
32200  -  Previous page             Spc (space bar) Next page
32201  W  WhereIs (search for word)  %  Print color configuration screen
32203 Color Setup Commands
32204 ------------------------------------------------
32205  *  Select the highlighted foreground or background color
32206  A  Add a config section for a header field
32207  D  Delete config section for highlighted header field
32208  R  Restore all default colors (for all sections)
32209  $  Shuffle the order of Header Color sections
32210 </PRE>
32211 <!--chtml endif-->
32213 <H2>Description of the Setup Color Screen</H2>
32215 From this screen you may turn on color and set the colors of
32216 various parts of the Alpine display.
32217 For help on turning on color move your cursor into the Color Style section
32218 at the top of the Setup Color screen and ask for help.
32221 There are several sections in the Setup Color Screen.
32222 At the top are some settings that handle the style of color used
32223 with your terminal emulator (UNIX only), and some settings that
32224 control how the current indexline and the titlebar are colored.
32225 After that comes a long section called GENERAL COLORS that allows
32226 you to set the color of many elements in the Alpine screens.
32227 For example, the color of the titlebar, status messages,
32228 selectable links, quotes and signatures in messages, and so on.
32229 After that is a section called INDEX COLORS that allows you to
32230 set the colors of various pieces of the displayed index lines in
32231 the MESSAGE INDEX screen.
32232 The next section is HEADER COLORS. This is for coloring headers of
32233 messages in the MESSAGE TEXT screen in just about any way you would like.
32234 Finally, the KEYWORD COLORS section allows you to highlight
32235 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
32236 in the MESSAGE INDEX screen.
32239 To change a color, highlight the color you want to change (for example,
32240 the Status Color) by moving
32241 the cursor into it.
32242 You may want to read the help text for the color to see a brief desription
32243 of what you are coloring.
32244 Then press &quot;C&quot; for Change to set the color to something new.
32245 That will put you into a screen with two columns of colors, one for
32246 the foreground color and one for the background color.
32247 The foreground color is just the color you want the actual characters
32248 to be and the background color is the color of the rest of the rectangle
32249 behind the characters.
32250 Select the foreground and background colors desired by using the Next and
32251 Prev keys to highlight the color, and the * command to select it.
32253 To set a color to its default value, set the X in the Default line at
32254 the bottom of the list of colors.
32257 The HEADER COLORS section is a little bit different from the others.
32258 Besides coloring the specific fields that Alpine knows about, you may also
32259 color specific header fields when viewing a message in the MESSAGE TEXT
32260 screen.
32261 For example, you may color the Subject header a particular color.
32262 There are a few commands for use with headers.
32263 The &quot;AddHeader&quot; command adds a section to the color
32264 configuration screen that allows you to set the color for that header.
32265 You'll be asked for the name of the header field you want to color.
32266 If you wanted to color the Subject, you would answer
32267 with the word &quot;subject&quot;.
32268 Once you've added a header field, the color setting works just like the
32269 other color fields, except that there is an additional line on the
32270 configuration screen labeled &quot;Pattern to match&quot;.
32271 If you leave that blank, then the whole field for that header will always
32272 be colored.
32273 However, if you give a pattern to match, the coloring will only take place
32274 if there is a match for that pattern in the value of the field.
32275 For example, if you are working on a color for the Subject header and
32276 you fill in a pattern of &quot;important&quot;, then only Subjects that
32277 contain the word &quot;important&quot; will be colored.
32279 The &quot;DeleteHdr&quot; command removes a header section from the
32280 configuration altogether.
32281 The &quot;Shuffle&quot; command changes the order of header sections.
32282 This is only necessary if you use header sections with pattern fields.
32283 For example, if you have two Subject sections, one with one pattern and
32284 another with another pattern, and the subject for a particular message
32285 happens to match both, then the color from the first match is used.
32288 The command &quot;RestoreDefs&quot; will restore all of the default colors.
32289 Each section will change to the default value used for that section when
32290 color is first enabled.
32291 When you restore all default colors the color settings for the Header Colors
32292 will be unset (since that's the default), but the header fields you've
32293 added will remain so that you may easily reset them.
32294 In order to get rid of them completely you'd have to use
32295 the &quot;DeleteHdr&quot; command.
32298 Remember that <A HREF="h_rules_incols">Index Line Colors</A>
32299 may be set with matching rules and that is configured separately from
32300 the rest of the color settings described here.
32301 It is configured in the Setup/Rules/Indexcolors section of the configuration screen
32302 instead of in the Setup/Kolor section.
32304 <P><UL>
32305 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32306 </UL><P>
32307 &lt;End of help on this topic&gt;
32308 </BODY>
32309 </HTML>
32310 ====== h_config_news_uses_recent ======
32311 <HTML>
32312 <HEAD>
32313 <TITLE>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></TITLE>
32314 </HEAD>
32315 <BODY>
32316 <H1>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></H1>
32318 This feature causes certain messages to be marked as "New" in the
32319 MESSAGE INDEX of newsgroups.
32320 This feature is set by default.
32324 When opening a newsgroup, Alpine will consult your "newsrc" file and
32325 determine the last message you have previously disposed of via the "D"
32326 key.  If this feature is set, any subsequent messages will be shown in the
32327 Index with an "N", and the first of these messages will be highlighted.
32328 Although this is only an approximation of true "New" or "Unseen"
32329 status, it provides a useful cue to distinguish more-or-less recent
32330 messages from those you have seen previously, but are not yet ready to
32331 mark deleted.
32335 Background: your "newsrc" file (used to store message status information
32336 for newsgroups) is only capable of storing a single flag, and Alpine uses
32337 this to record whether or not you are "done with" a message, as
32338 indicated by marking the message as "Deleted".  Unfortunately, this
32339 means that Alpine has no way to record exactly which messages you have
32340 previously seen, so it normally does not show the "N" status flag for
32341 any messages in a newsgroup. This feature enables a starting
32342 *approximation* of seen/unseen status that may be useful.
32344 &lt;End of help on this topic&gt;
32345 </BODY>
32346 </HTML>
32347 ====== h_config_expose_hidden_config =====
32348 <HTML>
32349 <HEAD>
32350 <TITLE>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></TITLE>
32351 </HEAD>
32352 <BODY>
32353 <H1>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></H1>
32355 If set, this causes configuration options and features that are normally
32356 hidden from view to be editable in the Setup/Config screen.
32359 The purpose of this feature is to allow you to change configuration
32360 features and variables that are normally hidden.
32361 This is particularly useful if you are using a remote configuration,
32362 where it is difficult to edit the contents manually, but it may also be used
32363 on a local pinerc configuration file.
32365 If set, several configuration variables and features that are normally
32366 hidden from view will show up in the Setup/Configuration screen.
32367 They will be at the bottom of the configuration screen.
32368 You can find them by searching for the words &quot;hidden configuration&quot;.
32371 Note that this is an advanced feature that should be used with care.
32372 The reason that this part of the configuration is normally hidden is because
32373 there is a significant potential for causing problems if you change these
32374 variables.
32375 If something breaks after a change try changing it back to see if that is
32376 what is causing the problem.
32377 There are also some variables that are normally hidden because they are
32378 manipulated through Alpine in other ways.
32379 For example, colors are normally set using the Setup/Kolors screen and
32380 the &quot;<!--#echo var="VAR_address-book"-->&quot; variable is normally set using
32381 the Setup/AddressBooks screen, so there is little reason to edit these directly.
32382 The &quot;<!--#echo var="VAR_incoming-folders"-->&quot; variable is normally changed by using
32383 the Add, Delete, and Rename commands in the FOLDER LIST screen,
32384 and the &quot;<!--#echo var="VAR_last-time-prune-questioned"-->&quot; variable is normally used
32385 internally by Alpine and not set directly by the user.
32387 <UL>   
32388 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32389 </UL><P>
32390 &lt;End of help on this topic&gt;
32391 </BODY>
32392 </HTML>
32393 ====== h_config_disable_signature_edit =====
32394 <HTML>
32395 <HEAD>
32396 <TITLE>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></TITLE>
32397 </HEAD>
32398 <BODY>
32399 <H1>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></H1>
32401 If set, this disables the editing of signature files from within
32402 the Setup/Config screen.
32404 <UL>   
32405 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32406 </UL><P>
32407 &lt;End of help on this topic&gt;
32408 </BODY>
32409 </HTML>
32410 ====== h_config_disable_roles_templateedit =====
32411 <HTML>
32412 <HEAD>
32413 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></TITLE>
32414 </HEAD>
32415 <BODY>
32416 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></H1>
32418 If set, this disables the editing of template files within the
32419 Role setup screen.
32421 <UL>   
32422 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32423 </UL><P>
32424 &lt;End of help on this topic&gt;
32425 </BODY>
32426 </HTML>
32427 ====== h_config_disable_roles_sigedit =====
32428 <HTML>
32429 <HEAD>
32430 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></TITLE>
32431 </HEAD>
32432 <BODY>
32433 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></H1>
32435 If set, this disables the editing of signature files within the
32436 Role setup screen.
32438 <UL>   
32439 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32440 </UL><P>
32441 &lt;End of help on this topic&gt;
32442 </BODY>
32443 </HTML>
32444 ====== h_config_disable_roles_setup =====
32445 <HTML>
32446 <HEAD>
32447 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></TITLE>
32448 </HEAD>
32449 <BODY>
32450 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></H1>
32452 If set, this disables the Setup/Rules/Roles command.
32454 <UL>   
32455 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32456 </UL><P>
32457 &lt;End of help on this topic&gt;
32458 </BODY>
32459 </HTML>
32460 ====== h_config_disable_pipes_in_templates =====
32461 <HTML>
32462 <HEAD>
32463 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></TITLE>
32464 </HEAD>
32465 <BODY>
32466 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></H1>
32468 By default, if a template file name is followed by a vertical bar (|) then
32469 that causes the file to be executed to produce the text for the template.
32470 If this feature is set, then this is not allowed.
32472 <UL>   
32473 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32474 </UL><P>
32475 &lt;End of help on this topic&gt;
32476 </BODY>
32477 </HTML>
32478 ====== h_config_disable_pipes_in_sigs =====
32479 <HTML>
32480 <HEAD>
32481 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></TITLE>
32482 </HEAD>
32483 <BODY>
32484 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></H1>
32486 By default, if a signature file name is followed by a vertical bar (|) then
32487 that causes the file to be executed to produce the text for the signature.
32488 If this feature is set, then this is not allowed.
32490 <UL>   
32491 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32492 </UL><P>
32493 &lt;End of help on this topic&gt;
32494 </BODY>
32495 </HTML>
32496 ====== h_config_disable_password_cmd =====
32497 <HTML>
32498 <HEAD>
32499 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></TITLE>
32500 </HEAD>
32501 <BODY>
32502 <H1>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></H1>
32504 If set, then the Setup/Newpassword command is disabled.
32506 <UL>   
32507 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32508 </UL><P>
32509 &lt;End of help on this topic&gt;
32510 </BODY>
32511 </HTML>
32512 ====== h_config_disable_password_caching =====
32513 <HTML>
32514 <HEAD>
32515 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></TITLE>
32516 </HEAD>
32517 <BODY>
32518 <H1>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></H1>
32520 Normally, loginname/password combinations are cached in Alpine so that
32521 you do not have to enter the same password more than once in a session.
32522 A disadvantage to this approach is that the password must be stored in
32523 the memory image of the running Alpine in order that it can be re-used.
32524 In the event that Alpine crashes and produces a core dump, and that core
32525 dump is readable by others, the loginname and password could be read
32526 from the core dump.
32528 If this feature is set, then the passwords will not be cached and you
32529 will have to retype the password whenever Alpine needs it.
32530 Even with this feature set there is still some chance that the core
32531 file will contain a password, so care should be taken to make the
32532 core files unreadable.
32534 NOTE: If PASSFILE caching is enabled, this does not disable it.
32535 That is a separate and independent feature.
32536 <UL>   
32537 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32538 </UL><P>
32539 &lt;End of help on this topic&gt;
32540 </BODY>
32541 </HTML>
32542 ====== h_config_disable_kb_lock =====
32543 <HTML>
32544 <HEAD>
32545 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></TITLE>
32546 </HEAD>
32547 <BODY>
32548 <H1>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></H1>
32550 If set, then the Keyboard Lock command is removed from the MAIN MENU.
32552 <UL>   
32553 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32554 </UL><P>
32555 &lt;End of help on this topic&gt;
32556 </BODY>
32557 </HTML>
32558 ====== h_config_disable_config_cmd =====
32559 <HTML>
32560 <HEAD>
32561 <TITLE>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></TITLE>
32562 </HEAD>
32563 <BODY>
32564 <H1>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></H1>
32566 If set, then the Setup/Config screen is disabled.
32568 <UL>   
32569 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32570 </UL><P>
32571 &lt;End of help on this topic&gt;
32572 </BODY>
32573 </HTML>
32574 ====== h_config_allow_chg_from =====
32575 <HTML>
32576 <HEAD>
32577 <TITLE>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></TITLE>
32578 </HEAD>
32579 <BODY>
32580 <H1>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></H1>
32582 This feature affects Alpine's handling of the &quot;From:&quot; header field
32583 in the "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" configuration
32584 option.
32586 If this feature is set then the From line can be changed just like
32587 all the other header fields that can be changed.
32588 This feature defaults to <EM>ON</EM>.
32590 Even with this feature turned ON (the default) you will not be able 
32591 to change the From header unless you add it to your list of
32592 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>.
32593 You may also want to change the
32594 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
32595 if you want the From header to always show up in the composer without
32596 having to type the Rich Headers command first.
32598 Note that many sites restrict the use of this feature in order to
32599 reduce the chance of falsified addresses and misdirected mail.
32600 If you want to change the value of what gets included in the From header
32601 in messages you send
32602 look <A HREF="h_config_change_your_from">here</A> for a description.
32604 <UL>   
32605 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32606 </UL><P>
32607 &lt;End of help on this topic&gt;
32608 </BODY>
32609 </HTML>
32610 ====== h_config_disable_collate =====
32611 <HTML>
32612 <HEAD>
32613 <TITLE>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></TITLE>
32614 </HEAD>
32615 <BODY>
32616 <H1>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></H1>
32618 This is a hard to understand feature that should only be used in rare cases.
32619 Normally, the C function call
32621 <CENTER><SAMP>setlocale(LC_COLLATE, &quot;&quot;)</SAMP></CENTER>
32623 is used by Alpine.
32624 If you want to try turning it off,
32625 setting this feature will turn it off.
32626 This part of the locale has to do with the sort order
32627 of characters in your locale.
32629 <UL>   
32630 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32631 </UL><P>
32632 &lt;End of help on this topic&gt;
32633 </BODY>
32634 </HTML>
32635 ====== h_config_quell_attach_extra_prompt =====
32636 <HTML>
32637 <HEAD>
32638 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></TITLE>
32639 </HEAD>
32640 <BODY>
32641 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></H1>
32643 By default, when you attempt to view an attachment externally
32644 from the &quot;Attachment View&quot; screen, you are asked if you
32645 really want to view the selected attachment.
32648 If this feature is set, you will <B>not</B> be prompted to confirm
32649 your selection.  Prior to Alpine and to Pine 4.50, the default behavior was to not
32650 prompt. This feature was added for those wanting to preserve that
32651 behavior (along with 
32652 <A HREF="h_config_quell_attach_ext_warn"><!--#echo var="FEAT_quell-attachment-extension-warn"--></A>).
32655 <UL>   
32656 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32657 </UL><P>
32658 &lt;End of help on this topic&gt;
32659 </BODY>
32660 </HTML>
32661 ====== h_config_quell_attach_ext_warn =====
32662 <HTML>
32663 <HEAD>
32664 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></TITLE>
32665 </HEAD>
32666 <BODY>
32667 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></H1>
32670 This feature suppresses the extra warning you can get when trying
32671 to view an attachment for which there is no mime-type match.  Turning
32672 on this feature will just run the program according to extension
32673 instead of first warning the user that it will run according to the
32674 file's extension.
32676 This feature can be used along side 
32677 <A HREF="h_config_quell_attach_extra_prompt"><!--#echo var="FEAT_quell-attachment-extra-prompt"--></A>
32678 to preserve the behavior exhibited in Pine versions prior to Pine 4.50.
32680 <UL>   
32681 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32682 </UL><P>
32683 &lt;End of help on this topic&gt;
32684 </BODY>
32685 </HTML>
32686 ====== h_config_mailcap_params =====
32687 <HTML>
32688 <HEAD>
32689 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></TITLE>
32690 </HEAD>
32691 <BODY>
32692 <H1>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></H1>
32694 If set, this will allow mailcap named parameter substitution to occur
32695 in mailcap entries.
32696 By default, this is turned off to prevent security problems that may occur
32697 with some incorrect mailcap configurations.
32698 For more information, see RFC1524 and look for "named parameters" in the
32699 text of the RFC.
32701 <UL>   
32702 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32703 </UL><P>
32704 &lt;End of help on this topic&gt;
32705 </BODY>
32706 </HTML>
32707 ====== h_config_disable_shared =====
32708 <HTML>
32709 <HEAD>
32710 <TITLE>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></TITLE>
32711 </HEAD>
32712 <BODY>
32713 <H1>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></H1>
32715 If this feature is set, the automatic search for namespaces &quot;ftp&quot;,
32716 &quot;imapshared&quot;, and &quot;imappublic&quot; by the underlying library
32717 will be disabled.
32718 The reason this feature exists is because there are some implementations
32719 of system password lookup routines that are very slow when presented with
32720 a long loginname that does not exist.
32721 This feature could be set to prevent the delay at startup time when the
32722 names above are searched for in the password file.
32724 <UL>   
32725 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32726 </UL><P>
32727 &lt;End of help on this topic&gt;
32728 </BODY>
32729 </HTML>
32730 ====== h_config_hide_nntp_path =====
32731 <HTML>
32732 <HEAD>
32733 <TITLE>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></TITLE>
32734 </HEAD>
32735 <BODY>
32736 <H1>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></H1>
32738 Normally the Path header that Alpine generates when posting to a newsgroup
32739 contains the name of the computer from which the message is being sent and
32740 the user name.
32741 Some believe that this information is used by spammers.
32742 If this feature is set, that information will be replaced with the text
32744 <CENTER><SAMP>not-for-mail</SAMP></CENTER>
32746 instead.
32748 It should be noted that many servers being connected to will still reveal
32749 the information that this feature attempts to protect.
32751 <UL>   
32752 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32753 </UL><P>
32754 &lt;End of help on this topic&gt;
32755 </BODY>
32756 </HTML>
32757 ====== h_config_no_bezerk_zone =====
32758 <HTML>
32759 <HEAD>
32760 <TITLE>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></TITLE>
32761 </HEAD>
32762 <BODY>
32763 <H1>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></H1>
32765 POSIX mandates a timezone in UNIX mailbox format folder delimiters
32766 (the line that begins with From <SPACE>).
32767 Some versions of Berkeley mail have trouble with this, and don't recognize
32768 the line as a message delimiter.
32769 If this feature is set, the timezone will be left off the delimiter line.
32771 <UL>   
32772 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32773 </UL><P>
32774 &lt;End of help on this topic&gt;
32775 </BODY>
32776 </HTML>
32777 ====== h_config_quell_domain_warn =====
32778 <HTML>
32779 <HEAD>
32780 <TITLE>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></TITLE>
32781 </HEAD>
32782 <BODY>
32783 <H1>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></H1>
32785 When your configuration is set up so that your domain name contains no dots,
32786 it is usually a configuration error.
32787 By default, Alpine will warn you about this when you start it up.
32788 You will see a warning message that looks like
32791 <CENTER><SAMP>Incomplete maildomain &quot;&lt;domain&gt;&quot;.</SAMP></CENTER>
32794 If this feature is set, the warning is turned off.
32796 <UL>   
32797 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32798 </UL><P>
32799 &lt;End of help on this topic&gt;
32800 </BODY>
32801 </HTML>
32802 ====== h_config_quell_imap_env =====
32803 <HTML>
32804 <HEAD>
32805 <TITLE>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></TITLE>
32806 </HEAD>
32807 <BODY>
32808 <H1>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></H1>
32810 In the MESSAGE INDEX screen, if the open folder is being accessed
32811 using IMAP, Alpine normally tries to paint the index lines on the screen
32812 as soon as the information arrives from the IMAP server.
32813 This means that the index information makes it onto the screen more quickly
32814 than it otherwise would.
32815 This sometimes results in behavior that bothers some users.
32816 For example, when paging to a new page of the index, it may be possible for
32817 the lines to be painted on the screen in a random order, rather than from
32818 top to bottom.
32821 Setting this feature causes Alpine to wait for all of the information
32822 to be gathered before it paints the index screen.
32823 Once it collects all of the information, the screen will be painted quickly
32824 from top to bottom.
32826 <UL>   
32827 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32828 </UL><P>
32829 &lt;End of help on this topic&gt;
32830 </BODY>
32831 </HTML>
32832 ====== h_config_quell_news_env =====
32833 <HTML>
32834 <HEAD>
32835 <TITLE>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></TITLE>
32836 </HEAD>
32837 <BODY>
32838 <H1>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></H1>
32840 In the MESSAGE INDEX screen, if the open folder is being accessed
32841 using NNTP (News), Alpine normally tries to paint the index lines on the screen
32842 as soon as the information arrives from the NNTP server.
32843 This means that the index information makes it onto the screen more quickly
32844 than it otherwise would.
32845 This sometimes results in behavior that bothers some users.
32846 For example, when paging to a new page of the index, it may be possible for
32847 the lines to be painted on the screen in a random order, rather than from
32848 top to bottom.
32851 Setting this feature causes Alpine to wait for all of the information
32852 to be gathered before it paints the index screen.
32853 Once it collects all of the information, the screen will be painted quickly
32854 from top to bottom.
32856 <UL>   
32857 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32858 </UL><P>
32859 &lt;End of help on this topic&gt;
32860 </BODY>
32861 </HTML>
32862 ====== h_config_quell_content_id =====
32863 <HTML>
32864 <HEAD>
32865 <TITLE>FEATURE: <!--#echo var="FEAT_quell-content-id"--></TITLE>
32866 </HEAD>
32867 <BODY>
32868 <H1>FEATURE: <!--#echo var="FEAT_quell-content-id"--></H1>
32870 This feature changes the behavior of Alpine when sending messages.
32871 It is intended to work around a bug in Microsoft's Outlook XP mail user
32872 agent.
32873 As of this writing, Microsoft has acknowledged the bug but
32874 has not added it to the Knowledge Base.
32875 We have been told that there will be a post-SP1 hotfix for Outlook XP.
32876 This particular bug has bug fix number OfficeQFE:4781.
32877 The nature of the bug is that messages with attachments that
32878 contain a Content-ID header (which standard Alpine attachments do)
32879 do not show the attachment indicator (a paperclip) when viewed with
32880 Outlook XP.
32881 So the user has no indication that the message contains an attachment.
32884 If this feature is set then Alpine will remove most Content-ID headers
32885 before sending a message.
32886 If an attachment is of type MESSAGE, then the existing Content-ID headers
32887 inside the message will be left intact.
32888 This would only happen with Alpine if a message was forwarded as an attachment
32889 or if a message with a message attached was forwarded.
32890 Similarly if an attachment of type MULTIPART/ALTERNATIVE is forwarded,
32891 the Content-ID headers of the alternative parts will not be removed.
32894 Because the Content-ID header is a standard part of MIME it is possible
32895 that setting this feature will break something.
32896 For example, if an attachment has a Content-ID header that is necessary
32897 for the correct functioning of that attachment, it is possible that Alpine
32898 may remove that header when the attachment is forwarded.
32899 However, it seems fairly safe at this time.
32902 <UL>   
32903 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32904 </UL><P>
32905 &lt;End of help on this topic&gt;
32906 </BODY>
32907 </HTML>
32908 ====== h_config_winpos_in_config =====
32909 <HTML>
32910 <HEAD>
32911 <TITLE>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></TITLE>
32912 </HEAD>
32913 <BODY>
32914 <H1>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></H1>
32916 PC-Alpine only.
32919 Normally, PC-Alpine will store its window size and position in the
32920 Windows Registry.
32921 This is convenient if you want to use the same remote
32922 configuration from more than one PC.
32923 If you use multiple configuration files to start PC-Alpine, you may want
32924 to store the window size and position in the configuration file instead
32925 of in the Registry.
32926 Setting this feature causes the value to be stored in 
32927 <A HREF="h_config_window_position">Window-Position</A>.
32930 <UL>   
32931 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32932 </UL><P>
32933 &lt;End of help on this topic&gt;
32934 </BODY>
32935 </HTML>
32936 ====== h_config_quell_ssl_largeblocks =====
32937 <HTML>
32938 <HEAD>
32939 <TITLE>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></TITLE>
32940 </HEAD>
32941 <BODY>
32942 <H1>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></H1>
32944 PC-Alpine only.
32946 This feature changes the behavior of fetching messages
32947 and attachments so that the message data is fetched in chunks no larger
32948 than 12K bytes.
32949 This works around a bug in Microsoft's SSL/TLS support.
32950 Some versions of Microsoft SSL are not able to read full-sized (16K)
32951 SSL/TLS packets.
32952 Some servers will send such packets and this will
32953 cause PC-Alpine to crash with the error
32956 <CENTER><SAMP>incomplete SecBuffer exceeds maximum buffer size</SAMP></CENTER>
32959 Microsoft is aware of the problem and has developed a hotfix for it, it is
32960 discussed in article 300562 in the Microsoft Knowledge Base.
32962 <UL>   
32963 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32964 </UL><P>
32965 &lt;End of help on this topic&gt;
32966 </BODY>
32967 </HTML>
32968 ====== h_config_quell_partial =====
32969 <HTML>
32970 <HEAD>
32971 <TITLE>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></TITLE>
32972 </HEAD>
32973 <BODY>
32974 <H1>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></H1>
32976 Partial fetching is a feature of the IMAP protocol.
32977 By default, Alpine
32978 will use partial fetching when copying the contents of a message or attachment
32979 from the IMAP server to Alpine.
32980 This means that the fetch will be done in many
32981 small chunks instead of one big chunk. The main benefit of this approach is
32982 that the fetch becomes interruptible. That is, the user can type <EM>^C</EM>
32983 to stop the fetch early. In some cases partial fetching may cause a performance
32984 problem so that the fetching of data takes significantly longer when partial
32985 fetching is used. Turning on this feature will turn off partial fetching.
32987 <UL>   
32988 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32989 </UL><P>
32990 &lt;End of help on this topic&gt;
32991 </BODY>
32992 </HTML>
32993 ====== h_config_quell_personal_name_prompt =====
32994 <HTML>
32995 <HEAD>
32996 <TITLE>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></TITLE>
32997 </HEAD>
32998 <BODY>
32999 <H1>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></H1>
33001 PC-Alpine only.  This feature quells the prompting for a 
33002 <A HREF="h_config_pers_name">personal name</A>.  This
33003 prompt normally happens before composing a message, and only happens when
33004 there is no personal name already set.
33006 <UL>   
33007 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33008 </UL><P>
33009 &lt;End of help on this topic&gt;
33010 </BODY>
33011 </HTML>
33012 ====== h_config_quell_user_id_prompt =====
33013 <HTML>
33014 <HEAD>
33015 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></TITLE>
33016 </HEAD>
33017 <BODY>
33018 <H1>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></H1>
33020 PC-Alpine only.  This feature quells the prompting for a 
33021 <A HREF="h_config_user_id"><!--#echo var="VAR_user-id"--></A>
33022 if the information can be obtained from the login name used
33023 to open the INBOX.  Normally, this prompt happens before composing
33024 a message, and only happens when there is no user-id already set
33025 in the configuration.
33027 With this feature set, composing a message is only possible after
33028 establishing a connection to the INBOX.
33030 <UL>   
33031 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33032 </UL><P>
33033 &lt;End of help on this topic&gt;
33034 </BODY>
33035 </HTML>
33036 ====== h_config_save_aggregates =====
33037 <HTML>
33038 <HEAD>
33039 <TITLE>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></TITLE>
33040 </HEAD>
33041 <BODY>
33042 <H1>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></H1>
33044 This feature will optimize an aggregate copy operation, if
33045 possible, by issuing a single IMAP <EM>COPY</EM> command with a
33046 list of the messages to be copied.
33047 This feature is set by default.
33048 This may reduce network traffic and elapsed time for the Save.
33049 <EM>However, many IMAP servers (including the UW IMAP server) do
33050 not preserve the order of messages when this optimization is applied.</EM>
33051 If this feature is not set, 
33052 Alpine will copy each message individually and the order of the messages
33053 will be preserved.
33055 <UL>   
33056 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33057 </UL><P>
33058 &lt;End of help on this topic&gt;
33059 </BODY>
33060 </HTML>
33061 ====== h_config_use_system_translation =====
33062 <HTML>
33063 <HEAD>
33064 <TITLE>FEATURE: Use System Translation</TITLE>
33065 </HEAD>
33066 <BODY>
33067 <H1>FEATURE: Use System Translation</H1>
33069 UNIX Alpine only.
33071 Alpine normally uses its own internal software to convert between the multi-byte
33072 representation of characters and the Unicode representation of those
33073 same characters.
33074 It converts from the multi-byte characters your keyboard produces to Unicode,
33075 and from Unicode to the multi-byte characters your display expects.
33076 Alpine also uses its own internal software to decide how much space on
33077 the screen a particular Unicode character will occupy.
33080 Setting this feature tells Alpine to use the system-supplied routines to
33081 perform these tasks instead.
33082 In particular there are three tasks and three system routines that will
33083 be used for these tasks.
33086 To convert from multi-byte to Unicode the routine
33089 <CENTER><SAMP>mbstowcs</SAMP></CENTER>
33092 is used.
33093 To convert from Unicode to multi-byte the routine
33096 <CENTER><SAMP>wcrtomb</SAMP></CENTER>
33099 is used.
33100 And to find the screen width a particular Unicode character will
33101 occupy the routine used is
33104 <CENTER><SAMP>wcwidth</SAMP></CENTER>
33107 This feature has been only lightly tested.
33108 The internal routines should normally be used unless you run into
33109 a problem that you think may be solved by using the system routines.
33110 Note that your environment needs to be set up for these
33111 routines to work correctly.
33112 In particular, the LANG or LC_CTYPE variable in your environment will
33113 need to be set.
33116 <UL>   
33117 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33118 </UL><P>
33119 &lt;End of help on this topic&gt;
33120 </BODY>
33121 </HTML>
33122 ====== h_config_suspend_spawns =====
33123 <HTML>
33124 <HEAD>
33125 <TITLE>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></TITLE>
33126 </HEAD>
33127 <BODY>
33128 <H1>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></H1>
33130 This feature affects Alpine's behavior when process suspension is enabled
33131 and then activated via the Ctrl-Z key.  Alpine suspension allows one to
33132 temporarily interact with the operating system command &quot;shell&quot; 
33133 without
33134 quitting Alpine, and then subsequently resume the still-active Alpine session.
33137 When the <A HREF="h_config_can_suspend">&quot;<!--#echo var="FEAT_enable-suspend"-->&quot;</A> feature
33138 is set and subsequently the Ctrl-Z key
33139 is pressed, Alpine will normally suspend itself and return temporary control
33140 to Alpine's parent shell process.  However, if this feature is set, Alpine
33141 will instead create an inferior subshell process.  This is useful when the
33142 parent process is not intended to be used interactively.  Examples include
33143 invoking Alpine via the -e argument of the Unix &quot;xterm&quot; program, 
33144 or via a menu system.<P>
33146 Note that one typically resumes a suspended Alpine by entering the Unix
33147 &quot;fg&quot; command, but if this feature is set, it will be necessary to
33148 enter the &quot;exit&quot; command instead.
33150 <UL>   
33151 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33152 </UL><P>
33153 &lt;End of help on this topic&gt;
33154 </BODY>
33155 </HTML>
33156 ====== h_config_8bit_smtp =====
33157 <HTML>
33158 <HEAD>
33159 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></TITLE>
33160 </HEAD>
33161 <BODY>
33162 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></H1>
33164 This feature affects Alpine's behavior when sending mail.
33165 By default, this feature is set.
33166 Internet standards
33167 require that all electronic mail messages traversing the global Internet
33168 consist of 7bit ASCII characters unless a pair of cooperating mail 
33169 transfer agents explicitly agree to allow 8bit messages.  In general, 
33170 then, exchanging messages in non-ASCII characters requires MIME encoding.
33172 However, there are now Internet standards that allow for unencoded 8bit
33173 exchange of messages between cooperating systems.  When this feature is set
33174 Alpine will try to negotiate unencoded 8bit transmission during the
33175 sending process.  Should the negotiation fail, Alpine will fall back to its
33176 ordinary encoding rules. 
33178 Note, this feature relies on your system's mail transport agent or
33179 configured <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
33180 having the negotiation mechanism introduced in
33181 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
33182 &quot;8BITMIME&quot;. 
33184 ESMTP allows for graceful migration to upgraded mail transfer agents, but
33185 it is possible that this feature might cause problems for some servers. 
33186 <P><UL>
33187 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33188 </UL>
33189 <P>&lt;End of help on this topic&gt;
33190 </BODY>
33191 </HTML>
33192 ====== h_config_8bit_nntp =====
33193 <HTML>
33194 <HEAD>
33195 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></TITLE>
33196 </HEAD>
33197 <BODY>
33198 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></H1>
33200 This feature affects Alpine's behavior when posting news.  
33204 The Internet standard for exchanging USENET news messages (RFC-1036)
33205 specifies that USENET messages should conform to Internet mail standards
33206 and contain only 7bit characters, but much of the news transport software
33207 in use today is capable of successfully sending messages containing 8bit
33208 characters.  Hence, many people believe that it is appropriate to send 8bit
33209 news messages without any MIME encoding.
33213 Moreover, there is no Internet standard for explicitly negotiating 8bit
33214 transfer, as there is for Internet email.  Therefore, Alpine provides the
33215 option of posting unencoded 8bit news messages, though not as the default.
33216 Setting this feature will turn OFF Alpine's MIME encoding of newsgroup
33217 postings that contain 8bit characters. 
33221 Note, articles may cross a path or pass through news transport software
33222 that is unsafe or even hostile to 8bit characters.  At best this will only
33223 cause the posting to become garbled.  The safest way to transmit 8bit
33224 characters is to leave Alpine's MIME encoding turned on, but recipients
33225 who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
33226 messages.
33228 &lt;End of help on this topic&gt;
33229 </BODY>
33230 </HTML>
33231 ====== h_config_mark_for_cc =====
33232 <HTML>
33233 <HEAD>
33234 <TITLE>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></TITLE>
33235 </HEAD>
33236 <BODY>
33237 <H1>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></H1>
33239 This feature affects Alpine's MESSAGE INDEX display.
33240 By default, a '+' is displayed in the first column if the
33241 message is addressed directly to you.
33242 When this feature is set and the message is not addressed to you, then a
33243 '-' character is displayed if the message is instead Cc'd directly
33244 to you.
33247 <UL>   
33248 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33249 </UL><P>
33250 &lt;End of help on this topic&gt;
33251 </BODY>
33252 </HTML>
33253 ====== h_config_tab_uses_unseen =====
33254 <HTML>
33255 <HEAD>
33256 <TITLE>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></TITLE>
33257 </HEAD>
33258 <BODY>
33259 <H1>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></H1>
33261 This feature affects Alpine's behavior when using the TAB
33262 <A HREF="h_common_nextnew">NextNew Command</A>
33263 to move from one folder to the next.
33264 Alpine's usual behavior is to search for folders
33265 with <EM>Recent</EM> messages in them.
33266 Recent messages are messages that have arrived since the last time the
33267 folder was opened.
33270 Setting this feature causes Alpine to search for <EM>Unseen</EM>
33271 messages instead of Recent messages.
33272 Unseen messages remain Unseen until you view them (or flag then as Seen with
33273 the <A HREF="h_common_flag">Flag Command</A>).
33274 Setting this feature allows you to locate messages you have not read
33275 instead of only recently received messages.
33276 When this feature is set, the feature
33277 <A HREF="h_config_fast_recent">&quot;<!--#echo var="FEAT_enable-fast-recent-test"-->&quot;</A>
33278 will have no effect, so the checking may be slower.
33281 Another reason why you might want to use this feature is that Alpine sometimes
33282 opens folders implicitly behind the scenes, and this clears the
33283 Recent status of all messages in the folder.
33284 One example where this happens is when Saving or filtering a
33285 message to another folder.
33286 If that message has some <A HREF="h_config_keywords">keywords</A>
33287 set, then because of some shortcomings
33288 in the IMAP specification, the best way to ensure that those keywords are
33289 still set in the saved copy of the message is to open the folder and
33290 set the keywords explicitly.
33291 Because this clears the Recent status of all messages in that folder the
33292 folder will not be found by the NextNew command unless this feature is set.
33295 &lt;End of help on this topic&gt;
33296 </BODY>
33297 </HTML>
33298 ====== h_config_tab_new_only =====
33299 <HTML>
33300 <HEAD>
33301 <TITLE>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></TITLE>
33302 </HEAD>
33303 <BODY>
33304 <H1>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></H1>
33306 This feature affects Alpine's behavior when using the TAB key to move from
33307 one message to the next.  Alpine's usual behavior is to select the next
33308 unread message or message flagged as "Important".
33312 Setting this feature causes Alpine to skip the messages flagged as important,
33313 and select unread messages exclusively.  Tab behavior when there are no
33314 new messages left to select remains unchanged.
33316 &lt;End of help on this topic&gt;
33317 </BODY>
33318 </HTML>
33319 ====== h_config_warn_if_subj_blank =====
33320 <HTML>
33321 <HEAD>
33322 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></TITLE>
33323 </HEAD>
33324 <BODY>
33325 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></H1>
33327 This feature affects Alpine's behavior when you send a message being
33328 composed.
33329 If this option is set, Alpine will check to see if the message about to be sent
33330 has a subject or not.
33331 If not, you will be asked if you want to send the message anyway.
33334 <UL>   
33335 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33336 </UL><P>
33337 &lt;End of help on this topic&gt;
33338 </BODY>
33339 </HTML>
33340 ====== h_config_warn_if_fcc_blank =====
33341 <HTML>
33342 <HEAD>
33343 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></TITLE>
33344 </HEAD>
33345 <BODY>
33346 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></H1>
33348 This feature affects Alpine's behavior when you send a message being
33349 composed.
33350 If this option is set, Alpine will check to see if the message about to be sent
33351 has an Fcc or not.
33352 If not, you will be asked if you want to send the message anyway.
33355 <UL>   
33356 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33357 </UL><P>
33358 &lt;End of help on this topic&gt;
33359 </BODY>
33360 </HTML>
33361 ====== h_config_warn_if_no_to_or_cc =====
33362 <HTML>
33363 <HEAD>
33364 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></TITLE>
33365 </HEAD>
33366 <BODY>
33367 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></H1>
33369 This feature affects Alpine's behavior when you send a message being
33370 composed.
33371 If this option is set, Alpine will check to see if the message about to be sent
33372 has either a To address, a Cc address, or a Newsgroup.
33373 If none of these is set,
33374 you will be asked if you want to send the message anyway.
33377 This feature is closely related to
33378 <A HREF="h_config_auto_fcc_only"><!--#echo var="FEAT_fcc-only-without-confirm"--></A>.
33379 Alpine will normally ask if you want to copy a message only to the Fcc.
33380 This feature also applies to cases where there is a Bcc but still no To, Cc,
33381 or Newsgroup.
33382 If the <!--#echo var="FEAT_fcc-only-without-confirm"--> feature is set and you are sending a
33383 message with only an Fcc, then you won't be asked about sending with
33384 a blank To and Cc and Newsgroups header even if this feature is set.
33385 Similarly, if you have already been asked if you want to send to the Fcc
33386 only and you have answered Yes, then you won't be asked again about sending with
33387 blank To, Cc, and Newsgroups headers even if this feature is set.
33390 <UL>   
33391 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33392 </UL><P>
33393 &lt;End of help on this topic&gt;
33394 </BODY>
33395 </HTML>
33396 ====== h_config_quell_dead_letter =====
33397 <HTML>
33398 <HEAD>
33399 <TITLE>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></TITLE>
33400 </HEAD>
33401 <BODY>
33402 <H1>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></H1>
33404 This feature affects Alpine's behavior when you cancel a message being
33405 composed.  Alpine's usual behavior is to write the canceled message to
33406 a file named 
33407 <!--chtml if pinemode="os_windows"-->
33408 &quot;DEADLETR&quot;,
33409 <!--chtml else-->
33410 &quot;dead.letter&quot; in your home directory,
33411 <!--chtml endif-->
33412 overwriting any previous message. Under
33413 some conditions (some routine), this can introduce a noticeable delay.
33414 Setting this feature will cause Alpine NOT to write canceled compositions
33415 into the file.
33417 NOTE: Enabling this feature means NO record of canceled messages is
33418 maintained.
33420 This feature affects the newer option
33421 <A HREF="h_config_deadlets"><!--#echo var="VAR_dead-letter-files"--></A>, which specifies the
33422 number of dead letter files to keep around.
33423 If this feature is set, then the <!--#echo var="VAR_dead-letter-files"--> option has no effect.
33425 <UL>   
33426 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33427 </UL><P>
33428 &lt;End of help on this topic&gt;
33429 </BODY>
33430 </HTML>
33431 ====== h_config_quell_beeps =====
33432 <HTML>
33433 <HEAD>
33434 <TITLE>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></TITLE>
33435 </HEAD>
33436 <BODY>
33437 <H1>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></H1>
33439 This feature affects Alpine's behavior when it displays status message
33440 (e.g., Error complaints, New mail warnings, etc).  Setting this feature
33441 will not affect the display of such messages, but will cause those that
33442 emit a beep to become silent.
33445 <UL>   
33446 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33447 </UL><P>
33448 &lt;End of help on this topic&gt;
33449 </BODY>
33450 </HTML>
33451 ====== h_config_suppress_user_agent =====
33452 <HTML>
33453 <HEAD>
33454 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></TITLE>
33455 </HEAD>
33456 <BODY>
33457 <H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
33459 If this feature is set then Alpine will not generate a
33460 <CODE>User-Agent</CODE> header in outgoing messages.
33462 <UL>   
33463 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33464 </UL><P>
33465 &lt;End of help on this topic&gt;
33466 </BODY>
33467 </HTML>
33468 ====== h_config_quell_lock_failure_warnings =====
33469 <HTML>
33470 <HEAD>
33471 <TITLE>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></TITLE>
33472 </HEAD>
33473 <BODY>
33474 <H1>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></H1>
33476 This feature affects Alpine's behavior when it encounters a problem
33477 acquiring a mail folder lock.  Typically, a secondary file associated
33478 with the mail folder being opened is created as part of the locking
33479 process.  On some systems, such file creation has been administratively
33480 precluded by the system configuration.
33482 Alpine issues a warning when such failures occur, which can become bothersome
33483 if the system is configured to disallow such actions.  Setting this
33484 feature causes Alpine to remain silent when this part of lock creation fails.
33486 WARNING: systems that have been configured in a way that precludes locking
33487 introduce some risk of mail folder corruption when more than one program
33488 attempts to modify the mail folder.  This is most likely to occur to one's
33489 INBOX or other incoming message folder. 
33491 See also <A HREF="h_info_on_locking">&quot;What Systems Managers Need to Know about Alpine File Locking&quot;</A>.
33493 <UL>   
33494 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33495 </UL><P>
33496 &lt;End of help on this topic&gt;
33497 </BODY>
33498 </HTML>
33499 ====== h_config_enable_role_take ======
33500 <HTML>
33501 <HEAD>
33502 <TITLE>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></TITLE>
33503 </HEAD>
33504 <BODY>
33505 <H1>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></H1>
33507 Normally, the Take command takes addresses from a message and helps you
33508 put them into your Address Book.
33509 If you use Rules for Indexcolors, Roles, Filtering, or Scoring;
33510 you may find it useful
33511 to be able to Take information from a message's headers and put it into
33512 a new Rule.
33513 When this feature is set, you will be given an extra prompt that gives
33514 you the choice to Take into the Address Book or Take into a rule.
33515 <P><UL>
33516 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33517 </UL>
33519 &lt;End of help on this topic&gt;
33520 </BODY>
33521 </HTML>
33522 ====== h_config_enable_take_export ======
33523 <HTML>
33524 <HEAD>
33525 <TITLE>FEATURE: <!--#echo var="FEAT_enable-take-export"--></TITLE>
33526 </HEAD>
33527 <BODY>
33528 <H1>FEATURE: <!--#echo var="FEAT_enable-take-export"--></H1>
33530 Normally, the Take command takes addresses from a message and helps you
33531 put them into your Address Book.
33532 When this feature is set, you will be given an extra prompt that gives you
33533 the choice to Take addresses into a file instead of your Address
33534 Book.
33535 Only the user@domain_name part of the address is put in the file.
33536 <P><UL>
33537 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33538 </UL>
33540 &lt;End of help on this topic&gt;
33541 </BODY>
33542 </HTML>
33543 ====== h_config_quell_folder_internal_msg ======
33544 <HTML>
33545 <HEAD>
33546 <TITLE>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></TITLE>
33547 </HEAD>
33548 <BODY>
33549 <H1>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></H1>
33551 This feature determines whether or not Alpine will create 
33552 &quot;pseudo messages&quot; in folders that are in standard Unix or 
33553 MMDF format. <P> 
33555 Alpine will normally create these pseudo messages when they are not already
33556 present in a standard Unix or MMDF folder.  Their purpose is to record
33557 certain mailbox state data needed for correct IMAP and POP server
33558 operation, and also for Alpine to be able to mark messages as Answered when
33559 the Reply has been postponed.<P>
33561 Sites that do not use IMAP/POP for remote mail access, and that need to
33562 support mail tools that are adversely affected by the presence of the
33563 pseudo-messages (e.g. some mail notification tools) may enable this
33564 feature to tell Alpine not to create them.  Note that Alpine's 
33565 &quot;Answered&quot; flag
33566 capability will be adversely affected if this is done.<P>
33568 Note too that, even if this feature is enabled, Alpine will not remove
33569 pseudo-messages when it encounters them (e.g. those created by UW's imapd
33570 or ipopd servers.) This feature has no effect on folders that are not in
33571 standard Unix or MMDF format, as pseudo-messages are not needed in the
33572 other formats to record mailbox state information.
33573 <P><UL>
33574 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33575 </UL>
33577 &lt;End of help on this topic&gt;
33578 </BODY>
33579 </HTML>
33580 ====== h_config_mulnews_as_typed ======
33581 <HTML>
33582 <HEAD>
33583 <TITLE>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></TITLE>
33584 </HEAD>
33585 <BODY>
33586 <H1>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></H1>
33588 This feature will be of little use to most users.
33589 It has no effect unless the feature
33590 <A HREF="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></A>
33591 is set.
33593 When the <!--#echo var="FEAT_enable-multiple-newsrcs"--> feature is set
33594 then the setting of this feature may have an effect on the names of the
33595 newsrc files used.
33596 Normally, the name of the news server will be canonicalized before it is
33597 used in the newsrc file name.
33598 For example, if you type the news server name
33601 <CENTER><SAMP>servername</SAMP></CENTER>
33604 it is likely that the canonical name will be something like
33607 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
33610 Or it may be the case that
33613 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
33616 is really an alias (a DNS CNAME) for
33619 <CENTER><SAMP>othername.example.com</SAMP></CENTER>
33622 If this feature is not set, then the canonicalized names will be used.
33623 If this feature is set, then the name you typed in (or put in your
33624 configuration) will be used.
33626 <P><UL>
33627 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33628 </UL>
33630 &lt;End of help on this topic&gt;
33631 </BODY>
33632 </HTML>
33633 ====== h_config_quell_empty_dirs ======
33634 <HTML>
33635 <HEAD>
33636 <TITLE>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></TITLE>
33637 </HEAD>
33638 <BODY>
33639 <H1>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></H1>
33641 This feature causes Alpine to remove from the display any directories
33642 that do not contain at least one file or directory.  This can be useful
33643 to prevent overly cluttered folder lists when a collection is stored on
33644 a server that treats all names as both a folder and a directory.
33647 Note, enabling this feature can cause surprising behavior!  For example,
33648 you can still use Add to create a directory, but unless you immediately
33649 enter that directory and create a folder, that newly created directory
33650 may not be displayed next time you enter the folder list.
33653 The description above is not quite correct.
33654 Only directories which potentially may hold messages are hidden if empty.
33655 That is, a directory which is really just a directory and is not selectable
33656 as a folder will not be hidden.
33657 Such directories can occur on servers that treat most names as both a folder
33658 and a directory.
33659 These directories are typically created implicitly when a folder is created
33660 inside a directory that does not yet exist.
33663 <UL>   
33664 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33665 </UL><P>
33666 &lt;End of help on this topic&gt;
33667 </BODY>
33668 </HTML>
33669 ====== h_config_termcap_wins =====
33670 <HTML>
33671 <HEAD>
33672 <TITLE>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></TITLE>
33673 </HEAD>
33674 <BODY>
33675 <H1>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></H1>
33677 This feature may affect Alpine's low-level input routines.  Termcap (or
33678 terminfo, depending on how your copy of Alpine was compiled and linked)
33679 is the name of the database that describes terminal capabilities.  In
33680 particular, it describes the sequences of characters that various keys
33681 will emit.
33684 An example would be the Up Arrow key on the keyboard.  Up
33685 Arrow is not a distinct character on most Unix systems.  When you press
33686 the Up Arrow key a short sequence of characters are produced.  This
33687 sequence is supposed to be described in the termcap database by the
33688 &quot;ku&quot; capability (or by the &quot;kcuu1&quot; capability if you
33689 are using terminfo instead of termcap).
33692 By default, Alpine defines some terminal
33693 escape sequences that are commonly used.  For example, the sequence
33694 &quot;ESC&nbsp;O&nbsp;A&quot; is recognized as an Up Arrow key.  The sequence
33695 &quot;ESC&nbsp;[&nbsp;A&quot;
33696 is also recognized as an Up Arrow key.  These are chosen because common
33697 terminals like VT100's or ANSI standard terminals produce these
33698 sequences when you press the Up Arrow key.
33701 If your system's termcap
33702 (terminfo) database assigns some other function to the sequence
33703 &quot;ESC&nbsp;O&nbsp;A&quot;
33704 it is usually ignored by Alpine.  Also, if your termcap (terminfo)
33705 database assigns a sequence that doesn't begin with an escape
33706 character (<SAMP>ESC</SAMP>) it is usually ignored by Alpine.
33707 This usually works fine
33708 because most terminals emit the escape sequences that Alpine has defined
33709 by default.  We have also found that it is usually better to have these
33710 defaults take precedence over the definitions contained in the database
33711 because the defaults are more likely to be correct than the database.
33714 There are some terminals where this breaks down.  If you want Alpine to
33715 believe the definitions given in your termcap (terminfo) database in
33716 preference to the defaults the Alpine itself sets up, then you may turn
33717 this feature on.  Then, sequences of characters that are defined in
33718 both termcap (terminfo) and in Alpine's set of defaults will be
33719 interpreted the way that termcap (terminfo) says they should be
33720 interpreted.  Also, if your terminal capabilities database assigns a
33721 sequence that doesn't begin with escape, it will not be ignored.
33724 <UL>   
33725 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33726 </UL><P>
33727 &lt;End of help on this topic&gt;
33728 </BODY>
33729 </HTML>
33730 ====== h_config_cruise_mode =====
33731 <HTML>
33732 <HEAD>
33733 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></TITLE>
33734 </HEAD>
33735 <BODY>
33736 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></H1>
33738 This feature affects Alpine's behavior when you hit the
33739 &quot;Space&nbsp;Bar&quot; at
33740 the end of a displayed message.  Typically, Alpine complains that the end
33741 of the text has already been reached.  Setting this feature causes such
33742 keystrokes to be interpreted as if the &quot;Tab&quot; key had been hit, thus
33743 taking you to the next &quot;interesting&quot; message,
33744 or scanning ahead to the 
33745 next incoming folder with &quot;interesting&quot; messages.
33748 <UL>   
33749 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33750 </UL><P>
33751 &lt;End of help on this topic&gt;
33752 </BODY>
33753 </HTML>
33754 ====== h_config_cruise_mode_delete =====
33755 <HTML>
33756 <HEAD>
33757 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></TITLE>
33758 </HEAD>
33759 <BODY>
33760 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></H1>
33762 This feature modifies the behavior of Alpine's 
33763 <A HREF="h_config_cruise_mode">&quot;<!--#echo var="FEAT_enable-cruise-mode"-->&quot;</A> feature.  
33764 Setting this feature causes Alpine to implicitly delete read
33765 messages when it moves on to display the next &quot;interesting&quot; message.
33767 NOTE: Beware when enabling this feature AND the 
33768 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A> 
33769 feature.
33771 <UL>   
33772 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33773 </UL><P>
33774 &lt;End of help on this topic&gt;
33775 </BODY>
33776 </HTML>
33777 ====== h_config_slash_coll_entire =====
33778 <HTML>
33779 <HEAD>
33780 <TITLE>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></TITLE>
33781 </HEAD>
33782 <BODY>
33783 <H1>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></H1>
33785 The slash (/) command is available from the MESSAGE INDEX screen when
33786 the folder is sorted by either Threads or OrderedSubject, and the
33787 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
33788 is set to something other than &quot;none&quot;.
33789 Normally, the slash command Collapses or Expands the subthread that
33790 starts at the currently highlighted message, if any.
33791 If this option is set, then the slash command Collapses or Expands the
33792 <EM>entire</EM> current thread instead of just the subthread.
33793 The current thread is simply the top-level thread that contains the
33794 current message.
33797 <UL>   
33798 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33799 </UL><P>
33800 &lt;End of help on this topic&gt;
33801 </BODY>
33802 </HTML>
33803 ====== h_config_color_thrd_import =====
33804 <HTML>
33805 <HEAD>
33806 <TITLE>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></TITLE>
33807 </HEAD>
33808 <BODY>
33809 <H1>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></H1>
33811 This option affects only the THREAD INDEX screen.
33812 Whether or not you ever see a THREAD INDEX screen depends on the setting
33813 of the configuration option
33814 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
33815 and on the sort order of the index.
33818 If a message within a thread is flagged as Important
33819 and this option is set, then
33820 the entire line in the THREAD INDEX will be colored the color of the
33821 Index-important Symbol, which can be set using the
33822 <A HREF="h_color_setup">Setup Kolor</A> screen.
33825 <UL>   
33826 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33827 </UL><P>
33828 &lt;End of help on this topic&gt;
33829 </BODY>
33830 </HTML>
33831 ====== h_config_allow_goto =====
33832 <HTML>
33833 <HEAD>        
33834 <TITLE>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></TITLE>
33835 </HEAD>
33836 <BODY>
33837 <H1>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></H1>
33839 This feature modifies the behavior of Alpine's file browser.  Setting this
33840 feature causes Alpine to offer the "G Goto" command in the file browser.
33841 That is the default.
33845 The Goto command allows you to explicitly type in the desired directory.
33847 &lt;End of help on this topic&gt;
33848 </BODY></HTML>
33849 ====== h_config_add_ldap =====
33850 <HTML>
33851 <HEAD>
33852 <TITLE>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></TITLE>
33853 </HEAD>
33854 <BODY>
33855 <H1>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></H1>
33857 If both the Directory option
33858 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>  
33859 and this feature are set,
33860 then when an implicit directory lookup is done from the
33861 composer you will automatically be prompted to add the result of the
33862 directory lookup to your address book.
33864 <UL>   
33865 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33866 </UL><P>
33867 &lt;End of help on this topic&gt;
33868 </BODY>
33869 </HTML>
33870 ===== h_patterns_compat_behavior =====
33871 <HTML>
33872 <HEAD>
33873 <TITLE>Rules Behavior Changes in Pine 4.50</TITLE>
33874 </HEAD>
33875 <BODY>
33876 <H1>Rules Behavior Changes in Pine 4.50</H1>
33878 In Alpine, Rules that contain unrecognized elements
33879 are ignored.
33880 In most cases, the unrecognized elements will be something that was
33881 added as a new Rules feature in a later version of Alpine.
33882 In versions of Pine <EM>prior</EM> to 4.50, Pine did <EM>not</EM>
33883 ignore rules that contained unrecognized elements.
33884 For example, a new element of Rules that was added in Pine 4.50 is
33885 Age interval.
33886 Suppose you add an Indexcolor rule, using version Pine 4.50 or later, that colors
33887 all messages older than a week red.
33888 Now, if you run Pine 4.44 using that same configuration file, it will not
33889 recognize the Age interval and so will just ignore it.
33890 That means that all messages will match that rule so all messages will
33891 be colored red when using Pine version 4.44.
33894 This behavior was considered a bug so it is fixed in Alpine and Pine 4.50 and later.
33895 However, since the behavior still exists in versions prior to Pine 4.50 and
33896 since Filtering is a potentially destructive operation, another measure
33897 was taken to attempt to avoid unintentional Filtering of messages.
33898 The first time that you run Alpine or a Pine that is version 4.50 or greater,
33899 the rules in your Filters configuration variable (&quot;Patterns-Filters&quot;)
33900 will be copied to a new Filters configuration variable
33901 with a different name (&quot;Patterns-Filters2&quot;).
33902 From then on, Alpine will continue to use the new
33903 variable.
33904 Of course, Pine version 4.44 or lower will continue to use the old
33905 variable.
33906 That means that if you are using Alpine
33907 and also using a version of Pine that is older than 4.50, they will not
33908 share the configuration information about Filters.
33909 If you make a change in one version you won't see it in the other version.
33912 Since Scoring can be used to trigger Filtering, the same thing has been
33913 done for Score rules.
33914 The old configuration variable name is (&quot;Patterns-Scores&quot;)
33915 and the new name is (&quot;Patterns-Scores2&quot;).
33916 The same is not true of Role, Indexcolor, and Other rules that are
33917 thought to be less harmful when a mistake is made.
33920 &lt;End of help on this topic&gt;
33921 </BODY>
33922 </HTML>
33923 ======= h_config_filt_opts_sentdate =======
33924 <HTML>
33925 <HEAD>
33926 <TITLE>PATTERN FEATURE: Use-Date-Header-For-Age</TITLE>
33927 </HEAD>
33928 <BODY>
33929 <H1>PATTERN FEATURE: Use-Date-Header-For-Age</H1>
33931 By default, the Age interval of a Pattern uses a message's time of
33932 arrival to compute the age of the message.
33933 If this feature is set, the date in the message's Date header will
33934 be used instead.
33936 &lt;End of help on this topic&gt;
33937 </BODY>
33938 </HTML>
33939 ======= h_config_filt_opts_notdel =======
33940 <HTML>
33941 <HEAD>
33942 <TITLE>FILTER FEATURE: Move-Only-if-Not-Deleted</TITLE>
33943 </HEAD>
33944 <BODY>
33945 <H1>FILTER FEATURE: Move-Only-if-Not-Deleted</H1>
33947 If this option is set then a message will be moved into the
33948 specified folder only if it is not marked for deletion.
33949 This is useful if you have multiple Alpine sessions running
33950 simultaneously and you don't want messages to be filtered into a
33951 folder more than once.
33952 It is also useful if you want to filter
33953 only the &quot;undeleted&quot; messages in a newsgroup into a folder.
33954 This method is not foolproof.
33955 There may be cases where a message
33956 gets marked deleted and so it is never filtered into the folder.
33957 For example, if you deleted it in another Alpine session or another mail
33958 program that didn't use the filtering rule.
33960 This option has no effect if the Filter Action is not set to Move.
33962 &lt;End of help on this topic&gt;
33963 </BODY>
33964 </HTML>
33965 ======= h_config_filt_opts_nonterm =======
33966 <HTML>
33967 <HEAD>
33968 <TITLE>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</TITLE>
33969 </HEAD>
33970 <BODY>
33971 <H1>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</H1>
33973 If this option is set then this is a non-terminating rule.
33974 Usually, for each message, Alpine searches through the Filter Rules until
33975 a match is found and then it performs the action associated with that rule.
33976 Rules following the match are not considered.
33977 If this option is set then the search for matches will continue at the next
33978 rule.
33980 If a non-terminating rule matches then the actions associated with
33981 that rule, except for any implied deletion of the message, are performed
33982 before the match for the next rule is checked.
33983 For example, if the non-terminating rule sets the Important status, then that
33984 status will be set when the next rule is considered.
33985 However, if the non-terminating rule Moves the message, the message will
33986 actually be copied instead of copied and deleted so that it is still there
33987 for the next rule.
33988 A moved message is deleted after all the relevant rules have been checked.
33989 The name of the &quot;Move&quot; action is confusing in this case because
33990 a single message can be moved to more than one folder.
33991 It turns the Move into a Copy instead, but it is still followed by a deletion
33992 at the end.
33994 This option may be useful if you want to have a single message filtered to
33995 two different folders because it matches two different Patterns.
33996 For example, suppose you normally filter messages to a particular mailing
33997 list into one folder, and messages addressed directly to you into a second
33998 folder.
33999 If a message is sent to both you and the list (and you can tell that by
34000 looking at the headers of the message) this option may give you a convenient
34001 way to capture a copy to each folder.
34002 (It may also cause you to capture two copies to each folder,
34003 depending on whether your mail system delivers one or two copies of the
34004 message to you and on how the list works.)
34006 &lt;End of help on this topic&gt;
34007 </BODY>
34008 </HTML>
34009 ===== h_mainhelp_smime ======
34010 <HTML>
34011 <HEAD>
34012 <TITLE>S/MIME Overview</TITLE>
34013 </HEAD>
34014 <BODY>
34015 <H1>S/MIME Overview</H1>
34017 S/MIME is a standard for the public key encryption and signing of email.
34018 UNIX Alpine contains a basic implementation of S/MIME based on
34019 the <A HREF="http://www.openssl.org/">OpenSSL</A> libraries.
34020 To check if this version of Alpine supports S/MIME look at
34021 <A HREF="X-Alpine-Config:">Supported Options in this Alpine</A> and look
34022 for &quot;S/MIME&quot; under the &quot;Encryption&quot; heading.
34024 Some limitations:
34025 <UL>
34026    <LI> There is no PC-Alpine implementation.
34027    <LI> There is no provision for checking for CRLs
34028         (Certificate Revocation Lists) in Alpine.
34029    <LI> This built-in S/MIME implementation is not compatible with and does not help with PGP.
34030    <LI> There is no mechanism available for feeding either an entire incoming
34031         or an entire outgoing message to an external
34032         filter and using that external filter to do S/MIME or PGP processing.
34033    <LI> Because the implementation currently uses OpenSSL, there is only a very
34034         limited integration with the Mac OS Keychain (the storing and access of
34035         public certificates).
34036 </UL>
34038 The S/MIME configuration screen is reached by going to the Main Menu and typing
34039 the &quot;S&nbsp;Setup&quot; command followed by &quot;M&nbsp;S/MIME&quot;.
34042 <H2>S/MIME BASICS</H2>
34044 In order to digitally sign messages you send you must have a public/private key-pair.
34045 This may be obtained from a public Certificate Authority (CA) such as Thawte, Verisign, Comodo,
34046 or GoDaddy; or from a smaller CA such as a university which provides certificates for its
34047 users or a company which provides certificates for its workers.
34048 These certificates are bound to an email address, so the identity being verified is the
34049 email address not a person's name.
34051 Mail is signed by using the sender's private key, which only the owner of the private key
34052 has access to.
34053 The signature is verified using the signer's public key, which anyone can
34054 have access to.
34055 With Alpine, the first time you receive a signed message the public key of the
34056 sender will be stored for future use.
34059 Mail is encrypted using the recipient's public key and decrypted by
34060 the recipient with their private key.
34063 You need a key of your own in order to sign outgoing messages and to have others
34064 encrypt messages sent to you.
34065 You do not need a key of your own to verify signed messages sent by others or to
34066 encrypt messages sent to others.
34068 <H2>ALPINE S/MIME CERTIFICATE STORAGE</H2>
34070 By default UNIX Alpine stores the certificates it uses in a directory in your
34071 home directory.
34072 The directory name is
34074 <CENTER><SAMP>.alpine-smime</SAMP></CENTER>
34076 Within that directory are three subdirectories.
34077 Each of the three subdirectories contains files with PEM-encoded contents,
34078 the default format for OpenSSL.
34079 The &quot;<SAMP>public</SAMP>&quot; directory contains public certificates.
34080 The files within that directory have names that are email addresses with the
34081 suffix &quot;<SAMP>.crt</SAMP>&quot; appended.
34082 An example filename is
34084 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
34086 The &quot;<SAMP>private</SAMP>&quot; directory contains private keys, probably just one for
34087 your private key.
34088 These are also email addresses but with the suffix &quot;<SAMP>.key</SAMP>&quot; instead.
34089 The third directory is &quot;<SAMP>ca</SAMP>&quot; and it contains certificates for any Certificate
34090 Authorities that you want to trust but that aren't contained in the set of system CAs.
34091 Those files may have arbitrary names as long as they end with the
34092 suffix &quot;<SAMP>.crt</SAMP>&quot;.
34094 <H2>HOW TO SIGN AND ENCRYPT</H2>
34096 If you have a certificate you may sign outgoing messages.
34097 After typing the Ctrl-X command to send a message you will see the prompt
34099 <CENTER><SAMP>Send message?</SAMP></CENTER>
34101 Available subcommands include &quot;G&nbsp;Sign&quot; and &quot;E&nbsp;Encrypt&quot;.
34102 Typing the &quot;G&quot; command will change the prompt to
34104 <CENTER><SAMP>Send message (Signed)?</SAMP></CENTER>
34106 Typing the &quot;E&quot; command will change the prompt to
34108 <CENTER><SAMP>Send message (Encrypted)?</SAMP></CENTER>
34110 You may even type both to get
34112 <CENTER><SAMP>Send message (Encrypted, Signed)?</SAMP></CENTER>
34115 <H2>HOW TO READ SIGNED OR ENCRYPTED MESSAGES</H2>
34117 The reading of a signed message should not require any special action on
34118 your part.
34119 There should be an editorial addition at the start of the message which
34120 says either
34122 <CENTER><SAMP>This message was cryptographically signed.</SAMP></CENTER>
34126 <CENTER><SAMP>This message was cryptographically signed but the signature could not be verified.</SAMP></CENTER>
34128 If an encrypted message is sent to you the encrypted text will not
34129 be shown.
34130 You will have to type the &quot;Ctrl-D&nbsp;Decrypt&quot; command (from the screen where
34131 you are viewing the message) and supply your passphrase when asked.
34133 For a signed or encrypted message there is also a &quot;Ctrl-E&nbsp;Security&quot; command
34134 which gives you some information about the certificate used to sign or encrypt the message.
34136 <H2>MISCELLANEOUS</H2>
34138 You may have access to a private certificate in the PKCS12 format,
34139 which would sometimes be in a file with a &quot;.p12&quot; suffix.
34140 The UNIX shell command
34142 <CENTER><SAMP>openssl pkcs12 -in file.p12 -out file.pem</SAMP></CENTER>
34144 may work to convert that from the PKCS12 format to the PEM format.
34145 Then that file could be placed in the &quot;<SAMP>private</SAMP>&quot;
34146 directory with a filename of your email address followed by the
34147 suffix &quot;<SAMP>.key</SAMP>&quot;.
34150 &lt;End of help on this topic&gt;
34151 </BODY>
34152 </HTML>
34153 ====== h_config_smime_pubcertdir =====
34154 <HTML>
34155 <HEAD>
34156 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></TITLE>
34157 </HEAD>
34158 <BODY>
34159 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></H1>
34161 UNIX Alpine only.
34163 If the option
34164 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34165 is set then this option will have no effect.
34167 Normally, Public Certificates for use with S/MIME will be stored in the directory
34168 which is the value of this option.
34169 Those certificates will be stored in PEM format, one certificate per file.
34170 The name of the file for the certificate corresponding to
34172 <CENTER><SAMP>emailaddress</SAMP></CENTER>
34174 should be
34176 <CENTER><SAMP>emailaddress.crt</SAMP></CENTER>
34178 For example, a file for user@example.com would be in the file
34180 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
34182 in this directory.
34184 Use the Setup/SMIME screen to modify this variable.
34186 Typically, the public certificates that you have will come from S/MIME signed
34187 messages that are sent to you.
34188 Alpine will extract the public certificate from the signed message and store
34189 it in the certificates directory.
34190 These PEM format public certificates look something like:
34191 <PRE>
34192 -----BEGIN CERTIFICATE-----
34193 MIIFvTCCBKWgAwIBAgIQD4fYFHVI8T20yN4nus097DANBgkqhkiG9w0BAQUFADCB
34194 rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
34195 Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
34197 2b9KGqDyMWW/rjNnmpjzjT2ObGM7lRA8lke4FLOLajhrz4ogO3b4DFfAAM1VSZH8
34198 D6sOwOLJZkLY8FRsfk63K+2EMzA2+qAzMKupgeTLqXIf
34199 -----END CERTIFICATE-----
34200 </PRE>
34202 <UL>   
34203 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34204 </UL><P>
34206 <UL>   
34207 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34208 </UL><P>
34209 &lt;End of help on this topic&gt;
34210 </BODY>
34211 </HTML>
34212 ====== h_config_smime_pubcertcon =====
34213 <HTML>
34214 <HEAD>
34215 <TITLE>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></TITLE>
34216 </HEAD>
34217 <BODY>
34218 <H1>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></H1>
34220 UNIX Alpine only.
34222 If this option is set it will be used instead of
34223 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
34225 This option gives you a way to store certificates remotely on an IMAP server
34226 instead of storing the certificates one per file locally.
34227 In order to do that you just give this option a remote folder name for a folder
34228 which does not yet exist.
34229 The name is similar to the name you might use for a remote configuration file.
34230 A remote folder name might look something like:
34232 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/publiccerts</SAMP></CENTER>
34235 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34236 about the syntax of folder names.
34238 Use the Setup/SMIME screen to modify this variable.
34240 <UL>   
34241 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34242 </UL><P>
34244 <UL>   
34245 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34246 </UL><P>
34247 &lt;End of help on this topic&gt;
34248 </BODY>
34249 </HTML>
34250 ====== h_config_smime_privkeydir =====
34251 <HTML>
34252 <HEAD>
34253 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></TITLE>
34254 </HEAD>
34255 <BODY>
34256 <H1>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></H1>
34258 UNIX Alpine only.
34260 In order to sign outgoing S/MIME messages you will need a
34261 personal digital ID certificate.
34262 You will usually get such a certificate from a certificate authority such as
34263 Thawte or CAcert.
34264 (In order to encrypt outgoing messages you don't need a personal digital ID, you
34265 need the public certificate of the recipient instead.)
34266 If the option
34267 <A HREF="h_config_smime_privkeycon"><!--#echo var="VAR_smime-private-key-container"--></A>
34268 is set then this option will have no effect.
34270 Normally, Private Keys for use with S/MIME will be stored in the directory
34271 which is the value of this option.
34272 Those certificates will be stored in PEM format, one certificate per file.
34273 The name of the file for the certificate corresponding to your
34275 <CENTER><SAMP>emailaddress</SAMP></CENTER>
34277 should be
34279 <CENTER><SAMP>emailaddress.key</SAMP></CENTER>
34281 For example, if your address is user@example.com the name of the file would be
34283 <CENTER><SAMP>user@example.com.key</SAMP></CENTER>
34285 in this directory.
34287 Use the Setup/SMIME screen to modify this variable.
34289 Typically, the private key that you have will come from a Certificate
34290 Authority.
34291 The private key should be stored in a PEM format file that
34292 looks something like:
34293 <PRE>
34294 -----BEGIN RSA PRIVATE KEY-----
34295 Proc-Type: 4,ENCRYPTED
34296 DEK-Info: DES-EDE3-CBC,2CBD328FD84CF5C6
34298 YBEXYLgLU9NJoc1V+vJ6UvcF08RX54S6jXsmgL0b5HGkudG6fhnmHkH7+UCvM5NI
34299 SXO/F8iuZDfs1VGG0NyitkFZ0Zn2vfaGovBvm15gx24b2xnZDLRB7/bNZkurnK5k
34300 VjAjZ2xXn2hFp2GJwqRdmxYNqsKGu52B99oti5HUWuZ2GFRaWjn5hYOqeApZE2uA
34302 oSRqfI51UdSRt0tmGhHeTvybUVrHm9eKft8TTGf+qSBqzSc55CsmoVbRzw4Nfhix
34303 m+4TJybNGNfAgOctSkEyY/OCb49fRRQTCBZVIhzLGGmpYmkO55HbIA==
34304 -----END RSA PRIVATE KEY-----
34305 </PRE>
34307 <UL>   
34308 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34309 </UL><P>
34311 <UL>   
34312 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34313 </UL><P>
34314 &lt;End of help on this topic&gt;
34315 </BODY>
34316 </HTML>
34317 ====== h_config_smime_privkeycon =====
34318 <HTML>
34319 <HEAD>
34320 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-container"--></TITLE>
34321 </HEAD>
34322 <BODY>
34323 <H1>OPTION: <!--#echo var="VAR_smime-private-key-container"--></H1>
34325 UNIX Alpine only.
34327 If this option is set it will be used instead of
34328 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
34330 This option gives you a way to store keys remotely on an IMAP server
34331 instead of storing the keys one per file locally.
34332 In order to do that you just give this option a remote folder name for a folder
34333 which does not yet exist.
34334 The name is similar to the name you might use for a remote configuration file.
34335 A remote folder name might look something like:
34337 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/privatekeys</SAMP></CENTER>
34340 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34341 about the syntax of folder names.
34343 Use the Setup/SMIME screen to modify this variable.
34345 <UL>   
34346 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34347 </UL><P>
34349 <UL>   
34350 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34351 </UL><P>
34352 &lt;End of help on this topic&gt;
34353 </BODY>
34354 </HTML>
34355 ====== h_config_smime_cacertdir =====
34356 <HTML>
34357 <HEAD>
34358 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></TITLE>
34359 </HEAD>
34360 <BODY>
34361 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></H1>
34363 UNIX Alpine only.
34365 If the option
34366 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>
34367 is set then this option will have no effect.
34369 CACert is a shorthand name for certification authority certificate.
34370 Normally Alpine will use the CACerts that are located in the standard system
34371 location for CACerts.
34372 It may be the case that one of your correspondents has a Digital ID which has
34373 been signed by a certificate authority that is not in the regular set of system certificate
34374 authorities.
34375 You may supplement the system list by adding further certificates of your own.
34376 These should  be stored in the directory
34377 which is the value of this option.
34378 The certificates will be stored in PEM format, one certificate per file.
34379 The names of the files can be anything ending in &quot;.crt&quot;.
34381 Use the Setup/SMIME screen to modify this variable.
34383 These PEM format CA certificates look very similar to your public
34384 certificates for particular email addresses
34385 (<A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>).
34387 <UL>   
34388 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34389 </UL><P>
34391 <UL>   
34392 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34393 </UL><P>
34394 &lt;End of help on this topic&gt;
34395 </BODY>
34396 </HTML>
34397 ====== h_config_smime_cacertcon =====
34398 <HTML>
34399 <HEAD>
34400 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></TITLE>
34401 </HEAD>
34402 <BODY>
34403 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></H1>
34405 UNIX Alpine only.
34407 If this option is set it will be used instead of
34408 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
34410 This option gives you a way to store certificates remotely on an IMAP server
34411 instead of storing the certificates one per file locally.
34412 In order to do that you just give this option a remote folder name for a folder
34413 which does not yet exist.
34414 The name is similar to the name you might use for a remote configuration file.
34415 A remote folder name might look something like:
34417 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/cacerts</SAMP></CENTER>
34420 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34421 about the syntax of folder names.
34423 Use the Setup/SMIME screen to modify this variable.
34425 <UL>   
34426 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34427 </UL><P>
34429 <UL>   
34430 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34431 </UL><P>
34432 &lt;End of help on this topic&gt;
34433 </BODY>
34434 </HTML>
34435 ========== h_config_smime_sign_by_default ==========
34436 <HTML>
34437 <HEAD>
34438 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></TITLE>
34439 </HEAD>
34440 <BODY>
34441 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></H1>
34443 UNIX Alpine only.
34445 This feature only has an effect if your version of Alpine includes
34446 support for S/MIME.
34447 It affects Alpine's behavior when you send a message.
34448 If this option is set, the &quot;Sign&quot; option will default to ON when sending messages.
34450 Only the default value is affected.
34451 In any case, you may still toggle the Signing option on or off before sending
34452 with the &quot;G Sign&quot; command (provided you have a personal digital ID
34453 certificate).
34455 <UL>   
34456 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34457 </UL><P>
34460 <UL>   
34461 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34462 </UL><P>
34463 &lt;End of help on this topic&gt;
34464 </BODY>
34465 </HTML>
34466 ========== h_config_smime_pubcerts_in_keychain ==========
34467 <HTML>
34468 <HEAD>
34469 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></TITLE>
34470 </HEAD>
34471 <BODY>
34472 <H1>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></H1>
34474 UNIX Alpine only.
34476 If this feature is set the Mac OS X default keychain will be used as the place
34477 to store public certificates instead of a
34478 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
34479 or a
34480 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
34482 <UL>   
34483 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34484 </UL><P>
34486 <UL>   
34487 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34488 </UL><P>
34489 &lt;End of help on this topic&gt;
34490 </BODY>
34491 </HTML>
34492 ========== h_config_smime_dont_do_smime ==========
34493 <HTML>
34494 <HEAD>
34495 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></TITLE>
34496 </HEAD>
34497 <BODY>
34498 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></H1>
34500 UNIX Alpine only.
34502 Setting this feature turns off all of Alpine's S/MIME support.
34503 You might want to set this if you are having trouble due to the S/MIME support.
34505 <UL>   
34506 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34507 </UL><P>
34510 <UL>   
34511 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34512 </UL><P>
34513 &lt;End of help on this topic&gt;
34514 </BODY>
34515 </HTML>
34516 ========== h_config_smime_encrypt_by_default ==========
34517 <HTML>
34518 <HEAD>
34519 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></TITLE>
34520 </HEAD>
34521 <BODY>
34522 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></H1>
34524 UNIX Alpine only.
34526 This feature only has an effect if your version of Alpine includes
34527 support for S/MIME.
34528 It affects Alpine's behavior when you send a message.
34529 If this option is set, the &quot;Encrypt&quot; option will default to ON when sending messages.
34531 Only the default value is affected.
34532 In any case, you may still toggle the Encrypt option on or off before sending
34533 with the &quot;E Encrypt&quot; command (provided you have a the public digital ID
34534 for the recipient).
34536 <UL>   
34537 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34538 </UL><P>
34541 <UL>   
34542 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34543 </UL><P>
34544 &lt;End of help on this topic&gt;
34545 </BODY>
34546 </HTML>
34547 ========== h_config_smime_remember_passphrase ==========
34548 <HTML>
34549 <HEAD>
34550 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></TITLE>
34551 </HEAD>
34552 <BODY>
34553 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></H1>
34555 UNIX Alpine only.
34557 This feature only has an effect if your version of Alpine includes
34558 support for S/MIME.
34559 If this option is set, you will only have to enter your passphrase for your private key
34560 once during an Alpine session.
34562 <UL>   
34563 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34564 </UL><P>
34567 <UL>   
34568 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34569 </UL><P>
34570 &lt;End of help on this topic&gt;
34571 </BODY>
34572 </HTML>
34573 ====== h_config_smime_transfer_pub_to_con =====
34574 <HTML>
34575 <HEAD>
34576 <TITLE>S/MIME: Transfer Public Certs to Container</TITLE>
34577 </HEAD>
34578 <BODY>
34579 <H1>S/MIME: Transfer Public Certs to Container</H1>
34581 UNIX Alpine only.
34583 The Transfer command will copy the public certificates in your configured
34584 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
34585 to the container in your configured
34586 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
34587 This might be useful if you decide to switch from using a cert directory to a cert
34588 container.
34590 Warning: Any previous contents in the container will be lost.
34592 <UL>   
34593 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34594 </UL><P>
34596 <UL>   
34597 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34598 </UL><P>
34599 &lt;End of help on this topic&gt;
34600 </BODY>
34601 </HTML>
34602 ====== h_config_smime_transfer_pub_to_dir =====
34603 <HTML>
34604 <HEAD>
34605 <TITLE>S/MIME: Transfer Public Certs to Directory</TITLE>
34606 </HEAD>
34607 <BODY>
34608 <H1>S/MIME: Transfer Public Certs to Directory</H1>
34610 UNIX Alpine only.
34612 The Transfer command will copy the public certificates in your configured
34613 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34614 to the directory in your configured
34615 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
34616 This might be useful if you decide to switch from using a cert container to a cert
34617 directory.
34619 <UL>   
34620 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34621 </UL><P>
34623 <UL>   
34624 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34625 </UL><P>
34626 &lt;End of help on this topic&gt;
34627 </BODY>
34628 </HTML>
34629 ====== h_config_smime_transfer_priv_to_con =====
34630 <HTML>
34631 <HEAD>
34632 <TITLE>S/MIME: Transfer Private Keys to Container</TITLE>
34633 </HEAD>
34634 <BODY>
34635 <H1>S/MIME: Transfer Private Keys to Container</H1>
34637 UNIX Alpine only.
34639 The Transfer command will copy the private keys in your configured
34640 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
34641 to the container in your configured
34642 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
34643 This might be useful if you decide to switch from using a key directory to a key
34644 container.
34646 Warning: Any previous contents in the container will be lost.
34648 <UL>   
34649 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34650 </UL><P>
34652 <UL>   
34653 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34654 </UL><P>
34655 &lt;End of help on this topic&gt;
34656 </BODY>
34657 </HTML>
34658 ====== h_config_smime_transfer_priv_to_dir =====
34659 <HTML>
34660 <HEAD>
34661 <TITLE>S/MIME: Transfer Private Keys to Directory</TITLE>
34662 </HEAD>
34663 <BODY>
34664 <H1>S/MIME: Transfer Private Keys to Directory</H1>
34666 UNIX Alpine only.
34668 The Transfer command will copy the private keys in your configured
34669 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
34670 to the directory in your configured
34671 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
34672 This might be useful if you decide to switch from using a key container to a key
34673 directory.
34675 <UL>   
34676 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34677 </UL><P>
34679 <UL>   
34680 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34681 </UL><P>
34682 &lt;End of help on this topic&gt;
34683 </BODY>
34684 </HTML>
34685 ====== h_config_smime_transfer_cacert_to_con =====
34686 <HTML>
34687 <HEAD>
34688 <TITLE>S/MIME: Transfer CA Certs to Container</TITLE>
34689 </HEAD>
34690 <BODY>
34691 <H1>S/MIME: Transfer CA Certs to Container</H1>
34693 UNIX Alpine only.
34695 The Transfer command will copy the CA certificates in your configured
34696 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>
34697 to the container in your configured
34698 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
34699 This might be useful if you decide to switch from using a CA cert directory to a CA cert
34700 container.
34702 Warning: Any previous contents in the container will be lost.
34704 <UL>   
34705 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34706 </UL><P>
34708 <UL>   
34709 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34710 </UL><P>
34711 &lt;End of help on this topic&gt;
34712 </BODY>
34713 </HTML>
34714 ====== h_config_smime_transfer_cacert_to_dir =====
34715 <HTML>
34716 <HEAD>
34717 <TITLE>S/MIME: Transfer CA Certs to Directory</TITLE>
34718 </HEAD>
34719 <BODY>
34720 <H1>S/MIME: Transfer CA Certs to Directory</H1>
34722 UNIX Alpine only.
34724 The Transfer command will copy the CA certificates in your configured
34725 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
34726 to the directory in your configured
34727 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
34728 This might be useful if you decide to switch from using a CA cert container to a CA cert
34729 directory.
34731 <UL>   
34732 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34733 </UL><P>
34735 <UL>   
34736 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34737 </UL><P>
34738 &lt;End of help on this topic&gt;
34739 </BODY>
34740 </HTML>
34741 ====== h_config_smime_transfer_pubcon_to_key =====
34742 <HTML>
34743 <HEAD>
34744 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
34745 </HEAD>
34746 <BODY>
34747 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
34749 Mac OS X Alpine only.
34751 The Transfer command will copy the public certificates in your configured
34752 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34753 to your default Mac OS X Keychain.
34754 This might be useful if you decide to switch from using a cert container to using
34755 the Keychain to store your public certs, which you may do by using the
34756 feature
34757 <A HREF="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></A>.
34759 <UL>   
34760 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34761 </UL><P>
34763 <UL>   
34764 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34765 </UL><P>
34766 &lt;End of help on this topic&gt;
34767 </BODY>
34768 </HTML>
34769 ====== h_config_smime_transfer_pubkey_to_con =====
34770 <HTML>
34771 <HEAD>
34772 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
34773 </HEAD>
34774 <BODY>
34775 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
34777 UNIX Alpine only.
34779 The Transfer command will copy the public certificates in your configured
34780 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34781 to your default Mac OS X Keychain.
34782 This might be useful if you decide to switch from using a cert container to using
34783 the Keychain to store your public certs.
34785 <UL>   
34786 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34787 </UL><P>
34789 <UL>   
34790 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34791 </UL><P>
34792 &lt;End of help on this topic&gt;
34793 </BODY>
34794 </HTML>
34795 ====== h_config_smime_public_certificates =====
34796 <HTML>
34797 <HEAD>
34798 <TITLE>S/MIME: Manage Public Certificates</TITLE>
34799 </HEAD>
34800 <BODY>
34801 <H1>S/MIME: Manage Public Certificates</H1>
34803 UNIX Alpine only.
34805 This menu item allows you to manage your public certificates, this
34806 may include your own public certificate, but it normally includes
34807 certificates of people you correspond with. These certificates are
34808 saved by Alpine automatically when they are found in signed messages
34809 that you receive. This interface allows you to manage them, by
34810 giving you the option to delete them, or trust them (in the case
34811 of self-signed certificates).
34814 Please note that Alpine will not validate a message that was sent to you
34815 using a self-signed certificate, unless you decide to trust that certificate.
34816 Internally, a certificate is trusted by copying it to the
34817 <A HREF="h_config_smime_certificate_authorities">Certificate Authorities</A> 
34818 collection. If you decide that you want to stop trusting a self-signed
34819 certificate, you must delete such certificate from such collection.
34821 The <B>I</B> Import command available in this screen allows you to 
34822 import a command to this collection.
34824 <UL>   
34825 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34826 </UL><P>
34828 <UL>   
34829 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34830 </UL><P>
34831 &lt;End of help on this topic&gt;
34832 </BODY>
34833 </HTML>
34834 ====== h_config_smime_private_keys =====
34835 <HTML>
34836 <HEAD>
34837 <TITLE>S/MIME: Manage Private Keys</TITLE>
34838 </HEAD>
34839 <BODY>
34840 <H1>S/MIME: Manage Private Keys</H1>
34842 UNIX Alpine only.
34844 This option allows you to manage your private key. Normally a person has only
34845 one key, in the same way that a person only has one valid passport, or ID card,
34846 at any given time. This option allows you to manage private keys. You can
34847 delete them or import them. Additionally, you can view information
34848 about your public certificate, such as the issuer and the dates of validity
34849 of such certificate, among others.
34852 If you have more than one e-mail address for which you want to use the 
34853 same private key, you must add all those addresses to the private key at 
34854 the moment that the key is generated. When you receive a signed message using 
34855 a key generated for several e-mail addresses, Alpine will save a 
34856 certificate for each e-mail address included in such certificate.
34858 The <B>I</B> Import command available in this screen allows you to 
34859 import a command to this collection.
34861 <UL>   
34862 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34863 </UL><P>
34865 <UL>   
34866 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34867 </UL><P>
34868 &lt;End of help on this topic&gt;
34869 </BODY>
34870 </HTML>
34871 ====== h_config_smime_certificate_authorities =====
34872 <HTML>
34873 <HEAD>
34874 <TITLE>S/MIME: Manage Certificate Authorities</TITLE>
34875 </HEAD>
34876 <BODY>
34877 <H1>S/MIME: Manage Certificate Authorities</H1>
34879 UNIX Alpine only.
34881 This collection contains certificates that are needed to validate the 
34882 certificate of another person, and therefore contains certificates that 
34883 you trust. Typically a certificate is signed by another entity, called a 
34884 certificate authority. This option allows you to manage which certificates 
34885 you trust, allowing you to import them and to delete them or view information
34886 about each certificate, such as the issuer and the dates of validity
34887 of such certificate.
34889 The <B>I</B> Import command available in this screen allows you to 
34890 import a command to this collection.
34892 <UL>   
34893 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34894 </UL><P>
34896 <UL>   
34897 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34898 </UL><P>
34899 &lt;End of help on this topic&gt;
34900 </BODY>
34901 </HTML>
34902 ====== h_certificate_information =====
34903 <HTML>
34904 <HEAD>
34905 <TITLE>S/MIME: Certificate Information Screen</TITLE>
34906 </HEAD>
34907 <BODY>
34908 <H1>S/MIME: Certificate Information Screen</H1>
34910 UNIX Alpine only.
34912 The CERTIFICATE INFORMATION screen shows you information contained in a certificate
34913 such as its owner, e-mail address, issuer, and interval of validity, 
34914 among others.
34916 In the case of public certificates, this screen shows you if there was a
34917 failure when attempting to validate such message. If the certificate is
34918 self-signed, then the <B>T</B> Trust command will be available, which
34919 you can use to trust such certificate and make Alpine not fail validating 
34920 signatures signed with such certificate.
34922 You can also mark a certificate deleted, with the <B>D</B> command, or 
34923 remove the deleted mark with the <B>U</B> undelete command.
34925 In the case of your private key, Alpine shows you the information
34926 from your public key. Additionally, Alpine allows you to see public
34927 and private information about your key, with the <B>B</B> and
34928 <B>R</B> commands respectively.
34929 <UL>   
34930 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34931 </UL><P>
34933 <UL>   
34934 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34935 </UL><P>
34936 &lt;End of help on this topic&gt;
34937 </BODY>
34938 </HTML>
34939 ====== h_config_smime_manage_public_menu =====
34940 <HTML>
34941 <HEAD>
34942 <TITLE>S/MIME: Menu of Commands to Manage Public Certificates</TITLE>
34943 </HEAD>
34944 <BODY>
34945 <H1>S/MIME: Commands that Manage Public Certificates</H1>
34947 UNIX Alpine only.
34949 This screen allows you to manage your public certificates. Available commands and
34950 a short description of what they do follows.
34951 <UL>
34952 <LI> <B>I</B> Imports a public certificate to this collection.
34953 <LI> <B>V</B> View information about a certificate such as the name of the person the
34954 certificate was issued to, its dates of validity, and validity status.
34955 <LI> <B>D</B> Marks a certificate deleted.
34956 <LI> <B>U</B> Removes the deletion mark on a certificate.
34957 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
34958 <LI> <B>T</B> This command is only available for self-signed certificates, and allows you to
34959 trust a certificate by copying it to the collection of trusted certificates.
34960 </UL>
34962 All commands provide feedback to let you know about their success or failure.
34964 <UL>   
34965 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34966 </UL><P>
34968 <UL>   
34969 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34970 </UL><P>
34971 &lt;End of help on this topic&gt;
34972 </BODY>
34973 </HTML>
34974 ====== h_config_smime_manage_private_menu =====
34975 <HTML>
34976 <HEAD>
34977 <TITLE>S/MIME: Menu of Commands to Manage Private Keys</TITLE>
34978 </HEAD>
34979 <BODY>
34980 <H1>S/MIME: Commands that Manage Private Keys</H1>
34982 UNIX Alpine only.
34984 This screen allows you to manage your private key. Available commands and
34985 a short description of what they do follows.
34986 <UL>
34987 <LI> <B>I</B> Imports a new public key to this collection.
34988 <LI> <B>V</B> View information about the public certificate corresponding to this
34989 key.
34990 <LI> <B>D</B> Marks a key to be deleted.
34991 <LI> <B>U</B> Removes the deletion mark on a key.
34992 <LI> <B>X</B> Removes all keys marked deleted permanently (cannot be undone).
34993 Note that expunging a private key does not remove the public key, which must
34994 be removed separately.
34995 </UL>
34997 All commands provide feedback to let you know about their success or failure.
34999 <UL>   
35000 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35001 </UL><P>
35003 <UL>   
35004 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35005 </UL><P>
35006 &lt;End of help on this topic&gt;
35007 </BODY>
35008 </HTML>
35009 ====== h_config_smime_manage_cacerts_menu =====
35010 <HTML>
35011 <HEAD>
35012 <TITLE>S/MIME: Menu of Commands to Manage Certificate Authorities</TITLE>
35013 </HEAD>
35014 <BODY>
35015 <H1>S/MIME: Commands that Manage Certificate Authorities</H1>
35017 UNIX Alpine only.
35019 This screen allows you to manage your collection of certificates that you
35020 trust. Available commands and a short description of what they do follows.
35021 <UL>
35022 <LI> <B>I</B> Imports a trusted certificate to this collection. This is
35023 done by reading the certificate and validating it. Once a certificate
35024 is found to be valid, it is saved, adding the extension &quot;.crt&quot;
35025 to the certificate, if necessary.
35026 <LI> <B>V</B> View information about this certificate, such as its issuer 
35027 and validity dates.
35028 <LI> <B>D</B> Marks a certificate to be deleted.
35029 <LI> <B>U</B> Removes the deletion mark on a certificate.
35030 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
35031 </UL>
35033 All commands provide feedback to let you know about their success or failure.
35035 <UL>
35036 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35037 </UL><P>
35039 <UL>   
35040 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35041 </UL><P>
35042 &lt;End of help on this topic&gt;
35043 </BODY>
35044 </HTML>
35045 ====== h_config_lame_list_mode =====
35046 <HTML>
35047 <HEAD>
35048 <TITLE>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></TITLE>
35049 </HEAD>
35050 <BODY>
35051 <H1>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></H1>
35053 This feature modifies the method Alpine uses to ask your IMAP
35054 server for folder names to display in the FOLDER LIST screen.
35055 It is intended to compensate for a small set of IMAP servers that
35056 are programmed to ignore a part of the request, and thus respond
35057 to Alpine's query with nonsensical results.
35060 If you find that Alpine is erroneously displaying blank folder lists,
35061 try enabling this feature.
35064 NOTE: Enabling this feature has consequences for the Goto and Save
35065 commands.  Many servers allow access to folders outside the area
35066 reserved for your personal folders via some reserved character,
35067 typically '#' (sharp), '~' (tilde) or '/' (slash).  This mechanism
35068 allows, at the Goto and Save prompts, quick access to folders
35069 outside your personal folder collection without requiring a specific
35070 collection definition.  This behavior will generally not be available
35071 when this feature is enabled.
35074 <UL>   
35075 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35076 </UL><P>
35077 &lt;End of help on this topic&gt;
35078 </BODY>
35079 </HTML>
35080 ====== h_config_enable_mulnewsrcs =====
35081 <HTML>
35082 <HEAD>
35083 <TITLE>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></TITLE>
35084 </HEAD>
35085 <BODY>
35086 <H1>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></H1>
35088 This feature makes it so Alpine can use multiple newsrcs based on
35089 the news server being connected to, which allows for separate lists
35090 of subscribed-to newsgroups. When this feature is not set, there is only
35091 one list of newsgroups.
35093 Under this feature, the name of a newsrc is based on the news server.
35094 For example, if your <a href="h_config_newsrc_path"><!--#echo var="VAR_newsrc-path"--></a>
35095 is set to &quot;.newsrc&quot;, and the news server you are connecting to is
35096 news.example.com, then the newsrc to be used is .newsrc-news.example.com.
35097 Setting this feature for the first time will allow for the option of using
35098 your old newsrc the next time you read news.
35100 If this feature is set, then the feature
35101 <A HREF="h_config_mulnews_as_typed"><!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></A>
35102 also may affect the name of the newsrc file that is used.
35104 <UL>   
35105 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35106 </UL><P>
35107 &lt;End of help on this topic&gt;
35108 </BODY>
35109 </HTML>
35110 ======= h_ab_export_vcard =======
35111 <HTML>
35112 <HEAD>
35113 <TITLE>Address Book Export Format</TITLE>
35114 </HEAD>
35115 <BODY>
35116 <H1>Address Book Export Format</H1>
35118 You are exporting address book data from Alpine to a file outside of Alpine.
35119 You are being asked to choose the format of the export.
35120 Here are the choices:
35122 <DL>
35123 <DT><EM>A</EM>ddress List</DT>
35124 <DD>
35125 The addresses from the address book entries you are saving
35126 from will be saved one address per line.
35127 Address book lists (those with more than one address) will have
35128 all of their addresses saved separately.
35129 </DD>
35131 <DT><EM>V</EM>Card</DT>
35132 <DD>
35133 The entries will be saved in
35134 <A HREF="h_whatis_vcard">vCard</A> format.
35135 </DD>
35137 <DT><EM>T</EM>ab Separated</DT>
35138 <DD>
35139 The entries will be saved in tab-separated columns.
35140 There will be just 4 columns of data that correspond to Alpine's
35141 Nickname field, Full Name field, Address field, and Comment field.
35142 It might prove useful to Select only the Simple, non-List address book
35143 entries before Saving.
35144 </DD>
35146 <DT><EM>^C</EM> Cancel</DT>
35147 <DD>
35148 Cancel out of the Save.
35149 </DD>
35151 </DL>
35155 &lt;End of help on this topic&gt;
35156 </BODY>
35157 </HTML>
35158 ====== h_config_predict_nntp_server =====
35159 <HTML>
35160 <HEAD>
35161 <TITLE>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></TITLE>
35162 </HEAD>
35163 <BODY>
35164 <H1>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></H1>
35166 This feature allows Alpine to assume that the open NNTP server at the
35167 time of composition is the NNTP server to which the message should be
35168 posted.  This is especially recommended when there are multiple News
35169 collections.  If this feature is not set, Alpine will try to post to the first server in
35170 the <a href="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></a> variable.  Setting
35171 this feature also negates the need to add News collection servers to
35172 the <!--#echo var="VAR_nntp-server"--> variable.
35174 This feature can be especially handy when used in conjunction with
35175 <a href="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></a>.
35177 <UL>   
35178 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35179 </UL><P>
35180 &lt;End of help on this topic&gt;
35181 </BODY>
35182 </HTML>
35183 ====== h_config_nntp_search_uses_overview =====
35184 <HTML>
35185 <HEAD>
35186 <TITLE>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></TITLE>
35187 </HEAD>
35188 <BODY>
35189 <H1>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></H1>
35191 This feature should probably be turned on unless it causes trouble.
35192 The results of the NNTP overview command (XOVER) may be used to help
35193 with some searches in news groups.
35194 It should result in quicker response time.
35195 Turning this feature on apparently causes search results which are
35196 different from what you would get with the feature turned off on some
35197 servers.
35199 <UL>   
35200 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35201 </UL><P>
35202 &lt;End of help on this topic&gt;
35203 </BODY>
35204 </HTML>
35205 ====== h_config_thread_sorts_by_arrival =====
35206 <HTML>
35207 <HEAD>
35208 <TITLE>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></TITLE>
35209 </HEAD>
35210 <BODY>
35211 <H1>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></H1>
35213 This feature affects how a threading sort arranges threads.  The default way
35214 to arrange threads is by the date of the earliest message in the thread.
35215 This feature arranges threads by the last message to arrive in a thread.
35217 This feature causes old threads that get recent messages to sort to the bottom,
35218 where previously a message arrival to a thread would not rearrange the order of
35219 that thread.
35221 <UL>   
35222 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35223 </UL><P>
35224 &lt;End of help on this topic&gt;
35225 </BODY>
35226 </HTML>
35227 ====== h_config_textplain_int =====
35228 <HTML>
35229 <HEAD>
35230 <TITLE>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></TITLE>
35231 </HEAD>
35232 <BODY>
35233 <H1>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></H1>
35235 This feature modifies the method Alpine uses to display Text/Plain
35236 MIME attachments from the Attachment Index screen.  Normally, the
35237 &quot;View&quot; command searches for any externally defined (usually
35238 via the
35239 &quot;<A HREF="h_config_mailcap_path">Mailcap</A>&quot; file) viewer,
35240 and displays the selected text within that viewer.
35243 Enabling this feature causes Alpine to ignore any external viewer
35244 settings and always display text with Alpine's internal viewer.
35247 <UL>   
35248 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35249 </UL><P>
35250 &lt;End of help on this topic&gt;
35251 </BODY>
35252 </HTML>
35253 ====== h_config_wp_columns =====
35254 <HTML>
35255 <HEAD>
35256 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></TITLE>
35257 </HEAD>
35258 <BODY>
35259 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></H1>
35261 Web Alpine only.
35263 This configuration setting specifies the number of horizontal characters
35264 used to format various WebAlpine pages.  Smaller values will tend to reduce
35265 the amount of horizontal scrolling required to view pages within narrow
35266 browsers, such as those found on PDAs, and larger values will tend to 
35267 spread more information across the page.
35270 The Message List page uses the width to determine how many characters
35271 to assign each field.  Note, a smaller value may result in a disproportionate
35272 amount of blank space between fields on each line.  Similarly, a large
35273 value may result in cramped fields or horizontal scrolling.
35276 The Message View page uses this value to determine when to wrap lines
35277 in displayed message text.  Note, a smaller value may result in jagged
35278 right margins or confusing quoting.  A larger value may cause lines of text to
35279 run beyond the browser's right edge, requiring horizontal scrolling.
35282 <UL>   
35283 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35284 </UL><P>
35285 &lt;End of help on this topic&gt;
35286 </BODY>
35287 </HTML>
35288 ====== h_config_wp_state =====
35289 <HTML>
35290 <HEAD>
35291 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></TITLE>
35292 </HEAD>
35293 <BODY>
35294 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></H1>
35296 Web Alpine only.
35298 Various aspects of cross-session state.
35301 <UL>   
35302 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35303 </UL><P>
35304 &lt;End of help on this topic&gt;
35305 </BODY>
35306 </HTML>
35307 ====== h_config_wp_aggstate =====
35308 <HTML>
35309 <HEAD>
35310 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></TITLE>
35311 </HEAD>
35312 <BODY>
35313 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></H1>
35315 Web Alpine only.
35317 Aggregate operations tab state.
35320 <UL>   
35321 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35322 </UL><P>
35323 &lt;End of help on this topic&gt;
35324 </BODY>
35325 </HTML>
35326 ====== h_config_wp_indexlines =====
35327 <HTML>
35328 <HEAD>
35329 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></TITLE>
35330 </HEAD>
35331 <BODY>
35332 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></H1>
35334 Web Alpine only.
35336 Number of index lines in table.
35339 <UL>   
35340 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35341 </UL><P>
35342 &lt;End of help on this topic&gt;
35343 </BODY>
35344 </HTML>
35345 ====== h_config_wp_indexheight =====
35346 <HTML>
35347 <HEAD>
35348 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></TITLE>
35349 </HEAD>
35350 <BODY>
35351 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></H1>
35353 Web Alpine only.
35355 Index table row height.
35358 <UL>   
35359 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35360 </UL><P>
35361 &lt;End of help on this topic&gt;
35362 </BODY>
35363 </HTML>
35364 ====== h_config_rss_news =====
35365 <HTML>
35366 <HEAD>
35367 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss_news"--></TITLE>
35368 </HEAD>
35369 <BODY>
35370 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-news"--></H1>
35372 Web Alpine only.
35374 RSS News feed.
35377 <UL>   
35378 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35379 </UL><P>
35380 &lt;End of help on this topic&gt;
35381 </BODY>
35382 </HTML>
35383 ====== h_config_rss_weather =====
35384 <HTML>
35385 <HEAD>
35386 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></TITLE>
35387 </HEAD>
35388 <BODY>
35389 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></H1>
35391 Web Alpine only.
35393 RSS Weather feed.
35396 <UL>   
35397 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35398 </UL><P>
35399 &lt;End of help on this topic&gt;
35400 </BODY>
35401 </HTML>
35402 ====== h_config_send_confirms_only_expanded =====
35403 <HTML>
35404 <HEAD>
35405 <TITLE>FEATURE: send-confirms-only-expanded</TITLE>
35406 </HEAD>
35407 <BODY>
35408 <H1>FEATURE: send-confirms-only-expanded (Web Alpine Only)</H1>
35410 This Web Alpine option specifies whether or not a Send confirmations
35411 happens when a composed message is readied for sending or not.  The
35412 default behavior is to not confirm that the nicknames were expanded to
35413 the intended addresses.
35416 <UL>   
35417 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35418 </UL><P>
35419 &lt;End of help on this topic&gt;
35420 </BODY>
35421 </HTML>
35422 ====== h_config_enable_jump_command =====
35423 <HTML>
35424 <HEAD>
35425 <TITLE>FEATURE: enable-jump-command</TITLE>
35426 </HEAD>
35427 <BODY>
35428 <H1>FEATURE: enable-jump-command (Web Alpine Only)</H1>
35430 This Web Alpine option specifies whether or not a Jump command is
35431 offered in the Message List and Message View pages.  The command is
35432 implemented as an input field in the left column of the List and View
35433 screens. 
35436 When enabled and a number is entered in the input field while the
35437 Message List is displayed, the Message List is reframed with the
35438 specified message.  While viewing a message, the message associated
35439 with the specified message number is displayed.
35442 <UL>   
35443 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35444 </UL><P>
35445 &lt;End of help on this topic&gt;
35446 </BODY>
35447 </HTML>
35448 ====== h_config_enable_newmail_sound =====
35449 <HTML>
35450 <HEAD>
35451 <TITLE>FEATURE: enable-newmail-sound</TITLE>
35452 </HEAD>
35453 <BODY>
35454 <H1>FEATURE: enable-newmail-sound (Web Alpine Only)</H1>
35456 This Web Alpine option specifies whether or not a sound file is sent
35457 to the web browser along with the newmail notification message.
35461 <UL>   
35462 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35463 </UL><P>
35464 &lt;End of help on this topic&gt;
35465 </BODY>
35466 </HTML>
35467 ====== h_config_render_html_internally =====
35468 <HTML>
35469 <HEAD>
35470 <TITLE>FEATURE: render-html-internally</TITLE>
35471 </HEAD>
35472 <BODY>
35473 <H1>FEATURE: render-html-internally (Web Alpine Only)</H1>
35475 By default, Web Alpine will pass cleansed HTML text you receive in messages 
35476 to the browser for display (rendering).  This feature causes Web Alpine to convert 
35477 the HTML text into plain text in the same way Unix and PC-Alpine do.
35481 <UL>   
35482 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35483 </UL><P>
35484 &lt;End of help on this topic&gt;
35485 </BODY>
35486 </HTML>
35487 ====== h_config_role_undo =====
35488 Yes, remember changes and exit back to list of roles; No, discard changes
35489 made in this screen; ^C, cancel exit and stay in this config screen.
35490 ====== h_exit_editor =====
35491 S, save changes and exit from the editor; D, do not save changes but
35492 do exit from the editor; or ^C, cancel exit and stay in the editor.
35493 ====== h_config_undo =====
35494 Yes, save changes and exit; No, exit without saving any changes made since
35495 entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
35496 ====== h_os_index_whereis =====
35497 Enter ^V or ^Y to go immediately to the last or first message in the index.
35498 Or, enter the match string followed by RETURN.
35499 ====== h_os_index_whereis_agg =====
35500 Enter ^V or ^Y to go immediately to the last or first message in the index,
35501 Or, enter the match string followed by RETURN (or ^X to select all matches).
35502 =========== h_oe_add_full ==================
35503 Type the full name of the person being added and press the RETURN key.
35504 Press ^C to cancel addition.
35505 =========== h_oe_add_nick ==================
35506 Type a short nickname and press RETURN.  A nickname is a short easy-to-
35507 remember word, name or initials like "joe", or "wcfields."  ^C to cancel.
35508 ========== h_oe_add_addr ================
35509 Type the e-mail address and press RETURN.
35510 Press ^C to cancel addition.
35511 ========== h_oe_crlst_full ==============
35512 Type a long name or description for the list that you are creating and
35513 press RETURN.  Press ^C to cancel creation of list.
35514 =========== h_oe_crlst_nick =============
35515 Type a nickname (short, easy-to-remember name or single word) for the list
35516 you are creating and press RETURN.  Press ^C to cancel.
35517 ========== h_oe_crlst_addr ==============
35518 Type an e-mail address, or a nickname already in the address book that you
35519 want to be part of this list and press RETURN.
35520 ========== h_oe_adlst_addr =============
35521 Type an e-mail address or a nickname already in the address book that you
35522 want to add to this list and press RETURN.
35523 ========== h_oe_editab_nick ============
35524 Change the nickname using the arrow keys and delete key.  Press RETURN
35525 when done.  Press ^C to cancel editing and leave the nickname as it was.
35526 ========== h_oe_editab_full ============
35527 Change the full name using the arrow keys and delete key.  Press RETURN
35528 when done.  Press ^C to cancel editing and leave the full name as it was.
35529 ========== h_oe_editab_addr ============
35530 Change the address using the arrow keys and delete key.  Press RETURN
35531 when done.  Press ^C to cancel editing and leave the address as it was.
35532 ========== h_oe_editab_fcc ============
35533 Change the fcc using the arrow keys and delete key.  Press RETURN when
35534 done.  Press ^C to cancel editing and leave the fcc as it was.
35535 ========== h_oe_editab_comment ============
35536 Change the comment field using the arrow keys and delete key.  Press RETURN
35537 when done.  Press ^C to cancel editing and leave the comment as it was.
35538 ====== h_ab_forward =====
35539 Yes, expand nicknames and qualify local names with your current domain name;
35540 No, leave nicknames and local names as is;  ^C, cancel.
35541 ========== h_ab_export ==========
35542 Type the name of a file to write the addresses into and
35543 press RETURN.  You may also specify an absolute path.  Use ^C to cancel.
35544 ========== h_ab_edit_a_field ==========
35545 Edit any of the fields of the currently selected entry by typing one of the
35546 letters at the bottom of the screen.  Press ^C to cancel edit.
35547 ====== h_ab_del_data_revert =====
35548 Press B to completely delete addrbook and revert to default, C to delete config
35549 and revert while leaving data, or D to only delete data (make it empty).
35550 ====== h_ab_del_data_modify =====
35551 Press B to completely delete addrbook, C to delete configuration while leaving
35552 data, or D to delete data (make it empty) but leave config. ^C to cancel.
35553 ====== h_ab_del_config_modify =====
35554 Yes, remove this address book from my configuration.
35555 No, make no changes now.
35556 ====== h_ab_del_config_revert =====
35557 Yes, remove this address book from my config and revert to default.
35558 No, make no changes now.
35559 ====== h_ab_del_default =====
35560 Yes, remove this default address book from my configuration.
35561 No, make no changes now.
35562 ====== h_ab_really_delete =====
35563 Yes, delete the actual contents of the address book, not just the 
35564 configuration.  No, don't delete the data after all, cancel and start over.
35565 ====== h_ab_del_ignore =====
35566 Press I to ignore all the default address books for this category.  Press R to
35567 remove this one address book and add the others to your personal list.
35568 ====== h_ab_del_dir_ignore =====
35569 Press I to ignore all the default directory servers for this category.
35570 Press R to remove this one server and add the others to your personal list.
35571 ====== h_ab_copy_dups =====
35572 Yes, overwrite the existing entry.
35573 No, skip duplicates but save the rest. Press ^C to cancel.
35574 ====== h_confirm_cancel =====
35575 Type C to Confirm that you want to abandon the message you are composing.
35576 Type N or ^C to cancel out of the cancel and keep composing.
35577 ====== h_ab_text_or_vcard =====
35578 Text, start composer with displayed text already included.
35579 VCard, start composer with address book entry attached as a vCard. ^C cancels.
35580 ====== h_ab_backup_or_ldap =====
35581 Backup, copy email address from entry and allow editing of it.
35582 LDAP, copy LDAP search criteria, do not allow editing of it. ^C cancels.
35583 ====== h_ldap_text_or_vcard =====
35584 Text: export displayed text for selected entry. Address: export only the
35585 email address. VCard: export entry in vCard format. ^C cancels.
35586 ====== h_ab_save_exp =====
35587 Save, save entry or entries to an address book.
35588 Export, save to file outside of pine. ^C cancels save.
35589 ====== h_ab_add =====
35590 A, add a brand new entry to this address book.
35591 E, edit the entry that is currently highlighted. ^C to cancel.
35592 ====== h_ab_shuf =====
35593 U, swap order of highlighted address book and the one above it.
35594 D, swap order of highlighted address book and the one below it. ^C to cancel.
35595 ====== h_ab_shuf_up =====
35596 U, swap order of highlighted address book and the one above it.
35597 Press ^C to cancel.
35598 ====== h_ab_shuf_down =====
35599 D, swap order of highlighted address book and the one below it.
35600 Press ^C to cancel.
35601 ====== h_folder_prop =====
35602 Count is # of messages in the folder, Unseen means messages that have not
35603 been read, New means messages that were Recently added to the folder.
35604 ====== h_role_shuf =====
35605 U, swap order of highlighted rule and the one above it.
35606 D, swap order of highlighted rule and the one below it. ^C to cancel.
35607 ====== h_role_shuf_up =====
35608 U, swap order of highlighted rule and the one above it.
35609 Press ^C to cancel.
35610 ====== h_role_shuf_down =====
35611 D, swap order of highlighted rule and the one below it.
35612 Press ^C to cancel.
35613 ====== h_incoming_shuf =====
35614 B, swap order of highlighted directory and the one before it.
35615 F, swap order of highlighted directory and the one after it. ^C to cancel.
35616 ====== h_incoming_shuf_up =====
35617 B, swap order of highlighted directory and the one before it.
35618 Press ^C to cancel.
35619 ====== h_incoming_shuf_down =====
35620 F, swap order of highlighted directory and the one after it.
35621 Press ^C to cancel.
35622 ====== h_dir_shuf =====
35623 U, swap order of highlighted directory and the one above it.
35624 D, swap order of highlighted directory and the one below it. ^C to cancel.
35625 ====== h_dir_shuf_up =====
35626 U, swap order of highlighted directory and the one above it.
35627 Press ^C to cancel.
35628 ====== h_dir_shuf_down =====
35629 D, swap order of highlighted directory and the one below it.
35630 Press ^C to cancel.
35631 ====== h_hdrcolor_shuf =====
35632 U, swap order of highlighted Header Color and the one above it.
35633 D, swap order of highlighted Header Color and the one below it. ^C to cancel.
35634 ====== h_hdrcolor_shuf_up =====
35635 U, swap order of highlighted Header Color and the one above it.
35636 Press ^C to cancel.
35637 ====== h_hdrcolor_shuf_down =====
35638 D, swap order of highlighted Header Color and the one below it.
35639 Press ^C to cancel.
35640 ========== h_oe_editab_al ============
35641 Change the address using the arrow keys and delete key.  Press RETURN
35642 when done.  Press ^C to cancel editing and leave the address as it was.
35643 ========== h_dir_comp_search ===============
35644 Type a string to look for just like you would in the composer. Your configured
35645 rules for the servers with the implicit flag set will be used.
35646 ========== h_oe_searchab ===============
35647 Type the word or name you want to search for and press RETURN.  If you press
35648 RETURN without entering anything the word in [] will be searched for.
35649 ========== h_oe_chooseabook ==========
35650 Choose the address book you want to save the new entry in.
35651 Use ^N or ^P to change address books.  ^C to cancel.
35652 ========== h_oe_takeaddr ==========
35653 Edit the e-mail address using the arrow and delete keys.  Press RETURN
35654 when done.  Press ^C to cancel adding this entry to the address book.
35655 ========== h_oe_take_replace ==========
35656 Press R to replace the old entry with this new data.  You will still have
35657 another chance to cancel.  N to enter another nickname.  ^C to cancel now.
35658 ========== h_oe_take_replace_or_add ==========
35659 Press R to replace the old entry.  Press A to add the selected addresses to
35660 the old existing list.  N to enter another nickname. ^C to cancel now.
35661 ========== h_oe_takename ==========
35662 Edit the full name to be correct using the arrow and delete keys.  Press RETURN
35663 when done.  Press ^C to cancel adding this entry to the address book.
35664 ========== h_oe_takenick ==========
35665 Type a nickname (short easy-to-remember name, initials or single word) for this
35666 entry in the address book and press RETURN.  Press ^C to cancel addition.
35667 ========== h_oe_jump ==========
35668 Type the message number you want to jump to and press RETURN.  The word "end"
35669 represents the last message. Press ^C to cancel jumping to another message.
35670 ========== h_oe_jump_thd ==========
35671 Type the thread number you want to jump to and press RETURN.  The word "end"
35672 represents the last thread. Press ^C to cancel jumping to another thread.
35673 ========== h_oe_debuglevel ==========
35674 Higher number shows more debugging details.
35675 Press ^C if you want to cancel the change.
35676 ========== h_oe_broach ==========
35677 Type the name of the folder you want to open and press RETURN.  Press ^P/^N
35678 to go to the previous/next collections in the list.  Press ^C to cancel goto.
35679 ========== h_oe_foldsearch ==========
35680 Type the text you want to search for in foldernames and press RETURN.  If you
35681 press RETURN without entering anything, any text in [] will be searched for.
35682 ========== h_oe_foldrename ==========
35683 Change the old name of the folder to the new name using the arrow and
35684 delete keys and press RETURN.  Press ^C to cancel rename.
35685 ========== h_oe_login ==========
35686 Enter your login name for the host you are opening the mailbox on.  Just press
35687 RETURN to use your login from this host as is, or edit it with delete key.
35688 ========== h_oe_passwd ==========
35689 Type your password for the host and login shown as part of the prompt.
35690 Press ^C to cancel opening folder.
35691 ========== h_oe_choosep ==========
35692 Enter the number associated with the printer you want to select.  Press ^C to
35693 cancel the printer selection.  The current selection is highlighted.
35694 ========== h_oe_customp ==========
35695 Type the name of the Unix print command and press RETURN.  Press ^C to
35696 cancel the printer selection.
35697 ========== h_oe_searchview ==========
35698 Type the word or name you want to search for and press RETURN.  If you press
35699 RETURN without entering anything the word in [] will be searched for.
35700 ========== h_oe_keylock ==========
35701 The keyboard is in use and locked by another user.  Only that user can
35702 unlock this keyboard by typing the password.
35703 ========== h_wt_expire ==========
35704 At the beginning of each month Alpine offers to rename your current sent-mail
35705 folder to one named for the month so you have a sent-mail folder for each month
35706 ========== h_wt_delete_old ==========
35707 It is the beginning of the month, and we need to conserve disk
35708 space.  Please delete any sent-mail that you do not need.
35709 ========== h_select_sort ==========
35710 Select the order for sorting the index by typing the capitalized letter.
35711 Arrival is by arrival in your mailbox; Date is by time/day message was sent.
35712 ========== h_no_F_arg ============
35713 Enter name of file to be opened.
35715 ========== h_sticky_personal_name ==========
35716 Type in your name as you want it to appear on outgoing email.  This entry
35717 will be saved into your Alpine configuration file.
35718 ========== h_sticky_inbox ============
35719 INBOX syntax is usually {complete.machine.name}INBOX
35720 This entry will be saved in your Alpine configuration file.
35721 ========== h_sticky_smtp ============
35722 The name of the computer on your campus that relays your outgoing email
35723 to the Internet.  This entry will be saved in your Alpine configuration file.
35724 ========== h_sticky_user_id ==========
35725 The username or login-id part of your email address.  This entry will be
35726 saved in your Alpine configuration file.
35727 ========== h_sticky_domain ==========
35728 The domain part of your email address, NOT the name of your PC.  This
35729 entry will be saved in your Alpine configuration file.
35730 ========== h_bounce =========
35731 Enter the address or nickname of the intended recipient.  Alpine will resend
35732 the message, which will retain the original author's From: address.
35733 ========== h_incoming_add_folder_nickname =========
35734 Enter an (optional) nickname that will be used in lieu of the actual
35735 host and folder names in the FOLDER LIST display.
35736 ========== h_anon_forward ==========
35737 Enter the address of your intended recipient, or ^C to cancel.
35738 Example: jsmith@somewhere.edu
35739 ========== h_news_subscribe ==========
35740 Enter the name of the newsgroup to which you wish to subscribe,
35741 or ^C to cancel.  Example: comp.mail.pine
35742 ========== h_pipe_msg ==========
35743 Enter the name of the Unix command to which you wish to send this
35744 message, or ^C to cancel.
35745 ========== h_pipe_attach ==========
35746 Enter the name of the Unix command to which you wish to send this
35747 attachment, or ^C to cancel.
35748 ========== h_select_by_num ==========
35749 Enter a list of message numbers (or number ranges), or ^C to cancel.  The word
35750 "end" represents the last message. Example: 2-5,7-9,11,19,35-end
35751 ========== h_select_by_thrdnum ==========
35752 Enter a list of thread numbers (or number ranges), or ^C to cancel.  The word
35753 "end" represents the last thread. Example: 2-5,7-9,11,19,35-end
35754 ========== h_select_txt_from ==========
35755 Messages with From: headers containing the entered string will be selected.
35756 ^C to cancel. ^G again to see original options.
35757 ========== h_select_txt_not_from ==========
35758 Messages without From: headers containing the entered string will be selected.
35759 ^C to cancel. ^G again to see original options.
35760 ========== h_select_txt_to ==========
35761 Messages with To: headers containing the entered string will be selected.
35762 ^C to cancel. ^G again to see original options.
35763 ========== h_select_txt_not_to ==========
35764 Messages without To: headers containing the entered string will be selected.
35765 ^C to cancel. ^G again to see original options.
35766 ========== h_select_txt_cc ==========
35767 Messages with Cc: headers containing the entered string will be selected.
35768 ^C to cancel. ^G again to see original options.
35769 ========== h_select_txt_not_cc ==========
35770 Messages without Cc: headers containing the entered string will be selected.
35771 ^C to cancel. ^G again to see original options.
35772 ========== h_select_txt_subj ==========
35773 Messages with Subject: headers containing the entered string will be selected.
35774 ^C to cancel.  ^X enters Subject: line of current message.
35775 ========== h_select_txt_not_subj ==========
35776 Messages without Subject headers containing the entered string will be selected.
35777 ^C to cancel.  ^X enters Subject: line of current message.
35778 ========== h_select_txt_all ==========
35779 All messages containing the entered string will be selected.  Headers and body,
35780 but not encoded attachments, will be compared.  Enter ^C to cancel.
35781 ========== h_select_txt_not_all ==========
35782 All messages that don't contain the entered string will be selected.  Headers
35783 and body, but not encoded attachments, will be compared.  Enter ^C to cancel.
35784 ========== h_select_txt_body ==========
35785 All messages containing the entered string will be selected. Body text, but
35786 not headers or encoded attachments, will be compared. ^C to cancel.
35787 ========== h_select_txt_not_body ==========
35788 All messages that don't contain the entered string will be selected. Body
35789 text, but not headers or encoded attachments, will be compared. ^C to cancel.
35790 ========== h_select_txt_recip ==========
35791 Messages with Cc: or To: headers containing the entered string will be selected.
35792 ^C to cancel. ^G again to see original options.
35793 ========== h_select_txt_not_recip ==========
35794 Messages without Cc: or To: headers containing the string will be selected.
35795 ^C to cancel. ^G again to see original options.
35796 ========== h_select_txt_partic ==========
35797 Messages with Cc, To, or From headers containing the string will be selected.
35798 ^C to cancel. ^G again to see original options.
35799 ========== h_select_txt_not_partic ==========
35800 Messages without Cc, To, or From headers containing the string will be selected.
35801 ^C to cancel. ^G again to see original options.
35802 ========== h_select_date ==========
35803 If typed, date may be in DD-MMM-YYYY format (04-Jul-2006) or in ISO format
35804 (2006-07-04). ^P/^N also changes default date. ^X enters date of current msg.
35805 ========== h_attach_index_whereis ==========
35806 Enter some text that appears in the Attachment Index entry for the desired
35807 attachment.  The first attachment containing that text will be highlighted.
35808 ========== h_kb_lock ==========
35809 Keystrokes entered here (up to a RETURN) comprise a password that must
35810 be entered again later in order to unlock the keyboard.
35811 ========== h_compose_default ==========
35812 N, compose a new message. R, set a role.
35813 ^C to cancel.
35814 ========== h_untranslatable ==========
35815 Send using UTF-8 character set; Send but replace untranslatable characters
35816 with question marks; return to the composer; or cancel message altogether.
35817 ========== h_compose_intrptd ==========
35818 N, compose a new msg. I, continue interrupted msg. R, set a role.
35819 ^C to cancel.
35820 ========== h_compose_postponed ==========
35821 N, compose a new message. P, continue postponed msg. R, set a role.
35822 ^C to cancel.
35823 ========== h_compose_intrptd_postponed ==========
35824 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
35825 R, set a role. ^C to cancel.
35826 ========== h_compose_form ==========
35827 N, compose a new message. F, use form letter. R, set a role.
35828 ^C to cancel.
35829 ========== h_compose_intrptd_form ==========
35830 N, compose a new msg. I, continue interrupted msg. F, use form letter.
35831 R, set a role. ^C to cancel.
35832 ========== h_compose_postponed_form ==========
35833 N, compose a new message. P, continue postponed msg. F, use form letter.
35834 R, set a role. ^C to cancel.
35835 ========== h_compose_intrptd_postponed_form ==========
35836 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
35837 F, use form letter. R, set a role. ^C to cancel.
35838 ========== h_config_context_del_except ==========
35839 If you delete the last exceptional collection you can only add it back by
35840 manually editing the exceptions config file.
35841 ========== h_config_whereis ==========
35842 To move quickly to a particular line, enter a search string or
35843 ^C to cancel.
35844 ========== h_config_edit_scorei ==========
35845 Enter interval in the form (min,max). -INF and INF may be used to represent
35846 -infinity and infinity. ^C to cancel change. RETURN to accept change.
35847 ========== h_config_add ==========
35848 Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
35849 pressing RETURN sets the Empty Value (this turns off any global default).
35850 ========== h_config_add_custom_color ==========
35851 Enter a header fieldname. For example, "subject" or "from".
35853 ========== h_config_add_pat_hdr ==========
35854 Enter a header fieldname. For example, "reply-to" or "organization" or
35855 any fieldname you want that isn't included already.
35856 ========== h_config_print_opt_choice ==========
35857 You may edit either the initialization string (characters printed before
35858 printing starts) or the trailer string.  Choose one or ^C to cancel.
35859 ========== h_config_print_init ==========
35860 Enter a C-style string for this.  You may use common backslash escapes like
35861 \\n for newline, \\ooo for octal character, and \\xhh for hex character.
35862 ========== h_config_change ==========
35863 Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
35864 delete current (highlighted) character, etc.  Enter ^C to cancel change.
35865 ========== h_config_replace_add ==========
35866 Replace ignores the current default, Add places the current default in your
35867 editing buffer as if you had typed it in.
35868 ========== h_config_insert_after ==========
35869 Enter a nickname for this print command.  (InsertBefore puts the new item
35870 before the current line, InsertAfter puts it after the current line.)
35871 ========== h_config_print_cmd ==========
35872 Enter command to be executed for the printer.  Use normal editing keys
35873 to modify, ^C to cancel, carriage return to accept current value.
35874 ========== h_config_role_del ==========
35875 Answering Yes will remove this rule completely from your rules list.
35876 ========== h_config_role_addfile ==========
35877 Type the name of a file to add to your configuration. You don't need to
35878 use a file, you may add rules directly (with Add) without using a file.
35879 ========== h_config_role_delfile ==========
35880 Answering Yes will remove this rule file completely from your rules list.
35881 The rules data file itself will not be removed.
35882 ========== h_config_print_del ==========
35883 Answering Yes will remove this printer completely from your printer list.
35884 ========== h_config_print_name_cmd ==========
35885 You may edit the Nickname of this printer, the Command to be executed when
35886 printing, or change the Options associated with this printer.
35887 ========== h_send_check_fcc ==========
35888 Yes, send message without an Fcc.
35889 No, return to composer.
35890 ========== h_send_check_subj ==========
35891 Yes, send message without a Subject.
35892 No, return to composer.
35893 ========== h_send_check_to_cc ==========
35894 Yes, send message without a To address, or a Cc address, or a Newsgroup.
35895 No, return to composer.
35896 ========== h_send_fcc_only ==========
35897 Yes, copy message to Fcc only and send to NO recipients.
35898 No, return to composer.
35899 ========== h_send_prompt ==========
35900 Yes, send the message.
35901 No or ^C, return to composer.
35902 ========== h_send_prompt_flowed ==========
35903 Yes, send the message.  No or ^C, return to composer.
35904 What's Flowed? See Do Not Send Flowed Text in config screen.
35905 ========== h_send_prompt_dsn ==========
35906 Yes, send the message.  No or ^C, return to composer.
35907 What's DSNOpts? See Enable Delivery Status Notification in config screen.
35908 ========== h_send_prompt_dsn_flowed ==========
35909 Yes, send the message.  No or ^C, return to composer. What's DSNOpts? See
35910 Enable Delivery Status Notification. What's Flowed? See Do Not Send Flowed Text.
35911 ========== h_role_confirm ==========
35912 Yes, use displayed role. No, compose without a role.
35913 ^C, cancel the message. ^T, select a role from your other eligible roles.
35914 ========== h_norole_confirm ==========
35915 Return, compose without a role.
35916 ^C, cancel the message. ^T, select a role from your eligible roles.
35917 ========== h_custom_print ==========
35918 Enter a Unix command that accepts its data on standard input.
35919 Alpine will display any information the command sends to standard output.
35920 ========== h_convert_abooks_and_sigs ==========
35921 You will be given the opportunity to convert address books and signature files
35922 to remote configurations.
35923 ========== h_convert_abooks ==========
35924 You will be given the opportunity to convert address books to remote
35925 configurations.
35926 ========== h_flag_keyword ==========
35927 Enter the name of the keyword you want to add for this folder.
35928 No spaces, parentheses, braces, percents or asterisks are allowed.
35929 ========== h_select_keyword ==========
35930 Enter the keyword you want to match, or use ^T to select a keyword from a list
35931 of possible keywords for this folder. Use ! to look for non-matches instead.
35932 ========== h_type_keyword ==========
35933 Enter the keyword you want to add. You may add a nickname in the next step.
35934 No spaces, parentheses, braces, percents or asterisks are allowed.
35935 ========== h_type_keyword_nickname ==========
35936 Enter an optional nickname for the keyword you want to add.
35937 Type Carriage return to use the keyword name instead of a nickname.
35938 ========== h_convert_sigs ==========
35939 You will be given the opportunity to convert signature files to remote
35940 configurations.
35941 ========== h_convert_abook ==========
35942 Yes is fairly safe. You will be ADDing a remote address book that is a copy
35943 of the current address book. The current abook won't be removed automatically.
35944 ========== h_convert_sig ==========
35945 Answering Yes copies the contents of the signature file into your Alpine
35946 configuration file. After that, the contents of the file will not be used.
35947 ========== h_save_addman ==========
35948 Enter the simple name of the folder you want to add. Carriage return to
35949 accept what you have typed so far. ^C to get back to SELECT FOLDER screen.
35950 ========== h_reopen_folder ==========
35951 Yes reopens the folder, as if you were starting over. This uncovers new mail.
35952 No leaves the folder index as it was without discovering new mail.
35953 ========== h_convert_pinerc_server ==========
35954 This is the name of the host (computer) where the remote Alpine configuration
35955 will be stored. This should be an IMAP server that you have permission to use.
35956 ========== h_convert_pinerc_folder ==========
35957 Enter the correct remote folder name. This folder is special and should
35958 contain only configuration data. It shouldn't contain other mail messages.
35959 ========== h_role_compose ==========
35960 Compose a New message, Reply to current message, Forward current message, or
35961 Bounce message. Then you will be asked to choose one of your Roles to be used.
35962 ========== h_save_size_changed ==========
35963 The reported size of a message is not the same as the actual size. Answer Yes
35964 to continue and hope for the best or No to Cancel the entire Save.
35965 ========== h_select_by_larger_size ==========
35966 Enter a number or ^C to cancel. All messages greater than this many characters
35967 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
35968 ========== h_select_by_smaller_size ==========
35969 Enter a number or ^C to cancel. All messages less than this many characters
35970 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
35971 ========== h_preserve_field ==========
35972 Use 'p' to toggle between preserving or not preserving the original To:
35973 and Cc: fields of the message. Enter ^C to cancel message.