* Update to version 2.19.2
[alpine.git] / pith / pine.hlp
blob33daf48ea83cf2f3c5e31a24bacf8b50757ba9e5
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 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 37 2013-11-08 22:28:13
144 ============= h_news =================
145 <HTML>
146 <HEAD>
147 <TITLE>RELEASE NOTES for Alpine</TITLE>
148 </HEAD>
149 <BODY>                 
150 <H1>Alpine Release Notes</H1>
151 <DIV ALIGN=CENTER>
152 Version <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)
153 <BR>
154 <!--chtml if pinemode="running"-->
155 (built <!--#echo var=ALPINE_COMPILE_DATE-->)
156 <!--chtml endif-->
157 <BR>Copyright 2013 Eduardo Chappa
158 <BR>Copyright 2006-2008 University of Washington
159 </DIV>
162 Alpine is an &quot;Alternatively Licensed Program for Internet
163 News and Email&quot; produced until 2008 by the University of Washington.
164 It is intended to be an easy-to-use program for
165 sending, receiving, and filing Internet electronic mail messages and
166 bulletin board (Netnews) messages.  Alpine is designed to run on a wide
167 variety of Unix&reg; operating systems.  A version for Microsoft Windows&reg;
168 is available as is a world wide web based version designed to run under the
169 Apache web server.
172 <H2>New in Alpine <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)</H2>
174 Version <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)
175 addresses bugs found in previous releases and has a few additions as well.
178 Additions include:
181 <UL>
182   <LI> Upgrade UW-IMAP to Panda IMAP from 
183        <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>.
184   <LI> Replace tabs by spaces in From and Subject fields to control for
185        size in screen of these fields. Change only in index screen display.
186   <LI> Add support to selective expunge through a subcommand of the 
187        select-apply commands. Read more in the <A 
188        HREF="h_index_cmd_expunge">help</A> for the expunge command.
189   <LI> Alpine does not attempt to automatically reopen a collection 
190        that was not opened due to cancellation by the user. 
191        Instead, the user must try to open it explicitly.
192   <LI> Alpine searches for a certificate that matches an email address in
193        all addresses in a certificate (instead of just the first 
194        one) but when it tries to unlock the certificate, it asks 
195        for the password for the first email address in that 
196        certificate.
197   <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a 
198        server to use different ways to connect using ssl, for 
199        example {server.com/tls1} will attempt to connect to 
200        server.com at the ssl imap port (port 993) and establish a 
201        connection using TLSv1. These flags can be used in 
202        conjunction with the /ssl flag, the ssl flag is redundant. 
203        Conversely, however, the /ssl flag does not imply any of 
204        these flags; the /ssl flag means SSLv3 or, if not available, 
205        SSLv2 in the SSL port.
206   <LI> Experimental: Write the content-type of a message in 
207        lowercase, as some non-compliant servers do not understand 
208        uppercase content-type, such as those of GMX.de.
209   <LI> Opening a folder updates recent count in maildrops (this 
210        already works for other types of folders)
211   <LI> Automatically redraw screen after opening an attachment 
212        instead of simply clearing it.
213   <LI> Pico: Justification works without need of a predefined quote 
214        string. This allows justification of blocks of text that are 
215        indented with spaces.
216 </UL>
219 Bugs that have been addressed include:
220 <UL>
221   <LI> WebAlpine: add _GNU_SOURCE to make pubcookie build.
222   <LI> Save command did not warn of existence of a message with a deleted 
223        attachment in an aggregate save, unless cursor was positioned on a message 
224        with a deleted attachment. Reported by Florian Herzig.
225   <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
226        in an IMAP server.
227   <LI> DATE tokens were not internally transformed to UTF-8, which made their
228        values not appear complete in the screen. Reported by Werner Scheinast.
229   <LI> Fixes to configure script so that it will not require PAM for every system.
230   <LI> Fix to configure script so that it will use CPPFLAGS instead of 
231        CPPCFLAGS, and so the --with-ssl-include-dir option take effect 
232        during the build. Fix by Ulf-Dietrich Braumann.
233   <LI> Fix in WebAlpine: do not use deprecated dereference in pointer, 
234        needs to use tcl_getstringresult() instead. Reported by Ulf-Dietrich Braumann.
235   <LI> Quoted string in URL Viewers configuration variable were not 
236        unquoted before passing to viewer.
237   <LI> Fix in configure script to detect location of tcl library; add
238        /usr/local in FreeBSD and fix a bug in configure script that used 
239        $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed 
240        by Werner Scheinast.
241   <LI> Move SSL configurations from UW-IMAP to configure script, and
242        update OpenSSL configuration for mac OSX.
243 </UL>
248 Version 2.11 addresses bugs found in previous releases and has a few 
249 additions as well.
252 Additions include:
255 <UL>
256    <LI> Alpine requires version 1.0.1c of Openssl to build.
257    <LI> Increase encryption of S/MIME encrypted messages.
258    <LI> Pico: Improvements in justification of paragraphs: lines that begin
259 with a quote string, followed by a space were considered individual paragraphs,
260 now they are considered part of a paragraph. Based on earlier joint work
261 with Jeff Franklin.
262    <LI> Unix Alpine: Allow local .pinerc file to be a symbolic link.
263    <LI> Experimental extended support of recognition of UTF-8 in urls based on 
264 information from <A HREF="http://url.spec.whatwg.org">http://url.spec.whatwg.org</A>.
265    <LI> Added recognition of ws and wss URIs.
266    <LI> Add ability to <A HREF="h_config_folder_color">color folder names</A>, 
267  <A HREF="h_config_directory_color">directory names</A>,
268  and <A HREF="h_config_folder_list_color">text</A> in the FOLDER SCREEN.
269    <LI> Add the ability to <A HREF="h_config_indextoken_color">color any token</A>
270 used in the display of the INDEX SCREEN.
271    <LI> New option <A HREF="h_config_preserve_field"><!--#echo var="FEAT_preserve-original-fields"--></A>
272 that adds the ability to preserve To: and Cc: fields when replying to a 
273 message, as specified by original sender.
274    <LI> Add a _SILENT_ token to the <A HREF="h_config_display_filters">list of tokens</A>
275  for a display filter, so that Alpine will not redraw the screen when it is unnecessary.
276    <LI> Quota command includes subcommands for printing, forwarding, etc.
277 </UL>
280 Bugs that have been addressed include:
282 <UL>
283   <LI> Crash when a non-compliant SMTP server closes a connection without a QUIT command.
284   <LI> Crash when resizing the screen in a configuration screen.
285   <LI> Do not bail out during a tcp timeout, instead close connection and avoid crash.
286   <LI> Do not use a shell to open a browser.
287   <LI> Configure script did not test for crypto or pam libraries.
288   <LI> Configure script attempted to build web component, even if header file tcl.h was not present.
289   <LI> Change Cygwin directory separator to &quot;/&quot;.
290   <LI> Alpine could set List- headers, contrary to RFC 2369.
291 </UL>
294 Version 2.10 addresses bugs found in previous releases and has a few 
295 additions as well.
298 Additions include:
301 <UL>
302    <LI> Quota report for IMAP folders that support it (press the &quot;@&quot; command in the index screen of such folder).
303    <LI> Search a folder for the content of any header with the &quot;;&quot; command. 
304    <LI> Foreign characters are decoded correctly in IMAP folders.
305    <LI> Question about breaking connection to slow servers includes their name.
306    <LI> Internal x-alpine-help: resource locator for sending links to internal help.
307    <LI> OpenSuse: Alpine find location of OpenSSL certificates.
308    <LI> Cygwin: Alpine builds without need of patch.
309    <LI> Recognition of proper mime type for docx, xlsx, and pptx files.
310    <LI> When composing a message, Alpine will create a new thread when the subject is erased.
311    <LI> Add support for strong encryption of password file when S/MIME is built in.
312 </UL>
315 Bugs that have been addressed include:
318 <UL>
319    <LI> Alpine will close a folder after confirming with user their intention and not reopen it.
320    <LI> Double allocation of memory in Pico.
321    <LI> Alpine does not give warning of message sent and posted upon receipt by email of message posted in newsgroup.
322    <LI> Handling of STYLE html parameter may make Alpine not display the content of a message.
323    <LI> Not recognition of environment variables in some options.
324    <LI> Not display of login prompt during initial keystrokes.
325    <LI> justification of long urls breaks them.
326    <LI> Incorrect New Mail message when envelope is not available.
327    <LI> Inorrect display of PREFDATE, PREFDATETIME and PREFTIME tokens.
328    <LI> Crash when resizing the screen after display of LDAP search.
329    <LI> Crash when redrawing screen while opening a remote folder collection.
330    <LI> Infinite loop in scrolltool function during notification of new mail.
331    <LI> No repaint of the screen after midnight was done when the SMARTDATE token is used in the index screen.
332    <LI> No display of signed and encrypted S/MIME messages.
333    <LI> Alpine will not build with OpenSSL.
334    <LI> Crash for double locking in calls to c-client.
335    <LI> Bad recognition of mime-encoded text may make Alpine not print the subject of a message.
336    <LI> Ignore the references header when threading messages
337    <LI> No update of colors in index screen after update to addressbook.
338 </UL>
341 Version 2.01 addresses bugs found in previous releases and has a few 
342 additions as well.
345 Additions include:
348 <UL>
349    <LI> Fixed non-ASCII web alpine handling
350    <LI> Added web alpine help.
351    <LI> Allow web alpine inbox on second IMAP server.
352    <LI> Allow web alpine config reset after bad inbox-path gets set.
353    <LI> Added web alpine ability to create group contact from contact list members.
354    <LI> Backed out web alpine coercing of default sort-key of arrival to date/reverse.
355    <LI> Tidied up web alpine script layout.
356    <LI> Fixed web alpine status message ordering
357    <LI> Added web alpine Fcc setting via Contacts in Compose
358    <LI> Fixed web alpine autodraft attachment issues
359    <LI> Fixed web alpine problems with recent count maintenance
360    <LI> Fixed web alpine newmail arrival display in message list
361    <LI> Added web alpine confirmation to folder create for Move/Copy
362    <LI> Added web alpine user-domain support
363    <LI> Fixed web alpine to support INBOX-within-a-collection deletion
364 </UL>
367 Bugs that have been addressed include:
370 <UL>
371    <LI> In web alpine fixed delete all selected within a search result to reorient
372         correctly to whole-mailbox message list.
373    <LI> Fixed web alpine delete in view page to be sensitive to sort
374    <LI> Fixed web alpine open of folder within directory from folder manager page.
375    <LI> Fixed web alpine open of folder within directory from left column's recent cache.
376    <LI> Fixed web alpine problems with spaces in special folder names like Drafts
377    <LI> Fixed web alpine adding contacts from message list and view
378    <LI> Fixed web alpine create of non-existent fcc
379    <LI> Remove mistakenly left debugger statement in web alpine javascript.
380    <LI> Some UNIX alpine build problems fixed
381    <LI> Crash in pico and pilot when nl_langinfo returned something unrecognizable
382         or NULL. Add recognition of "646" to nl_langinfo wrapper. This is returned
383         by locale charmap call on some Solaris 8 systems.
384    <LI> MacOS Keychain logins were not working correctly with generic host names, like
385         imap.gmail.com, as opposed to specific instances like rx-in-209.google.com, causing
386         new password requests when not needed
387    <LI> Possible crash in WhereIs command while in FOLDER LIST when cursor is located on the
388         last folder in the list
389    <LI> Change to S/MIME get_x509_subject_email so that X509v3 alternative names are
390         looked for along with the email address
391    <LI> Changes to configure to get spellcheck options with work with arguments.
392    <LI> Add change from Mark Crispin of panda.com to at least minimally handle non-ascii hostname
393         returned by gethostname (iPhone can do this)
394    <LI> Fixed a bug that prevents a filter that moves a message into a local folder
395         from also setting the DELETE flag in that moved message. Fix from Eduardo Chappa.
396    <LI> Changed size of shellpath in open_system_pipe from 32 to MAXPATH. Fix from
397         Jake Scott of marganstanley.com.
398    <LI> Buffer overflow bug in c-client's tmail/dmail, fix from Mark Crispin. This
399         is not used in alpine.
400    <LI> Imapd server crash from unguarded fs_give in IDLE code, fix from Crispin.
401         Apparently this causes RIM Blackberry BIS service problems. This is not
402         used in alpine.
403    <LI> Tmail uninitialized pointer fix from Neil Hoggarth. Not used in alpine.
404    <LI> Buffer overflow possibility in RFC822BUFFER routines in c-client library.
405         Fix from Ludwig Nussel of SUSE and from Crispin.
406    <LI> Include whole filename in export filename history
407    <LI> Fix display bug in pico when Replace command is canceled. Fix from Eduardo Chappa.
408 </UL>
411 Version 2.00
412 addressed bugs found in previous releases and had a few additions as well.
414 Additions included:
417 <UL>
418    <LI> Redesigned Web Alpine interface
419    <LI> Experimental <A HREF="h_mainhelp_smime">S/MIME support</A> added
420         in UNIX versions of Alpine
421    <LI> Attempt to include the attachment filename as part of the name of the
422         temporary file used when viewing an attachment with an external program.
423         Add some randomness to that filename to make it hard to predict the filename.
424         Add a filename extension, usually derived from the type/subtype, to the
425         temporary filename. This was previously done only on Windows and MacOS X.
426    <LI> Enhance address completion in the composer (TAB command) so that it looks
427         through nicknames, fullnames, and addresses from the address book; addresses
428         from the message being viewed, if any; and the results from
429         <A HREF="h_direct_config">LDAP Directory Server</A>
430         lookups for all of the defined directory servers that have the
431         <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
432         feature set.
433    <LI> Make the default character set setting more liberal in what it will accept
434         from the UNIX nl_langinfo call and the various values of LANG seen in the wild
435    <LI> Remove the Alpine revision number from the titlebar in released versions
436         while leaving it there in snapshot versions
437    <LI> Add a <A HREF="h_config_quell_asterisks">feature</A> to suppress the
438         display of asterisks when you type a password for Alpine
439    <LI> Add line wrapping when displaying <EM>PRE</EM> formatted sections of HTML
440    <LI> When the
441         <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
442         feature is turned on convert not only the dates in the index screen but also
443         the dates in the MESSAGE VIEW
444 </UL>
447 Bugs addressed in the 2.00 release included:
450 <UL>
451    <LI> Crash when using tab-completion for selecting a Save filename
452    <LI> Make Web Alpine help text images relative for more portability
453    <LI> Fixed attach save of html parts in Web Alpine
454    <LI> Viewing, printing, exporting, replying, and bouncing of message
455         digests was broken. Replying and bouncing should not have been
456         allowed at all for digests. It would be nice to have a more standard
457         index-like view of a message digest but that has not been addressed
458         with this minor bug fix.
459    <LI> Adjust wrapping of HTML messages so that the margins specified by
460         <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
461         <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>
462         are observed correctly
463    <LI> Interrupt of WhereIs command in index was broken
464    <LI> The <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
465         option did not work correctly interpreting unknown characters in message headers
466    <LI> Long address lines could cause blank continuation lines
467    <LI> Save to a local default INBOX failed if the primary collection was also local,
468         which it is by default. The save went to  ~/mail/inbox instead.
469    <LI> Make a default save folder of &quot;inbox&quot; always mean the real
470         inbox, not the inbox in the primary collection
471    <LI> Address book entries with lots of addresses would be truncated when
472         entered in the composer with a screen size wider than 270 or so charcters
473    <LI> Some fields in the index screen were truncated when the screen width was
474         wider than 256 characters
475    <LI> Crash when TABing to next folder, the next folder with new mail is a POP
476         folder, and there is a more than 10 minute pause between typing the TAB
477         and typing the Yes
478 </UL>
481 Version 1.10(962)
482 addressed bugs found in previous releases and had a few additions as well.
484 Additions included:
487 <UL>
488    <LI> Add the possibility of setting a default role
489         (see <A HREF="h_role_select">Roles Screen</A>)
490         which may be convenient if your work flow involves acting in one
491         role for a while then switching to another role and staying in the
492         new role for another period of time
493    <LI> When Saving and the IMAP server problem &quot;Message to save shrank!&quot;
494         is encountered, ask the user if he or she wants to continue with the
495         risky Save anyway instead of aborting. This may be helpful if your
496         IMAP server is broken in this way but be aware that it is possible there
497         was a real error instead of just a broken server implementation.
498    <LI> Some configure adjustments for Kerberos detection and
499         for SCO OpenServer 5 support
500    <LI> Hide INBOX in a collection if it also appears as an
501         <A HREF="h_config_enable_incoming">Incoming Folder</A>
502    <LI> Show asterisks for feedback when the user is typing a password
503    <LI> Performance improvement for threading of large folders
504    <LI> Previously, the search used to find
505         Pattern matches containing To patterns searched for both To
506         and Resent-To headers. The relatively complicated search this
507         produces causes problems when using some deficient IMAP servers.
508         Now the default is to look only for To headers and ignore the
509         presence of Resent-To. The previous behavior may be restored
510         with the <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> feature.
511    <LI> Add an
512         <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
513         to help with reading malformed unlabeled messages
514    <LI><A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A> option added
515    <LI> Map some Shift-LeftArrow escape sequences to LeftArrow
516    <LI> Add feature <A HREF="h_config_warn_if_fcc_blank"><!--#echo var="FEAT_warn-if-blank-fcc"--></A>
517 </UL>
520 Bugs addressed in the 1.10(962) release included:
523 <UL>
524    <LI> Crash when encountering certain errors from an SMTP server
525    <LI> Crash in composer caused by overflow in replace_pat()
526    <LI> Hang when authenticating to an SMTP server that fails with a
527         &quot;connection disconnected&quot; error
528    <LI> Bug in handling of trailing tab character in flowed text
529    <LI> Security enhancement for mailcap parameter substitution
530    <LI> <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>
531         did not work if the message being replied to was not flowed text
532         and <A HREF="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></A>
533         was not turned on
534    <LI> Don't allow printer to be changed through hidden config screen
535         if system administrator didn't want it to be allowed
536    <LI> Attempts are sometimes made to set the Forwarded flag when alpine
537         should know that it won't work, causing error messages to appear
538    <LI> A <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
539         of double-quote double-quote didn't work right
540    <LI> Quoting wasn't being done to protect special characters from the
541         MacOS X shell when
542         <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A>
543         was not defined
544    <LI> On MacOS X message attachments should be shown internally instead of
545         being shown using the Mail application
546    <LI> When replying to a message with a charset of X-UNKNOWN Alpine would
547         sometimes set the outgoing charset to X-UNKNOWN, making the result
548         unreadable
549    <LI> When the sending of a message failed lines with leading spaces had one
550         additional space inserted in each of those lines when the user
551         was returned to the composer
552    <LI> The <A HREF="h_index_cmd_whereis">WhereIs</A> command missed some index lines
553         that contained non-ascii characters because it was truncating the
554         line being searched so that it was shorter than what was visible on
555         the screen
556    <LI> When composing, an attachment with a long name that causes wrapping in
557         just the wrong place would generate an error and cause the send
558         of the attachment to fail
559    <LI> After calling the file browser to attach a file in the composer, a resize
560         of the window when back in the composer would redraw the last screen that
561         had been shown in the browser instead of the current composer screen
562    <LI> Possible crash in index screen when encountering unparseable addresses
563         or when using one of the PRIORITY tokens or the HEADER token in the
564         <a href="h_config_index_format"><!--#echo var="VAR_index-format"--></a>
565    <LI> Problems with Header Color editing if the configuration option
566         <a href="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></a>
567         was inadvertently changed to the Empty Value in the hidden config screen
568    <LI> When resuming the final postponed message from an Exchange server the user
569         could get a certificate validation failure because alpine was trying
570         to validate the canonical name of the folder instead of the name the
571         user used
572    <LI> Windows line endings in a mimetypes file on a Unix system cause a
573         failure to find a match
574    <LI> Make matching of extension names case independent in mimetypes files
575    <LI> Windows dialog boxes for entering text were not working correctly
576    <LI> Replying to or Forwarding multipart/alternative messages which had a
577         single text/html part did not work well
578    <LI> Printing the print confirmation page caused a crash
579    <LI> A To line with a long, quoted personal name could display incorrectly
580         if it was close to the same width as the screen
581    <LI> When <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
582         and <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
583         are turned on hide (0/0) when the folder is empty
584    <LI> Folder completion while Saving didn't work if the collection being
585         saved to was the local home directory
586 </UL>
589 Version 1.00
590 was an evolutionary release based on
591 <A HREF="http://www.washington.edu/pine/">Pine</A>, which was also
592 developed at the University of Washington.
593 It is upwards-compatible for existing Pine users.
596 Changes included:
598 <UL>
599    <LI> Ground-up reorganization of source code around addition
600         of "pith/" core routine library.
601    <LI> Fundamental improvement in Alpine's internal text handling, which
602         is now based exclusively on Unicode. This allows displaying incoming
603         messages and producing outgoing messages in many different languages.
604    <LI> Ground-up reorganization of build and install procedures
605         based on GNU Build System's autotools. NOTE, the included IMAP library
606         build is not based on autotools, so some features will not work. However,
607         it should get built automatically during the Alpine build process.
608    <LI> Web-based version included built on TCL designed to run under
609         a suitable CGI-supporting web server such as Apache.
610 </UL>
614 Details on changes in previous (prerelease) versions of Alpine
615 may be found at the following URL:
617 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/changes.html">http://www.washington.edu/alpine/changes.html</A></SAMP></CENTER>
620 <HR WIDTH="75%"><P>
622 <H2>Getting Help</H2>
623 <DL>
624 <DT>Online Help</DT>
625 <DD>
626 Every Alpine screen and command has associated help text
627 accessible via the &quot;?&quot; key (or Ctrl-G in text-input contexts).
628 </DD>
630 <DT>Web Help</DT>
631 <DD>
632 The most current source of information about Alpine,
633 including new version availability, is the web page at
635 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/">http://www.washington.edu/alpine/</A></SAMP></CENTER>
636 </DD>
637 </DL>
639 Frequently Asked Questions (and answers) may be found at the following
640 URL:
642 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/faq/">http://www.washington.edu/alpine/faq/</A></SAMP></CENTER>
645 <HR WIDTH="75%"><P>
647 <H2>Additional Information</H2>
649 General Alpine configuration information can be found
650 <A HREF="h_news_config">here</A>.
652 This is revision (<!--#echo var="ALPINE_REVISION"-->) of the Alpine software.
653 Alpine mailbox and <A HREF="http://www.washington.edu/imap/">IMAP</A> server
654 access is provided by the IMAP Toolkit Environment (c-client library)
655 version <!--#echo var="C_CLIENT_VERSION"-->.
656 <P> 
657 Alpine was developed by the Office of Computing &amp; Communications at
658 the University of Washington in Seattle.  A more complete list of
659 principal players and key contributors can be found on the credits Web
660 page at
663 <CENTER><A HREF="http://www.washington.edu/alpine/credits.html">http://www.washington.edu/alpine/credits</A></CENTER>
666 Alpine Copyright 2013 Eduardo Chappa,
667 Copyright 2006-2008 University of Washington.
670 Additional legal notices can be found <A HREF="h_news_legal">here</A>
671 or at the web URL:
674 <CENTER><A HREF="http://www.washington.edu/alpine/overview/legal.html">http://www.washington.edu/alpine/overview/legal</A></CENTER>
677 &lt;End of Release Notes&gt;
678 </BODY>
679 </HTML>
680 ====== h_tls_failure_details ======
681 <HTML>
682 <HEAD>
683 <TITLE>Certificate Validation Details</TITLE>
684 </HEAD>
685 <BODY>
686 <H1>Certificate Validation Details</H1>
688 This screen gives details as to why the certificate validation failed: the
689 name of the desired server system; the reason for failure; and the name on
690 the certificate.  This is primarily of interest to experts.
693 &lt;End of help&gt;
694 </BODY>
695 </HTML>
696 ====== h_tls_failure ======
697 <HTML>
698 <HEAD>
699 <TITLE>TLS or SSL Failure</TITLE>
700 </HEAD>
701 <BODY>
702 <H1>TLS or SSL Failure</H1>
704 An attempt was made to establish a secure, encrypted connection to the
705 server system using either Transport Layer Security (TLS) or the older
706 Secure Sockets Layer (SSL).  This attempt failed.
709 You should contact your server system management for more assistance.
710 The problem is probably at the server system and not in Alpine or your local
711 system.  The text in this screen may be helpful for the server system
712 management in debugging the problem,
715 &lt;End of help&gt;
716 </BODY>
717 </HTML>
718 ====== h_tls_validation_failure ======
719 <HTML>
720 <HEAD>
721 <TITLE>TLS and SSL Certificate Validation Failures</TITLE>
722 </HEAD>
723 <BODY>
724 <H1>TLS and SSL Certificate Validation Failures</H1>
726 An attempt was made to establish a secure, encrypted connection to the
727 server system using either Transport Layer Security (TLS) or the older
728 Secure Sockets Layer (SSL).
731 An important part of this procedure is server certificate validation.  A
732 server certificate is an &quot;electronic identification card&quot; for the server
733 system that is signed by a well-known certificate authority (CA).  Alpine
734 compares the server system identity in the server certificate with the
735 name of the server system to which it is trying to connect.  Alpine also
736 verifies that the CA signature is authentic.
739 Some common failure conditions are:
742 <UL>
743   <LI> [UNIX Alpine] Self signed certificate.  This means that the server system
744 signed its own certificate.  This does not necessarily indicate anything
745 bad; the server operators may simply have elected to not purchase a
746 signed certificate from a certificate authority.
748   <LI> [UNIX Alpine] Unable to get local issuer certificate.  This means that
749 the signature on the server system is from an unknown certificate authority.
750 It can also mean that no certificate authority certificates have been
751 installed on the local UNIX system.
753   <LI> [PC Alpine] Self-signed certificate or untrusted authority.  This is
754 the same as either of the above two conditions in UNIX Alpine.  Note that
755 Windows systems typically have a full set of certificate authority
756 certificates installed, so it is more likely to be a self-signed
757 certificate than an unknown certificate authority.
759   <LI> Server name does not match certificate.  This means that the server
760 presented a proper signed certificate for a name other than the desired
761 name.
762 </UL>
765 Any of these conditions can indicate that you are being attacked and have
766 been directed to an imposter server that will record your password and
767 your private mail messages.  It can also mean something innocuous.
770 If you are certain that the problem is innocuous, you can append the
771 option
774 <CENTER><SAMP>/novalidate-cert</SAMP></CENTER>
777 to the server system name where it appears in your configuration (e.g. the
778 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>,
779 a folder-collection, or a news or SMTP server).  This will
780 disable certificate validation.  On the other hand, if you are attacked,
781 you will get no warning if you do this.
784 &lt;End of Cert Validation Failures help&gt;
785 </BODY>
786 </HTML>
787 ====== h_release_tlscerts ======
788 <HTML>
789 <HEAD>
790 <TITLE>TLS and SSL usage note</TITLE>
791 </HEAD>
792 <BODY>
793 <H1>TLS and SSL usage note</H1>
796 When using Alpine from Unix or Windows 2000,
797 server certificates must be signed by a trusted certificate authority.
798 You may relax this requirement (at the cost of some security) by using
800 <A HREF="h_folder_server_syntax">NoValidate-Cert</A>
801 modifier in the mailbox name.
804 <CENTER><SAMP>{foo.example.com/novalidate-cert}INBOX</SAMP></CENTER>
807 The fully-qualified host name of the server should be used
808 so that it matches the host name in the server certificate.
810 Here is an example of a host specification that directs Alpine to use
811 the SSL port (993) and an encrypted data stream.
813 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
815 &lt;End of TLS usage help&gt;
816 </BODY>
817 </HTML>
818 ====== h_news_config ======
819 <HTML>
820 <HEAD>
821 <TITLE>Alpine Configuration</TITLE>
822 </HEAD>
823 <BODY>
824 <H1>Alpine Configuration</H1>
826 <H2>Using Environment Variables</H2>
828 The values of Alpine configuration options may include environment variables
829 that are replaced by the value of the variable at the time Alpine is run
830 (and also at the time the config option is changed).
831 The syntax to use environment variables is a subset of the common Unix
832 shell dollar-syntax.
833 For example, if
835 <P><CENTER><SAMP>$VAR</SAMP></CENTER><P>
837 appears in the value of an Alpine configuration option it is looked up in the
838 environent (using getenv(&quot;VAR&quot;)) and its
839 looked-up value replaces the <SAMP>$VAR</SAMP> part of the option value.
840 To include a literal dollar sign you may precede the dollar sign with another
841 dollar sign.
842 In other words, if the text
844 <P><CENTER><SAMP>$$text</SAMP></CENTER><P>
846 is the value of a configuration option, it will be expanded to
848 <P><CENTER><SAMP>$text</SAMP></CENTER><P>
850 and no environment lookup will be done.
851 For Unix Alpine it will also work to use a backslash character to
852 escape the special meaning of the dollar sign, but $$ is preferable since
853 it works for both PC-Alpine and Unix Alpine, allowing the configuration option
854 to be in a shared configuration file.
857 This all sounds more complicated than it actually is.
858 An example may make it clearer.
859 Unfortunately, the way in which environment variables are set is OS-dependent 
860 and command shell-dependent.
861 In some Unix command shells you may use
863 <P><CENTER><SAMP>PERSNAME="Fred Flintstone"</SAMP></CENTER><P>
864    <CENTER><SAMP>export PERSNAME</SAMP></CENTER><P>
866 Now, if you use Alpine's Setup/Config screen to set
868 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=$PERSNAME</SAMP></CENTER><P>
870 the <SAMP>$PERSNAME</SAMP> would be replaced by <SAMP>Fred Flintstone</SAMP>
871 so that this would be equivalent to
873 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=Fred Flintstone</SAMP></CENTER><P>
875 Note, environment variable substitution happens after configuration
876 options that are lists are split into the separate elements of the list,
877 so a single environment variable can't contain a list of values.
880 The environment variable doesn't have to be the only thing
881 after the equal sign.
882 However, if the name of the variable is not at the end of the line or
883 followed by a space (so that you can tell where the variable name ends),
884 it must be enclosed in curly braces like
886 <P><CENTER><SAMP>${VAR}</SAMP></CENTER><P>
888 It is always ok to use the braces even if you don't need to.
890 It is also possible to set a default value for an environment variable.
891 This default value will be used if the environment variable is not
892 set (that is, if getenv(&quot;VAR&quot;) returns NULL).
893 The syntax used to set a default value is
895 <P><CENTER><SAMP>${VAR:-default value}</SAMP></CENTER><P>
897 If the config file contains
899 <P><CENTER><SAMP>personal-name=${VAR:-Fred Flintstone}</SAMP></CENTER><P>
901 then when Alpine is run <SAMP>VAR</SAMP> will be looked up in the environment.
902 If <SAMP>VAR</SAMP> is found then <SAMP>personal-name</SAMP> will have
903 the value that <SAMP>VAR</SAMP> was set to, otherwise,
904 <SAMP>personal-name</SAMP> will be set to <SAMP>Fred Flintstone</SAMP>,
905 the default value.
906 (Note that the variable is called &quot;personal-name&quot; in the config
907 file but is displayed in the config screen as
908 &quot;<!--#echo var="VAR_personal-name"-->&quot;.
909 In general, the value that goes into a config file is never exactly the
910 same as the value you see on the screen.)
913 An example where an environment variable might be useful is the
914 variable <SAMP>Inbox-Path</SAMP> in the global configuration file.
915 Suppose most users used the server
917 <P><CENTER><SAMP>imapserver.example.com</SAMP></CENTER><P>
919 but that there were some exceptions who used
921 <P><CENTER><SAMP>altimapserver.example.com</SAMP></CENTER><P>
923 In this case, the system manager might include the following line in
924 the systemwide default Alpine configuration file
926 <P><CENTER><SAMP>Inbox-Path=${IMAPSERVER:-imapserver.example.com}</SAMP></CENTER><P>
928 For the exceptional users adding
930 <P><CENTER><SAMP>IMAPSERVER=altimapserver.example.com</SAMP></CENTER><P>
932 to their environment should work.
934 Another example might be the case where a user has to use a different
935 SMTP server from work and from home.
936 The setup might be something as simple as
938 <P><CENTER><SAMP>smtp-server=$SMTP</SAMP></CENTER><P>
940 or perhaps a default value could be given.
941 Note that, as mentioned above, the variable <SAMP>SMTP</SAMP> cannot contain
942 a list of SMTP servers.
945 <H2>Configuration precedence</H2>
947 There are several levels of Alpine configuration.  Configuration values at
948 a given level override corresponding values at lower levels.  In order of
949 increasing precedence:
951 <UL>
952  <LI> built-in defaults
953  <LI> system-wide
954 <!--chtml if pinemode="os_windows"-->
955       config file from command line or provided
956       by "PINECONF" environment variable
957 <!--chtml else-->
958       pine.conf file
959 <!--chtml endif-->
960  <LI> personal configuration file
961  <LI> personal exceptions configuration file
962  <LI> command-line options
963  <!--chtml if pinemode="os_windows"--><!--chtml else-->
964  <LI> system-wide pine.conf.fixed file<!--chtml endif-->
965 </UL>
967 The values in both the personal configuration file and the
968 <A HREF="h_config_exceptions">exceptions</A>
969 configuration file may be set using the Setup command.
970 Setup/Config is the command to change most of the personal configuration
971 options.
972 The other Setup subcommands are also used to change the configuration,
973 for example, Setup/AddressBook, Setup/Rules, and so on.
974 Changing the personal exceptions configuration is very similar.
975 To change a value in the Config screen you would use the command
976 Setup/eXceptions/Config.
977 Likewise for the other Setup subcommands (Setup/eXceptions/Rules and so on).
979 There are a couple exceptions to the rule that configuration values are replaced
980 by the value of the same option in a higher-precedence file.
981 The Feature-List variable has values that are additive, but can be
982 negated by prepending &quot;no-&quot; in front of an individual feature name.
983 So for features, each individual feature's value is replaced by the value
984 of the same feature in a higher-precedence file.
985 Note that this is done automatically for you when you change these values via
986 the Setup/Config command.
987 The other exception to the <EM>replace</EM> semantics happens when you
988 use <A HREF="h_config_inheritance">configuration inheritance</A>
989 for option lists.
992 <H2>File name defaults</H2>
994 Notes:<P>
996 <BR> &lt;exe dir&gt; = directory where pine.exe found.
997 <BR> &lt;pinerc dir&gt; = directory where pinerc found.
998 <BR> # = default file name is overridable in pinerc.
999 <BR> $HOME, if not explicitly set, defaults to root of the current drive.
1000 <BR> $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
1001 <BR> + between the mailcap paths implies that the two files are combined.
1002 <BR> ; between other default paths implies that the first one found is used.
1003 </P>
1004 Alpine looks for most support files in the same directory it finds its
1005 personal configuration file (pinerc).  The -p command-line flag may be
1006 used to specify a particular path name for the pinerc file.  If a
1007 pinerc file does not exist, it will be created (if directory permissions
1008 allow).  In PC-Alpine, if -p or $PINERC are not defined, Alpine will look
1009 in $HOME&#92;PINE and the directory containing the PINE.EXE.  If a PINERC
1010 file does not exist in either one, it will create one in the first of those
1011 two directories that is writable.  In detail:
1012 <PRE>
1014 PC-Alpine:
1016  executable     &lt;DOS search path&gt;&#92;pine.exe
1017  help index     &lt;exe dir&gt;&#92;pine.ndx
1018  help text      &lt;exe dir&gt;&#92;pine.hlp
1020  pers config    $PINERC  ;  $HOME&#92;pine&#92;PINERC  ;  &lt;exe dir&gt;&#92;PINERC
1021  except config  $PINERCEX ; $HOME&#92;pine&#92;PINERCEX  ;  &lt;exe dir&gt;&#92;PINERCEX
1022  global cfg     $PINECONF
1024  debug          &lt;pinerc dir&gt;&#92;pinedebg.txtN
1025  crash          &lt;pinerc dir&gt;&#92;pinecrsh.txt
1026  signature#     &lt;pinerc dir&gt;&#92;pine.sig
1027  addressbook#   &lt;pinerc dir&gt;&#92;addrbook
1028  mailcap#       &lt;pinerc dir&gt;&#92;mailcap  +  &lt;exe dir&gt;&#92;mailcap
1029  mimetypes#     &lt;pinerc dir&gt;&#92;mimetype +  &lt;exe dir&gt;&#92;mimetype
1030  newsrc#        $HOME&#92;newsrc (if exists, else) &lt;pinerc dir&gt;&#92;newsrc
1031  sentmail#      $HOME&#92;mail&#92;sentmail.mtx
1032  postponed#     $HOME&#92;mail&#92;postpond.mtx
1033  interrupted    $HOME&#92;mail&#92;intruptd
1035 Unix Alpine:
1037  executable     &lt;Unix search path&gt;/pine
1038  persnl cfg     ~/.pinerc
1039  except cfg     ~/.pinercex
1040  global cfg     <!--#echo var="PINE_CONF_PATH"-->
1041  fixed cfg      <!--#echo var="PINE_CONF_FIXED_PATH"-->
1042  local help     <!--#echo var="PINE_INFO_PATH"-->
1044  interrupted    ~/.pine-interrupted-mail
1045  debug          ~/.pine-debugN
1046  crash          ~/.pine-crash
1047  newsrc#        ~/.newsrc
1048  signature#     &lt;pinerc dir&gt;/.signature
1049  addressbook#   &lt;pinerc dir&gt;/.addressbook
1050  postponed#     ~/mail/postponed-msgs
1051  sentmail#      ~/mail/sent-mail
1052  mailcap#       ~/.mailcap + /etc/mailcap
1053                            + /usr/etc/mailcap + /usr/local/etc/mailcap
1054  mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
1056  news-spool     varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news
1057  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
1058  lock files     /tmp/.<!--#echo var="MAIL_SPOOL_LOCK_PATH"-->
1059  inbox          <!--#echo var="MAIL_SPOOL_PATH"-->
1060  password       /etc/passwd
1062 Unix Alpine and PC-Alpine:
1064  .ab*           remote addressbook support files
1065  a[1-9]*        temporary (while Alpine is running) addressbook files
1067 </PRE>
1070 <H2>Mailcap files</H2>
1072 Alpine honors the mailcap configuration system for specifying external
1073 programs for handling attachments.  The mailcap file maps MIME attachment
1074 types to the external programs loaded on your system that can display
1075 and/or print the file.  A sample mailcap file comes bundled with the Alpine
1076 distribution.  It includes comments that explain the syntax you need to
1077 use for mailcap.  With the mailcap file, any program (mail readers,
1078 newsreaders, WWW clients) can use the same configuration for handling
1079 MIME-encoded data.
1082 <H2>MIME-Types files</H2>
1084 Alpine uses mime-types files (.mime.types or MIMETYPE) to determine
1085 what Content-Type to use for labeling an attached file, based on
1086 the file extension.  That is, this file provides a mapping between
1087 filename extensions and MIME content-types.
1090 <H2>Environment variables</H2>
1092 PC-Alpine uses the following environment variables:
1093 <DL>
1094 <DT>PINERC</DT>
1095 <DD>Optional path to pinerc file.</DD>
1096 <DT>PINERCEX</DT>
1097 <DD>Optional path to personal exceptions configuration file.</DD>
1098 <DT>PINECONF</DT>
1099 <DD>Optional path to global pine config file.</DD>
1100 <DT>HOME</DT>
1101 <DT>TMPDIR, TMP, or TEMP</DT>
1102 <DT>COMSPEC</DT>
1103 <DT>MAILCAPS</DT>
1104 <DD>A <B>semicolon</B> delimited list of path names to mailcap files.</DD>
1105 <DT>USER_DICTIONARY</DT>
1106 <DD>Used to specify the file to contain the user's spell check
1107 dictionary.  The default is <SAMP>DICT.U</SAMP> in the same
1108 directory as the <SAMP>SPELL32.DLL</SAMP></DD>
1109 </DL>
1111 Unix Alpine uses the following environment variables:
1112 <DL>
1113 <DT>TERM</DT>
1114 <DD>Tells Alpine what kind of terminal is being used.</DD>
1115 <DT>DISPLAY</DT>
1116 <DD>Determines if Alpine will try to display IMAGE attachments.</DD>
1117 <DT>SHELL</DT>
1118 <DD>If not set, default is &quot;/bin/sh&quot;.</DD>
1119 <DT>TMPDIR, TMP, or TEMP</DT>
1120 <DT>MAILCAPS</DT>
1121 <DD>A <B>colon</B> delimited list of path names to mailcap files.</DD>
1122 </DL>
1123 <!--chtml if pinemode="os_windows"-->
1125 <H2>Common PC-Alpine Configuration Problems</H2>
1127 <H3>Configuration settings aren't being saved</H3>
1129 <P>This problem can happen if you run pine from one directory and
1130 then decide to move your pine directory to another location.  PC-Alpine
1131 stores certain variables, including the configuration location, in the
1132 Windows Registry (which you shouldn't ever need to manually edit).  There
1133 are a couple of ways to go about removing or resetting the values in the
1134 registry.
1137 1) Run PC-Alpine's registry value deletion command.  This can be done by
1138 running: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-registry&nbsp;clear&quot; from the DOS
1139 prompt. You could create a shortcut to pine.exe and change the &quot;Target&quot;
1140 value to the above command.
1143 2) Tell PC-Alpine where to look for the configuration file.  Configuration
1144 information is stored in a file called the PINERC.  With the &quot;-p&nbsp;PINERC&quot;
1145 option, you can tell PC-Alpine the location of your pinerc.  An example of
1146 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;.
1147 Again, you can use the DOS prompt or the shortcut method explained in (1).
1150 Additionally, there is the &quot;-registry&nbsp;set&quot; option, which will actively
1151 set registry values to the current setting, and is therefore useful with
1152 the &quot;-p&nbsp;PINERC&quot; option.
1154 <!--chtml endif-->
1156 &lt;End of Configuration Notes&gt;
1157 </BODY>
1158 </HTML>
1159 ====== h_news_legal ======
1160 <html>
1161 <head>
1162 <TITLE>Alpine Legal Notices</TITLE>
1163 </head>
1164 <body>
1166 <H1>Alpine Legal Notices</H1>
1168 Alpine and its constituent programs are covered by the Apache License Version 2.0.
1172 &lt;End of Alpine Legal Notices&gt;
1173 </BODY>
1174 </HTML>
1175 ===== h_info_on_mbox =====
1176 <HTML>
1177 <HEAD>
1178 <TITLE>Information on mbox driver</TITLE>
1179 </HEAD>
1180 <BODY>
1181 <H1>Information on &quot;Missing Mail&quot; and the &quot;mbox&quot; driver</H1>
1183 Beginning with Pine 4.00 (Pine came before Alpine)
1184 a new INBOX access method is
1185 available as part of the standard configuration.  It is called the
1186 &quot;mbox&quot; driver and it works like this:<P>
1189 <BLOCKQUOTE>
1190 If the file &quot;mbox&quot; exists in the user's home directory, and
1191 is in Unix mailbox format, then when INBOX is opened this file will be
1192 selected as INBOX instead of the mail spool file.  Messages will be
1193 automatically transferred from the mail spool file into the mbox
1194 file.
1195 </BLOCKQUOTE>
1198 The advantage of this method is that, after new mail has been copied
1199 from the system mail spool, all subsequent access is confined to the
1200 user's home directory, which is desirable on some systems.  However, a
1201 possible disadvantage is that mail tools other than those from the
1202 University of Washington will not know to look for mail in the user's
1203 mbox file.  For example, POP or IMAP servers other than those from the
1204 University of Washington, and many &quot;new mail notification&quot;
1205 programs may not work as expected with this driver enabled.<P>
1207 To disable this behavior, either remove/rename the &quot;mbox&quot;
1208 file or find the <A HREF="h_config_disable_drivers"><!--#echo var="VAR_disable-these-drivers"--></A>
1209 option in Setup/Config
1210 and add &quot;mbox&quot; to it:
1212 <CENTER><SAMP><!--#echo var="VAR_disable-these-drivers"-->=mbox</SAMP></CENTER>
1214 &lt;End of help on this topic&gt;
1215 </BODY>
1216 </HTML>
1217 ===== h_info_on_locking =====
1218 <HTML>
1219 <HEAD>
1220 <TITLE>FAQs on Alpine Locking</TITLE>
1221 </HEAD>
1222 <BODY>
1223 <H1>What Systems Managers Need to Know about Alpine File Locking</H1>
1225 There is an extensive section on locking in the Alpine technical notes;
1226 this information is intended to provide answers to some common questions:<P>
1227 <OL>
1228 <LI> Why did locking change in Pine 4.00?<BR>
1229 The actual locking mechanisms did not change in 4.00.
1230 What changed is that when one particular locking mechanism used by Alpine 
1231 fails, Alpine now issues a warning message.  Prior to Pine 4.00, the locking
1232 failure would occur, but no warning was issued.<P>
1234 <LI> Is this what the &quot;Mailbox vulnerable&quot; message is about?<BR>
1235 Yes.  It means that Alpine was unable to create a lockfile in the
1236 spool directory, generally because of overly restrictive protections on the
1237 spool directory.  The correct permissions on the spool directory for
1238 running Alpine are 1777, i.e. read-write-execute permission for everyone,
1239 with the sticky-bit set, so only owners of a file can delete them.<P>
1241 <LI> Why does Alpine require that the mail spool directory have 1777
1242    protections?<BR>
1243 Alpine was designed to run without special privileges.  This means that in
1244 order to create a lockfile in the spool directory, it is necessary to have
1245 the spool directory permissions be world-writable.<P>
1247 <LI> Can't you create the lockfile somewhere else?<BR>
1248 No.  The lockfile in question must be in the mail spool directory, because
1249 that's where the mail delivery program expects to find it, and the purpose
1250 of the file is to coordinate access between the mail client (Alpine) and the
1251 mail delivery program.<P>
1253 <LI> Isn't having the spool directory world-writable a big security risk?<BR>
1254 No.  Remember that the individual mail files in the spool directory are
1255 NOT world-writable, only the containing directory.  Setting the &quot;sticky
1256 bit&quot; -- indicated by the &quot;1&quot; before the &quot;777&quot; mode 
1257 -- means that only the owner of the file (or root) can delete files in the 
1258 directory.  So the only bad behavior that is invited by the 1777 mode is that 
1259 anyone could
1260 create a random file in the spool directory.  If the spool directory is
1261 under quota control along with home directories, there is little incentive
1262 for anyone to do this, and even without quotas a periodic scan for
1263 non-mail files usually takes care of the problem.  <P>
1265 <LI> Why not run Alpine as setgid mail?<BR>
1266 Alpine was never designed to run with privileges, and to do so introduces a
1267 significant security vulnerability.  For example, if a user suspends Alpine,
1268 the resulting shell will have group privileges.  This is one example of
1269 why we strongly recommend against running Alpine as a privileged program.
1270 In addition, a &quot;privileged mailer &quot paradigm would mean that normal 
1271 users
1272 could not test Alpine versions or other mailers that had not been installed
1273 by the system administrators.<P>
1276 <LI> Are there any alternatives to creating .lock files in the spool dir?<BR>
1277 There are, but they all have different sets of tradeoffs, and not all will
1278 work on all systems.  Some examples:<UL>
1279  <LI> Use lock system calls.  Works fine on a few systems, provided mail
1280    spool is local.   Doesn't work reliably if NFS is used.
1281    Doesn't work unless <B>all</B> the mail programs accessing the spool dir
1282    use the same calls.
1283  <LI> Deliver mail to user's home directory.  An excellent solution, highly
1284    recommended -- but one which is incompatible with some &quot;legacy&quot; 
1285 mail tools that always look in the spool directory for the mail.
1286 </UL><P>
1288 <LI> Are these spool directory lock files the only kinds of locks used by
1289    Alpine?<BR>
1290 No.  Alpine also creates lockfiles in the /tmp directory.  For normal Unix
1291 mailbox format folders, these are used to coordinate access between
1292 multiple Alpine sessions.  <P>
1294 <LI> What about the 
1295 <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>
1296 This is for people who are content to live dangerously, or who have
1297 specific knowledge that the spool directory lockfiles are superfluous on
1298 their system (because both Alpine and the mail delivery program are using 
1299 system call file locking in a context that works reliably, e.g. not NFS.)<P>
1301 <LI> Where can I find more details on how Alpine locking works?<BR>
1302 See the Alpine Technical Notes.<P>
1304 </OL>
1306 &lt;End of help on this topic&gt;
1307 </BODY>
1308 </HTML>
1309 ===== h_finding_help ====
1310 <HTML>
1311 <HEAD>
1312 <TITLE>Finding more information and requesting help</TITLE>
1313 </HEAD>
1314 <BODY>
1315 <H1>Places to Look for More Answers</H1>
1316 If you have questions about or problems with Alpine that you cannot resolve 
1317 after consulting the program's internal, context-sensitive help screens, here 
1318 are additional information resources that you may find helpful:
1320 <UL>
1321   <LI> Alpine's top-level <A HREF="main_menu_tx">MAIN MENU HELP</A>.<P>
1323   <LI> Alpine's <A HREF="h_help_index">Help Index</A>.<P>
1325   <LI> Alpine's internal <A HREF="h_news">Release Notes</A>.  They contain a 
1326 listing of changes in Alpine <!--#echo var="ALPINE_VERSION"-->
1327   since the last version, which may be useful for you to be aware of, 
1328 <B>especially</B> if a &quot;problem&quot; you are encountering is actually 
1329 a change in the way an aspect of Alpine works.  There, you will also find notes 
1330 on Alpine configuration.<P>
1332   <LI> The Alpine Information Center (maintained by the University of
1333            Washington) World Wide Web site contains, among other things
1334            <UL>
1335            <LI>a collection of Frequently Asked Questions (and answers!) about Alpine
1336            <LI>an overview of the basics for beginning Alpine users
1337            <LI>Technical Notes for systems administrators
1338            <LI>archives (including a searchable index) of the alpine-info 
1339 mailing list, on which matters of interest to systems/email administrators,
1340 developers, trainers, user support personnel, and others involved with Alpine 
1341 messaging on a &quot;technical&quot; level are discussed.
1342 </UL>
1343         The Alpine Information Center can be accessed with a WWW browser at:<P>
1344             <CENTER><A HREF="http://www.washington.edu/alpine/">http://www.washington.edu/alpine/</A></CENTER>  
1345 </UL>
1346 <P><HR WIDTH="75%">
1347 <H1>Requesting help</H1>
1348 If the internal help, the Release Notes, the Alpine Information Center, and your 
1349 local online and print resources do not help you resolve a problem, please
1350 start by contacting your local computer support staff and asking for help.
1352 This is especially true if:
1353 <ul>
1354   <li>You suddenly have trouble sending or receiving mail.
1355   <li>You receive a "disk quota exceeded" message.
1356   <li>You have forgotten your password.
1357   <li>You think your account may have been compromised.
1358   <li>You need help viewing an attachment.
1359   <li>You need to know how to configure your:
1360       <A HREF="h_config_nntp_server">NNTP (news) server</A>, 
1361       <A HREF="h_config_smtp_server">SMTP (sending mail) server</A>, 
1362       <A HREF="h_config_ldap_server">LDAP (directory lookup) server</A>, or
1363       <A HREF="h_config_inbox_path">INBOX (incoming mail) path</A>.
1364   <li>You want to know what alternative editors or spellcheckers you may be able to use.
1365   <li>You want to block email from a particular person.
1366   <li>You're going on vacation and need to autorespond to incoming mail.
1367   <li>You want to automatically file or filter incoming messages.
1368 </ul>
1370 In all of these cases,
1371 you should contact <B>your</B> support staff, because <B>only they</B> 
1372 will be able to assist you effectively. Your support staff may be, depending on who 
1373 provides you with the email account you use Alpine with, for example:<UL>
1374 <LI> the computing help desk of (a department of) your university, school, 
1375 employer, ... ; or
1376 <LI> the customer service center of your Internet Service Provider; or
1377 <LI> the friendly volunteer helpers of your Freenet; or
1378 <LI> the person who setup your computer and internet connection.
1379 </UL>
1381 Due to the large number of Alpine installations worldwide, and because we
1382 receive no funding for it, the Alpine development team <B>cannot provide 
1383 individual support services outside the University of Washington</B>.
1385 If you have no local computing support to turn to, the worldwide <b>comp.mail.pine</b>
1386 newsgroup can be a valuable source of information and assistance for Alpine 
1387 user issues.
1389 For systems/email administrators, developers, trainers, user support
1390 personnel, and others involved with Alpine messaging on a &quot;technical&quot;
1391 level, the mailing list alpine-info is available; for information on
1392 subscribing and posting to it, see
1394 <CENTER><A HREF="http://www.washington.edu/alpine/alpine-info/subscribing.html">http://www.washington.edu/alpine/alpine-info/subscribing.html</A></CENTER>
1397 Regardless of whom you are asking for help with Alpine, remember 
1398 to provide as much detail as you can about the
1399 nature of any problem you are encountering, such as
1400 <UL>
1401 <LI>when it first occurred;
1402 <LI>what, if anything, happened that might have brought it about;
1403 <LI>whether it still persists;
1404 <LI>whether it is reproducible, and if so, how;
1405 <LI>what, if anything, you already tried to solve it.
1406 </UL> 
1407 It may also be helpful if you specify what version of Alpine you are using 
1408 <!--chtml if pinemode="running"-->
1409 -- this is <!--#echo var="ALPINE_VERSION"--> --
1410 <!--chtml endif-->
1411 and on what system, and when the copy of Alpine you are using was created
1412 <!--chtml if pinemode="running"-->
1413 -- for this copy: <!--#echo var=ALPINE_COMPILE_DATE-->
1414 <!--chtml endif-->
1416 <!--chtml if pinemode="running"-->
1417 <P>   
1418 When the Alpine program you are currently using was installed, a support
1419 contact email address may have been set up; in that case, you can simply select
1420 this link now to send a message to it:<BR>
1421 <A HREF="X-Alpine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
1422 <!--chtml endif-->
1423 <!--chtml if [ -r PINE_INFO_PATH ]-->
1424 <HR WIDTH="75%">Local Support Contacts:<P>
1425 <!--#include file="PINE_INFO_PATH"-->
1426 <HR WIDTH="75%">
1427 <!--chtml endif-->
1428 <P> 
1429 &lt;End of help on this topic&gt;
1430 </BODY>
1431 </HTML>
1432 ===== new_user_greeting ======
1433 <HTML>
1434 <HEAD>
1435 <TITLE>NEW USER GREETING</TITLE>
1436 </HEAD>
1437 <BODY>
1438 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1439 <BR>
1440 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
1441 We hope you will explore Alpine's many capabilities. From the MAIN MENU,
1442 select Setup/Config to see many of the options available to you. Also note
1443 that all screens have context-sensitive help text available.<P>
1444 <!--chtml if pinemode="phone_home"-->
1445 SPECIAL REQUEST:
1446 This software is made available as a public service of the
1447 University of Washington in Seattle. We are no longer actively developing
1448 the software, but it is still helpful to us to have an idea of how many
1449 people are using Alpine. Are you willing to be counted as an Alpine user? Pressing 
1450 <A HREF="X-Alpine-Phone-Home:">Return</A>
1451 will send an anonymous (meaning, your real email address will not be revealed) 
1452 message to the Alpine team at the University of Washington for purposes of tallying.
1454 <!--To Exit this screen and continue your Alpine session press "E".-->
1455 <!--chtml else-->
1456 To Exit this screen and continue your Alpine session press "Return".
1457 <!--chtml endif-->
1458 </BODY>
1459 </HTML>
1460 ===== new_alpine_user_greeting ======
1461 <HTML>
1462 <HEAD>
1463 <TITLE>NEW ALPINE USER GREETING</TITLE>
1464 </HEAD>
1465 <BODY>
1466 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1467 <BR>
1468 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
1469 Your Alpine configuration file indicates that you may have used Pine before
1470 but not Alpine.
1471 If you are familiar with the way Pine works, you should be comfortable
1472 using Alpine.
1473 Your Pine configuration file is automatically used for Alpine.
1474 The Release Notes may be viewed by pressing 
1475 &quot;R&quot; now or while in the MAIN MENU.
1477 <!--chtml if pinemode="phone_home"-->
1478 SPECIAL REQUEST:
1479 This software is made available as a public service of the
1480 University of Washington in Seattle. We are no longer actively developing
1481 the software, but it is still helpful to us to have an idea of how many
1482 people are using Alpine. Are you willing to be counted as an Alpine user? Pressing 
1483 <A HREF="X-Alpine-Phone-Home:">Return</A>
1484 will send an anonymous (meaning, your real email address will not be revealed) 
1485 message to the Alpine team at the University of Washington for purposes of tallying.
1487 <!--To Exit this screen and continue your Alpine session press "E".-->
1488 <!--chtml else-->
1489 To Exit this screen and continue your Alpine session press "Return".
1490 <!--chtml endif-->
1491 </BODY>
1492 </HTML>
1493 ===== new_version_greeting ======
1494 <HTML>
1495 <HEAD>
1496 <TITLE>NEW VERSION GREETING</TITLE>
1497 </HEAD>
1498 <BODY>
1499 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1500 <BR>
1501 <H1>Welcome to Alpine version <!--#echo var="ALPINE_VERSION"-->!</H1>
1502 Your Alpine configuration file indicates that you may not have used 
1503 this version of Alpine before.  This version's significant changes are
1504 documented in the Release Notes, which may be viewed by pressing 
1505 &quot;R&quot; now or while in the MAIN MENU.
1507 <!--chtml if pinemode="phone_home"-->
1508 SPECIAL REQUEST:
1509 This software is made available as a public service of the
1510 University of Washington in Seattle. We are no longer actively developing
1511 the software, but it is still helpful to us to have an idea of how many
1512 people are using Alpine. Are you willing to be counted as an Alpine user? Pressing 
1513 <A HREF="X-Alpine-Phone-Home:">Return</A>
1514 will send an anonymous (meaning, your real email address will not be revealed) 
1515 message to the Alpine team at the University of Washington for purposes of tallying.
1517 <!--To Exit this screen and continue your Alpine session press "E".-->
1518 <!--chtml else-->
1519 To Exit this screen and continue your Alpine session press "Return".
1520 <!--chtml endif-->
1521 </BODY>
1522 </HTML>
1524 ===== main_menu_tx ======
1525 <HTML>
1526 <HEAD>
1527 <TITLE>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</TITLE>
1528 </HEAD>
1529 <BODY>
1530 <H1>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</H1>
1531 <DIV ALIGN=CENTER>
1532 Version <!--#echo var="ALPINE_VERSION"-->
1533 <!--chtml if pinemode="running"-->
1534 <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->)
1535 <!--chtml endif-->
1536 </DIV>
1537 <CENTER>Copyright 2013 Eduardo Chappa,
1538 <BR>Copyright 2006-2008 University of Washington.
1539 </CENTER>
1542 When you are viewing a help screen, there may be links to
1543 other topics highlighted (in Reverse video) in the text.
1544 Here is an example.
1545 The word &quot;Introduction&quot; in the TABLE OF CONTENTS below should be
1546 highlighted.
1547 If you type carriage return (or V for View Link, see the commands at the
1548 bottom of the screen) you will be taken to a new help screen to view the
1549 Introduction.
1550 The commands at the bottom of the screen should then include
1551 &quot;P Prev Help&quot;.
1552 If you type &quot;P&quot; you will end up back here.
1553 If you type &quot;E&quot; for Exit, you will be back out of help and returned
1554 to the place you were in Alpine when you entered Help.
1555 In this case, you would go back to the MAIN MENU.
1556 There are also other links that are highlighted in bold (or the color used
1557 by your terminal to display bold).
1558 The items after the Introduction in the TABLE OF CONTENTS are all examples
1559 of such links.
1560 In order to view those links, you first have to make the link you want
1561 to view the current link.
1562 The &quot;NextLink&quot; and &quot;PrevLink&quot; commands
1563 (see bottom of screen) can do that for you.
1566 <H2>TABLE OF CONTENTS</H2>
1567 <OL>
1568   <LI> <A HREF="h_mainhelp_intro">Introduction</A>
1569   <LI> <A HREF="h_mainhelp_pinehelp">Alpine Help</A>
1570 <!--chtml if [ -r PINE_INFO_PATH ]-->
1571   <LI> <A HREF="h_mainhelp_localsupport">Local Support Contacts</A>
1572 <!--chtml endif-->
1573   <LI> <A HREF="h_mainhelp_cmds">Giving Commands in Alpine</A>
1574   <LI> <A HREF="h_mainhelp_config">Alpine Configuration</A>
1575   <LI> <A HREF="h_mainhelp_status">Titlebar Line</A>
1576   <LI> <A HREF="h_mainhelp_mainmenu">Main Menu</A>
1577   <LI> <A HREF="h_mainhelp_index">Index of Messages</A>
1578   <LI> <A HREF="h_mainhelp_reading">Reading Messages</A>
1579   <LI> <A HREF="h_mainhelp_composing">Composing Messages</A>
1580   <LI> <A HREF="h_mainhelp_readingnews">Reading News</A>
1581   <LI> <A HREF="h_mainhelp_abooks">Address Books</A>
1582   <LI> <A HREF="h_mainhelp_ldap">LDAP Directories</A>
1583   <LI> <A HREF="h_mainhelp_folders">Folders</A>
1584   <LI> <A HREF="h_mainhelp_collections">Collection Lists</A>
1585   <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
1586   <LI> <A HREF="h_mainhelp_color">Color Setup</A>
1587   <LI> <A HREF="h_mainhelp_filtering">Filtering</A>
1588   <LI> <A HREF="h_mainhelp_roles">Roles</A>
1589   <LI> <A HREF="h_mainhelp_patterns">Patterns</A>
1590   <LI> <A HREF="h_mainhelp_keywords">Keywords (or Flags, or Labels)</A>
1591   <LI> <A HREF="h_mainhelp_mouse">Using a Mouse</A>
1592   <LI> <A HREF="h_mainhelp_cmdlineopts">Command Line Options</A>
1593   <LI> <A HREF="h_mainhelp_securing">Securing Your Alpine Session</A>
1594   <LI> <A HREF="h_mainhelp_smime">S/MIME</A>
1595   <LI> <A HREF="h_mainhelp_problems">Reporting Problems</A>
1596   <LI> <A HREF="X-Alpine-Config:">Show Supported Options in this Alpine</A>
1597   <LI> <A HREF="h_help_index">Index to Alpine's Online Help</A>
1598 </OL>
1601 &lt;End of help on this topic&gt;
1602 </BODY>
1603 </HTML>
1604 ===== h_mainhelp_intro ======
1605 <HTML>
1606 <HEAD>
1607 <TITLE>Introduction</TITLE>
1608 </HEAD>
1609 <BODY>
1610 <H1>Introduction</H1>
1612 Alpine is an &quot;Alternatively Licensed Program for Internet
1613 News and Email&quot; produced until 2008 by the University of Washington.
1614 It is intended to be an easy-to-use program for
1615 sending, receiving, and filing Internet electronic mail messages and
1616 bulletin board (Netnews/Usenet) messages. Alpine supports the following
1617 Internet protocols and specifications: SMTP (Simple Mail Transport Protocol), 
1618 NNTP (Network News Transport Protocol), MIME (Multipurpose Internet Mail 
1619 Extensions), IMAP (Internet Message Access Protocol), and LDAP (Lightweight
1620 Directory Access Protocol).<p>
1622 Although originally designed for inexperienced email users, Alpine has
1623 evolved to support many advanced features.  There are an ever-growing
1624 number of configuration and personal-preference options, though which of
1625 them are available to you is determined by your local system managers. 
1627 <H2>WHAT ALPINE DOES...</H2>
1629 Alpine is a &quot;mail user agent&quot; (MUA), which is a program that
1630 allows you to
1631 compose and read messages using Internet mail standards.  (Whether you
1632 can correspond with others on the Internet depends on whether or not your
1633 computer is connected to the Internet.)  Alpine also allows reading and
1634 posting messages on the Internet &quot;net news&quot; system, provided
1635 that your site operates a suitable news server.
1637 <H2>WHAT ALPINE DOES NOT DO...</H2>
1639 A &quot;mail user agent&quot; such as Alpine is just one part of a
1640 messaging system. Here are some things that are <B>not</B> done by Alpine,
1641 but require other programs:<P>
1642 <UL>
1643  <LI> Actual relaying of email... which is done by &quot;message transfer 
1644 agents&quot;.
1645  <LI> Vacation messages... automatically responding to incoming messages
1646  <LI> Anything to do with &quot;talk&quot;... which has nothing to do with 
1647 email.
1648  <LI> Anything to do with &quot;irc&quot;... which has nothing to do with email.
1649  <LI> List processing... resending one message to a list of recipients.
1650 </UL>
1653 &lt;End of help on this topic&gt;
1654 </BODY>
1655 </HTML>
1657 ===== h_mainhelp_pinehelp ======
1658 <HTML>
1659 <HEAD>
1660 <TITLE>Alpine Help</TITLE>
1661 </HEAD>
1662 <BODY>
1663 <H1>Alpine Help</H1>
1665 Alpine help is generally context-sensitive. In other words, each Alpine screen you 
1666 use will have its own help text, explaining the choices available for that
1667 screen. This general help section, on the other hand, attempts to give an 
1668 overall picture of what Alpine is capable of doing, as well as pointers to 
1669 additional help sections about specific topics.<p>
1671 Much of the help text contains links to further help topics, similar to
1672 how the World Wide Web works.
1673 You may choose a link to view using the &quot;NextLink&quot; and
1674 &quot;PrevLink&quot; commands to change the link that is highlighted.
1675 The &quot;View Link&quot; command will then show you the highlighted link.
1676 Similar to the Back button in a web browser, the &quot;Prev Help&quot; command
1677 will return you to where you were before viewing the link, and &quot;Exit Help&quot
1678 will return you to the location in Alpine before you asked for help.
1679 For example, if you are reading this text in Alpine you may return to the
1680 help table of contents with the &quot;Prev Help&quot; command or you may view the
1681 Release notes link in the next paragraph and then return here with
1682 &quot;Prev Help&quot;.
1685 In addition to this general help on Alpine, <A HREF="h_news">Release Notes</A>
1686 on the current Alpine version are also available from the MAIN MENU: Press
1687 <!--chtml if pinemode="function_key"-->
1688 &quot;F9&quot;
1689 <!--chtml else-->
1690 &quot;R&quot;
1691 <!--chtml endif-->
1692 to browse the release notes.  These include changes since the last release,
1693 configuration information, the history of the Alpine
1694 project, credits, and legal notices.
1696 Alpine files and documentation are available via FTP or WWW:
1698 <CENTER><SAMP><A 
1699 HREF="ftp://ftp.cac.washington.edu/alpine/">ftp://ftp.cac.washington.edu/alpine/</A>
1700 </SAMP></CENTER>
1702 <CENTER><SAMP><A 
1703 HREF="http://www.washington.edu/alpine/">http://www.washington.edu/alpine/</A></SAMP
1704 ></CENTER>
1707 If you would like to print <EM>all</EM> of Alpine's internal help text
1708 (not recommended) for a little light bedtime reading, then press
1709 <!--chtml if pinemode="function_key"-->
1710 &quot;F12&quot;
1711 <!--chtml else-->
1712 &quot;Z&quot;
1713 <!--chtml endif-->
1714 now.  (This assumes that the
1715 copy of Alpine you are using has been properly configured for printing
1716 at your site.)
1718 &lt;End of help on this topic&gt;
1719 </BODY>
1720 </HTML>
1721 ===== h_mainhelp_localsupport ======
1722 <HTML>
1723 <HEAD>
1724 <TITLE>Local Support Contacts</TITLE>
1725 </HEAD>
1726 <BODY>
1727 <H1>Local Support Contacts</H1>
1729 <!--chtml if [ -r PINE_INFO_PATH ]-->
1730 <!--#include file="PINE_INFO_PATH"-->
1731 <!--chtml else-->
1732 No Local Support Contacts configured.
1733 <!--chtml endif-->
1736 &lt;End of help on this topic&gt;
1737 </BODY>
1738 </HTML>
1740 ===== h_mainhelp_cmds ======
1741 <HTML>
1742 <HEAD>
1743 <TITLE>Giving Commands in Alpine</TITLE>
1744 </HEAD>
1745 <BODY>
1746 <H1>Giving Commands in Alpine</H1>
1748 Unless configured otherwise
1749 (<A HREF="h_config_blank_keymenu"><!--#echo var="FEAT_disable-keymenu"--></A>)
1750 the bottom two lines of the screen are always used to list the
1751 commands you can give.  You press the keys that are highlighted to give
1752 the command.  The commands for getting help and going back to the main
1753 menu are always present (except when viewing help as you are now).
1754 <!--chtml if pinemode="function_key"-->
1755 <!--chtml else-->
1757 Pressing O (meaning &quot;Other Commands&quot;) changes the keys
1758 you see at the bottom of any screen. In some cases there are 3 or
1759 even 4 different
1760 sets of keys that can be seen by using the O key. <EM>All commands are 
1761 active</EM>, even if they are not currently showing at the bottom of your 
1762 screen. In other words, you <EM>never</EM> need to press the O key, except to 
1763 remind yourself of the proper key to press to perform an operation.
1765 <H2>Control Key Commands</H2>
1766 When composing mail, and in a few other places, in Alpine you
1767 have to use Control keys. This means pressing the Control key (usually labeled 
1768 &quot;Ctrl&quot;) and the
1769 letter indicated at the same time.  Usually, this is shown with a
1770 &quot;^&quot; in front of the letter.  On some systems, certain control
1771 characters are intercepted before they get to Alpine.  As a work-around,
1772 you can press the ESCAPE key twice followed by the desired key.  For
1773 example, if Ctrl-O (^O) does not work on your system, try typing
1774 &quot;ESC ESC O&quot;.
1775 <!--chtml endif-->
1776 <H2>Paging Up and Down</H2>
1777 The &quot;+&quot; and &quot;-&quot; keys are used for
1778 moving to the next or previous page.  The space bar is a synonym for
1779 &quot;+&quot;.  You may also use Ctrl-V to page down and Ctrl-Y to page
1780 up as you do in the message composer.  On screens with a WhereIs (search)
1781 command, W or Ctrl-W followed by Ctrl-V will move to the bottom of the
1782 message or list, and W or Ctrl-W followed by Ctrl-Y will move to the top
1783 of the message or list.
1785 <H2>Return Key</H2>
1786 The return key is usually a synonym for a frequently used
1787 command.  When viewing a message, there is currently not a default
1788 command, so RETURN does nothing; when in the index, it is synonymous with
1789 &quot;view msg&quot;. In the key menu at the bottom of the screen, whatever is
1790 enclosed in square brackets [] is the same as the return key.
1792 <H2>Control Keys Not Used By Alpine</H2>
1793 Most commands in Alpine are single letters, with -- we hope -- some mnemonic 
1794 value, but in places where Alpine is expecting text input, e.g. in the composer or 
1795 at prompts for file/folder names, control keys must be used for editing and 
1796 navigation functions.
1799 Alpine has used nearly all the control keys available.  There are, however,
1800 certain control keys that are reserved by other programs or for technical
1801 reasons.  Alpine does not use any of these keys:
1802 <DL>
1803  <DT>Ctrl-S</DT> <DD>Used by Unix as &quot;stop output&quot;</DD>
1804  <DT>Ctrl-Q</DT> <DD>Used by Unix as &quot;resume output&quot;</DD>
1805  <DT>Ctrl-]</DT> <DD>Often used by Telnet as escape key</DD>
1806 </DL>
1808 Note: Ctrl-S and Ctrl-Q can be subject to 
1809 <A HREF="h_special_xon_xoff">special handling</A>.
1811 In addition, while the ESC key alone is not used for command input,
1812 Alpine will recognize two consecutive ESC key presses followed by a letter 
1813 key as a substitute for control key input.  For example, the control key
1814 <SAMP>Ctrl-X</SAMP> can alternatively be entered using the
1815 three keystrokes: <SAMP>ESC&nbsp;ESC&nbsp;x</SAMP>.
1816 This is useful if the communication program you are using
1817 (e.g. Telnet) has its own, conflicting, idea of what certain control
1818 characters mean.
1821 <H2>Repainting the Screen</H2>
1822 Sometimes what is displayed on the screen will be
1823 incorrect due to noise on the phone line or other causes and you will want
1824 to repaint the whole screen to make it correct.  You can use the Ctrl-L
1825 command to do this.  It never hurts to do it when in doubt.
1828 &lt;End of help on this topic&gt;
1829 </BODY>
1830 </HTML>
1831 ===== h_mainhelp_status ======
1832 <HTML>
1833 <HEAD>
1834 <TITLE>Titlebar Line</TITLE>
1835 </HEAD>
1836 <BODY>
1837 <H1>Titlebar Line</H1>
1839 The top line of the screen is Alpine's titlebar line.  It will always display
1840 the current version of Alpine and will also convey information about the
1841 status of the program.  This is where you look to find out what
1842 collection, folder and message number is active and where you are in Alpine.
1845 If the titlebar line says &quot;READONLY&quot; it means that the open folder
1846 (typically your INBOX) is &quot;locked&quot; by another mail session --
1847 most likely a more recent session of Alpine has taken the INBOX lock.
1850 If the titlebar line says &quot;CLOSED&quot; it means that you are trying to
1851 access a
1852 folder on a remote mail server, and for some reason, communication with
1853 the mail server has either been lost, or never successfully established.
1854 This can be a result of trying to open a non-existent folder, or one
1855 stored on an invalid or non-operational server, or it can mean that Alpine
1856 has been suspended for more that 30 minutes while accessing a remote mail
1857 server.
1860 &lt;End of help on this topic&gt;
1861 </BODY>
1862 </HTML>
1863 ===== h_mainhelp_mainmenu ======
1864 <HTML>
1865 <HEAD>
1866 <TITLE>Main Menu</TITLE>
1867 </HEAD>
1868 <BODY>
1869 <H1>Main Menu</H1>
1871 The Main Menu lists Alpine's main options.
1872 The key or keys you must type to enter your
1873 choice are to the left of each option or command name.
1874 You can type either uppercase or lowercase letters,
1875 and you should not press &lt;Return&gt; after typing the
1876 letter (unless you are specifically asking for the default,
1877 highlighted command).
1880 From the Main Menu you can choose to read online help, write (compose) and 
1881 send a message, look at an index of your mail messages, open or maintain
1882 your mail folders, update your address book, configure Alpine, and quit Alpine.
1883 There are additional options listed at
1884 the bottom of the screen as well.
1887 The Help command usually returns context-sensitive help information.
1888 However, in the Main Menu you get the most general help, which includes
1889 a Table of Contents.
1890 The last entry in the Table of Contents is an Index of help topics,
1891 so this is a good place to go if you are having trouble finding how
1892 to do something.
1894 <H2>Main Menu Commands</H2>
1895 The Alpine main menu lists the most common Alpine functions. A <a
1896 href="h_main_menu_commands">full list of these
1897 commands</a> and what they do is available.
1899 &lt;End of help on this topic&gt;
1900 </BODY>
1901 </HTML>
1902 ===== h_mainhelp_abooks ======
1903 <HTML>
1904 <HEAD>
1905 <TITLE>Address Books</TITLE>
1906 </HEAD>
1907 <BODY>
1908 <H1>Address Books</H1>
1911 As you use email, you can build a list of your regular email correspondents 
1912 in your Alpine
1913 Address Book. At the Alpine MAIN MENU, press A to see the Address Book List 
1914 screen. Your
1915 personal address book will be highlighted. Press &lt;Return&gt; to view it.
1916 You can use the address book to store email addresses for individuals or
1917 groups, to create easily
1918 remembered &quot;nicknames&quot; for these addresses, and to quickly retrieve an email 
1919 address when you are composing a message.
1921 There are two ways to add addresses to your address book: you can add them 
1922 manually or take them from messages (by pressing T to access the Take command). 
1923 With either method, you specify nicknames for your correspondents. A single 
1924 address book entry (or nickname) can point to just one email address, or, it can
1925 point to more than one. When it points to more than one, it is called a 
1926 distribution list. Each distribution list has a nickname, a full name, and a 
1927 list of addresses. These
1928 addresses may be actual addresses, other nicknames in your address book, or 
1929 other
1930 distribution lists.
1933 Additional information is available in Alpine's online help:
1934 <ul>
1935   <li><a href="h_abook_opened">The Alpine Address Book</a></li>
1936 </ul>
1938 &lt;End of help on this topic&gt;
1939 </BODY>
1940 </HTML>
1941 ===== h_mainhelp_ldap ======
1942 <HTML>
1943 <HEAD>
1944 <TITLE>LDAP</TITLE>
1945 </HEAD>
1946 <BODY>
1947 <H1>LDAP</H1>
1949 LDAP (Lightweight Directory Access Protocol) is a standard means of accessing 
1950 an organization's shared
1951 directories. Essentially, using LDAP, Alpine is able to find email addresses in 
1952 large address
1953 books, rather like the White Pages provided by the phone company. As an Alpine 
1954 user, it is not
1955 necessary to know much about how this works, only how to use it and how to 
1956 configure
1959 More information on configuring LDAP is available in Alpine's online help:
1960 <ul>
1961   <li><a href="h_direct_config">Setup LDAP Directory Servers</a></li>
1962 </ul>
1964 Additional help on using LDAP in Alpine is also available:
1965 <ul>
1966   <li><a href="h_ldap_view">LDAP Response View Explained</a></li>
1967 </ul>
1969 &lt;End of help on this topic&gt;
1970 </BODY>
1971 </HTML>
1972 ===== h_mainhelp_index ======
1973 <HTML>
1974 <HEAD>
1975 <TITLE>Index of Messages</TITLE>
1976 </HEAD>
1977 <BODY>
1978 <H1>Index of Messages</H1>
1980 In Alpine's message index, the selected message is highlighted. The first 
1981 column on the left is blank, shows a &quot;+&quot; if the message was
1982 sent directly to you (i.e., it is not a
1983 copy or from a list), or a &quot;-&quot; if you were explicitly Cc'd.
1985 The second column may be blank, or it may contain:
1986 <ul>
1987   <li>"N" if the message is new (unread), </li>
1988   <li>"A" if you have answered the message (using the Reply command), </li>
1989   <li>"D" if you have marked the message for deletion.</li>
1990 </ul>
1993 Note: If you answer a message as well as mark it deleted (in either order), 
1994 you will only see the &quot;D&quot;.
1997 The rest of the columns in the message line show you the message
1998 number, date sent, sender, size, and subject. For details, press ? (Help).  
1999 The behavior and appearance of the Index screen is highly configurable.
2000 In the Setup/Config screen search (with the WhereIs command) for options
2001 that contain the words &quot;index&quot; or &quot;thread&quot; to see
2002 many of the configuration possibilities.
2003 In particular, the
2004 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
2005 option may be used to configure the look of the standard MESSAGE INDEX lines
2006 in many different ways.
2007 Find <!--#echo var="VAR_index-format"--> in the Setup/Config screen and
2008 read the help text there for more information.
2010 Most of the commands you need to handle your messages are visible at the
2011 bottom of the screen, and you can press O (OTHER CMDS) to see additional
2012 commands that are available.
2013 You do not need to see these &quot;other commands&quot;
2014 on the screen to use them. That is, you never need to press O as a prefix
2015 for any other command.
2018 Additional information is available in Alpine's online help:
2019 <ul>
2020   <li><a href="h_mail_index">Message Index Commands</a></li>
2021 </ul>
2023 &lt;End of help on this topic&gt;
2024 </BODY>
2025 </HTML>
2026 ===== h_mainhelp_reading ======
2027 <HTML>
2028 <HEAD>
2029 <TITLE>Reading Messages</TITLE>
2030 </HEAD>
2031 <BODY>
2032 <H1>Reading Messages</H1>
2034 The message text screen shows you the text of the message along with
2035 its header. If a message has attachments, those will be listed (but not
2036 displayed) also.  The titlebar line displays information about the currently
2037 open message, folder and collection.  You see the name of the collection
2038 (if there is one) in angle brackets, then the name of the folder, then the
2039 message number and finally the position within the current message (in
2040 percent). If the message is marked for deletion
2041 &quot;DEL&quot; will appear in the
2042 upper right as well.
2045 As with every Alpine screen, the bottom two lines show you the commands 
2046 available.
2048 <P>Additional information is available in Alpine's online help:
2049 <ul>
2050   <li><a href="h_mail_view">Message Text Screen</a></li>
2051   <li><a href="h_attachment_screen">Attachment Index Screen Explained</a></li>
2052   <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a></li>
2053 </ul>
2055 &lt;End of help on this topic&gt;
2056 </BODY>
2057 </HTML>
2058 ===== h_mainhelp_composing ======
2059 <HTML>
2060 <HEAD>
2061 <TITLE>Composing Messages</TITLE>
2062 </HEAD>
2063 <BODY>
2064 <H1>Composing Messages</H1>
2066 To write a message, press C (Compose). You see the Compose Message
2067 screen, which is divided into two parts: the header area and the message
2068 text area. The header area is where information on the recipient (the To:
2069 field) and the subject line go, while the message text area contains the
2070 actual text of the email message. Different commands are available to you
2071 when your cursor is in different areas on this screen. To see additional
2072 help on commands in either the message text or header area, type
2073 <Control>G (Get help).
2076 To move around, use the arrow keys or Ctrl-N (Next line) and Ctrl-P 
2077 (Previous line); to correct typing errors, use &lt;Backspace&gt; or &lt;Delete&gt;.
2079 <P>The following information from Alpine's online help may prove useful:
2080 <ul>
2081   <li><a href="h_composer_to">Message Header Commands</a></li>
2082   <li><a href="h_compose_richhdr">Rich Header Command</a></li>
2083   <li><a href="h_composer">Composer Commands</a></li>
2084   <li><a href="h_edit_nav_cmds">Composer Editing Commands</a></li>
2085   <li><a href="h_config_change_your_from">Changing your From Address</a></li>
2086   <li><a href="h_compose_send">Send Command</a></li>
2087   <li><a href="h_compose_spell">Spell Check Command</a></li>
2088 </ul>
2090 &lt;End of help on this topic&gt;
2091 </BODY>
2092 </HTML>
2093 ===== h_mainhelp_collections ======
2094 <HTML>
2095 <HEAD>
2096 <TITLE>Collection Lists</TITLE>
2097 </HEAD>
2098 <BODY>
2099 <H1>Collection Lists</H1>
2101 Collection lists are Alpine's way of organizing groups of folders. Each
2102 "collection" can reside on a different server, for example, and contain a
2103 different group of mail folders.
2106 For more information on this, see:
2107 <ul>
2108   <li><a href="h_what_are_collections">Folder Collections Explained</a></li>
2109 </ul>
2111 Additional information relating to collection lists is also available in 
2112 Alpine's online
2113 help:
2114 <ul>
2115   <li><a href="h_collection_maint">Setup Collection List Screen</a></li>
2116   <li><a href="h_collection_screen">Collection List Screen</a></li>
2117 </ul>
2119 &lt;End of help on this topic&gt;
2120 </BODY>
2121 </HTML>
2122 ===== h_mainhelp_folders ======
2123 <HTML>
2124 <HEAD>
2125 <TITLE>Folders</TITLE>
2126 </HEAD>
2127 <BODY>
2128 <H1>Folders</H1>
2130 Messages can quickly accumulate in your INBOX folder. If you use email
2131 often, you soon could have hundreds. You need to delete messages you do
2132 not want, and you can use folders to organize messages you wish to save. A
2133 folder is a collection of one or more messages that are stored (just like
2134 the messages in your INBOX) so you can access and manage them.
2137 You can organize your email messages into different folders by topic,
2138 correspondent, date, or any other category that is meaningful to you. You
2139 can create your own folders, and Alpine automatically provides three:
2140 <ul>
2141   <li>The INBOX folder: messages sent to you are listed in this folder.
2142       When you first start Alpine and go to the Message Index screen, you are
2143 looking at the list of messages in your INBOX folder. Every incoming
2144 message remains in your INBOX until you delete it or save it in another
2145 folder. </li>
2146   <li>The sent-mail folder: copies of messages you send are stored in this 
2147 folder. This is
2148 convenient if you cannot remember whether you actually sent a message and want 
2149 to check, or
2150 if you want to send a message again.</li>
2151   <li>The saved-messages folder: copies of messages you save are stored in this 
2152 folder
2153 unless you choose to save them to other folders you create yourself.</li>
2154 </ul>
2157 More information about folders is available in Alpine's online help:
2158 <ul>
2159   <li><a href="h_folder_open">Explanation of Folder Selection</a></li>
2160   <li><a href="h_folder_maint">Help for Folder List</a></li>
2161   <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a></li>
2162   <li><a href="h_folder_fcc">Folder Select for Fcc ("sent-mail") 
2163 Explained</a></li>
2164   <li><a href="h_folder_save">Folder Select for Save Explained</a></li>
2165 </ul>
2167 &lt;End of help on this topic&gt;
2168 </BODY>
2169 </HTML>
2170 ===== h_mainhelp_color ======
2171 <HTML>
2172 <HEAD>
2173 <TITLE>Color</TITLE>
2174 </HEAD>
2175 <BODY>
2176 <H1>Color</H1>
2178 If the terminal emulator you are using is capable of displaying color or if
2179 you are using PC-Alpine, then it is possible to set up Alpine so that various
2180 parts of the display will be shown in colors you configure. This is done
2181 using the Setup Color screen, available from the MAIN MENU by selecting
2182 the Setup command followed by &quot;K&quot; for Kolor (because &quot;C&quot;
2183 stands for Config in this context).
2186 For example, you may color things like the titlebar, the current item,
2187 the keymenu, and the status messages.
2188 You may also color lines in the index, and headers and quoted text in the
2189 MESSAGE TEXT screen.
2190 You use the Color Setup screen for configuring most of this, but you must
2191 use the IndexColor setup for coloring whole index lines.
2192 These are available from the MAIN MENU under Setup/Kolor and Setup/Rules/IndexColor.
2195 The following entries in Alpine's online help provide additional information 
2196 about how to use color:
2197 <UL>
2198   <LI> <A HREF="h_color_setup">Color Setup screen</A>
2199   <LI> <A HREF="h_rules_incols">Index Line Color</A>
2200   <LI> <A HREF="h_config_quote_color">quoted text</A> in message view
2201   <LI> <A HREF="h_config_customhdr_pattern">text associated with user-defined headers</A> in message view
2202 </UL>
2204 &lt;End of help on this topic&gt;
2205 </BODY>
2206 </HTML>
2207 ===== h_mainhelp_mouse ======
2208 <HTML>
2209 <HEAD>
2210 <TITLE>Using a Mouse</TITLE>
2211 </HEAD>
2212 <BODY>
2213 <H1>Using a Mouse</H1>
2215 If you are using PC-Alpine mouse support is turned on automatically.
2216 If you are using UNIX Alpine within an X terminal window or within
2217 a terminal emulator that supports an xterm-style mouse, then you may
2218 turn on support for the mouse with the feature
2219 <A HREF="h_config_enable_mouse"><!--#echo var="FEAT_enable-mouse-in-xterm"--></A>.
2220 For UNIX Alpine you will also need to set the $DISPLAY environment variable.
2222 PC-Alpine offers considerable mouse support.  You can view what is
2223 &quot;clickable&quot; by dragging your mouse over any screen; when the
2224 arrow cursor changes into a hand, you found something. Mouse-click
2225 possibilities include navigating between screens and folders and
2226 double-clicking on hyperlinks to open your Web browser.
2227 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
2228 screen.  Examples of right-click options include &quot;copy&quot; after
2229 selecting text to copy and &quot;View in New Window&quot; when you click
2230 on a particular message in the Message Index. The menu choices available
2231 to you will vary based upon what screen is open, where on the screen your
2232 cursor is located, and even what action you have already taken.
2233 Within a folder, you may set the &quot;Important&quot; flag on any
2234 message.
2236 X terminal mouse support is more limited but still quite powerful.
2237 As with PC-Alpine, clicking on any of the commands in the keymenu at
2238 the bottom of the screen will execute that command as if you typed it.
2239 Double-clicking on a link, for example the link to the
2240 <!--#echo var="FEAT_enable-mouse-in-xterm"--> feature in the paragraph above,
2241 will take you to that link.
2242 Double-clicking on an index line will view the message, and so on.
2244 &lt;End of help on this topic&gt;
2245 </BODY>
2246 </HTML>
2247 ===== h_mainhelp_keywords ======
2248 <HTML>
2249 <HEAD>
2250 <TITLE>Keywords</TITLE>
2251 </HEAD>
2252 <BODY>
2253 <H1>Keywords</H1>
2255 Within a folder, you may set the &quot;Important&quot; flag on any
2256 message.
2257 This doesn't have any system-defined meaning and is only called
2258 the Important flag because many users use it to signify that a message
2259 is important to them in some way.
2261 You may also define your own set of keywords.
2262 You might know these as user defined flags or as labels.
2263 These are similar to the Important flag but you choose the names for yourself.
2265 Alpine will only display keywords that
2266 have been added by you in the Flag Details screen or
2267 that have been configured by you using the Setup/Config option
2268 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
2269 Keywords set by other means (for example, by another email client) will not
2270 show up in Alpine unless you configure Alpine to know about them.
2271 They will show up in the Flag Details screen, but will not show up, for example,
2272 in the index line.
2275 The following entries in Alpine's online help provide additional information 
2276 about how to use keywords:
2277 <ul>
2278   <li><A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--> config option</A></li>
2279   <li><A HREF="h_common_flag">Flag command to set keywords</A></li>
2280 </ul>
2282 &lt;End of help on this topic&gt;
2283 </BODY>
2284 </HTML>
2285 ===== h_mainhelp_roles ======
2286 <HTML>
2287 <HEAD>
2288 <TITLE>Roles</TITLE>
2289 </HEAD>
2290 <BODY>
2291 <H1>Roles</H1>
2293 You may play different roles depending on who you are replying to. For
2294 example, if you are replying to a message addressed to help-desk you may
2295 be acting as a Help Desk Worker. That role may require that you use a
2296 different return address and/or a different signature.
2299 To configure roles, go to the MAIN MENU and use the Setup command
2300 followed by &quot;Rules&quot; and then &quot;Roles&quot;.
2301 The following entries in Alpine's online help provide additional information 
2302 about how to
2303 use roles:
2304 <ul>
2305   <li><a href="h_rules_roles">Setup Roles Screen</a></li>
2306   <li><a href="h_role_select">Roles Screen</a></li>
2307 </ul>
2309 &lt;End of help on this topic&gt;
2310 </BODY>
2311 </HTML>
2312 ===== h_mainhelp_filtering ======
2313 <HTML>
2314 <HEAD>
2315 <TITLE>Filtering</TITLE>
2316 </HEAD>
2317 <BODY>
2318 <H1>Filtering</H1>
2320 The software that actually delivers mail (the stuff that happens
2321 before Alpine is involved) for you is in a better position to do mail filtering
2322 than Alpine itself.
2323 If possible, you may want to look into using that sort of mail filtering to
2324 deliver mail to different folders, delete it, or forward it.
2325 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
2328 Filtering is a way to automatically move certain messages from one folder
2329 to another or to automatically delete messages.
2330 You may also automatically set the state (Important, New, Deleted, Answered) of messages
2331 and set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
2332 Alpine doesn't have the ability to forward mail to another address or
2333 to deliver vacation messages.
2336 To configure filtering, go to the MAIN MENU and use the Setup command
2337 followed by &quot;Rules&quot; and then &quot;Filters&quot;.
2338 The following entries in Alpine's online help provide additional information 
2339 about how to use filtering:
2340 <UL>
2341   <LI> <A HREF="h_rules_filter">Filtering Setup screen</A>
2342 </UL>
2344 &lt;End of help on this topic&gt;
2345 </BODY>
2346 </HTML>
2347 ===== h_mainhelp_patterns ======
2348 <HTML>
2349 <HEAD>
2350 <TITLE>Patterns</TITLE>
2351 </HEAD>
2352 <BODY>
2353 <H1>Patterns</H1>
2355 Patterns are used with Roles, Filtering, Index Coloring,
2356 Scoring, Other Rules, and Search Rules, so it may help you to understand exactly how Patterns work.
2357 The following entries in Alpine's online help provide information 
2358 about using Patterns:
2359 <UL>
2360   <LI> <A HREF="h_rule_patterns">Patterns</A>
2361 </UL>
2363 &lt;End of help on this topic&gt;
2364 </BODY>
2365 </HTML>
2366 ===== h_mainhelp_cmdlineopts ======
2367 <HTML>
2368 <HEAD>
2369 <TITLE>Command Line Options</TITLE>
2370 </HEAD>
2371 <BODY>
2372 <H1>Command Line Options</H1>
2374 Alpine accepts a number of command line arguments, allowing you, for
2375 example, to start Alpine and immediately access a particular folder.
2376 Many of these arguments overlap with options in the Alpine configuration file.
2377 If there is a difference, then an option set on the command line takes
2378 precedence.
2379 Alpine expects command line arguments (other than addresses) to be
2380 preceded by a &quot;-&quot; (dash) as normally used by UNIX programs.
2381 A <a href="h_command_line_options">full list</a> of command line
2382 possibilities is available.
2384 &lt;End of help on this topic&gt;
2385 </BODY>
2386 </HTML>
2387 ===== h_mainhelp_config ======
2388 <HTML>
2389 <HEAD>
2390 <TITLE>Alpine Configuration</TITLE>
2391 </HEAD>
2392 <BODY>
2393 <H1>Alpine Configuration</H1>
2395 Unless it has been administratively disabled, the Setup command on the
2396 MAIN MENU has several subcommands that allow you to modify Alpine's behavior.
2397 The possible subcommands are for general Configuration settings,
2398 Printer settings, Changing your Password, Signature setup,
2399 AddressBook setup, Collection Lists setup, Rules (including Roles, Filters,
2400 Scores, Search, Indexcolor, and Other rules), LDAP Directory setup,
2401 and Color configuration.
2402 In particular, the &quot;Config&quot; subcommand has many features you may
2403 set or unset and many other configuration variables that may be set to change
2404 the way Alpine works.
2405 Every one of the hundreds of options available in that configuration settings
2406 screen has help text associated with it.
2407 You may read that text by moving the cursor to highlight the option and then
2408 typing the Help command.
2410 These settings are stored in your personal
2411 &quot;pinerc&quot; configuration file (or, optionally, they may be stored
2412 <A HREF="h_config_remote_config">remotely</A>),
2413 but on shared systems these settings
2414 may be over-ridden by a system-wide control file (due to local site
2415 security or support policies).  A global pine configuration file can also
2416 be used to set default values for all Alpine users on a particular system.
2417 Power users may be interested in splitting their personal configuration
2418 data into two pieces, a generic piece and
2419 <A HREF="h_config_exceptions">exceptions</A> which apply to
2420 a particular platform.
2421 They may also be interested in <A HREF="h_config_inheritance">configuration inheritance</A>.
2422 General Alpine configuration information can be found
2423 <A HREF="h_news_config">here</A>.
2425 &lt;End of help on this topic&gt;
2426 </BODY>
2427 </HTML>
2428 ===== h_mainhelp_aggops ======
2429 <HTML>
2430 <HEAD>
2431 <TITLE>Aggregate Operations</TITLE>
2432 </HEAD>
2433 <BODY>
2434 <H1>Aggregate Operations</H1>
2436 When you are in the MESSAGE INDEX, the available commands
2437 (for example, Delete, Undelete, Save, Reply, and so on)
2438 normally act on a single message.
2439 So, for example, if you press the Delete command, the currently highlighted
2440 message is marked Deleted.
2441 These commands that normally act on a single message may be applied to
2442 several messages at once instead.
2444 By default this feature is turned on, but it could be administratively turned
2445 off to reduce complexity.
2446 The feature
2447 <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>
2448 in the Setup/Config screen is used to turn it off or on.
2449 When this feature is turned on, the four commands &quot;Select&quot;,
2450 &quot;SelectCur&quot;, &quot;ZoomMode&quot;, and &quot;Apply&quot;
2451 are available.
2452 The two selection commands allow you to mark a set of
2453 messages as being &quot;selected&quot;.
2454 The &quot;ZoomMode&quot; command will toggle between
2455 displaying only the selected messages and displaying all the messages.
2456 The &quot;Apply&quot; command allows you to
2457 apply one of the regular MESSAGE INDEX commands to all of the selected
2458 messages instead of to only the highlighted message.
2460 An example aggregate operation would be to catch up when reading
2461 a news group.
2462 That is, get rid of all the messages in the news group so that you can
2463 start fresh.
2464 The easiest way to do this in Alpine is to use aggregate operations.
2465 You want to Delete all of the messages in the group.
2466 You could start at the top and type &quot;D&quot; once for every message.
2467 A much faster method is to first Select all of the messages in the group,
2468 and then Delete all of them.
2469 This would take four keystrokes:
2471 <CENTER><SAMP>; a (to select all messages)</SAMP></CENTER>
2472 <BR>
2473 <CENTER><SAMP>a d (to delete all selected messages)</SAMP></CENTER>
2475 Another use of Select is to use it for searching for a particular message
2476 or set of messages in a large folder.
2477 You may know that the message was From a certain user.
2478 You could select all messages from that user to start, and use Zoom to
2479 look at only those messages.
2480 If there were still too many messages to look at you could Narrow the
2481 set of messages further by selecting from all of those messages only
2482 the ones that were after a certain date, or contained a particular phrase
2483 in the Subject, or were too a particular address, and so on.
2484 That may be the end of what you are doing, or you may want to use Apply to
2485 Save or Forward or Print all of the selected messages.
2487 Some related help topics are
2488 <UL>
2489 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
2490 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
2491 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
2492 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
2493 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
2494 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
2495 </UL>
2497 &lt;End of help on this topic&gt;
2498 </BODY>
2499 </HTML>
2500 ===== h_mainhelp_readingnews ======
2501 <HTML>
2502 <HEAD>
2503 <TITLE>Reading News</TITLE>
2504 </HEAD>
2505 <BODY>
2506 <H1>Reading News</H1>
2508 <H2>Background</H2>
2509 Alpine can read and post to Internet (or USENET) newsgroups, using the same 
2510 commands as for mail. Similar to mailing lists but existing on a larger scale, 
2511 Usenet newsgroups allow groups of people with common interests to discuss 
2512 particular topics. You might find newsgroups related to your career, or you 
2513 might wish to check out the online discussion among the fans of your favorite 
2514 television show. 
2516 <H2>Configuring Alpine for Reading News</H2>
2517 Alpine often arrives
2518 pre-configured by your system administrator to automatically access the
2519 newsgroups offered by your organization, Internet Service Provider, or
2520 school. PC-Alpine users, and those attempting to customize Unix Alpine, will
2521 need additional details on <a href="h_configuring_news">how to
2522 configure Alpine to read news</a>.
2524 <H2>Accessing Newsgroups</H2>
2525 The first step in reading news is to access the newsgroups collections
2526 screen from Alpine. If everything is configured properly, you should be able
2527 to do this by first typing L (folder List), then selecting the folder
2528 collection listed as "News." The actual name of this collection may differ
2529 from system to system.
2531 <H2>Subscribing to Newsgroups</H2>
2533 Once you have accessed the news collection, you need to subscribe to a
2534 newsgroup that interests you. Subscribing to a newsgroup means that Alpine
2535 will keep a record of the newsgroups in which you are interested and which
2536 articles in those newsgroups have been read.
2538 <H2>Using Newsgroups</H2> 
2539 Alpine uses the similar commands to read news as to read mail. For example,
2540 the D command marks messages as Deleted (or "Dismissed," if you prefer),
2541 and the R command Replies to a news posting. Basically, Alpine allows you to
2542 read news as if it were mail, so you don't need to change the way you
2543 interact with Alpine.
2545 There is also additional Alpine help available on 
2546 <A HREF="h_reading_news">how to use Alpine to read news</A>.
2548 &lt;End of help on this topic&gt;
2549 </BODY>
2550 </HTML>
2551 ===== h_mainhelp_securing ======
2552 <HTML>
2553 <HEAD>
2554 <TITLE>Securing your Alpine Session</TITLE>
2555 </HEAD>
2556 <BODY>
2557 <H1>Securing your Alpine Session</H1>
2559 By default, Alpine will attempt to connect to an IMAP server on the normal
2560 IMAP service port (143).
2561 If the Alpine you are using has been built to
2562 support &quot;Transport Layer Security&quot; (TLS)
2563 and &quot;Secure Sockets Layer&quot; (SSL) 
2564 (check by clicking <A HREF="X-Alpine-Config:">here</A>),
2565 and the server offers the STARTTLS capability, then a secure (encrypted)
2566 session will be established.
2568 When you are connected to a remote folder the titlebar will contain a plus sign
2569 in the far right column if the connection is encrypted using TLS or SSL.
2570 Similarly, when you are being prompted for a password a plus sign will appear in the prompt
2571 if the connection is encrypted.
2573 <H2>More Information on Alpine with SSL and TLS</H2>
2574 <UL>
2575 <LI> <A HREF="h_release_tlscerts">TLS and SSL Usage Note</A> </LI>
2576 <LI> <A HREF="h_folder_server_syntax">/SSL</A> option for older servers which support port 993 SSL but not TLS </LI>
2577 <LI> <A HREF="h_config_alt_auth"><!--#echo var="FEAT_try-alternative-authentication-driver-first"--></A> feature </LI>
2578 <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>
2579 </UL>
2580 <H2>Here are some other security-related features and options</H2>
2582 <UL>
2583 <LI> <A HREF="h_config_disable_password_caching"><!--#echo var="FEAT_disable-password-caching"--></A> feature to disable password caching </LI>
2584 <LI> <A HREF="h_config_mailcap_params"><!--#echo var="FEAT_enable-mailcap-param-substitution"--></A> feature </LI>
2585 <LI> <A HREF="h_config_disable_auths"><!--#echo var="VAR_disable-these-authenticators"--></A> option </LI>
2586 </UL>
2588 &lt;End of help on this topic&gt;
2589 </BODY>
2590 </HTML>
2591 ===== h_mainhelp_problems ======
2592 <HTML>
2593 <HEAD>
2594 <TITLE>Reporting Problems</TITLE>
2595 </HEAD>
2596 <BODY>
2597 <H1>Reporting Problems</H1>
2599 We ask that you first read the relevant help screens and then seek
2600 assistance from your own local support staff.  Once you are sure that your
2601 difficulty is not a local configuration problem, you might look at the
2602 help section explaining where to look for
2603 <A HREF="h_finding_help">more information</A> and where to 
2604 get assistance.
2607 Please note: Alpine has been adapted to several other operating systems
2608 besides those directly supported by the University of Washington; see:
2610 <CENTER><A HREF="http://www.washington.edu/alpine/overview/non-UW.html">http://www.washington.edu/alpine/overview/non-UW.html</A></CENTER>
2613 Inquiries about these other ports (e.g., VMS and AmigaDOS) should be
2614 directed to the individual or group that did the adaptation. 
2617 <ADDRESS>
2618    Eduardo Chappa &lt;chappa@gmx.com&gt;
2619 </ADDRESS>
2622 &lt;End of help on this topic&gt;
2623 </BODY>
2624 </HTML>
2625 ===== h_main_menu_commands ======
2626 <HTML>
2627 <HEAD>
2628 <TITLE>MAIN MENU COMMANDS</TITLE>
2629 </HEAD>
2630 <BODY>
2631 <H1>MAIN MENU COMMANDS</H1>
2633 <!--chtml if pinemode="function_key"-->
2634 &nbsp;Available&nbsp;Commands&nbsp;--
2635 &nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
2636 &nbsp;------------------------------
2637 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------
2638 ----------<BR>
2639 &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>
2640 &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>
2641 &nbsp;F3&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
2642 &nbsp;F4&nbsp;&nbsp;Execute&nbsp;current&nbsp;MAIN&nbsp;MENU&nbsp;command&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A 
2643 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
2644 &nbsp;F5&nbsp;&nbsp;Select&nbsp;previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu&nbsp;&nbsp;F5&nbsp;&nbsp;<A 
2645 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen<BR>
2646 &nbsp;F6&nbsp;&nbsp;Select&nbsp;next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A 
2647 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
2648 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2649 &nbsp;F7&nbsp;&nbsp;<A 
2650 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen<BR>
2651 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2652 &nbsp;F8&nbsp;&nbsp;<A 
2653 HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
2654 &nbsp;F9&nbsp;&nbsp;Display&nbsp;<A 
2655 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 
2656 HREF="h_main_setup">SETUP</A>&nbsp;menus<BR>
2657 &nbsp;F10&nbsp;<A 
2658 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 
2659 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen<BR>
2660 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
2661 &nbsp;F11&nbsp;<A 
2662 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
2663 <!--chtml else-->
2664 &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>
2665 &nbsp;---------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------------<BR>
2666 &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>
2667 &nbsp;C&nbsp;&nbsp;<A 
2668 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>
2669 &nbsp;I&nbsp;&nbsp;<A 
2670 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>
2671 &nbsp;L&nbsp;&nbsp;<A 
2672 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>
2673 &nbsp;A&nbsp;&nbsp;<A 
2674 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;<A 
2675 HREF="h_main_kblock">Lock&nbsp;Keyboard</A><BR>
2676 &nbsp;S&nbsp;&nbsp;<A 
2677 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 
2678 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
2679 &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;&nbsp;&nbsp;J&nbsp;&nbsp;<A HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<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;<A 
2681 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
2682 <!--chtml endif-->
2685 NOTE:
2686 <OL>
2687  <LI>For help on a particular command, highlight the bold text associated
2688 with it above and hit Return.
2689  <LI> The availability of certain commands (e.g. some of the options under
2690 SETUP) is determined by Alpine configuration files and system capabilities.
2691 At some sites, certain commands may not be available due to security or
2692 support concerns.
2693 </OL>
2695 &lt;End of help on this topic&gt;
2696 </BODY>
2697 </HTML>
2699 ===== h_command_line_options ======
2700 <HTML>
2701 <HEAD>
2702 <TITLE>COMMAND LINE OPTIONS</TITLE>
2703 </HEAD>
2704 <BODY>
2705 <H1>COMMAND LINE OPTIONS</H1>
2706 Possible starting arguments for Alpine:
2708 <DL COMPACT>
2710 <DT> <EM>[addresses]</EM>
2712 <DD> Send-to:  If you give <EM>Alpine</EM> an argument or arguments which
2713 do not begin with a dash, <EM>Alpine</EM> treats them as email addresses.
2714 <EM>Alpine</EM> will startup in
2715 the composer with a message started to the addresses specified.
2716 Once the message is sent, the <EM>Alpine</EM> session closes.
2717 Standard input redirection is allowed.
2718 Separate multiple addresses with a space between them.
2719 Addresses are placed in the &quot;To&quot; field only.
2722 <DT> &lt; <EM>file</EM>
2724 <DD> <EM>Alpine</EM> will startup in the composer with <EM>file</EM> read
2725 into the body of the message.
2726 Once the message is sent, the <EM>Alpine</EM> session closes. 
2729 <DT> -attach <EM>file</EM>
2731 <DD> Go directly into composer with given file attached.
2734 <DT> -attachlist <EM>file-list</EM>
2736 <DD> Go directly into composer with given files attached.
2737 This must be the last option on the command line.
2740 <DT> -attach_and_delete <EM>file</EM>
2742 <DD> Go directly into composer with given file attached, delete when finished.
2745 <DT> -aux <EM>local_directory</EM>
2747 <DD> <EM>PC-Alpine</EM> only.
2748 This tells <EM>PC-Alpine</EM> the local directory to use for storing auxiliary
2749 files, like debug files, address books, and signature files.  The pinerc may 
2750 be local or remote.
2753 <DT> -bail
2755 <DD> If the personal configuration file doesn't already exist, exit.
2756 This might be useful if the configuration file is accessed using some
2757 remote filesystem protocol. If the remote mount is missing this will cause
2758 <EM>Alpine</EM> to quit instead of creating a new pinerc.
2761 <DT> -c <EM>n</EM>
2763 <DD> When used with the <CODE>-f</CODE> option, apply the <EM>n</EM>th context.
2764 This is used when there are multiple folder collections (contexts) and you 
2765 want to open a folder not in the primary collection.
2768 <DT> -conf
2770 <DD> Configuration: Prints a sample system configuration file to the
2771 screen or standard output. To generate an initial system configuration 
2772 file, execute
2774 <PRE><CODE>
2775                 pine -conf > <!--#echo var="PINE_CONF_PATH"-->
2776 </CODE></PRE>
2779 To generate a system configuration file using settings from an old
2780 system configuration file, execute
2782 <PRE><CODE>
2783                 pine -P old-pine.conf -conf > <!--#echo var="PINE_CONF_PATH"-->
2784 </CODE></PRE>
2786 A system configuration file is not required.
2789 <DT> -copy_abook &lt;<EM>local_abook_file</EM>&gt; &lt;<EM>remote_abook_folder</EM>&gt;
2791 <DD> Copy an address book file to a remote address book folder.
2792 If the remote folder doesn't exist, it will be created.
2793 If it exists but the first message in the folder isn't a remote address
2794 book header message, the copy will be aborted.
2795 This flag will not usually be used by a user.
2796 Instead, the user will create a remote address book from within <EM>Alpine</EM>
2797 and copy entries from the local address book by using aggregate Save in
2798 the address book screen.
2801 <DT> -copy_pinerc &lt;<EM>local_pinerc_file</EM>&gt; &lt;<EM>remote_pinerc_folder</EM>&gt;
2803 <DD> Copy a pinerc configuration file to a remote pinerc folder.
2804 If the remote folder doesn't exist, it will be created.
2805 If it exists but the first message in the folder isn't a remote pinerc
2806 header message, the copy will be aborted.
2807 This flag may be useful to users who already have a local pinerc file and
2808 would like to convert it to a remote pinerc folder and use that instead.
2809 This gives a way to bootstrap that conversion without having to manually
2810 reset all of the variables in the remote pinerc folder.
2813 <DT> -d <EM>debug-level</EM>
2815 <DD> Debug Level:  Sets the level of debugging information written by
2816 <EM>Alpine</EM>.
2817 <EM>debug-level</EM> can be set to any integer 0-9.
2818 A debug level of 0 turns off debugging for the session.
2819 (Actually there are some levels higher than 9, but you probably don't
2820 want to see them.)
2823 <DT> -d <EM>keywords</EM>
2825 <DD> You may use a more detailed version of the debugging flag to set
2826 the debug level in separate parts of <EM>Alpine</EM>.
2827 The possibilities are flush, timestamp, imap=0..4, tcp, numfiles=0..31, and
2828 verbose=0..9.
2829 <EM>Flush</EM> causes debugging information to be flushed immediately to
2830 the debug file as it is written.
2831 <EM>Verbose</EM> is the general debugging verbosity level.
2832 <EM>Timestamp</EM> causes timestamps to be added to the debug file, which
2833 is useful when you are trying to figure out what is responsible for delays.
2834 <EM>Numfiles</EM> sets the number of debug files saved.
2835 <EM>Imap</EM> sets the debug level for the debugging statements related
2836 to the conversation with the IMAP server, and more generally, for the
2837 debugging related to <EM>Alpine</EM>'s interaction with the C-Client library.
2838 <EM>Tcp</EM> turns on some TCP/IP debugging.
2841 <DT> -f <EM>folder</EM>
2843 <DD> Startup folder:  <EM>Alpine</EM> will open this folder in place
2844 of the standard INBOX.
2847 <DT> -F <EM>file</EM>
2849 <DD> Open named text file for viewing and forwarding.
2852 <DT> -h
2854 <DD> Help:  Prints the list of available command-line arguments to the
2855 screen.
2858 <DT> -i
2860 <DD> <EM>Alpine</EM> will start up in the FOLDER INDEX
2861 screen instead of the MAIN MENU.
2864 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"-->=i</EM>.
2867 <DT> -I <EM>a,b,c,...</EM>
2869 <DD> Initial Keystrokes:  <EM>Alpine</EM> will execute this comma-separated
2870 sequence of commands upon startup.
2871 This allows users to get <EM>Alpine</EM> to start in any
2872 of its menus/screens.
2873 You cannot include any input to the composer in the initial keystrokes.
2874 The key &lt;Return&gt; is represented by a ``CR'' in
2875 the keystroke list; the spacebar is designated by the letters ``SPACE''.
2876 Control keys are two character sequences beginning with ``^'', such as
2877 ``^I''.
2878 A tab character is ``TAB''.
2879 Function keys are ``F1'' - ``F12'' and the arrow keys are ``UP'',
2880 ``DOWN'', ``LEFT'', and ``RIGHT''.
2881 A restriction is that you can't mix function keys and character keys in this
2882 list even though you can, in some cases, mix them when running <EM>Alpine</EM>.
2883 A user can always use only <EM>character</EM> keys in the startup list even
2884 if he or she is using <EM>function</EM> keys normally, or vice versa.
2885 If an element in this list is a string of characters surrounded by double
2886 quotes (&quot;) then it will be expanded into the individual characters in
2887 the string, excluding the double quotes.
2890 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"--></EM>
2893 <DT> -install
2895 <DD> For <EM>PC-Alpine</EM> only, this option prompts the user for
2896 some basic information to help with getting properly set up.
2899 <DT> -k
2901 <DD> Function-Key Mode:  When invoked in this way, <EM>Alpine</EM> expects
2902 the input of commands to be function-keys.
2903 Otherwise, commands are linked to the regular character keys.
2906 Configuration equivalent:  <EM><!--#echo var="FEAT_use-function-keys"--></EM> included in
2907 <EM>Feature-List</EM>.
2910 <DT> -n <EM>n</EM>
2912 <DD> Message-Number:  When specified, <EM>Alpine</EM> starts up in the
2913 FOLDER INDEX screen with the current message being the specified
2914 message number.
2917 <DT> -nosplash
2919 <DD> <EM>PC-Alpine</EM> only.
2920 This tells <EM>PC-Alpine</EM> not to display the splash screen upon startup.
2921 This may be helpful for certain troubleshooting or terminal server scenarios.
2924 <DT> -o <EM>folder</EM>
2926 <DD> Opens the INBOX (or a folder specified via the -f argument) ReadOnly. 
2929 <DT> -p <EM>pinerc</EM>
2931 <DD> Uses the named file as the personal configuration file instead of
2932 <EM>~/.pinerc</EM> or the default PINERC search sequence <EM>PC-Alpine</EM> uses.
2933 Alpinerc may be either a local file or a remote configuration folder.
2936 <DT> -P <EM>pinerc</EM>
2938 <DD> Uses the named file as the system wide configuration file instead of
2939 <EM><!--#echo var="PINE_CONF_PATH"--></EM> on UNIX, or nothing on <EM>PC-Alpine</EM>.
2940 Alpinerc may be either a local file or a remote configuration folder.
2943 <DT> -passfile <EM>passfile</EM>
2945 <DD> This tells <EM>Alpine</EM> what file should be used as the password file.
2946 This should be a fully-qualified filename.
2949 <DT> -pinerc <EM>file</EM>
2951 <DD> Output fresh pinerc configuration to <EM>file</EM>, preserving the
2952 settings of variables that the user has made.
2953 Use <EM>file</EM> set to ``-'' to make output go to standard out.
2956 <DT> -r
2958 <DD> Restricted Mode:  For UNIX <EM>Alpine</EM> only.
2959 <EM>Alpine</EM> in restricted mode can only send email to itself.
2960 Save and export are limited.
2963 <DT> -registry <EM>cmd</EM>
2965 <DD> For <EM>PC-Alpine</EM> only, this option affects the values of 
2966 <EM>Alpine</EM>'s registry entries.
2967 Possible values for <EM>cmd</EM> are set, clear, and dump.
2968 <EM>Set</EM> will always reset <EM>Alpine</EM>'s registry 
2969 entries according to its current settings.
2970 <EM>Clear</EM> will clear the registry values.
2971 <EM>Clearsilent</EM> will clear the registry values without any dialogs.
2972 <EM>Dump</EM> will display the values of current registry settings.
2973 Note that the dump command is currently disabled.
2974 Without the -registry option, <EM>PC-Alpine</EM> will write values into
2975 the registry only if there currently aren't any values set.
2978 <DT> -sort <EM>key</EM>
2980 <DD> Sort-Key:  Specifies the order messages will be displayed in for the
2981 FOLDER INDEX screen.
2982 <EM>Key</EM> can have the following values: 
2983 arrival, date, subject, orderedsubj, thread, from, size, score, to, cc,
2984 arrival/reverse, date/reverse, subject/reverse, orderedsubj/reverse, thread/reverse,
2985 from/reverse, size/reverse, score/reverse, to/reverse, and cc/reverse.
2986 The default value is &quot;arrival&quot;.
2987 The <EM>key</EM> value reverse is equivalent to arrival/reverse.
2990 Configuration equivalent:  <EM><!--#echo var="VAR_sort-key"--></EM>.
2993 <DT> -uninstall
2995 <DD> For <EM>PC-Alpine</EM> only, this option removes references to Alpine
2996 in Windows settings.  The registry settings are removed and
2997 the password cache is cleared.
3000 <DT> -url <EM>url</EM>
3002 <DD> Open the given URL.
3005 <DT> -v
3007 <DD> Version:  Print version information to the screen.
3010 <DT> -x <EM>exceptions_config</EM>
3012 <DD> Configuration settings in the exceptions configuration override your normal
3013 default settings.
3014 <EM>Exceptions_config</EM> may be either a local file or a remote Alpine configuration folder.
3017 <DT> -z
3019 <DD> Enable Suspend:  When run with this flag, the key sequence ctrl-z
3020 will suspend the <EM>Alpine</EM> session.
3023 Configuration equivalent:  <EM><!--#echo var="FEAT_enable-suspend"--></EM> included in
3024 <EM>Feature-List</EM>.
3027 <DT> -<EM>option</EM>=<EM>value</EM>
3029 <DD> Assign <EM>value</EM> to the config option <EM>option</EM>.
3030 For example, <EM>-signature-file=sig1</EM> or
3031 <EM>-Feature-List=signature-at-bottom</EM>.
3032 Note:  Feature-List values are
3033 additive and features may be preceded with no- to turn them off.
3034 Also, as a special case, the &quot;Feature-List=&quot; part of that may be
3035 omitted. For example, <EM>-signature-at-bottom</EM> is equivalent to
3036 <EM>-Feature-List=signature-at-bottom</EM>.
3039 </DL>
3041 &lt;End of help on this topic&gt;
3042 </BODY>
3043 </HTML>
3044 ===== h_configuring_news ======
3045 <HTML>
3046 <HEAD>
3047 <TITLE>CONFIGURING NEWS</TITLE>
3048 </HEAD>
3049 <BODY>
3050 <H1>CONFIGURING NEWS</H1>
3051 Alpine can access news folders in any one of three different ways:
3052 <DL>
3053 <DT>REMOTE NNTP</DT>
3054 <DD>Using the Network News Transport Protocol (NNTP) to
3055 access news on a remote news server.  In this case the newsrc file is
3056 stored on the machine where Alpine is running.
3059 To specify a remote news-collection accessed via NNTP use the
3060 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3061 Server: value to the NNTP server's hostname appended with the
3062 communication method &quot;/service=NNTP&quot;, and set the Path:
3063 value to the &quot;#news.&quot; namespace (without the quotes).  See
3064 the &quot;<A HREF="h_composer_cntxt_server">Server:</A>&quot; field's
3065 help text for a more complete explanation of access method, and the
3066 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3067 text for a more complete explanation of &quot;namespace&quot;.
3069 Instead of specifying a news-collection, you may simply set the
3070 <A HREF="h_config_nntp_server">NNTP Server</A>
3071 option, which will cause Alpine to create a default news-collection for you.
3072 Another NNTP option that may be of interest is
3073 <A HREF="h_config_nntprange"><!--#echo var="VAR_nntp-range"--></A>.
3075 <DT>REMOTE IMAP</DT>
3076 <DD>Using the Internet Message Access Protocol (IMAP) to
3077 access news on a remote news server.  In this case, your newsrc file is
3078 stored on the news server, in your home directory, so you must have an
3079 account on the news server, but you would be running Alpine on a different
3080 machine.  The news server must be running an IMAPd server process. 
3083 To specify a remote news-collection accessed via IMAP use the
3084 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3085 Server: value to the IMAP server's hostname, and set the Path: value
3086 to the &quot;#news.&quot; namespace (without the quotes).  See the
3087 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3088 text for a more complete explanation of &quot;namespace&quot;.
3090 </DD>
3092 <DT>LOCAL</DT>
3093 <DD>Using local file access to the news database.  In this
3094 case, your newsrc file is stored on the news server, in your home
3095 directory, so you must have an account on the news server, and you would
3096 be running Alpine on the same machine.
3099 To specify a local news-collection use the SETUP/collectionList
3100 screen's &quot;Add&quot; command.  Leave the Server: value blank, and
3101 set the Path: value to the &quot;#news.&quot; namespace (without the
3102 quotes).  See the &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot;
3103 field's help text for a more complete explanation of &quot;namespace&quot;.
3105 </DD>
3106 </DL>
3110 NOTE: Should no news-collection be defined as above, Alpine will
3111 automatically create one using the Setup/Config screen's
3112 &quot;<!--#echo var="VAR_nntp-server"-->&quot; variable's value if defined.  The collection
3113 will be created as a &quot;Remote NNTP&quot; as described above.
3117 If you are a PC-Alpine user, either option 1 (NNTP) or option 2 (IMAP) is
3118 possible.  If you don't have an account on the news server, or if the news
3119 server is not running an IMAP daemon, then you must use NNTP.  (If you are not
3120 sure, ask your service provider, university, or company for help.)  In
3121 this case, your Unix .newsrc file can be transferred to your PC.  A good
3122 place to put it would be in the same directory as your PINERC file, under
3123 the name NEWSRC, but you can 
3124 <A HREF="h_config_newsrc_path">specify a different location</A>
3125 via Alpine's Setup/Config screen.
3128 Other configuration features related to news are
3129 <A HREF="h_config_8bit_nntp"><!--#echo var="FEAT_enable-8bit-nntp-posting"--></A>.
3130 <A HREF="h_config_compose_news_wo_conf"><!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></A>,
3131 <A HREF="h_config_news_uses_recent"><!--#echo var="FEAT_news-approximates-new-status"--></A>,
3132 <A HREF="h_config_news_cross_deletes"><!--#echo var="FEAT_news-deletes-across-groups"--></A>,
3133 <A HREF="h_config_news_catchup"><!--#echo var="FEAT_news-offers-catchup-on-close"--></A>,
3134 <A HREF="h_config_post_wo_validation"><!--#echo var="FEAT_news-post-without-validation"--></A>,
3135 <A HREF="h_config_read_in_newsrc_order"><!--#echo var="FEAT_news-read-in-newsrc-order"--></A>, and
3136 <A HREF="h_config_quell_post_prompt"><!--#echo var="FEAT_quell-extra-post-prompt"--></A>.
3139 &lt;End of help on this topic&gt;
3140 </BODY>
3141 </HTML>
3142 ===== h_reading_news ======
3143 <HTML>
3144 <HEAD>
3145 <TITLE>READING NEWS</TITLE>
3146 </HEAD>
3147 <BODY>
3148 <H1>READING NEWS</H1>
3150 Alpine uses almost the same commands for manipulating news folders as for
3151 mail folders.  This means, for example, that when you are done with a
3152 message, you would use &quot;D&quot; to mark it as Deleted (or Dismissed,
3153 if you prefer.)  This &quot;mail-like&quot; behavior differs from that of
3154 most newsreaders, wherein a message is implicitly dismissed after you have
3155 looked at it once. We strongly believe that Alpine should offer as much
3156 consistency as possible between mail and news, so the mail paradigm --
3157 wherein a message does not magically disappear without explicit action by
3158 the user -- is used for news as well. <P>
3160 If you answer a message in a news folder, the index view will show the
3161 &quot;A&quot; flag as usual; but the industry standard file Alpine uses to
3162 keep track of what news as been read has no way of storing this flag, so
3163 it will not be preserved across sessions.  The Deleted flag is the only
3164 one that is preserved when you leave and then return to a newsgroup.  As an
3165 additional note on replies, when you Reply to a newsgroup message and say
3166 you want to reply to all recipients, Alpine will ask if you want to post the
3167 message to all the newsgroups listed in the original message. <P>
3169 If you would like Alpine to mark more-or-less recent news messages as
3170 &quot;New&quot;, then set the
3171 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
3172 feature (which is set by default).  This will cause messages after the last one you have marked as
3173 Deleted to appear with &quot;N&quot; status in the MESSAGE INDEX.  The
3174 &quot;N&quot; status often makes it easier to distinguish later news
3175 articles from those you've previously seen, but not yet disposed of via
3176 the &quot;D&quot; key.  Note that this is an approximation, not an exact
3177 record of which messages you have not seen.
3180 A frequent operation in news-reading is &quot;catching up&quot; -- that
3181 is, getting rid of all the messages in the newsgroup so that you can
3182 &quot;start fresh.&quot;  The easiest way to do this in Alpine is via the
3183 Select command.  You would enter the following four keystrokes:
3184 <tt>;aad</tt> to select all messaged, and then apply the delete (or
3185 dismiss) command to all of them.
3188 There are also additional details on 
3189 <A HREF="h_configuring_news">configuring news</a>.
3192 &lt;End of help on this topic&gt;
3193 </BODY>
3194 </HTML>
3195 ====== h_help_index ======
3196 <HTML>
3197 <HEAD>
3198 <TITLE>Help Index</TITLE>
3199 </HEAD>
3200 <BODY>
3201 <H1>Help Index</H1>
3202 <ul>
3203 <li><a href="h_mainhelp_abooks">Address Books</a></li>
3204 <li><a href="h_abook_top">ADDRESS BOOK LIST COMMANDS</a>
3205 <li><a href="h_main_addrbook">Address Book Command</a>
3206 <li><a href="h_abook_view">Address Book View Explained</a>
3207 <li><a href="h_compose_addrcomplete">Address Completion</a>
3208 <li><a href="h_abook_select_listmode">Address Listmode Selection from Composer Explained</a>
3209 <li><a href="h_abook_select_checks">Address Selection from Composer Explained</a>
3210 <li><a href="h_composer_abook_comment">Addressbook Comment Explained</a>
3211 <li><a href="h_composer_abook_fcc">Addressbook Fcc Explained</a>
3212 <li><a href="h_composer_abook_add_folder">Addressbook Folder Name Field Explained</a>
3213 <li><a href="h_composer_abook_full">Addressbook Fullname Explained</a>
3214 <li><a href="h_composer_abook_add_nick">Addressbook NickName Field Explained</a>
3215 <li><a href="h_composer_abook_nick">Addressbook Nickname Explained</a>
3216 <li><a href="h_abook_select_addr">Addressbook Selection Explained</a>
3217 <li><a href="h_abook_select_top">Addressbook Selection Navigation Explained</a>
3218 <li><a href="h_composer_abook_add_server">Addressbook Server Name Field Explained</a>
3219 <li><a href="h_mainhelp_aggops">Aggregate Operations</a>
3220 <li><a href="h_mainhelp_config">Alpine Configuration</a>
3221 <li><a href="h_mainhelp_pinehelp">Alpine Help</a>
3222 <li><a href="h_news_legal">Alpine Legal Notices</a>
3223 <li><a href="h_compose_alted">Alt Editor Command</a>
3224 <li><a href="h_index_cmd_apply">Apply Command</a>
3225 <li><a href="h_attachment_screen">Attachment Index Screen Explained</a>
3226 <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a>
3227 <li><a href="h_mainhelp_filtering">Blocking Messages</a>
3228 <li><a href="h_composer_browse">BROWSER</a>
3229 <li><a href="h_common_bounce">Bounce Command</a>
3230 <li><a href="h_compose_cancel">Cancel Command</a>
3231 <li><a href="h_config_change_your_from">Changing your From Address</a>
3232 <li><a href="h_collection_screen">COLLECTION LIST screen</a>
3233 <li><a href="h_mainhelp_color">Color</a>
3234 <li><a href="h_composer_ctrl_j">COMPOSER ATTACH</a>
3235 <li><a href="h_composer">COMPOSER COMMANDS</a>
3236 <li><a href="h_mainhelp_composing">Composing Messages</a>
3237 <li><a href="h_mainhelp_collections">Collection Lists</a>
3238 <li><a href="h_composer_cntxt_nick">Collection Nickname Explained</a>
3239 <li><a href="h_composer_cntxt_path">Collection Path: Explained</a>
3240 <li><a href="h_composer_cntxt_server">Collection Server: Explained</a>
3241 <li><a href="h_composer_cntxt_view">Collection View: Explained</a>
3242 <li><a href="h_mainhelp_cmdlineopts">Command Line Options</a>
3243 <li><a href="h_common_compose">Compose Command</a>
3244 <li><a href="h_edit_nav_cmds">Composer Editing Commands Explained</a>
3245 <li><a href="h_common_conditional_cmds">Conditional Commands</a>
3246 <li><a href="h_reply_token_conditionals">Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</a>
3247 <li><a href="h_mainhelp_config">Configuration</a>
3248 <li><a href="h_composer_custom_free">CUSTOMIZED HEADER FIELD</a>
3249 <li><a href="h_config_dflt_color">Default Color</a>
3250 <li><a href="h_common_delete">Delete and Undelete Commands</a>
3251 <li><a href="h_composer_qserv_cn">Directory Query Form Explained</a>
3252 <li><a href="h_special_list_commands">Email List Commands Explained</a>
3253 <li><a href="h_composer_search">Explanation of Composer Whereis Command </a>
3254 <li><a href="h_folder_open">Explanation of Folder Selection</a>
3255 <li><a href="h_special_xon_xoff">Explanation of Alpine's XOFF/XON Handling</a>
3256 <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a>
3257 <li><a href="h_ge_export">Export File Selection</a>
3258 <li><a href="h_ge_allparts">Export Message File Selection</a>
3259 <li><a href="h_index_cmd_expunge">Expunge/Exclude Command</a>
3260 <li><a href="h_info_on_locking">FAQs on Alpine Locking</a>
3261 <li><a href="h_config_allow_chg_from">FEATURE: <!--#echo var="FEAT_allow-changing-from"--></a>
3262 <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a>
3263 <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a>
3264 <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a>
3265 <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a>
3266 <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a>
3267 <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a>
3268 <li><a href="h_config_auto_unselect">FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></a>
3269 <li><a href="h_config_auto_unzoom">FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></a>
3270 <li><a href="h_config_auto_zoom">FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></a>
3271 <li><a href="h_config_use_boring_spinner">FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></a>
3272 <li><a href="h_config_check_mail_onquit">FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></a>
3273 <li><a href="h_config_combined_abook_display">FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></a>
3274 <li><a href="h_config_combined_folder_display">FEATURE: <!--#echo var="FEAT_combined-folder-display"--></a>
3275 <li><a href="h_config_combined_subdir_display">FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></a>
3276 <li><a href="h_config_cancel_confirm">FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></a>
3277 <li><a href="h_config_lame_list_mode">FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></a>
3278 <li><a href="h_config_compose_rejects_unqual">FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></a>
3279 <li><a href="h_config_send_filter_dflt">FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></a>
3280 <li><a href="h_config_compose_news_wo_conf">FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></a>
3281 <li><a href="h_config_del_from_dot">FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></a>
3282 <li><a href="h_config_compose_maps_del">FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></a>
3283 <li><a href="h_config_confirm_role">FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></a>
3284 <li><a href="h_config_tab_no_prompt">FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></a>
3285 <li><a href="h_config_dates_to_local">FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></a>
3286 <li><a href="h_config_copy_to_to_from">FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></a>
3287 <li><a href="h_config_del_skips_del">FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></a>
3288 <li><a href="h_config_disable_config_cmd">FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></a>
3289 <li><a href="h_config_disable_index_locale_dates">FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></a>
3290 <li><a href="h_config_disable_kb_lock">FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></a>
3291 <li><a href="h_config_blank_keymenu">FEATURE: <!--#echo var="FEAT_disable-keymenu"--></a>
3292 <li><a href="h_config_disable_password_caching">FEATURE: <!--#echo var="FEAT_disable-password-caching"--></a>
3293 <li><a href="h_config_disable_password_cmd">FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></a>
3294 <li><a href="h_config_disable_pipes_in_sigs">FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></a>
3295 <li><a href="h_config_disable_pipes_in_templates">FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></a>
3296 <li><a href="h_config_disable_regex">FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
3297 <li><a href="h_config_disable_roles_setup">FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></a>
3298 <li><a href="h_config_disable_roles_sigedit">FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></a>
3299 <li><a href="h_config_disable_roles_templateedit">FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></a>
3300 <li><a href="h_config_input_history">FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></a>
3301 <li><a href="h_config_disable_collate">FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></a>
3302 <li><a href="h_config_disable_shared">FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></a>
3303 <li><a href="h_config_disable_signature_edit">FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></a>
3304 <li><a href="h_config_take_fullname">FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></a>
3305 <li><a href="h_config_take_lastfirst">FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></a>
3306 <li><a href="h_config_disable_reset_disp">FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></a>
3307 <li><a href="h_config_disable_sender">FEATURE: <!--#echo var="FEAT_disable-sender"--></a>
3308 <li><a href="h_config_quell_dead_letter">FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></a>
3309 <li><a href="h_config_quell_flowed_text">FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></a>
3310 <li><a href="h_downgrade_multipart_to_text">FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></a>
3311 <li><a href="h_config_8bit_smtp">FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></a>
3312 <li><a href="h_config_8bit_nntp">FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></a>
3313 <li><a href="h_config_enable_agg_ops">FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></a>
3314 <li><a href="h_config_enable_alt_ed">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></a>
3315 <li><a href="h_config_alt_ed_now">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></a>
3316 <li><a href="h_config_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></a>
3317 <li><a href="h_config_relaxed_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></a>
3318 <li><a href="h_config_compose_bg_post">FEATURE: <!--#echo var="FEAT_enable-background-sending"--></a>
3319 <li><a href="h_config_enable_bounce">FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></a>
3320 <li><a href="h_config_cruise_mode">FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></a>
3321 <li><a href="h_config_cruise_mode_delete">FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></a>
3322 <li><a href="h_config_compose_dsn">FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></a>
3323 <li><a href="h_config_enable_dot_files">FEATURE: <!--#echo var="FEAT_enable-dot-files"--></a>
3324 <li><a href="h_config_enable_lessthan_exit">FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></a>
3325 <li><a href="h_config_fast_recent">FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></a>
3326 <li><a href="h_config_enable_flag">FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></a>
3327 <li><a href="h_config_flag_screen_default">FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></a>
3328 <li><a href="h_config_flag_screen_kw_shortcut">FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></a>
3329 <li><a href="h_config_enable_full_hdr_and_text">FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></a>
3330 <li><a href="h_config_enable_full_hdr">FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></a>
3331 <li><a href="h_config_allow_goto">FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></a>
3332 <li><a href="h_config_enable_dot_folders">FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></a>
3333 <li><a href="h_config_enable_incoming">FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></a>
3334 <li><a href="h_config_enable_incoming_checking">FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></a>
3335 <li><a href="h_config_enable_jump">FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></a>
3336 <li><a href="h_config_show_delay_cue">FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></a>
3337 <li><a href="h_config_mailcap_params">FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></a>
3338 <li><a href="h_config_enable_mouse">FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></a>
3339 <li><a href="h_config_enable_view_addresses">FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></a>
3340 <li><a href="h_config_enable_view_attach">FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></a>
3341 <li><a href="h_config_enable_view_arrows">FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></a>
3342 <li><a href="h_config_enable_view_url">FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></a>
3343 <li><a href="h_config_enable_view_web_host">FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></a>
3344 <li><a href="h_config_enable_mulnewsrcs">FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></a>
3345 <li><a href="h_config_enable_xterm_newmail">FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></a>
3346 <li><a href="h_config_enable_newmail_short_text">FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>
3347 <li><a href="h_config_sub_lists">FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></a>
3348 <li><a href="h_config_enable_y_print">FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></a>
3349 <li><a href="h_config_prefix_editing">FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></a>
3350 <li><a href="h_config_enable_search_and_repl">FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></a>
3351 <li><a href="h_config_sigdashes">FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></a>
3352 <li><a href="h_config_new_thread_blank_subject">FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></a>
3353 <li><a href="h_config_can_suspend">FEATURE: <!--#echo var="FEAT_enable-suspend"--></a>
3354 <li><a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
3355 <li><a href="h_config_enable_take_export">FEATURE: <!--#echo var="FEAT_enable-take-export"--></a>
3356 <li><a href="h_config_enable_role_take">FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></a>
3357 <li><a href="h_config_tray_icon">FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></a>
3358 <li><a href="h_config_enable_pipe">FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></a>
3359 <li><a href="h_config_verbose_post">FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></a>
3360 <li><a href="h_config_expanded_addrbooks">FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></a>
3361 <li><a href="h_config_expanded_distlists">FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></a>
3362 <li><a href="h_config_expanded_folders">FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></a>
3363 <li><a href="h_config_expose_hidden_config">FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></a>
3364 <li><a href="h_config_expunge_manually">FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></a>
3365 <li><a href="h_config_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></a>
3366 <li><a href="h_config_full_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></a>
3367 <li><a href="h_config_no_fcc_attach">FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></a>
3368 <li><a href="h_config_force_arrow">FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></a>
3369 <li><a href="h_config_forward_as_attachment">FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></a>
3370 <li><a href="h_config_preserve_field">FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></a>
3371 <li><a href="h_config_quell_empty_dirs">FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></a>
3372 <li><a href="h_config_hide_nntp_path">FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></a>
3373 <li><a href="h_config_attach_in_reply">FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></a>
3374 <li><a href="h_config_fcc_on_bounce">FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></a>
3375 <li><a href="h_config_include_header">FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></a>
3376 <li><a href="h_config_auto_include_reply">FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></a>
3377 <li><a href="h_config_incoming_checking_total">FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></a>
3378 <li><a href="h_config_incoming_checking_recent">FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></a>
3379 <li><a href="h_config_add_ldap">FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></a>
3380 <li><a href="h_config_maildrops_preserve_state">FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></a>
3381 <li><a href="h_config_mark_fcc_seen">FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></a>
3382 <li><a href="h_config_mark_for_cc">FEATURE: <!--#echo var="FEAT_mark-for-cc"--></a>
3383 <li><a href="h_config_mulnews_as_typed">FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></a>
3384 <li><a href="h_config_news_uses_recent">FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></a>
3385 <li><a href="h_config_news_cross_deletes">FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></a>
3386 <li><a href="h_config_news_catchup">FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></a>
3387 <li><a href="h_config_post_wo_validation">FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></a>
3388 <li><a href="h_config_read_in_newsrc_order">FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></a>
3389 <li><a href="h_config_nntp_search_uses_overview">FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></a>
3390 <li><a href="h_config_thread_sorts_by_arrival">FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></a>
3391 <li><a href="h_config_expunge_inbox">FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></a>
3392 <li><a href="h_config_expunge_stayopens">FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></a>
3393 <li><a href="h_config_pass_c1_control">FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></a>
3394 <li><a href="h_config_pass_control">FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></a>
3395 <li><a href="h_config_predict_nntp_server">FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></a>
3396 <li><a href="h_config_prefer_plain_text">FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></a>
3397 <li><a href="h_config_preopen_stayopens">FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></a>
3398 <li><a href="h_config_preserve_start_stop">FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></a>
3399 <li><a href="h_config_quell_folder_internal_msg">FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></a>
3400 <li><a href="h_config_quell_checks_comp">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></a>
3401 <li><a href="h_config_quell_checks_comp_inbox">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></a>
3402 <li><a href="h_config_quell_partial">FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></a>
3403 <li><a href="h_config_quell_local_lookup">FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></a>
3404 <li><a href="h_config_ff_between_msgs">FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></a>
3405 <li><a href="h_config_print_from">FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></a>
3406 <li><a href="h_config_print_index">FEATURE: <!--#echo var="FEAT_print-index-enabled"--></a>
3407 <li><a href="h_config_custom_print">FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></a>
3408 <li><a href="h_config_prune_uses_iso">FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></a>
3409 <li><a href="h_config_quell_personal_name_prompt">FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></a>
3410 <li><a href="h_config_quell_ssl_largeblocks">FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></a>
3411 <li><a href="h_config_quell_user_id_prompt">FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></a>
3412 <li><a href="h_config_quit_wo_confirm">FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></a>
3413 <li><a href="h_config_quote_replace_noflow">FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></a>
3414 <li><a href="h_config_next_thrd_wo_confirm">FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></a>
3415 <li><a href="h_config_auto_reply_to">FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></a>
3416 <li><a href="h_config_inbox_no_confirm">FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></a>
3417 <li><a href="h_config_save_aggregates">FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></a>
3418 <li><a href="h_config_save_part_wo_confirm">FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></a>
3419 <li><a href="h_config_save_advances">FEATURE: <!--#echo var="FEAT_save-will-advance"--></a>
3420 <li><a href="h_config_save_wont_delete">FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></a>
3421 <li><a href="h_config_quote_all_froms">FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></a>
3422 <li><a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
3423 <li><a href="h_config_select_wo_confirm">FEATURE: <!--#echo var="FEAT_select-without-confirm"--></a>
3424 <li><a href="h_config_auto_fcc_only">FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></a>
3425 <li><a href="h_config_send_wo_confirm">FEATURE: <!--#echo var="FEAT_send-without-confirm"--></a>
3426 <li><a href="h_config_separate_fold_dir_view">FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></a>
3427 <li><a href="h_config_show_cursor">FEATURE: <!--#echo var="FEAT_show-cursor"--></a>
3428 <li><a href="h_config_textplain_int">FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></a>
3429 <li><a href="h_config_select_in_bold">FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></a>
3430 <li><a href="h_config_show_sort">FEATURE: <!--#echo var="FEAT_show-sort"--></a>
3431 <li><a href="h_config_single_list">FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></a>
3432 <li><a href="h_config_sig_at_bottom">FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></a>
3433 <li><a href="h_config_slash_coll_entire">FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></a>
3434 <li><a href="h_config_sort_fcc_alpha">FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></a>
3435 <li><a href="h_config_sort_save_alpha">FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></a>
3436 <li><a href="h_config_always_spell_check">FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></a>
3437 <li><a href="h_config_winpos_in_config">FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></a>
3438 <li><a href="h_config_strip_sigdashes">FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>
3439 <li><a href="h_config_strip_ws_before_send">FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></a>
3440 <li><a href="h_config_quells_asterisks">FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></a>
3441 <li><a href="h_config_quell_attach_ext_warn">FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></a>
3442 <li><a href="h_config_quell_attach_extra_prompt">FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></a>
3443 <li><a href="h_config_no_bezerk_zone">FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></a>
3444 <li><a href="h_config_quell_charset_warning">FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></a>
3445 <li><a href="h_config_quell_content_id">FEATURE: <!--#echo var="FEAT_quell-content-id"--></a>
3446 <li><a href="h_config_quell_post_prompt">FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></a>
3447 <li><a href="h_config_quell_filtering_done_message">FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></a>
3448 <li><a href="h_config_quell_filtering_messages">FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></a>
3449 <li><a href="h_config_quell_full_hdr_reset">FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></a>
3450 <li><a href="h_config_quell_imap_env">FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></a>
3451 <li><a href="h_config_quell_lock_failure_warnings">FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></a>
3452 <li><a href="h_config_quell_domain_warn">FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></a>
3453 <li><a href="h_config_quell_news_env">FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></a>
3454 <li><a href="h_config_quell_host_after_url">FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></a>
3455 <li><a href="h_config_quell_beeps">FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></a>
3456 <li><a href="h_config_quell_tz_comment">FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></a>
3457 <li><a href="h_config_suppress_user_agent">FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></a>
3458 <li><a href="h_config_tab_checks_recent">FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></a>
3459 <li><a href="h_config_tab_uses_unseen">FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></a>
3460 <li><a href="h_config_tab_new_only">FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></a>
3461 <li><a href="h_config_termcap_wins">FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></a>
3462 <li><a href="h_config_color_thrd_import">FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></a>
3463 <li><a href="h_config_alt_auth">FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></a>
3464 <li><a href="h_config_unsel_wont_advance">FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></a>
3465 <li><a href="h_config_use_current_dir">FEATURE: <!--#echo var="FEAT_use-current-dir"--></a>
3466 <li><a href="h_config_use_fk">FEATURE: <!--#echo var="FEAT_use-function-keys"--></a>
3467 <li><a href="h_config_use_reg_start_for_stayopen">FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></a>
3468 <li><a href="h_config_use_resentto">FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></a>
3469 <li><a href="h_config_use_sender_not_x">FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></a>
3470 <li><a href="h_config_suspend_spawns">FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></a>
3471 <li><a href="h_config_use_system_translation">FEATURE: Use System Translation</a>
3472 <li><a href="h_config_vertical_list">FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></a>
3473 <li><a href="h_config_warn_if_fcc_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></a>
3474 <li><a href="h_config_warn_if_subj_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></a>
3475 <li><a href="h_config_warn_if_no_to_or_cc">FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></a>
3476 <li><a href="h_mainhelp_filtering">Filtering</a>
3477 <li><a href="h_finding_help">Finding more information and requesting help</a>
3478 <li><a href="h_common_flag">Flag Command</a>
3479 <li><a href="h_config_quell_flowed_text">Flowed Text</a>
3480 <li><a href="h_mainhelp_folders">Folders</a>
3481 <li><a href="h_what_are_collections">Folder Collections Explained</a>
3482 <li><a href="h_common_folders">Folder List Command</a>
3483 <li><a href="h_folder_fcc">Folder Select for Fcc Explained</a>
3484 <li><a href="h_folder_save">Folder Select for Save Explained</a>
3485 <li><a href="h_folder_server_syntax">Folder Server Name Syntax</a>
3486 <li><a href="h_config_change_your_from">From Address, Changing</a>
3487 <li><a href="main_menu_tx">GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</a>
3488 <li><a href="h_pine_for_windows">GETTING HELP IN ALPINE</a>
3489 <li><a href="h_common_goto">Goto Command</a>
3490 <li><a href="h_common_hdrmode">HdrMode Command</a>
3491 <li><a href="h_mainhelp_pinehelp">Help</a>
3492 <li><a href="h_special_help_nav">Help Text Navigation Explained</a>
3493 <li><a href="h_folder_maint">Help for Folder List</a>
3494 <li><a href="h_valid_folder_names">IMAP</a>
3495 <li><a href="h_ge_import">Import File Selection</a>
3496 <li><a href="h_mainhelp_index">Index of Messages</a>
3497 <li><a href="h_composer_ins_m">INSERT MESSAGE</a>
3498 <li><a href="h_composer_ins">INSERT TEXT FILE</a>
3499 <li><a href="h_address_format">INTERNET EMAIL ADDRESS FORMAT</a>
3500 <li><a href="h_info_on_mbox">Information on mbox driver</a>
3501 <li><a href="h_mainhelp_intro">Introduction</a>
3502 <li><a href="h_main_journal">Journal Command</a>
3503 <li><a href="h_common_jump">Jump Command</a>
3504 <li><a href="h_compose_justify">Justify Command</a>
3505 <li><a href="h_main_kblock">Keyboard Lock Command</a>
3506 <li><a href="h_mainhelp_keywords">Keywords (or Flags, or Labels)</a>
3507 <li><a href="h_mainhelp_ldap">LDAP</a>
3508 <li><a href="h_config_ldap_opts_tls">LDAP FEATURE: Attempt-TLS-On-Connection</a>
3509 <li><a href="h_config_ldap_opts_nosub">LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</a>
3510 <li><a href="h_config_ldap_opts_rhs">LDAP FEATURE: Lookup-Addrbook-Contents</a>
3511 <li><a href="h_config_ldap_opts_tlsmust">LDAP FEATURE: Require-TLS-On-Connection</a>
3512 <li><a href="h_config_ldap_opts_ref">LDAP FEATURE: Save-Search-Criteria-Not-Result</a>
3513 <li><a href="h_config_ldap_opts_impl">LDAP FEATURE: Use-Implicitly-From-Composer</a>
3514 <li><a href="h_config_ldap_binddn">LDAP OPTION: Bind-DN</a>
3515 <li><a href="h_config_ldap_cust">LDAP OPTION: Custom-Search-Filter</a>
3516 <li><a href="h_config_ldap_email_attr">LDAP OPTION: EmailAttribute</a>
3517 <li><a href="h_config_ldap_gn_attr">LDAP OPTION: GivennameAttribute</a>
3518 <li><a href="h_config_ldap_server">LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></a>
3519 <li><a href="h_config_ldap_cn_attr">LDAP OPTION: NameAttribute</a>
3520 <li><a href="h_config_ldap_nick">LDAP OPTION: Nickname</a>
3521 <li><a href="h_config_ldap_port">LDAP OPTION: Port</a>
3522 <li><a href="h_config_ldap_base">LDAP OPTION: Search-Base</a>
3523 <li><a href="h_config_ldap_searchrules">LDAP OPTION: Search-Rule</a>
3524 <li><a href="h_config_ldap_searchtypes">LDAP OPTION: Search-Type</a>
3525 <li><a href="h_config_ldap_size">LDAP OPTION: Sizelimit</a>
3526 <li><a href="h_config_ldap_sn_attr">LDAP OPTION: SurnameAttribute</a>
3527 <li><a href="h_config_ldap_time">LDAP OPTION: Timelimit</a>
3528 <li><a href="h_ldap_view">LDAP Response View Explained</a>
3529 <li><a href="h_maildrop">Mail Drop: What is it?</a>
3530 <li><a href="h_mainhelp_mainmenu">MAIN MENU</a>
3531 <li><a href="h_mail_index">MESSAGE INDEX COMMANDS</a>
3532 <li><a href="h_mail_view">MESSAGE TEXT SCREEN</a>
3533 <li><a href="h_compose_markcutpaste">Mark, Cut and Paste Commands</a>
3534 <li><a href="h_common_index">Message Index Command</a>
3535 <li><a href="h_mainhelp_mouse">Mouse</a>
3536 <li><a href="h_mainhelp_aggops">Multiple Message Operations</a>
3537 <li><a href="new_user_greeting">NEW USER GREETING</a>
3538 <li><a href="new_version_greeting">NEW VERSION GREETING</a>
3539 <li><a href="h_mainhelp_readingnews">News Reading</a>
3540 <li><a href="h_folder_subscribe">Newsgroup Subcribe Screen explained</a>
3541 <li><a href="h_folder_postnews">Newsgroup selecting for Posting explained</a>
3542 <li><a href="h_common_nextnew">NextNew Command</a>
3543 <li><a href="h_abook_select_nick">Nickname Selection Explained</a>
3544 <li><a href="h_mainhelp_readingnews">NNTP</a>
3545 <li><a href="h_config_address_book">OPTION: <!--#echo var="VAR_address-book"--></a>
3546 <li><a href="h_config_abook_formats">OPTION: <!--#echo var="VAR_addressbook-formats"--></a>
3547 <li><a href="h_config_ab_sort_rule">OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></a>
3548 <li><a href="h_config_alt_addresses">OPTION: <!--#echo var="VAR_alt-addresses"--></a>
3549 <li><a href="h_config_active_msg_interval">OPTION: <!--#echo var="VAR_busy-cue-rate"--></a>
3550 <li><a href="h_config_color_style">OPTION: Color Style</a>
3551 <li><a href="h_config_wordseps">OPTION: <!--#echo var="VAR_composer-word-separators"--></a>
3552 <li><a href="h_config_composer_wrap_column">OPTION: <!--#echo var="VAR_composer-wrap-column"--></a>
3553 <li><a href="h_config_index_color_style">OPTION: <!--#echo var="VAR_current-indexline-style"--></a>
3554 <li><a href="h_config_cursor_style">OPTION: Cursor Style</a>
3555 <li><a href="h_config_custom_hdrs">OPTION: <!--#echo var="VAR_customized-hdrs"--></a>
3556 <li><a href="h_config_deadlets">OPTION: <!--#echo var="VAR_dead-letter-files"--></a>
3557 <li><a href="h_config_comp_hdrs">OPTION: <!--#echo var="VAR_default-composer-hdrs"--></a>
3558 <li><a href="h_config_default_fcc">OPTION: <!--#echo var="VAR_default-fcc"--></a>
3559 <li><a href="h_config_def_save_folder">OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></a>
3560 <li><a href="h_config_disable_auths">OPTION: <!--#echo var="VAR_disable-these-authenticators"--></a>
3561 <li><a href="h_config_disable_drivers">OPTION: <!--#echo var="VAR_disable-these-drivers"--></a>
3562 <li><a href="h_config_char_set">OPTION: Display Character Set</a>
3563 <li><a href="h_config_display_filters">OPTION: <!--#echo var="VAR_display-filters"--></a>
3564 <li><a href="h_config_download_cmd">OPTION: <!--#echo var="VAR_download-command"--></a>
3565 <li><a href="h_config_download_prefix">OPTION: <!--#echo var="VAR_download-command-prefix"--></a>
3566 <li><a href="h_config_editor">OPTION: <!--#echo var="VAR_editor"--></a>
3567 <li><a href="h_config_empty_hdr_msg">OPTION: <!--#echo var="VAR_empty-header-message"--></a>
3568 <li><a href="h_config_fcc_rule">OPTION: <!--#echo var="VAR_fcc-name-rule"--></a>
3569 <li><a href="h_config_file_dir">OPTION: File Directory</a>
3570 <li><a href="h_config_folder_spec">OPTION: <!--#echo var="VAR_folder-collections"--></a>
3571 <li><a href="h_config_reopen_rule">OPTION: <!--#echo var="VAR_folder-reopen-rule"--></a>
3572 <li><a href="h_config_fld_sort_rule">OPTION: <!--#echo var="VAR_folder-sort-rule"--></a>
3573 <li><a href="h_config_font_char_set">OPTION: Font Character Set</a>
3574 <li><a href="h_config_font_name">OPTION: Font Name</a>
3575 <li><a href="h_config_font_size">OPTION: Font Size</a>
3576 <li><a href="h_config_font_style">OPTION: Font Style</a>
3577 <li><a href="h_config_form_folder">OPTION: <!--#echo var="VAR_form-letter-folder"--></a>
3578 <li><a href="h_config_glob_addrbook">OPTION: <!--#echo var="VAR_global-address-book"--></a>
3579 <li><a href="h_config_goto_default">OPTION: <!--#echo var="VAR_goto-default-rule"--></a>
3580 <li><a href="h_config_header_general_color">OPTION: Header General Color</a>
3581 <li><a href="h_config_image_viewer">OPTION: <!--#echo var="VAR_image-viewer"--></a>
3582 <li><a href="h_config_inbox_path">OPTION: <!--#echo var="VAR_inbox-path"--></a>
3583 <li><a href="h_config_archived_folders">OPTION: <!--#echo var="VAR_incoming-archive-folders"--></a>
3584 <li><a href="h_config_incoming_interv">OPTION: <!--#echo var="VAR_incoming-check-interval"--></a>
3585 <li><a href="h_config_incoming_second_interv">OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></a>
3586 <li><a href="h_config_incoming_list">OPTION: <!--#echo var="VAR_incoming-check-list"--></a>
3587 <li><a href="h_config_incoming_timeo">OPTION: <!--#echo var="VAR_incoming-check-timeout"--></a>
3588 <li><a href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
3589 <li><a href="h_config_inc_startup">OPTION: <!--#echo var="VAR_incoming-startup-rule"--></a>
3590 <li><a href="h_config_incunseen_color">OPTION: Incoming Unseen Color</a>
3591 <li><a href="h_config_index_arrow_color">OPTION: Index Arrow Color</a>
3592 <li><a href="h_config_index_color">OPTION: Index Colors</a>
3593 <li><a href="h_config_index_format">OPTION: <!--#echo var="VAR_index-format"--></a>
3594 <li><a href="h_config_index_from_color">OPTION: Index From Color</a>
3595 <li><a href="h_config_index_opening_color">OPTION: Index Opening Color</a>
3596 <li><a href="h_config_index_pri_color">OPTION: Index Priority Symbol Colors</a>
3597 <li><a href="h_config_index_subject_color">OPTION: Index Subject Color</a>
3598 <li><a href="h_config_init_cmd_list">OPTION: <!--#echo var="VAR_initial-keystroke-list"--></a>
3599 <li><a href="h_config_key_char_set">OPTION: Keyboard Character Set</a>
3600 <li><a href="h_config_keylabel_color">OPTION: KeyLabel Color</a>
3601 <li><a href="h_config_keyname_color">OPTION: KeyName Color</a>
3602 <li><a href="h_config_keywords">OPTION: <!--#echo var="VAR_keywords"--></a>
3603 <li><a href="h_config_kw_color">OPTION: Keyword Colors</a>
3604 <li><a href="h_config_kw_braces">OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></a>
3605 <li><a href="h_config_prune_date">OPTION: <!--#echo var="VAR_last-time-prune-questioned"--></a>
3606 <li><a href="h_config_last_vers">OPTION: <!--#echo var="VAR_last-version-used"--></a>
3607 <li><a href="h_config_literal_sig">OPTION: <!--#echo var="VAR_literal-signature"--></a>
3608 <li><a href="h_config_mailcheck">OPTION: <!--#echo var="VAR_mail-check-interval"--></a>
3609 <li><a href="h_config_mailchecknoncurr">OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></a>
3610 <li><a href="h_config_mailcap_path">OPTION: <!--#echo var="VAR_mailcap-search-path"--></a>
3611 <li><a href="h_config_maildropcheck">OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></a>
3612 <li><a href="h_config_maxremstream">OPTION: <!--#echo var="VAR_max-remote-connections"--></a>
3613 <li><a href="h_config_metamsg_color">OPTION: Meta-Message Color</a>
3614 <li><a href="h_config_mimetype_path">OPTION: <!--#echo var="VAR_mimetype-search-path"--></a>
3615 <li><a href="h_config_new_ver_quell">OPTION: <!--#echo var="VAR_new-version-threshold"--></a>
3616 <li><a href="h_config_fifopath">OPTION: NewMail FIFO Path</a>
3617 <li><a href="h_config_newmailwidth">OPTION: <!--#echo var="VAR_newmail-window-width"--></a>
3618 <li><a href="h_config_news_active">OPTION: <!--#echo var="VAR_news-active-file-path"--></a>
3619 <li><a href="h_config_news_spec">OPTION: <!--#echo var="VAR_news-collections"--></a>
3620 <li><a href="h_config_news_spool">OPTION: <!--#echo var="VAR_news-spool-directory"--></a>
3621 <li><a href="h_config_newsrc_path">OPTION: <!--#echo var="VAR_newsrc-path"--></a>
3622 <li><a href="h_config_nntprange">OPTION: <!--#echo var="VAR_nntp-range"--></a>
3623 <li><a href="h_config_nntp_server">OPTION: <!--#echo var="VAR_nntp-server"--></HEAD></a>
3624 <li><a href="h_config_normal_color">OPTION: Normal Color</a>
3625 <li><a href="h_config_opening_sep">OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></a>
3626 <li><a href="h_config_oper_dir">OPTION: <!--#echo var="VAR_operating-dir"--></a>
3627 <li><a href="h_config_pat_old">OPTION: Patterns</a>
3628 <li><a href="h_config_pat_filts">OPTION: <!--#echo var="VAR_patterns-filters2"--></a>
3629 <li><a href="h_config_pat_other">OPTION: <!--#echo var="VAR_patterns-other"--></a>
3630 <li><a href="h_config_pat_roles">OPTION: <!--#echo var="VAR_patterns-roles"--></a>
3631 <li><a href="h_config_pat_scores">OPTION: <!--#echo var="VAR_patterns-scores2"--></a>
3632 <li><a href="h_config_pers_name">OPTION: <!--#echo var="VAR_personal-name"--></a>
3633 <li><a href="h_config_print_cat">OPTION: <!--#echo var="VAR_personal-print-category"--></a>
3634 <li><a href="h_config_print_command">OPTION: <!--#echo var="VAR_personal-print-command"--></a>
3635 <li><a href="h_config_post_char_set">OPTION: <!--#echo var="VAR_posting-character-set"--></a>
3636 <li><a href="h_config_postponed_folder">OPTION: <!--#echo var="VAR_postponed-folder"--></a>
3637 <li><a href="h_config_print_font_char_set">OPTION: Print-Font-Char-Set</a>
3638 <li><a href="h_config_print_font_name">OPTION: Print-Font-Name</a>
3639 <li><a href="h_config_print_font_size">OPTION: Print-Font-Size</a>
3640 <li><a href="h_config_print_font_style">OPTION: Print-Font-Style</a>
3641 <li><a href="h_config_printer">OPTION: Printer</a>
3642 <li><a href="h_config_prompt_color">OPTION: Prompt Color</a>
3643 <li><a href="h_config_pruned_folders">OPTION: <!--#echo var="VAR_pruned-folders"--></a>
3644 <li><a href="h_config_pruning_rule">OPTION: <!--#echo var="VAR_pruning-rule"--></a>
3645 <li><a href="h_config_quote_color">OPTION: Quote Colors</a>
3646 <li><a href="h_config_quote_replace_string">OPTION: <!--#echo var="VAR_quote-replace-string"--></a>
3647 <li><a href="h_config_quote_suppression">OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></a>
3648 <li><a href="h_config_read_message_folder">OPTION: <!--#echo var="VAR_read-message-folder"--></a>
3649 <li><a href="h_config_remote_abook_history">OPTION: <!--#echo var="VAR_remote-abook-history"--></a>
3650 <li><a href="h_config_abook_metafile">OPTION: <!--#echo var="VAR_remote-abook-metafile"--></a>
3651 <li><a href="h_config_remote_abook_validity">OPTION: <!--#echo var="VAR_remote-abook-validity"--></a>
3652 <li><a href="h_config_reply_indent_string">OPTION: <!--#echo var="VAR_reply-indent-string"--></a>
3653 <li><a href="h_config_reply_intro">OPTION: <!--#echo var="VAR_reply-leadin"--></a>
3654 <li><a href="h_config_reverse_color">OPTION: Reverse Color</a>
3655 <li><a href="h_config_rshcmd">OPTION: <!--#echo var="VAR_rsh-command"--></a>
3656 <li><a href="h_config_rsh_open_timeo">OPTION: <!--#echo var="VAR_rsh-open-timeout"--></a>
3657 <li><a href="h_config_rshpath">OPTION: <!--#echo var="VAR_rsh-path"--></a>
3658 <li><a href="h_config_saved_msg_name_rule">OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></a>
3659 <li><a href="h_config_scroll_margin">OPTION: <!--#echo var="VAR_scroll-margin"--></a>
3660 <li><a href="h_config_slctbl_color">OPTION: Selectable Item Color</a>
3661 <li><a href="h_config_sending_filter">OPTION: <!--#echo var="VAR_sending-filters"--></a>
3662 <li><a href="h_config_sendmail_path">OPTION: <!--#echo var="VAR_sendmail-path"--></a>
3663 <li><a href="h_config_signature_color">OPTION: Signature Color</a>
3664 <li><a href="h_config_signature_file">OPTION: <!--#echo var="VAR_signature-file"--></a>
3665 <li><a href="h_config_smtp_server">OPTION: <!--#echo var="VAR_smtp-server"--></a>
3666 <li><a href="h_config_sort_key">OPTION: <!--#echo var="VAR_sort-key"--></a>
3667 <li><a href="h_config_speller">OPTION: <!--#echo var="VAR_speller"--></a>
3668 <li><a href="h_config_sshcmd">OPTION: <!--#echo var="VAR_ssh-command"--></a>
3669 <li><a href="h_config_ssh_open_timeo">OPTION: <!--#echo var="VAR_ssh-open-timeout"--></a>
3670 <li><a href="h_config_sshpath">OPTION: <!--#echo var="VAR_ssh-path"--></a>
3671 <li><a href="h_config_status_color">OPTION: Status Color</a>
3672 <li><a href="h_config_status_msg_delay">OPTION: <!--#echo var="VAR_status-message-delay"--></a>
3673 <li><a href="h_config_permlocked">OPTION: <!--#echo var="VAR_stay-open-folders"--></a>
3674 <li><a href="h_config_tcp_open_timeo">OPTION: <!--#echo var="VAR_tcp-open-timeout"--></a>
3675 <li><a href="h_config_tcp_query_timeo">OPTION: <!--#echo var="VAR_tcp-query-timeout"--></a>
3676 <li><a href="h_config_tcp_readwarn_timeo">OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></a>
3677 <li><a href="h_config_tcp_writewarn_timeo">OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></a>
3678 <li><a href="h_config_thread_disp_style">OPTION: <!--#echo var="VAR_threading-display-style"--></a>
3679 <li><a href="h_config_thread_exp_char">OPTION: <!--#echo var="VAR_threading-expanded-character"--></a>
3680 <li><a href="h_config_thread_index_style">OPTION: <!--#echo var="VAR_threading-index-style"--></a>
3681 <li><a href="h_config_thread_indicator_char">OPTION: <!--#echo var="VAR_threading-indicator-character"--></a>
3682 <li><a href="h_config_thread_lastreply_char">OPTION: <!--#echo var="VAR_threading-lastreply-character"--></a>
3683 <li><a href="h_config_title_color">OPTION: Title Color</a>
3684 <li><a href="h_config_titleclosed_color">OPTION: Title Closed Color</a>
3685 <li><a href="h_config_titlebar_color_style">OPTION: <!--#echo var="VAR_titlebar-color-style"--></a>
3686 <li><a href="h_config_unk_char_set">OPTION: <!--#echo var="VAR_unknown-character-set"--></a>
3687 <li><a href="h_config_upload_cmd">OPTION: <!--#echo var="VAR_upload-command"--></a>
3688 <li><a href="h_config_upload_prefix">OPTION: <!--#echo var="VAR_upload-command-prefix"--></a>
3689 <li><a href="h_config_browser">OPTION: <!--#echo var="VAR_url-viewers"--></a>
3690 <li><a href="h_config_domain_name">OPTION: <!--#echo var="VAR_use-only-domain-name"--></a>
3691 <li><a href="h_config_user_dom">OPTION: <!--#echo var="VAR_user-domain"--></a>
3692 <li><a href="h_config_user_id">OPTION: <!--#echo var="VAR_user-id"--></a>
3693 <li><a href="h_config_user_input_timeo">OPTION: <!--#echo var="VAR_user-input-timeout"--></a>
3694 <li><a href="h_config_viewer_headers">OPTION: <!--#echo var="VAR_viewer-hdrs"--></a>
3695 <li><a href="h_config_customhdr_pattern">OPTION: Viewer Header Color Pattern</a>
3696 <li><a href="h_config_customhdr_color">OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></a>
3697 <li><a href="h_config_viewer_margin_left">OPTION: <!--#echo var="VAR_viewer-margin-left"--></a>
3698 <li><a href="h_config_viewer_margin_right">OPTION: <!--#echo var="VAR_viewer-margin-right"--></a>
3699 <li><a href="h_config_viewer_overlap">OPTION: <!--#echo var="VAR_viewer-overlap"--></a>
3700 <li><a href="h_config_window_position">OPTION: Window-Position</a>
3701 <li><a href="h_mainhelp_patterns">Patterns</a>
3702 <li><a href="h_config_role_abookfrom">PATTERNS: Address in Address Book</a>
3703 <li><a href="h_config_role_age">PATTERNS: Age Interval</a>
3704 <li><a href="h_config_role_alltextpat">PATTERNS: AllText Pattern</a>
3705 <li><a href="h_config_role_bom">PATTERNS: Beginning of Month</a>
3706 <li><a href="h_config_role_boy">PATTERNS: Beginning of Year</a>
3707 <li><a href="h_config_role_bodytextpat">PATTERNS: BodyText Pattern</a>
3708 <li><a href="h_config_role_cat_cmd">PATTERNS: Categorizer Command</a>
3709 <li><a href="h_config_role_cat_cmd_example">PATTERNS: Categorizer Command Example</a>
3710 <li><a href="h_config_role_ccpat">PATTERNS: Cc Pattern</a>
3711 <li><a href="h_config_role_cat_limit">PATTERNS: Character Limit</a>
3712 <li><a href="h_config_role_charsetpat">PATTERNS: Character Set Pattern</a>
3713 <li><a href="h_config_role_comment">PATTERNS: Comment</a>
3714 <li><a href="h_config_role_fldr_type">PATTERNS: Current Folder Type</a>
3715 <li><a href="h_config_role_cat_status">PATTERNS: Exit Status Interval</a>
3716 <li><a href="h_config_role_arbpat">PATTERNS: Extra Headers Pattern</a>
3717 <li><a href="h_config_role_frompat">PATTERNS: From Pattern</a>
3718 <li><a href="h_config_role_keywordpat">PATTERNS: Keyword Pattern</a>
3719 <li><a href="h_config_role_stat_ans">PATTERNS: Message Answered Status</a>
3720 <li><a href="h_config_role_stat_del">PATTERNS: Message Deleted Status</a>
3721 <li><a href="h_config_role_stat_imp">PATTERNS: Message Important Status</a>
3722 <li><a href="h_config_role_stat_new">PATTERNS: Message New Status</a>
3723 <li><a href="h_config_role_stat_recent">PATTERNS: Message Recent Status</a>
3724 <li><a href="h_config_role_newspat">PATTERNS: News Pattern</a>
3725 <li><a href="h_config_role_nick">PATTERNS: Nickname</a>
3726 <li><a href="h_config_role_particpat">PATTERNS: Participant Pattern</a>
3727 <li><a href="h_config_role_stat_8bitsubj">PATTERNS: Raw 8-bit in Subject</a>
3728 <li><a href="h_config_role_recippat">PATTERNS: Recipient Pattern</a>
3729 <li><a href="h_config_role_scorei">PATTERNS: Score Interval</a>
3730 <li><a href="h_config_role_senderpat">PATTERNS: Sender Pattern</a>
3731 <li><a href="h_config_role_size">PATTERNS: Size Interval</a>
3732 <li><a href="h_config_role_subjpat">PATTERNS: Subject Pattern</a>
3733 <li><a href="h_config_role_topat">PATTERNS: To Pattern</a>
3734 <li><a href="h_config_filt_opts_nonterm">PATTERNS FEATURE: Dont-Stop-Even-if-Rule-Matches</a>
3735 <li><a href="h_config_filt_opts_notdel">PATTERNS FEATURE: Move-Only-if-Not-Deleted</a>
3736 <li><a href="h_config_filt_opts_sentdate">PATTERNS FEATURE: Use-Date-Header-For-Age</a>
3737 <li><a href="h_config_filt_rule_type">PATTERNS FILTER ACTION: Filter Action</a>
3738 <li><a href="h_config_filter_kw_clr">PATTERNS FILTER ACTION: Clear These Keywords</a>
3739 <li><a href="h_config_filt_stat_ans">PATTERNS FILTER ACTION: Set Answered Status</a>
3740 <li><a href="h_config_filt_stat_del">PATTERNS FILTER ACTION: Set Deleted Status</a>
3741 <li><a href="h_config_filt_stat_imp">PATTERNS FILTER ACTION: Set Important Status</a>
3742 <li><a href="h_config_filt_stat_new">PATTERNS FILTER ACTION: Set New Status</a>
3743 <li><a href="h_config_filter_kw_set">PATTERNS FILTER ACTION: Set These Keywords</a>
3744 <li><a href="h_config_incol">PATTERNS INDEXCOLOR ACTION: Index Line Color</a>
3745 <li><a href="h_config_set_index_format">PATTERNS OTHER ACTION: Set Index Format</a>
3746 <li><a href="h_config_perfolder_sort">PATTERNS OTHER ACTION: Set Sort Order</a>
3747 <li><a href="h_config_other_startup">PATTERNS OTHER ACTION: Set Startup Rule</a>
3748 <li><a href="h_config_role_inick">PATTERNS ROLE ACTION: Initialize Values From Role</a>
3749 <li><a href="h_config_role_setfcc">PATTERNS ROLE ACTION: Set Fcc</a>
3750 <li><a href="h_config_role_setfrom">PATTERNS ROLE ACTION: Set From</a>
3751 <li><a href="h_config_role_setlitsig">PATTERNS ROLE ACTION: Set Literal Signature</a>
3752 <li><a href="h_config_role_setotherhdr">PATTERNS ROLE ACTION: Set Other Headers</a>
3753 <li><a href="h_config_role_setreplyto">PATTERNS ROLE ACTION: Set Reply-To</a>
3754 <li><a href="h_config_role_setsig">PATTERNS ROLE ACTION: Set Signature</a>
3755 <li><a href="h_config_role_settempl">PATTERNS ROLE ACTION: Set Template</a>
3756 <li><a href="h_config_role_usenntp">PATTERNS ROLE ACTION: Use NNTP Server</a>
3757 <li><a href="h_config_role_usesmtp">PATTERNS ROLE ACTION: Use SMTP Server</a>
3758 <li><a href="h_config_role_scoreval">PATTERNS SCORE ACTION: Score Value</a>
3759 <li><a href="h_config_role_scorehdrtok">PATTERNS SCORE ACTION: Score Value From Header</a>
3760 <li><a href="h_config_role_composeuse">PATTERNS USE: Compose Use</a>
3761 <li><a href="h_config_role_forwarduse">PATTERNS USE: Forward Use</a>
3762 <li><a href="h_config_role_replyuse">PATTERNS USE: Reply Use</a>
3763 <li><a href="h_pipe_command">Pipe Command SubOptions</a>
3764 <li><a href="h_common_pipe">Pipe Command</a>
3765 <li><a href="h_valid_folder_names">POP</a>
3766 <li><a href="h_common_postpone">Postpone Command</a>
3767 <li><a href="h_common_print">Print Command</a>
3768 <li><a href="h_mainhelp_readingnews">Reading News</a>
3769 <li><a href="h_news">RELEASE NOTES for Alpine</a>
3770 <li><a href="h_mainhelp_roles">Roles</a>
3771 <li><a href="h_role_select">ROLES SCREEN</a>
3772 <li><a href="h_compose_readfile">Read File Command</a>
3773 <li><a href="h_mainhelp_reading">Reading Messages</a>
3774 <li><a href="h_main_release_notes">Release Notes Command</a>
3775 <li><a href="h_common_reply">Reply and Forward Commands</a>
3776 <li><a href="h_compose_richhdr">Rich Header Command</a>
3777 <li><a href="h_common_role">Role Command</a>
3778 <li><a href="h_mainhelp_smime">S/MIME</a>
3779 <li><a href="h_index_cmd_select">Searching for Messages</a>
3780 <li><a href="h_address_display">SEARCH RESULTS INDEX</a>
3781 <li><a href="h_address_select">SEARCH RESULTS INDEX</a>
3782 <li><a href="h_simple_index">SELECT POSTPONED MESSAGE</a>
3783 <li><a href="h_abook_config">SETUP ADDRESS BOOKS SCREEN</a>
3784 <li><a href="h_collection_maint">SETUP COLLECTION LIST screen</a>
3785 <li><a href="h_color_setup">SETUP COLOR COMMANDS</a>
3786 <li><a href="h_direct_config">SETUP LDAP DIRECTORY SERVERS SCREEN</a>
3787 <li><a href="h_rules_roles">SETUP ROLES SCREEN</a>
3788 <li><a href="h_rules_incols">SETUP INDEX COLORS SCREEN</a>
3789 <li><a href="h_rules_filter">SETUP FILTERING SCREEN</a>
3790 <li><a href="h_rules_score">SETUP SCORING SCREEN</a>
3791 <li><a href="h_common_save">Save and Export Commands</a>
3792 <li><a href="h_mainhelp_securing">Securing Your Alpine Session</a>
3793 <li><a href="h_index_cmd_select">Selecting: Select and WhereIs/Select</a>
3794 <li><a href="h_compose_send">Send Command</a>
3795 <li><a href="h_folder_server_syntax">Server Name Syntax</a>
3796 <li><a href="h_main_setup">Setup Command</a>
3797 <li><a href="X-Alpine-Config:">Show Supported Options in this Alpine</a>
3798 <li><a href="h_composer_sigedit">Signature Editor Commands Explained</a>
3799 <li><a href="h_simple_text_view">Simple Text View Screen Explained</a>
3800 <li><a href="h_mainhelp_smime">S/MIME</a>
3801 <li><a href="h_config_smime_dont_do_smime">S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></a>
3802 <li><a href="h_config_smime_encrypt_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></a>
3803 <li><a href="h_config_smime_remember_passphrase">S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></a>
3804 <li><a href="h_config_smime_sign_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></a>
3805 <li><a href="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></a>
3806 <li><a href="h_config_smime_cacertcon">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></a>
3807 <li><a href="h_config_smime_cacertdir">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></a>
3808 <li><a href="h_config_smime_privkeycon">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-container"--></a>
3809 <li><a href="h_config_smime_privkeydir">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-directory"--></a>
3810 <li><a href="h_config_smime_pubcertcon">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-container"--></a>
3811 <li><a href="h_config_smime_pubcertdir">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></a>
3812 <li><a href="h_config_smime_transfer_cacert_to_con">S/MIME: Transfer CA Certs to Container</a>
3813 <li><a href="h_config_smime_transfer_cacert_to_dir">S/MIME: Transfer CA Certs to Directory</a>
3814 <li><a href="h_config_smime_transfer_priv_to_con">S/MIME: Transfer Private Keys to Container</a>
3815 <li><a href="h_config_smime_transfer_priv_to_dir">S/MIME: Transfer Private Keys to Directory</a>
3816 <li><a href="h_config_smime_transfer_pub_to_con">S/MIME: Transfer Public Certs to Container</a>
3817 <li><a href="h_config_smime_transfer_pub_to_dir">S/MIME: Transfer Public Certs to Directory</a>
3818 <li><a href="h_index_cmd_sort">Sort Command</a>
3819 <li><a href="h_compose_spell">Spell Check Command</a>
3820 <li><a href="h_common_suspend">Suspend Command</a>
3821 <li><a href="h_compose_addrcomplete">THE MESSAGE COMPOSER'S ADDRESS COMPLETION</a>
3822 <li><a href="h_composer_attachment">THE MESSAGE COMPOSER'S ATTCHMNT FIELD</a>
3823 <li><a href="h_composer_bcc">THE MESSAGE COMPOSER'S BCC FIELD</a>
3824 <li><a href="h_composer_cc">THE MESSAGE COMPOSER'S CC FIELD</a>
3825 <li><a href="h_composer_from">THE MESSAGE COMPOSER'S FROM FIELD</a>
3826 <li><a href="h_composer_lcc">THE MESSAGE COMPOSER'S LCC FIELD</a>
3827 <li><a href="h_composer_news">THE MESSAGE COMPOSER'S NEWSGRPS LINE</a>
3828 <li><a href="h_composer_reply_to">THE MESSAGE COMPOSER'S REPLY-TO FIELD</a>
3829 <li><a href="h_composer_to">THE MESSAGE COMPOSER'S TO FIELD</a>
3830 <li><a href="h_abook_opened">THE ALPINE ADDRESS BOOK</a>
3831 <li><a href="h_abook_select_nicks_take">Take Address Nickname Selection Explained</a>
3832 <li><a href="h_takeaddr_screen">Take Address Screen Explained</a>
3833 <li><a href="h_common_take">TakeAddr Command</a>
3834 <li><a href="h_mainhelp_status">Titlebar Line</a>
3835 <li><a href="h_index_tokens">Tokens for Index and Replying</a>
3836 <li><a href="h_config_usenone_color">Use None Color</a>
3837 <li><a href="h_config_usenormal_color">Use Normal Color</a>
3838 <li><a href="h_config_usetransparent_color">Use Transparent Color</a>
3839 <li><a href="h_whatis_vcard">VCARD EXPLAINED</a>
3840 <li><a href="h_view_cmd_hilite">View Hilite and Next item/Previous item</a>
3841 <li><a href="h_view_cmd_viewattch">ViewAttch Command</a>
3842 <li><a href="h_index_cmd_whereis">WhereIs Command</a>
3843 <li><a href="h_view_cmd_whereis">WhereIs Command</a>
3844 <li><a href="h_index_cmd_zoom">ZoomMode Command</a>
3845 <li><a href="h_config_browser_xterm"><!--#echo var="VAR_url-viewers"--> and X windows applications</a>
3846 </UL>
3849 &lt;End of Help Index&gt;
3850 </BODY>
3851 </HTML>
3854 ============== h_config_remote_config =============
3855 <HTML>
3856 <HEAD>
3857 <TITLE>Remote Configuration</TITLE>
3858 </HEAD>
3859 <BODY>
3860 <H1>Remote Configuration</H1>
3862 You may use the command line argument &quot;-p pinerc&quot; to tell
3863 Alpine to use a non-default configuration file.
3864 There are two types of storage for configuration information.
3865 <EM>Local</EM> configuration files are used by default.
3866 These are just regular files on the UNIX system or on the PC.
3867 The file &quot;<CODE>.pinerc</CODE>&quot; is the default for Unix Alpine and the
3868 file &quot;<CODE>PINERC</CODE>&quot; is the default for PC-Alpine.
3869 <EM>Remote</EM> configuration folders are stored on an IMAP server.
3870 The advantage of using a remote configuration is that the same information
3871 may be accessed from multiple platforms.
3872 For example, if you use one computer at work and another at home, the same
3873 configuration could be used from both places.
3874 A configuration change from one place would be seen in both places.
3875 To use a remote configuration you simply give a
3876 <A HREF="h_valid_folder_names">remote folder name</A>
3877 as the argument to the &quot;-p&quot; command line option.
3878 The command line might look something like:
3880 <CENTER><SAMP>pine -p {my.imap.server}remote_pinerc</SAMP></CENTER>
3882 If there are special characters in the command shell you use, you may need to
3883 quote the last argument (to protect the curly braces from the shell).
3884 The command might look like:
3886 <CENTER><SAMP>pine -p &quot;{my.imap.server}remote_pinerc&quot;</SAMP></CENTER>
3888 You should choose a folder name for a folder that does not yet exist.
3889 It will be created containing an empty configuration.
3890 Do not use a folder that you wish to store regular mail messages in.
3892 The Setup/RemoteConfigSetup command will help you convert from a local
3893 configuration to a remote configuration.
3894 It will create a remote configuration for you and copy your current local
3895 configuration to it.
3896 It will also help you convert local address books into remote address books
3897 and local signature files into literal signatures contained in the
3898 remote configuration file.
3900 If the Setup/RemoteConfigSetup command doesn't do what you want, you
3901 may copy a local pinerc file to a remote configuration folder by hand
3902 by using the command line option &quot;-copy_pinerc&quot;.
3904 Another command line option, which is somewhat related to remote
3905 configuration, is the option &quot;-x exceptions_config&quot;.
3906 The configuration settings in the exceptions configuration override
3907 your default settings.
3908 It may be useful to store the default configuration (the -p argument) remotely
3909 and to have the exceptions configuration stored in a local file.
3910 You might put generic configuration information in the remote configuration
3911 and platform-specific configuration on each platform in the exceptions
3912 configuration.
3913 The arguments to the &quot;-p&quot; and &quot;-x&quot; options
3914 can be either remote folders or local files.
3916 There is another command line argument that works only with PC-Alpine and
3917 which may prove useful when using a remote configuration.
3918 The option &quot;-aux local_directory&quot; allows you to tell PC-Alpine where
3919 to store your local auxiliary files.
3920 This only has an effect if your configuration file is remote.
3921 Some examples of auxiliary files are debug files, address book files, and
3922 signature files.
3924 &lt;End of help on this topic&gt;
3925 </BODY>
3926 </HTML>
3927 ============== h_config_exceptions =============
3928 <HTML>
3929 <HEAD>
3930 <TITLE>Generic and Exceptional Configuration</TITLE>
3931 </HEAD>
3932 <BODY>
3933 <H1>Generic and Exceptional Configuration</H1>
3935 If you use Alpine from more than one platform it may be convenient
3936 to split your configuration information into two pieces, a generic piece
3937 and exceptions that apply to a particular platform.
3938 For example, suppose you use Alpine from home and from work.
3939 Most of your configuration settings are probably the
3940 same in both locations, so those settings belong in the generic settings
3941 configuration.
3942 However, you may use a different SMTP server and INBOX
3943 from home than you do from work.
3945 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
3947 <A HREF="h_config_inbox_path">&quot;<!--#echo var="VAR_inbox-path"-->&quot;</A>
3948 options could be
3949 part of your exceptional configuration so that they could be different in the
3950 two places.
3952 The command line option &quot;-x exceptions_config&quot;
3953 may be used to split your configuration into generic and exceptional pieces.
3954 &quot;Exceptions_config&quot; may be either local or remote.
3955 The regular Alpine configuration file will contain the generic data, and
3956 &quot;exceptions_config&quot; will contain the exceptional data.
3958 For Unix Alpine, if you don't have a &quot;-x&quot; command line option,
3959 Alpine will look for the file &quot;<CODE>.pinercex</CODE>&quot;
3960 in the same local directory that the regular config file is located in (usually
3961 the Unix home directory).
3962 If the regular config file is remote (because the command line option
3963 &quot;-p remote_config&quot; was used) then Unix Alpine looks in the Unix home
3964 directory for &quot;<CODE>.pinercex</CODE>&quot;.
3965 If the file does not already exist then no exceptions will be used.
3966 You can force exceptions to be used by using the &quot;-x&quot; option or
3967 by creating an empty &quot;<CODE>.pinercex</CODE>&quot; file.
3969 For PC-Alpine, if you don't have a &quot;-x&quot; command line option,
3970 PC-Alpine will use the value of the
3971 environment variable <CODE>$PINERCEX</CODE>.
3972 If that is not set, PC-Alpine will look for
3973 the local file &quot;<CODE>PINERCEX</CODE>&quot;
3974 in the same local directory that the regular config file is located in.
3975 If the regular config file is remote (because the command line option
3976 &quot;-p remote_config&quot; was used) then PC-Alpine looks in the
3977 local directory specified by the &quot;-aux local_directory&quot; command
3978 line argument, or the directory <CODE>$HOME&#92;PINE</CODE>, or
3979 in the <CODE>&lt;PINE.EXE </CODE>directory<CODE>&gt;</CODE>.
3981 When you have an exception configuration there is a new command
3982 in the Alpine Setup screen, Setup/eXceptions.
3983 It toggles between exceptions and the regular configuration.
3984 This is the usual way to make changes in your exceptional configuration data.
3985 For example, you would type &quot;S&quot; for Setup, &quot;X&quot; for
3986 eXception, then follow that with one of the Setup commands, like &quot;C&quot;
3987 for Config or &quot;K&quot; for Kolor.
3989 For most people, splitting the configuration information into two pieces is
3990 going to be most useful if the generic information is accessed
3991 <A HREF="h_config_remote_config">remotely</A>).
3992 That data will be the same no matter where you access it from and if you
3993 change it that change will show up everywhere.
3994 The exceptional data will most commonly be in a local file, so that the
3995 contents may easily be different on each computing platform used.
3997 If you already have a local configuration file with settings you like
3998 you may find that the command Setup/RemoteConfigSetup is useful
3999 in helping you convert to a remote configuration.
4000 The command line flag &quot;-copy_pinerc&quot;
4001 may also be useful.
4003 &lt;End of help on this topic&gt;
4004 </BODY>
4005 </HTML>
4006 ============== h_config_inheritance =============
4007 <HTML>
4008 <HEAD>
4009 <TITLE>Configuration Inheritance</TITLE>
4010 </HEAD>
4011 <BODY>
4012 <H1>Configuration Inheritance</H1>
4014 Configuration inheritance is a power user feature.
4015 It is confusing and not completely supported by the configuration
4016 user interface.
4017 We start with an explanation of how configuration works in hopes of making
4018 it easier to describe how inheritance works.
4020 Alpine uses a hierarchy of configuration values from different locations.
4021 There are five ways in which each configuration option (configuration
4022 variable) can be set.
4023 In increasing order of precedence they are:
4025 <OL>
4026 <LI> the system-wide configuration file.
4028 <LI> the personal configuration file
4030 <LI> the personal exceptions file
4032 <LI> a command line argument
4034 <LI> the system-wide <EM>fixed</EM> configuration file (Unix Alpine only)
4035 </OL>
4037 The fixed configuration file is normally
4038 <CODE><!--#echo var="PINE_CONF_FIXED_PATH"--></CODE>.
4040 The system-wide configuration file is normally
4041 <CODE><!--#echo var="PINE_CONF_PATH"--></CODE> for Unix Alpine and is normally not
4042 set for PC-Alpine.
4043 For PC-Alpine, if the environment variable <EM>$PINECONF</EM> is set, that
4044 is used for the system-wide configuration.
4045 This location can be set or changed on the command line with the -P flag.
4046 The system-wide configuration file can be either a local file or a
4047 remote configuration folder.
4049 For Unix Alpine, the personal configuration file is normally the file
4050 <CODE>.pinerc</CODE> in the user's home directory.
4051 This can be changed with the -p command line flag.
4052 For PC-Alpine, the personal configuration file is in
4053 <CODE>$PINERC</CODE> or <CODE>&lt;AlpineRC registry value&gt;</CODE> or 
4054 <CODE>$HOME&#92;PINE&#92;PINERC</CODE> or
4055 <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;&#92;PINERC</CODE>.
4056 This can be changed with the -p command line flag.
4057 If -p is used, the configuration data may be in a local file or a remote config
4058 folder.
4060 For Unix Alpine, the personal exceptions configuration file is named
4061 <CODE>.pinercex</CODE> and is in the same directory as the personal
4062 configuration file, if that configuration file is not remote, and is in
4063 the home directory if the personal configuration file is remote.
4064 If the file exists, then exceptions are turned on.
4065 If it doesn't, then you are not using exceptions.
4066 Alternatively, you may change the location of the exceptions configuration
4067 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4068 Like the personal configuration data, exceptions_config may be
4069 either local or remote.
4071 For PC-Alpine, the personal exceptions configuration file is named
4072 <CODE>PINERCEX</CODE> and is in the same directory as the personal
4073 configuration file unless the personal configuration file is remote.
4074 In that case, it is in the local directory specfied by the
4075 &quot;-aux local_directory&quot; command line argument.
4076 (In the case that the personal configuration is remote and there is no
4077 &quot;-aux&quot; command line argument, Alpine searches for
4078 a PINERCEX file in the directory <CODE>$HOME&#92;PINE</CODE> and
4079 the directory <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;</CODE>.)
4080 If the file exists, then exceptions are turned on.
4081 If it doesn't, then you are not using exceptions.
4082 You may change the location of the exceptions configuration
4083 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4084 or with the
4085 environment variable <CODE>$PINERCEX</CODE> (if there is no &quot;-x&quot;
4086 option).
4088 To reiterate, the value of a configuration option is taken from the
4089 last location in the list above in which it is set.
4090 Or, thinking about it slightly differently, a default value for an option
4091 is established in the system-wide configuration file (or internally by Alpine
4092 if there is no value in the system-wide file).
4093 That default remains in effect until and unless it is overridden by a value in a
4094 location further down the list, in which case a new &quot;default&quot;
4095 value is established.
4096 As we continue down the list of locations we either retain the
4097 value at each step or establish a new value.
4098 The value that is still set after going through the whole list of
4099 configuration locations is the one that is used.
4101 So, for example, if an option is set in the system-wide configuration
4102 file and in the personal configuration file, but is not set in the
4103 exceptions, on the command line, or in the fixed file; then the value
4104 from the personal configuration file is the one that is used.
4105 Or, if it is set in the system-wide config, in the personal config, not
4106 in the exceptions, but is set on the command line; then the value
4107 on the command line is used.
4109 Finally we get to inheritance.
4110 For configuration options that are lists, like &quot;<!--#echo var="VAR_smtp-server"-->&quot; or
4111 &quot;<!--#echo var="VAR_incoming-folders"-->&quot;,
4112 the inheritance mechanism makes it possible to <EM>combine</EM>
4113 the values from different locations instead of <EM>replacing</EM> the value.
4114 This is true of all configuration lists other than the &quot;Feature-List&quot;,
4115 for which you may already set whatever you want at
4116 any configuration location (by using the &quot;no-&quot; prefix if
4117 necessary).
4119 To use inheritance, set the first item in a configuration list to the
4120 token &quot;INHERIT&quot;, without the quotes.
4121 If the first item is &quot;INHERIT&quot;,
4122 then instead of replacing the default value established so far, the rest of
4123 the list is appended to the default value established so far and that is
4124 the new value.
4126 Here is an example which may make it clearer. Suppose we have:
4128 <PRE>
4129  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4130  Personal config    :   smtp-server = INHERIT, mysmtp.home
4131  Exceptions config  :   smtp-server = &lt;No Value Set&gt;
4132  Command line       :   smtp-server = &lt;No Value Set&gt;
4133  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4134 </PRE>
4137 This would result in an effective smtp-server option of
4139 <PRE>
4140  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home
4141 </PRE>
4143 The &quot;INHERIT&quot; token can be used in any of the configuration files
4144 and the effect cascades.
4145 For example, if we change the above example to:
4147 <PRE>
4148  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4149  Personal config    :   smtp-server = INHERIT, mysmtp.home
4150  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4151  Command line       :   smtp-server = &lt;No Value Set&gt;
4152  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4153 </PRE>
4156 This would result in:
4158 <PRE>
4159  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home, yoursmtp.org
4160 </PRE>
4162 Unset variables are skipped over (the default value is carried forward) so
4163 that, for example:
4165 <PRE>
4166  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4167  Personal config    :   smtp-server = &lt;No Value Set&gt;
4168  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4169  Command line       :   smtp-server = &lt;No Value Set&gt;
4170  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4171 </PRE>
4174 produces:
4176 <PRE>
4177  smtp-server = smtp1.corp.com, smtp2.corp.com, yoursmtp.org
4178 </PRE>
4181 If any later configuration location has a value set (for a particular list
4182 option) which does <EM>not</EM> begin with &quot;INHERIT&quot;,
4183 then that value replaces whatever value has been defined up to that point.
4184 In other words, that cancels out any previous inheritance.
4186 <PRE>
4187  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4188  Personal config    :   smtp-server = INHERIT, mysmtp.org
4189  Exceptions config  :   smtp-server = yoursmtp.org
4190  Command line       :   smtp-server = &lt;No Value Set&gt;
4191  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4192 </PRE>
4195 results in:
4197 <PRE>
4198  smtp-server = yoursmtp.org
4199 </PRE>
4202 For some configuration options, like &quot;<!--#echo var="VAR_viewer-hdr-colors"-->&quot; or
4203 &quot;<!--#echo var="VAR_patterns-roles"-->&quot;, it is
4204 difficult to insert the value &quot;INHERIT&quot; into the list of values
4205 for the option using the normal Setup tools.
4206 In other words, the color setting screen (for example) does not
4207 provide a way to input the text &quot;INHERIT&quot; as the first
4208 item in the <!--#echo var="VAR_viewer-hdr-colors"--> option.
4209 The way to do this is to either edit the pinerc file directly and manually
4210 insert it, or turn
4211 on the <A HREF="h_config_expose_hidden_config"><!--#echo var="FEAT_expose-hidden-config"--></A>
4212 feature and insert it using the Setup/Config screen.
4214 &lt;End of help on this topic&gt;
4215 </BODY>
4216 </HTML>
4217 ============== h_special_xon_xoff =============
4218 <HTML>
4219 <HEAD>
4220 <TITLE>Explanation of Alpine's XOFF/XON Handling</TITLE>
4221 </HEAD>
4222 <BODY>
4223 <H1>XOFF/XON Handling within Alpine</H1>
4225 By default, Alpine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
4226 and XON) as normal characters, even though Alpine does not use them.
4227 However, the printer, modem, or communication software you are using may
4228 be configured for &quot;software flow control,&quot; which means that
4229 XON/XOFF must be treated as special characters by the operating system.
4230 If you see messages such as &quot;^S not defined for this screen&quot;,
4231 then your system is probably using software flow control. In this case
4232 you will need to set the
4233 <A HREF="h_config_preserve_start_stop">&quot;<!--#echo var="FEAT_preserve-start-stop-characters"-->&quot;</A>
4234 feature.
4236 If you <EM>do</EM> set this
4237 feature, be advised that if you accidentally hit a Ctrl-S, Alpine will
4238 mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
4239 and see if that puts things right.  Printing via the
4240 &quot;attached-to-ansi&quot; or 
4241 &quot;attached-to-wyse&quot;
4242 option will automatically enable software
4243 flow-control handling for the duration of the printing.
4245 &lt;End of help on this topic&gt;
4246 </BODY>
4247 </HTML>
4248 ============= h_special_help_nav =============
4249 <HTML>
4250 <HEAD>
4251 <TITLE>Help Text Navigation Explained</TITLE>
4252 </HEAD>
4253 <BODY>
4254 <H1>Help Text Navigation Explained</H1>
4256 Alpine contains extensive context-sensitive help text.   At any point, 
4257 pressing the &quot;?&quot; key will bring up a page of help text
4258 explaining the options available to you.  You can leave the help
4259 text screen and return to normal Alpine operation by pressing
4261 <!--chtml if pinemode="function_key"-->
4262 F3 function
4263 <!--chtml else-->
4264 &quot;E&quot;
4265 <!--chtml endif-->
4266 key to Exit Help at any time.
4269 Within the help screen you might find a word or phrase displayed in 
4270 inverse text and others displayed in bold typeface.  Such words and
4271 phrases are used to tell you Alpine has more information available on
4272 the topic they describe.
4273 The inverted text is the &quot;selected&quot; topic.  
4274 Use the arrow keys, Ctrl-F, and Ctrl-B to change which of the phrases
4275 displayed in bold type
4276 is &quot;selected&quot;.
4277 Hit the Return key to display the information Alpine has available on that
4278 topic.  While viewing such additional information, the 
4279 <!--chtml if pinemode="function_key"-->
4280 F3 function
4281 <!--chtml else-->
4282 &quot;P&quot;
4283 <!--chtml endif-->
4284 key will return you to the previous help screen, and the
4285 <!--chtml if pinemode="function_key"-->
4286 F2 function
4287 <!--chtml else-->
4288 &quot;E&quot;
4289 <!--chtml endif-->
4290 key will Exit the Help system altogether.
4293 The "N" command will tell you the internal name of the help text you are 
4294 reading each time, so that you can send this name in the text of a message 
4295 and create a direct link to that internal help using the x-pine-help URL 
4296 scheme. For example, the direct link to this item is 
4297 x-pine-help:h_special_help_nav. If you add this text to a message, then
4298 a person using Pine to read such message would have a direct link to this
4299 help text.
4302 When you are finished reading this help text, you can press the
4303 <!--chtml if pinemode="function_key"-->
4304 F3 function
4305 <!--chtml else-->
4306 &quot;P&quot;
4307 <!--chtml endif-->
4308 key to return to the previously displayed help text.
4311 &lt;End of help on this topic&gt;
4312 </BODY>
4313 </HTML>
4314 ============= h_special_list_commands =============
4315 <HTML>
4316 <HEAD>
4317 <TITLE>Email List Commands Explained</TITLE>
4318 </HEAD>
4319 <BODY>
4320 <H1>Email List Commands Explained</H1>
4322 Electonic mail lists provide a way for like-minded users to join in
4323 discussions on topics of interest.  The email list itself is 
4324 represented by a
4325 single address that participants send messages to when they have
4326 something of interest to share with other members of the list.  The
4327 receiving computer then, either automatically or after review by the
4328 list's owner (or moderator), sends a copy of that message to each
4329 member of the list.
4332 Usually, subscribing and unsubscribing is done by sending requests in
4333 an email message to a special address setup to handle managing list
4334 membership.  Often this is the name of the list followed by
4335 <I>-request</I>.  This address is almost <EM>never</EM> the same as
4336 the address used to send messages to the list.
4339 Unfortunately, email list participation commands are more a matter
4340 of convention than standard, and thus may vary from list to list.
4341 Increasingly, list management software is adding information to
4342 the copy of the postings as they're copied to the list members that
4343 explains how to do the various list management functions.
4346 Alpine will recognize this information and offer the management commands
4347 they represent in a simple display. One or more of the following
4348 operations will be made available:
4350 <DL>
4351 <DT>Help</DT>
4352 <DD>
4353 A method to get help on subscribing, unsubscribing, 
4354 an explanation of what the list is about, or special instructions
4355 for participation.  This may be in the form of a reply in response
4356 to an email message, or instructions on how to connect to a Web site.
4357 </DD>
4359 <DT>Unsubscribe</DT>
4360 <DD>
4361 A method to get your email addressed removed from the list of
4362 recipients of the email list.
4363 </DD>
4365 <DT>Subscribe</DT>
4366 <DD>
4367 A method to get your email address added to the list of recipients
4368 of the email list.  It may be in the form of a message sent to 
4369 a special address or you may be connected to a web site.
4370 <DD>
4371 </DD>
4373 <DT>Post</DT>
4374 <DD>
4375 A method used to post to the email list.  However, it might also 
4376 indicate that no posting is allowed directly to the list.
4377 </DD>
4379 <DT>Owner</DT>
4380 <DD>
4381 A method to contact the list owner for special questions you might
4382 have regarding the list.
4383 </DD>
4385 <DT>Archive</DT>
4386 <DD>
4387 A method to view an archive of previous messages posted to the list.
4388 This may be in the form of a mail folder on a remote computer, an
4389 IMAP mailbox or even a Web site.
4390 </DD>
4391 </DL>
4394 &lt;End of help on this topic&gt;
4395 </BODY>
4396 </HTML>
4397 ============= h_quota_command =============
4398 <HTML>
4399 <HEAD>
4400 <TITLE>Quota Screen Explained</TITLE>
4401 </HEAD>
4402 <BODY>
4403 <H1>Quota Screen Explained</H1>
4405 <P> This screen summarizes the quota report for this mailbox in the
4406 IMAP server. For each resource that you have a quota, this reports summarizes
4407 its use and limit.
4409 <P> Your IMAP server administrator may have set a quota based either on 
4410 the total size of your mailbox (STORAGE), or the number of messages in 
4411 your mailbox (MESSAGES), or some other criteria. This will be reported
4412 to you indicating the type of quota, its total use and its limit.
4414 <P> The report for STORAGE is reported in kibibytes (KiB). One kibibyte is 
4415 1024 bytes. Each of the characters that you see in this help text is one 
4416 byte, and this help text is about 1 kibibyte in size. Small messages sent 
4417 by Alpine are normally less than 4 kibibytes in size (which includes 
4418 headers and text). Other email programs may send messages with bigger 
4419 sizes when they send messages, since they send plain text and an 
4420 alternative part in HTML.
4422 <P> A convenient way to save space for the STORAGE type of quota is by 
4423 deleting attachments. This is done on each individual message by pressing 
4424 the &quot;V&quot; command while reading the message text, then moving the cursor 
4425 to the position of the attachment that is to be deleted, then pressing
4426 &quot;D&quot; to delete such attachment, going back to reading the 
4427 message with the &quot;&lt;&quot; command and pressing &quot;S&quot; to 
4428 save the message in the same folder you are reading from. The saved 
4429 message will not have the attachment that was marked deleted. Now you
4430 can delete and expunge the message with the unwanted attachment.
4433 &lt;End of help on this topic&gt;
4434 </BODY>
4435 </HTML>
4436 ============= h_mail_thread_index =============
4437 <HTML>
4438 <HEAD>
4439 <TITLE>THREAD INDEX COMMANDS</TITLE>
4440 </HEAD>
4441 <BODY>                 
4442 <H1>THREAD INDEX COMMANDS</H1>
4443 <!--chtml if pinemode="function_key"-->
4444 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>
4445 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
4446 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>
4447 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>
4448 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>
4449 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>
4450 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>
4451 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>
4452 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>
4453 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>
4454 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>
4455 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>
4456 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>
4457 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>
4458 <BR>
4459 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
4460 -----------------------------<BR>
4461 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>
4462 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>
4463 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>
4464 <BR>
4465 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
4466 -----------------------------<BR>
4467 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
4468 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
4469 <BR>
4470 <!--chtml else-->
4471 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>
4472 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
4473 &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>
4474 &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>
4475 &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>
4476 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>
4477 &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>
4478 &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>
4479 &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>
4480 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>
4481 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
4482 <BR>
4483 Miscellaneous&nbsp;Operations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
4484 ------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
4485 &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>
4486 &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>
4487 &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>
4488 &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>
4489 &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>
4490 &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>
4491 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Messages&nbsp;in&nbsp;Current&nbsp;Thread<BR>
4492 <!--chtml endif-->
4495 NOTE:
4496 <OL>
4497  <LI>For help on a particular command, highlight the bold text associated
4498 with it above and hit Return.
4499  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
4500 </OL>
4502 <H2>Description of the THREAD INDEX Screen</H2>
4504 The THREAD INDEX displays summary information from each
4505 thread (conversation) in the current folder.
4506 This is useful if you want to quickly
4507 scan new threads, or find a particular thread without having to go
4508 through the text of each message, or to quickly get rid of junk
4509 threads, etc.
4510 The current thread is always highlighted.
4511 Each line of the THREAD INDEX contains the following columns: <P>
4512 <DL>
4513  <DT>STATUS:</DT>
4514  <DD> The markings on the left side of the thread tell you about its
4515 status.  You may see one or more of the following codes on any given
4516 thread:
4517 <UL>
4518   <LI> &quot;D&quot; for Deleted. All of the messages in this thread are marked for deletion but not yet eXpunged from the folder.
4519   <LI> &quot;A&quot; for Answered. All of the messages in this thread are marked answered.
4520   <LI> &quot;N&quot; for New. At least one message in the thread is New (you haven't looked at it yet).
4521   <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.
4522   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
4523         message in the thread was sent to you as a cc:. This symbol will only show up if
4524         the feature
4525         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
4526   <LI> &quot;X&quot; for selected.  You have selected at least one message in the thread by using the
4527         &quot;select&quot; command.  (Some systems may optionally allow selected
4528         messages to be denoted by the index line being displayed in bold
4529         type instead.)
4530   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
4531       to mark at least one message in this thread as &quot;important&quot;.
4532 </UL></DD><P>
4534  <DT>THREAD NUMBER:</DT>
4535  <DD>Threads in a folder are numbered, from one through the number
4536 of threads in the folder, to help you know where you are in the folder.
4537 </DD><P>
4539  <DT>DATE STARTED:</DT>
4540  <DD>The date the thread was started. This is actually from the Date header
4541 of the first message in the thread. It doesn't take different time zones
4542 into account.</DD><P>
4544  <DT>WHO STARTED THE THREAD:</DT>
4545  <DD>This is usually the name of the sender of the first message in the thread, taken from
4546 the From header of the message.
4547 If there is no personal name given in that
4548 address, then the email address is used instead.
4549 If the message is from you (or from one of your
4550 <A HREF="h_config_alt_addresses">alternate addresses</A>),
4551 then the recipient's name is shown here instead, with the characters
4552 &quot;To: &quot; inserted before the name.
4553 (The idea of this is that if you started the thread you would rather see who
4554 the mail was sent to instead of that the mail was from you.)
4555 In Newsgroups, if you are
4556 the sender and there are no email recipients, the newsgroup name will be
4557 listed after the &quot;To: &quot;.
4558 </DD><P>
4560  <DT>SIZE:</DT>
4561  <DD>The number in parentheses is the number of messages in the thread.</DD><P>
4563  <DT>SUBJECT:</DT>
4564  <DD>As much of the thread's subject line as will fit on the screen.
4565 This is the subject of the first message in the thread.</DD>
4566 </DL>
4568 <P><UL>
4569 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
4570 </UL>
4572 &lt;End of help on this topic&gt;
4573 </BODY>
4574 </HTML>
4575 ============= h_mail_index =============
4576 <HTML>
4577 <HEAD>
4578 <TITLE>MESSAGE INDEX COMMANDS</TITLE>
4579 </HEAD>
4580 <BODY>                 
4581 <H1>MESSAGE INDEX COMMANDS</H1>
4582 <!--chtml if pinemode="function_key"-->
4583 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>
4584 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
4585 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>
4586 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>
4587 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>
4588 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>
4589 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>
4590 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>
4591 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>
4592 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>
4593 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>
4594 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>
4595 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>
4596 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>
4597 <BR>
4598 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
4599 -----------------------------<BR>
4600 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>
4601 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>
4602 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>
4603 <BR>
4604 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
4605 -----------------------------<BR>
4606 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
4607 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>
4608 <BR>
4609 <!--chtml else-->
4610 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>
4611 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
4612 &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>
4613 &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>
4614 &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>
4615 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>
4616 &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>
4617 &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>
4618 &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>
4619 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>
4620 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
4621 Miscellaneous&nbsp;Operations<BR>
4622 ------------------------<BR>
4623 &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>
4624 &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>
4625 &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>
4626 &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>
4627 &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>
4628 &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>
4629 &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>
4630 &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>
4631 <!--chtml endif-->
4634 NOTE:
4635 <OL>
4636  <LI>For help on a particular command, highlight the bold text associated
4637 with it above and hit Return.
4638  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
4639 </OL>
4641 <H2>Description of the MESSAGE INDEX Screen</H2>
4643 The MESSAGE INDEX displays summary information from each
4644 message in the current folder.
4645 This is useful if you want to quickly
4646 scan new messages, or find a particular message without having to go
4647 through the text of each message, or to quickly get rid of junk
4648 messages, etc.
4650 The current message is always highlighted
4651 and many commands operate on the current message.
4652 For example, the Delete command will delete the current message.
4653 If the folder is sorted by either Threads or OrderedSubject, then, depending
4654 on some of your configuration settings, a single line in the index may
4655 refer to an entire thread or to a subthread.
4656 If that is the case, then the commands that normally operate on the current
4657 message will operate on the thread or subthread instead.
4658 For example, the Delete command will delete the whole collapsed thread
4659 instead of just a single message.
4661 Each line of the MESSAGE INDEX contains the following columns (by default -- 
4662 you can change this with the 
4663 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
4664 in the SETUP CONFIGURATION screen): <P>
4665 <DL>
4666  <DT>STATUS:</DT>
4667  <DD> The markings on the left side of the message tell you about its
4668 status.  You may see one or more of the following codes on any given
4669 message:
4670 <UL>
4671   <LI> &quot;D&quot; for Deleted.  You have marked this message for deletion but not
4672          yet eXpunged the folder.
4673   <LI> &quot;N&quot; for New.  You have not looked at the text of the message yet.
4674   <LI> &quot;A&quot; for Answered.  Any time you reply to a message it is considered
4675          to be answered.
4676   <LI> &quot;F&quot; for Forwarded.  Similar to Answered, this is set whenever you
4677          forward a message.
4678   <LI> &quot;+&quot; for direct-to-you.  The &quot;+&quot; indicates that a message was sent
4679         directly to your account, your copy is not part of a cc: or a
4680         mailing list.
4681   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
4682         message was sent to you as a cc:. This symbol will only show up if
4683         the feature
4684         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
4685   <LI> &quot;X&quot; for selected.  You have selected the message by using the
4686         &quot;select&quot; command.  (Some systems may optionally allow selected
4687         messages to be denoted by the index line being displayed in bold
4688         type.)
4689   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
4690       to mark this message as &quot;important&quot;.
4691 </UL></DD><P>
4693  <DT>MESSAGE NUMBER:</DT>
4694  <DD>Messages in a folder are numbered, from one through the number
4695 of messages in the folder, to help you know where you are in the folder.
4696 These numbers are always in increasing order, even if you sort the folder
4697 in a different way.</DD><P>
4699  <DT>DATE SENT:</DT>
4700  <DD>The date the message was sent.  By default, messages are
4701 ordered by arrival time, not by date sent.  Most of the time, arrival time
4702 and date sent (effectively departure time) are similar.  Sometimes,
4703 however, the index will appear to be out of order because a message took a
4704 long time in delivery or because the sender is in a different time
4705 zone than you are. This date is just the date from the Date header
4706 field in the message.</DD><P>
4708  <DT>WHO SENT THE MESSAGE:</DT>
4709  <DD>This is usually the name of the sender of the message, taken from
4710 the From header of the message.
4711 If there is no personal name given in that
4712 address, then the email address is used instead.
4713 If the message is from you (or from one of your
4714 <A HREF="h_config_alt_addresses">alternate addresses</A>),
4715 then the recipient's name is shown here instead, with the characters
4716 &quot;To: &quot; inserted before the name.
4717 (The idea of this is that if you sent the mail you would rather see who
4718 the mail was sent to instead of that the mail was from you.
4719 This behavior may be changed by modifying the <!--#echo var="VAR_index-format"--> option mentioned
4720 above.
4721 In particular, use the FROM token or the FROMORTONOTNEWS token
4722 in place of the FROMORTO token.)
4723 In Newsgroups, if you are
4724 the sender and there are no email recipients, the newsgroup name will be
4725 listed after the &quot;To: &quot;. </DD><P>
4727  <DT>SIZE:</DT>
4728  <DD>The number in parentheses is the number of characters in the message.
4729 It may have a suffix of K, M, or G which means the number should be
4730 multiplied by one thousand, one million, or one billion to get the
4731 size of the message.</DD><P>
4733  <DT>SUBJECT:</DT>
4734  <DD>As much of the message's subject line as will fit on the screen.</DD>
4735 </DL>
4737 <P><UL>
4738 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
4739 </UL>
4741 &lt;End of help on this topic&gt;
4742 </BODY>
4743 </HTML>
4744 ============= h_mail_view ========================
4745 <HTML>
4746 <HEAD>
4747 <TITLE>MESSAGE TEXT SCREEN</TITLE>
4748 </HEAD>
4749 <BODY>
4750 <H1>MESSAGE TEXT SCREEN</H1>
4751 <!--chtml if pinemode="function_key"-->
4752 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>
4753 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;------------------------------<BR>
4754 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>
4755 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>
4756 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>
4757 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>
4758 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>
4759 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>
4760 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>
4761 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>
4762 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>
4763 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>
4764 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>
4765 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>
4766 <BR>
4767 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
4768 ------------------------------<BR>
4769 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
4770 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
4771 F3&nbsp;&nbsp;<A HREF="h_view_cmd_hilite">View&nbsp;hilited</A><BR>
4772 F4&nbsp;&nbsp;Select&nbsp;current&nbsp;message<BR>
4773 F5&nbsp;&nbsp;Previous&nbsp;selectable&nbsp;item<BR>
4774 F6&nbsp;&nbsp;Next&nbsp;selectable&nbsp;item<BR>
4775 F7&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;number<BR>
4776 F8&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
4777 F9&nbsp;&nbsp;<A HREF="h_common_hdrmode">Display&nbsp;full&nbsp;headers</A><BR>
4778 F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;message<BR>
4779 F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
4780 F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
4781 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
4782 F5&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
4783 <!--chtml else-->
4784 Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
4785 ---------------------------------<BR>
4786 <BR>
4787 &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>
4788 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>
4789 &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>
4790 &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>
4791 &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>
4792 &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>
4793 &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>
4794 &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>
4795 &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>
4796 <BR>
4797 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other&nbsp;Commands<BR>
4798 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----------------------------<BR>
4799 &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>
4800 &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>
4801 &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>
4802 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>
4803 <BR>
4804 General&nbsp;Alpine&nbsp;Commands<BR>
4805 ---------------------<BR>
4806 &nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
4807 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
4808 &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>
4809 &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>
4810 &nbsp;&nbsp;&nbsp;&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>
4811 <!--chtml endif-->
4814 NOTE:
4815 <OL>
4816  <LI>For help on a particular command, highlight the bold text associated
4817 with it above and hit Return.
4818  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
4819 </OL>
4821 <H2>Description of the MESSAGE TEXT Screen</H2>
4823 The top line of the view message screen displays status
4824 information about the currently open collection and folder and about the
4825 current message.  It shows the name of the collection in angle brackets
4826 and then the name of the folder.  The line also displays the number
4827 of messages in the folder, the number of the current message and the
4828 percentage of the current message that has been displayed on the screen.
4829 If the message is marked for deletion &quot;DEL&quot; will appear in the upper
4830 right corner.
4831 If the message has been answered (but not deleted) &quot;ANS&quot; will show
4832 in the corner.
4835 NOTE: to rapidly move to the end of a message, hit the
4836 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
4837 (or Ctrl-W) key followed
4838 by Ctrl-V.  Similarly,
4839 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
4840 followed by Ctrl-Y will take you to the beginning of
4841 a message.
4843 <H2>Explanation of Alternate Character Sets</H2>
4845 Alpine attempts to stay out of the way so that it won't prevent you from
4846 viewing mail in any character set.  It will simply send the message to
4847 your display device.  If the device is capable of displaying the
4848 message as it was written it will do so.  If not, the display may be
4849 partially or totally incorrect.
4850 If the message contains characters that are not representable in your 
4851 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
4852 variable in your configuration, then a warning message will be printed
4853 to your screen at the beginning of the message display.
4854 It is probably best to use UNIX Alpine in a terminal emulator
4855 capable of displaying UTF-8 characters.
4856 See <A HREF="h_config_char_set">Display Character Set</A> for a little
4857 more information about character set settings.
4859 <P><UL>
4860 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
4861 </UL>
4863 &lt;End of help on this topic&gt;
4864 </BODY>
4865 </HTML>
4866 ======= h_index_cmd_select =======
4867 <HTML>
4868 <HEAD>
4869 <TITLE>Selecting: Select and WhereIs/Select</TITLE>
4870 </HEAD>
4871 <BODY>
4872 <H1>Selecting: Select and WhereIs/Select</H1>
4874 Aggregate operations give you the ability to process a group of messages
4875 at once.  Acting on multiple messages requires two steps: (1) selecting a
4876 set of messages and then; (2) applying a command to that set. The first
4877 part is handled by the select command.  Select allows you to
4878 select messages based on their status (read, answered, etc.), contents,
4879 date, size, or keywords.
4880 You may also select based on one of your Rules or based on threads,
4881 and there are quick options to select a specific message or range of messages,
4882 to select the current message, or to select all messages.
4885 We describe the various selection criteria briefly:
4888 <DL>
4889 <DT>select All</DT>
4890 <DD> Marks all the messages in the folder as selected.
4891 </DD>
4893 <DT>select Cur</DT>
4894 <DD> Selects the currently highlighted message or currently highlighted
4895 set of messages if in a threaded view.
4896 </DD>
4898 <DT>select by Number</DT>
4899 <DD> Select by message number. This may be a comma-separated list instead or
4900 a single entry.
4901 Each element in the list may be either a single message number or a range
4902 of numbers with a dash between the lowest and highest member of the range.
4903 Some examples are 7 to select only message number 7; 2-5 to select messages
4904 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11.
4905 The word &quot;end&quot; may be used as a substitute for the highest numbered
4906 message in the folder.
4907 If in a separate thread index where the numbers refer to threads instead of
4908 to messages, then you will be selecting all of the messages in the
4909 referenced threads instead of selecting by message number.
4910 </DD>
4912 <DT>select by Date</DT>
4913 <DD> Select by either the date stored in the Date headers of each message,
4914 or by the date when the messages arrived.
4915 This does not adjust for different time zones, but just checks to see what
4916 day the message was sent on.
4917 You may type in a date. If you do, the date should be in the form
4918 <P><SAMP><CENTER>DD-Mon-YYYY</CENTER></SAMP><P>
4919 For example,
4920 <P><SAMP><CENTER>24-Nov-2004</CENTER></SAMP><P>
4922 <P><SAMP><CENTER>09-Nov-2004</CENTER></SAMP><P>
4923 If the date you want is close to the current date, it is probably
4924 easier to use the &quot;^P&nbsp;Prev Day&quot; or &quot;^N&nbsp;Next Day&quot; commands to change the default date that
4925 is displayed, instead of typing in the date yourself.
4926 Or, the &quot;^X&nbsp;Cur Msg&quot; command may be used to fill in
4927 the date of the currently highlighted message. 
4929 There are six possible settings that are selected using the
4930 &quot;^W&nbsp;Toggle When&quot; command.
4931 Three of them select messages based on the Date headers.
4932 They are &quot;SENT SINCE&quot;, &quot;SENT BEFORE&quot;,
4933 and &quot;SENT ON&quot;.
4934 SINCE is all messages with the selected date or later.
4935 BEFORE is all messages earlier than the selected date (not including the day
4936 itself).
4937 ON is all messages sent on the selected date.
4938 The other three select messages in the same way but they use the arrival
4939 times of the messages instead of the Date headers included in the messages.
4940 Those three are &quot;ARRIVED SINCE&quot;, &quot;ARRIVED BEFORE&quot;,
4941 and &quot;ARRIVED ON&quot;.
4942 When you save a message from one folder to another the arrival time is
4943 preserved.
4944 </DD>
4946 <DT>select by Text</DT>
4947 <DD> Selects messages based on the message contents.
4948 This allows you to select a set of messages based on whether or not the
4949 message headers or message body contain specified text.
4950 You may look for text in the Subject, the From header,
4951 the To header, or the Cc header.
4952 You may also choose Recipient, which searches for the text in
4953 either the To or the Cc header;
4954 or Participant, which means To or Cc or From.
4955 Besides those specific header searches, you may also search the entire
4956 header and text of the message with &quot;All Text&quot;, or just the
4957 body of the message.
4959 To search for the absence of text, first type the &quot;! Not&quot; command
4960 before typing the specific type of text search.
4961 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
4962 search for all messages that do not contain a particular word in their
4963 Subjects.
4965 If you choose a Subject search, you may use the subject from the current
4966 message by typing the &quot;^X Cur Subject&quot; command.
4967 You may then edit it further if you wish.
4968 For example, you might select the subject of a reply and edit the
4969 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
4970 the original message being replied to.
4971 All of the other header searches allow you to use addresses from the
4972 headers of the current message if you want to.
4973 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
4974 &quot;^W Cur Cc&quot;.
4975 In each case, if there is more than one address, only the first is offered.
4976 </DD>
4978 <DT>select by Status</DT>
4979 <DD> Selects messages based on their status.
4980 You may select all New, Important, Deleted, Answered, Recent, or Unseen
4981 messages.
4982 Or, if you first type the &quot;! Not&quot; command, you get not New,
4983 or not Important, and so on.
4984 If you select Deleted messages, you will get all messages with their
4985 Deleted flag set.
4986 Likewise for Important messages, all messages that you have flagged as
4987 being Important with the
4988 <A HREF="h_common_flag">Flag</A> command.
4989 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
4990 because they try to match what you see on the screen by default.
4991 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
4992 and Unanswered.
4993 If you have looked at the message, or deleted it, or answered it; then it
4994 is not considered &quot;New &quot;.
4995 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
4997 &quot;Answered&quot; is another one that is a little different.
4998 It means that the message has been Answered <EM>and</EM> is not deleted.
4999 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5000 the opposite of &quot;Answered&quot;!
5001 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5002 both Unanswered <EM>and</EM> not deleted.
5004 The other two types were added later because the special nature of the
5005 New flag was not what was wanted by all users.
5006 New does match what you see in the index by default, but if you use
5007 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5008 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5009 be exactly what you want.
5010 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5011 they are deleted or answered, and
5012 &quot;Recent&quot; selects all of the messages that have been added to
5013 the folder since you started this Alpine session.
5014 (That's not technically quite true. If there are multiple mail clients
5015 reading an IMAP mailbox, each message will be marked as Recent in only
5016 one of the client's sessions.)
5017 </DD>
5019 <DT>select by siZe</DT>
5020 <DD> Selects messages based on their size being smaller than or larger
5021 than the size you specify.
5022 The size is the number of bytes.
5023 You may use the suffix &quot;K&quot; or &quot;k&quot; to mean 1,000 times
5024 the number.
5025 For example, 7K is the same as 7000.
5026 The suffix &quot;M&quot; or &quot;m&quot; means 1,000,000 times the number,
5027 and the suffix &quot;G&quot; or &quot;g&quot; means 1,000,000,000 times.
5028 Use the &quot;^W&quot; command to toggle back and forth between Smaller
5029 and Larger.
5030 </DD>
5032 <DT>select by Keyword</DT>
5033 <DD> Selects messages that either have or do not have
5034 (using the &quot;!&nbsp;Not&quot; command)
5035 a particular <A HREF="h_config_keywords">Keyword</A> set.
5036 One way to select a keyword is to use the &quot;^T&nbsp;To&nbsp;List&quot;
5037 command to select one from your list of keywords.
5039 <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.
5040 </DD>
5042 <DT>select by Rule</DT>
5043 <DD> Selects messages that either match or don't match
5044 (using the &quot;!&nbsp;Not&quot; command)
5045 one of the Rules you have defined.
5046 The most likely method of filling in the Rule is to use the
5047 &quot;^T&nbsp;To&nbsp;List&quot;
5048 command to select one of your Rules.
5049 All of the Rules you have defined will be in the list, including
5050 Rules for Searching, Indexcolors, Filtering, Roles, Score setting, and Other.
5051 They may not all make sense for this purpose, but they are all there for
5052 flexibility.
5053 You might find it useful to define some rules solely for the purpose
5054 of being used by the Select command.
5055 There is a special category for such Rules. They are called Search Rules.
5057 Unfortunately, Alpine does not allow all possible Rules to be defined.
5058 For example, there is no logical OR operation.
5059 OR is accomplished in the Filter Rules or the other types of Rules by
5060 simply defining two rules, one that matches the first part of the OR
5061 and another that matches the second part.
5062 But you can't do that here, since you only have a single Rule to work with.
5063 Likewise, the order of Rules is usually important.
5064 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5065 a message, then that stops the search for a further match.
5066 This means that you may be confused if you try to use Select by Rule to
5067 check your Filter rules because the order is important when filtering but
5068 is not considered here.
5069 </DD>
5071 <DT>select by tHread</DT>
5072 <DD> Selects all of the messages in the current thread.
5073 </DD>
5074 </DL>
5076 After you have an initial selection, the next and subsequent selection
5077 commands modify the selection.
5078 The select command changes. It first gives
5079 you selection &quot;alteration&quot; options: &quot;unselect All&quot;,
5080 &quot;unselect Current&quot;,
5081 &quot;Broaden selection&quot; (implements a logical OR), and
5082 &quot;Narrow selection&quot; (implements a logical AND).
5083 After you choose either Broaden or Narrow, you then choose one of the
5084 selection criteria listed above (by Text or Number or ...).
5085 You may use select as many times as you wish to get the selected set right.
5088 The WhereIs command has a feature (Ctrl-X) to
5089 select all the messages that match the WhereIs search. WhereIs searches
5090 through just the text that appears on the MESSAGE INDEX screen.
5091 This method is often slower than using the select command itself, unless the
5092 line you are looking for is not too far away in the index.
5095 The availability of the aggregate operations commands is determined by the
5096 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
5097 Feature-List option in your Alpine
5098 configuration, which defaults to set.
5099 The features
5100 <A HREF="h_config_auto_zoom">&quot;<!--#echo var="FEAT_auto-zoom-after-select"-->&quot;</A>
5102 <A HREF="h_config_select_wo_confirm">&quot;<!--#echo var="FEAT_select-without-confirm"-->&quot;</A>
5103 affect the behavior of the Select command.
5106 &lt;End of help on this topic&gt;
5107 </BODY>
5108 </HTML>
5109 ======= h_select_rule =======
5110 <HTML>
5111 <HEAD>
5112 <TITLE>Select: Rule</TITLE>
5113 </HEAD>
5114 <BODY>
5115 <H1>Select: Rule</H1>
5117 You are selecting messages that either match or don't match
5118 one of the Rules you have defined.
5119 You may either type the nickname of the Rule at the prompt, or use the
5120 &quot;^T&nbsp;To&nbsp;List&quot;
5121 command to select one of your Rules.
5122 All of the Rules you have defined will be in the list, including
5123 Rules for Indexcolors, Filtering, Roles, Score setting, and Other.
5124 They may not all make sense for this purpose, but they are all there for
5125 flexibility.
5126 Rules may be added by using the Setup/Rules screen off of the main Alpine
5127 menu.
5129 Unfortunately, Alpine does not allow all possible Rules to be defined.
5130 For example, there is no logical OR operation.
5131 OR is accomplished in the Filter Rules or the other types of Rules by
5132 simply defining two rules, one that matches the first part of the OR
5133 and another that matches the second part.
5134 But you can't do that here, since you only have a single Rule to work with.
5135 Likewise, the order of Rules is usually important.
5136 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5137 a message, then that stops the search for a further match.
5138 This means that you may be confused if you try to use Select by Rule to
5139 check your Filter rules because the order is important when filtering but
5140 is not considered here.
5143 &lt;End of help on this topic&gt;
5144 </BODY>
5145 </HTML>
5146 ======= h_select_text =======
5147 <HTML>
5148 <HEAD>
5149 <TITLE>Select: Text</TITLE>
5150 </HEAD>
5151 <BODY>
5152 <H1>Select: Text</H1>
5154 You are selecting messages based on the contents of the message.
5155 This allows you to select a set of messages based on whether or not the
5156 message headers or message body contain specified text.
5157 You may look for text in the Subject, the From header,
5158 the To header, or the Cc header.
5159 You may also choose Recipient, which searches for the text in
5160 either the To or the Cc header;
5161 or Participant, which means either the To header, or the Cc header,
5162 or the From header.
5163 Besides those specific header searches, you may also search the entire
5164 header and text of the message with &quot;All Text&quot;, or just the
5165 body of the message with &quot;Body&quot;.
5167 To search for the absence of text, first type the &quot;!&nbsp;Not&quot; command
5168 before typing the specific type of text search.
5169 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5170 search for all messages that do not contain a particular word in their
5171 Subjects.
5173 If you choose a Subject search, you may use the subject from the current
5174 message by typing the &quot;^X Cur Subject&quot; command.
5175 You may then edit it further if you wish.
5176 For example, you might select the subject of a reply and edit the
5177 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5178 the original message being replied to.
5179 All of the other header searches allow you to use addresses from the
5180 headers of the current message if you want to.
5181 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5182 &quot;^W Cur Cc&quot;.
5183 In each case, if there is more than one address, only the first is offered.
5186 &lt;End of help on this topic&gt;
5187 </BODY>
5188 </HTML>
5189 ======= h_select_status =======
5190 <HTML>
5191 <HEAD>
5192 <TITLE>Select: Status</TITLE>
5193 </HEAD>
5194 <BODY>
5195 <H1>Select: Status</H1>
5197 You are selecting messages based on the status of the message.
5198 For example, whether or not the message has been marked Deleted or Important,
5199 or whether or not it has been Answered or is New.
5200 If you first type the &quot;!&nbsp;Not&quot; command, you will get the
5201 opposite: not Deleted, not Important, and so on.
5203 If you select Deleted messages, you will get all messages with their
5204 Deleted flag set.
5205 Likewise for Important messages, all messages that you have flagged as
5206 being Important with the
5207 <A HREF="h_common_flag">Flag</A> command.
5208 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5209 because they try to match what you see on the screen by default.
5210 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5211 and Unanswered.
5212 If you have looked at the message, or deleted it, or answered it; then it
5213 is not considered &quot;New &quot;.
5214 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5216 &quot;Answered&quot; is another one that is a little different.
5217 It means that the message has been Answered <EM>and</EM> is not deleted.
5218 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5219 the opposite of &quot;Answered&quot;!
5220 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5221 both Unanswered <EM>and</EM> not deleted.
5223 (The New and Answered options may seem counter-intuitive.
5224 The reason it is done this way is
5225 because, by default, a Deleted message will show up with the &quot;D&quot;
5226 symbol in the MAIL INDEX screen even if it is New or Answered.
5227 The Delete symbol overrides the New and Answered symbols, because you
5228 usually don't care about the message anymore once you've deleted it.
5229 Similarly, you usually only care about whether a message is Answered or
5230 not if it is not Deleted.
5231 Once it is Deleted you've put it out of your mind.)
5233 The other two options were added later because the special nature of the
5234 New flag was not what was wanted by all users.
5235 New does match what you see in the index by default, but if you use
5236 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5237 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5238 be exactly what you expect.
5239 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5240 they are deleted or answered, and
5241 &quot;Recent&quot; selects all of the messages that have been added to
5242 the folder since you started this Alpine session.
5243 (That's not technically quite true. If there are multiple mail clients
5244 reading an IMAP mailbox, each message will be marked as Recent in only
5245 one of the client's sessions.
5246 That behavior can be convenienent for some purposes, like filtering, but
5247 it isn't usually what you expect when selecting.)
5250 &lt;End of help on this topic&gt;
5251 </BODY>
5252 </HTML>
5253 ======= h_index_cmd_apply =======
5254 <HTML>
5255 <HEAD>
5256 <TITLE>Apply Command</TITLE>
5257 </HEAD>
5258 <BODY>
5259 <H1>Apply Command</H1>
5261 Apply
5262 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->A<!--chtml endif-->)
5263 is the second step of most aggregate operations.  Apply
5264 becomes active any time there is a defined set of selected messages.  The
5265 following commands can be applied to a selected message set: delete,
5266 undelete, reply, forward,
5267 <!--chtml if pinemode="os_windows"-->
5268 <!--chtml else--> 
5269 pipe,
5270 <!--chtml endif-->
5271 print, take address, save, export, bounce, and flag.
5274 The behavior of some of these commands in an aggregate sense is not easy to
5275 explain.  Try them out to see what they do.
5276 The feature
5277 <A HREF="h_config_auto_unzoom">&quot;<!--#echo var="FEAT_auto-unzoom-after-apply"-->&quot;</A>
5278 affects the behavior of the Apply command, as does the feature
5279 <A HREF="h_config_auto_unselect">&quot;<!--#echo var="FEAT_auto-unselect-after-apply"-->&quot;</A>.
5282 &lt;End of help on this topic&gt;
5283 </BODY>
5284 </HTML>
5285 ======= h_index_cmd_zoom =======
5286 <HTML>
5287 <HEAD>
5288 <TITLE>ZoomMode Command</TITLE>
5289 </HEAD>
5290 <BODY>
5291 <H1>ZoomMode Command</H1>
5293 Another action you might want to take on a set of selected messages is to
5294 zoom in on them.  Like apply, zoom only becomes active when messages have
5295 been selected.
5296 ZoomMode
5297 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->Z<!--chtml endif-->)
5298 is a toggle command that allows you to
5299 zoom-in (and only see the selected messages) and zoom-out (to see all
5300 messages in the folder).  Neither apply nor zoom removes the markings that
5301 define the selected set; you need to use a select command in order
5302 to do that.
5305 &lt;End of help on this topic&gt;
5306 </BODY>
5307 </HTML>
5308 ======= h_index_collapse_expand =======
5309 <HTML>
5310 <HEAD>
5311 <TITLE>Collapse/Expand Command</TITLE>
5312 </HEAD>
5313 <BODY>
5314 <H1>Collapse/Expand Command</H1>
5316 The Collapse/Expand command is only available from the MESSAGE INDEX screen when
5317 the folder is sorted by either Threads or OrderedSubject, and the
5318 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
5319 is set to something other than &quot;none&quot;.
5320 By default, this command collapses or expands the subthread that starts at
5321 the currently highlighted message, if any.
5322 If the subthread is already collapsed, then this command expands it.
5323 If the subthread is expanded, then this command collapses it.
5324 If there are no more messages below the current message in the
5325 thread tree (that is, there are no replies to the current message) then
5326 this command does nothing.
5329 The behavior of this command is affected by the option
5330 <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>.
5331 Normally, this command Collapses or Expands the subthread that
5332 starts at the currently highlighted message.
5333 If the above option is set, then this command Collapses or Expands the
5334 entire current thread instead of just the subthread.
5335 The current thread is simply the top-level thread that contains the
5336 current message.
5339 &lt;End of help on this topic&gt;
5340 </BODY>
5341 </HTML>
5342 ======= h_index_cmd_sort =======
5343 <HTML>
5344 <HEAD>
5345 <TITLE>Sort Command</TITLE>
5346 </HEAD>
5347 <BODY>
5348 <H1>Sort Command</H1>
5350 In Alpine's generic configuration, messages are presented in the order in
5351 which they arrive.  This default can be changed in the SETUP CONFIGURATION 
5352 with the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
5353 You can also re-sort the folder on demand with the sort
5354 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
5355 command.
5356 Your sorting options are:
5358 <UL>
5359  <LI> <A HREF="h_index_sort_arrival">A</A>rrival
5360  <LI> <A HREF="h_index_sort_date">D</A>ate
5361  <LI> <A HREF="h_index_sort_subj">S</A>ubject
5362  <LI> <A HREF="h_index_sort_ordsubj">O</A>rderedSubject
5363  <LI> t<A HREF="h_index_sort_thread">H</A>read
5364  <LI> <A HREF="h_index_sort_from">F</A>rom
5365  <LI> si<A HREF="h_index_sort_size">Z</A>e
5366  <LI> scor<A HREF="h_index_sort_score">E</A>,
5367  <LI> <A HREF="h_index_sort_to">T</A>o
5368  <LI> <A HREF="h_index_sort_cc">C</A>c
5369 </UL>
5372 The Reverse option will toggle the order the index is currently
5373 sorted by, but will not change the relative sort order.
5376 Sorting a folder does not actually rearrange the way the folder is saved,
5377 it just re-arranges how the messages are presented to you.  This means
5378 that Alpine has to do the work of sorting every time you change sort order.
5379 Sometimes, especially with PC-Alpine or with large folders, this could take
5380 a while.
5383 &lt;End of help on this topic&gt;
5384 </BODY>
5385 </HTML>
5386 ======= h_index_sort_default =======
5387 <HTML>
5388 <HEAD>
5389 <TITLE>SORT OPTION: Default</TITLE>
5390 </HEAD>
5391 <BODY>
5392 <H1>SORT OPTION: Default</H1>
5394 The <EM>Default</EM> sort option just means to use the default sort order
5395 set in the
5396 <li><a href="h_config_sort_key"><!--#echo var="VAR_sort-key"--></a>
5397 option in Setup/Config.
5400 &lt;End of help on this topic&gt;
5401 </BODY>
5402 </HTML>
5403 ======= h_index_sort_arrival =======
5404 <HTML>
5405 <HEAD>
5406 <TITLE>SORT OPTION: Arrival</TITLE>
5407 </HEAD>
5408 <BODY>
5409 <H1>SORT OPTION: Arrival</H1>
5411 The <EM>Arrival</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5412 in the order that they exist in the folder.  This is usually the same as the
5413 order in which they arrived.  This option is comparable to not sorting
5414 the messages at all.
5417 &lt;End of help on this topic&gt;
5418 </BODY>
5419 </HTML>
5420 ======= h_index_sort_date =======
5421 <HTML>
5422 <HEAD>
5423 <TITLE>SORT OPTION: Date</TITLE>
5424 </HEAD>
5425 <BODY>
5426 <H1>SORT OPTION: Date</H1>
5428 The <EM>Date</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5429 according to the date and time they were
5430 sent.
5433 On a folder like INBOX, sorting by &quot;Date&quot; should be almost
5434 identical to sorting by &quot;Arrival&quot;.
5437 &lt;End of help on this topic&gt;
5438 </BODY>
5439 </HTML>
5440 ======= h_index_sort_subj =======
5441 <HTML>
5442 <HEAD>
5443 <TITLE>SORT OPTION: Subject</TITLE>
5444 </HEAD>
5445 <BODY>
5446 <H1>SORT OPTION: Subject</H1>
5448 The <EM>Subject</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5449 by subject. 
5452 Messages with the same subject are
5453 first grouped together, and then the groups of like-subject messages
5454 are arranged alphabetically.
5457 Alpine ignores leading &quot;Re:&quot; and
5458 &quot;re:&quot; and trailing &quot;(fwd)&quot; when determining the
5459 likeness and alphabetical order of subject lines.
5462 &lt;End of help on this topic&gt;
5463 </BODY>
5464 </HTML>
5465 ======= h_index_sort_ordsubj =======
5466 <HTML>
5467 <HEAD>
5468 <TITLE>SORT OPTION: OrderedSubject</TITLE>
5469 </HEAD>
5470 <BODY>
5471 <H1>SORT OPTION: OrderedSubject</H1>
5473 The <EM>OrderedSubject</EM> sort option arranges messages in the
5474 MESSAGE&nbsp;INDEX by grouping all messages with the same subject
5475 together, similar to sort by <A HREF="h_index_sort_subj">S</A>ubject.
5478 However, <EM>OrderedSubj</EM> then arranges the groups of like-subject
5479 messages by the date of the oldest message in the group.
5482 This sort method provides for pseudo threading of conversations within
5483 a folder.
5484 You may want to try sorting by Thread instead.
5487 &lt;End of help on this topic&gt;
5488 </BODY>
5489 </HTML>
5490 ======= h_index_sort_thread =======
5491 <HTML>
5492 <HEAD>
5493 <TITLE>SORT OPTION: Thread</TITLE>
5494 </HEAD>
5495 <BODY>
5496 <H1>SORT OPTION: Thread</H1>
5498 The <EM>Thread</EM> sort option arranges messages in the
5499 MESSAGE&nbsp;INDEX by grouping all messages that indicate
5500 they are part of a conversation (discussion thread) taking
5501 place within a mailbox or newsgroup.  This indication is
5502 based on information in the message's header -- specifically
5503 its <tt>References:</tt>, <tt>Message-ID:</tt>, and <tt>Subject:</tt> fields.
5506 &lt;End of help on this topic&gt;
5507 </BODY>
5508 </HTML>
5509 ======= h_index_sort_from =======
5510 <HTML>
5511 <HEAD>
5512 <TITLE>SORT OPTION: From</TITLE>
5513 </HEAD>
5514 <BODY>
5515 <H1>SORT OPTION: From</H1>
5517 The <EM>From</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5518 by the name of the author of the message.
5521 Messages with the same author are grouped together. Groups of
5522 messages are then put into alphabetical order according to message
5523 author.
5526 &lt;End of help on this topic&gt;
5527 </BODY>
5528 </HTML>
5529 ======= h_index_sort_size =======
5530 <HTML>
5531 <HEAD>
5532 <TITLE>SORT OPTION: Size</TITLE>
5533 </HEAD>
5534 <BODY>
5535 <H1>SORT OPTION: Size</H1>
5537 The <EM>Size</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5538 by their relative sizes.
5541 &lt;End of help on this topic&gt;
5542 </BODY>
5543 </HTML>
5544 ======= h_index_sort_score =======
5545 <HTML>
5546 <HEAD>
5547 <TITLE>SORT OPTION: Score</TITLE>
5548 </HEAD>
5549 <BODY>
5550 <H1>SORT OPTION: Score</H1>
5552 The <EM>Score</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5553 by their scores.
5556 Messages with the same score are sorted in arrival order.
5557 Scores are something you create using the
5558 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
5561 &lt;End of help on this topic&gt;
5562 </BODY>
5563 </HTML>
5564 ======= h_index_sort_to =======
5565 <HTML>
5566 <HEAD>
5567 <TITLE>SORT OPTION: To</TITLE>
5568 </HEAD>
5569 <BODY>
5570 <H1>SORT OPTION: To</H1>
5572 The <EM>To</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX 
5573 by the names of the recipients of the message.
5576 Messages with the same recipients are grouped together. Groups of
5577 messages are then put into alphabetical order according to message
5578 recipients.
5581 &lt;End of help on this topic&gt;
5582 </BODY>
5583 </HTML>
5584 ======= h_index_sort_cc =======
5585 <HTML>
5586 <HEAD>
5587 <TITLE>SORT OPTION: Cc</TITLE>
5588 </HEAD>
5589 <BODY>
5590 <H1>SORT OPTION: Cc</H1>
5592 The <EM>Cc</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX by
5593 the names of the carbon copy addresses of the message.
5596 &lt;End of help on this topic&gt;
5597 </BODY>
5598 </HTML>
5599 ======= h_index_cmd_whereis =======
5600 <HTML>
5601 <HEAD>
5602 <TITLE>WhereIs Command</TITLE>
5603 </HEAD>
5604 <BODY>
5605 <H1>WhereIs Command</H1>
5607 The WhereIs
5608 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
5609 command lets you search the MESSAGE INDEX for a word.
5610 It scans through whatever you see, usually the name of the author
5611 and the Subject line.
5612 WhereIs has special subcommands to let you find the beginning of the
5613 index (Ctrl-Y -- first message)
5614 or the end of the index (Ctrl-V -- last message).
5616 Note that WhereIs only searches through the visible text on the screen.
5617 For example, if only part of the Subject of a message is shown because it
5618 is long, then only the visible portion of the Subject is searched.
5619 Also note that WhereIs does not &quot;see&quot; the 
5620 &quot;X&quot; in column one of Index entries for selected messages
5621 so it can't be used to search for
5622 selected messages (use &quot;Zoom&quot; instead).
5624 If the feature
5625 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
5626 is turned on,
5627 WhereIs can also be used as a quick way to select messages that match the
5628 string being searched for.
5629 Instead of typing carriage return to search for the next match, type
5630 Ctrl-X to select all matches.
5631 Once again, this only selects matches that are (or would be if the right
5632 index line was on the screen) visible.
5633 Truncated From lines or Subjects will cause matches to be missed.
5634 Although WhereIs is sometimes convenient for quick matching, the Select
5635 command is usually more powerful and usually faster.
5638 &lt;End of help on this topic&gt;
5639 </BODY>
5640 </HTML>
5641 ======= h_view_cmd_whereis =======
5642 <HTML>
5643 <HEAD>
5644 <TITLE>WhereIs Command</TITLE>
5645 </HEAD>
5646 <BODY>
5647 <H1>WhereIs Command</H1>
5649 The WhereIs
5650 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
5651 command does a &quot;find in current message&quot; operation.  You
5652 type in text and Alpine will try to find it in the message you are
5653 reading.  WhereIs also has subcommands to jump to the beginning (Ctrl-Y)
5654 or end (Ctrl-V) of the message.
5655 That is, to rapidly move to the end of a message, hit the 
5656 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5657 (or Ctrl-W) key followed
5658 by Ctrl-V.  Similarly,
5659 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5660 followed by Ctrl-Y will take you to the beginning of a message.
5663 &lt;End of help on this topic&gt;
5664 </BODY>
5665 </HTML>
5666 ======= h_view_cmd_hilite =======
5667 <HTML>
5668 <HEAD>
5669 <TITLE>View Hilite and Next item/Previous item</TITLE>
5670 </HEAD>
5671 <BODY>
5672 <H1>View Hilite and Next item/Previous item</H1>
5674 Sometimes messages may be in the form of formatted HTML text
5675 or they may contain URLs or Web server hostnames.
5676 When any of the features
5677 <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>,
5678 <A HREF="h_config_enable_view_web_host">&quot;<!--#echo var="FEAT_enable-msg-view-web-hostnames"-->&quot;</A>,
5679 <A HREF="h_config_enable_view_attach">&quot;<!--#echo var="FEAT_enable-msg-view-attachments"-->&quot;</A>,
5681 <A HREF="h_config_enable_view_addresses">&quot;<!--#echo var="FEAT_enable-msg-view-addresses"-->&quot;</A>
5682 are enabled, Alpine will represent such selectable items in the text
5683 in bold typeface.  One of the selectable items will be displayed in
5684 inverse video (highlighted).  This is the &quot;currently selected&quot; item.
5685 Press the Return key to view the currently selected item.
5688 The Up and Down Arrows keys can be used to change the selected item
5689 (also see the feature
5690 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
5691 If there are no selectable items in the direction of the arrow you
5692 pressed, Alpine will scroll the display in that direction until one
5693 becomes visible.  To &quot;jump&quot; forwards/backwards among selectable 
5694 items in the message text, use the Previous and Next item commands,
5695 <!--chtml if pinemode="function_key"-->F5 and F6
5696 <!--chtml else-->^B and ^F<!--chtml endif-->.
5699 &lt;End of help on this topic&gt;
5700 </BODY>
5701 </HTML>
5702 ======= h_view_cmd_viewattch =======
5703 <HTML>
5704 <HEAD>
5705 <TITLE>ViewAttch Command</TITLE>
5706 </HEAD>
5707 <BODY>
5708 <H1>ViewAttch Command</H1>
5711 The View/Save Attachment
5712 (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->V<!--chtml endif-->)
5713 command allows you to handle MIME attachments to a message you have
5714 received.  Alpine shows you a list of the message attachments -- you just
5715 choose the attachment you want.  You may either view or save the
5716 selected attachment.
5719 Because many attachments require external programs for display, there
5720 is some system configuration that has to happen before you can
5721 actually display attachments.  Hopefully much of that will have been
5722 done already by your system administrator.  MIME configuration is
5723 handled with the &quot;mailcap&quot; configuration file.  (See the section 
5724 on configuration in the
5725 <A HREF="h_news">release notes</A> for more information.)
5728 &lt;End of help on this topic&gt;
5729 </BODY>
5730 </HTML>
5731 ======= h_index_cmd_expunge =======
5732 <HTML>
5733 <HEAD>
5734 <TITLE>Expunge/Exclude Command</TITLE>
5735 </HEAD>
5736 <BODY>
5737 <H1>Expunge/Exclude Command</H1>
5739 Expunge/Exclude
5740 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->X<!--chtml endif-->)
5741 is the command Alpine uses to actually remove all messages
5742 marked for deletion.  With regular email files, expunge literally deletes
5743 the text from the current folder.  With newsgroups or shared mailboxes,
5744 you don't have permission to actually remove the message, so it is an
5745 exclude -- Alpine removes the message from your view of the folder even
5746 though it is not technically gone.
5748 <P> A selective expunge command is available in IMAP folders that support 
5749 the UID EXPUNGE extension in <A 
5750 HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all 
5751 other folders (local folders in all formats, POP3 inbox, and newsgroups) 
5752 as a subcommand of the apply command. If some selected messages are marked 
5753 deleted, then the apply command will offer the eXpunge command, which when 
5754 executed will only expunge those messages that are selected and deleted.
5756 <P> 
5757 Observe that the expunge command (when not used from the apply command) 
5758 will expunge/exclude all deleted messages from the folder, and so all 
5759 messages marked deleted will be expunged, regardless of if they are 
5760 selected or not. In other words, there is no protection against 
5761 potentially expunging more messages than only those that have been 
5762 selected and deleted.
5765 The configuration features
5766 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
5768 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>
5769 affect the behavior of the Expunge command.
5772 &lt;End of help on this topic&gt;
5773 </BODY>
5774 </HTML>
5775 ======= h_common_compose =======
5776 <HTML>
5777 <HEAD>
5778 <TITLE>Compose Command</TITLE>
5779 </HEAD>
5780 <BODY>
5781 <H1>Compose Command</H1>
5783 The Compose command takes you into the Alpine message composer where you
5784 can start a new message for sending.  This is where you type in the
5785 message's text and specify its recipient list (the &quot;To:&quot;
5786 address), where copies should be directed (e.g., &quot;Fcc&quot;,
5787 &quot;Cc:&quot; or &quot;Bcc:&quot;), and which files, if any, should
5788 be attached to the message.
5791 When you type this command, Alpine will also automatically check for any
5792 interrupted (i.e., a message that was being composed when your modem
5793 or network connection was broken) or previously postponed messages and
5794 offer you a chance to continue working on those.
5797 <UL>   
5798 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5799 </UL><P>
5800 &lt;End of help on this topic&gt;
5801 </BODY>
5802 </HTML>
5803 ======= h_common_index =======
5804 <HTML>
5805 <HEAD>
5806 <TITLE>Message Index Command</TITLE>
5807 </HEAD>
5808 <BODY>
5809 <H1>Message Index Command</H1>
5811 The Index command takes you to the MESSAGE INDEX screen that displays a
5812 summary caption for each message in the currently-open folder. One
5813 message will be highlighted; this is the &quot;Current&quot; message.
5814 The message commands available from this screen (e.g. View, Reply,
5815 Forward, Delete, Print, Save, etc) apply to the current message.
5818 &lt;End of help on this topic&gt;
5819 </BODY>
5820 </HTML>
5821 ======= h_common_folders =======
5822 <HTML>
5823 <HEAD>
5824 <TITLE>Folder List Command</TITLE>
5825 </HEAD>
5826 <BODY>
5827 <H1>Folder List Command</H1>
5829 This Folder List command takes you to the FOLDER LIST screen that displays
5830 the names of all your message folders and allows you to view, rename,
5831 delete, and add folders.  You can open (view) a different folder than the
5832 one currently open by highlighting the desired one (using the arrow keys
5833 or their control-key equivalents) and pressing RETURN.
5836 If you have multiple folder collections defined (see the Help text for
5837 the FOLDER LIST screen to learn more about Collections), you may need
5838 to press Return to expand the collection and display all of the
5839 folders in it.
5842 &lt;End of help on this topic&gt;
5843 </BODY>
5844 </HTML>
5845 ======= h_main_addrbook =======
5846 <HTML>
5847 <HEAD>
5848 <TITLE>Address Book Command</TITLE>
5849 </HEAD>
5850 <BODY>
5851 <H1>Address Book Command</H1>
5853 This command, available only from the MAIN MENU, takes you
5854 to the ADDRESS BOOK management screen.  From here, your personal address
5855 book(s) may be updated.
5858 &lt;End of help on this topic&gt;
5859 </BODY>
5860 </HTML>
5861 ======= h_main_setup =======
5862 <HTML>
5863 <HEAD>
5864 <TITLE>Setup Command</TITLE>
5865 </HEAD>
5866 <BODY>
5867 <H1>Setup Command</H1>
5869 The Setup command, available only from the MAIN MENU, prompts you for
5870 one of several configuration screens, including the SETUP CONFIGURATION 
5871 screen, by which you may activate optional Alpine features.
5874 &lt;End of help on this topic&gt;
5875 </BODY>
5876 </HTML>
5877 ======= h_main_release_notes =======
5878 <HTML>
5879 <HEAD>
5880 <TITLE>Release Notes Command</TITLE>
5881 </HEAD>
5882 <BODY>
5883 <H1>Release Notes Command</H1>
5885 This command displays information about Alpine <!--#echo var="ALPINE_VERSION"-->,
5886 as well as pointers to further information such as history and legal notes.
5889 &lt;End of help on this topic&gt;
5890 </BODY>
5891 </HTML>
5892 ======= h_main_kblock =======
5893 <HTML>
5894 <HEAD>
5895 <TITLE>Keyboard Lock Command</TITLE>
5896 </HEAD>
5897 <BODY>
5898 <H1>Keyboard Lock Command</H1>
5900 This command allows your Alpine session to be protected
5901 during a temporary absence from your terminal.
5904 &lt;End of help on this topic&gt;
5905 </BODY>
5906 </HTML>
5907 ======= h_main_journal =======
5908 <HTML>
5909 <HEAD>
5910 <TITLE>Journal Command</TITLE>
5911 </HEAD>
5912 <BODY>
5913 <H1>Journal Command</H1>
5915 This command displays a list of all the status messages Alpine has
5916 displayed (on the third line from the bottom of the screen). This may
5917 be useful if a message disappeared before you had a chance to read it.
5920 &lt;End of help on this topic&gt;
5921 </BODY>
5922 </HTML>
5923 ======= h_common_role =======
5924 <HTML>
5925 <HEAD>
5926 <TITLE>Role Command</TITLE>
5927 </HEAD>
5928 <BODY>
5929 <H1>Role Command</H1>
5931 The Role command is similar to the Compose command except that it starts
5932 off by letting you select a <A HREF="h_rules_roles">role</A>
5933 to be used for the composition.
5934 You may set up alternate roles by using Setup/Rules/Roles.
5937 &lt;End of help on this topic&gt;
5938 </BODY>
5939 </HTML>
5940 ======= h_common_conditional_cmds =======
5941 <HTML>
5942 <HEAD>
5943 <TITLE>Conditional Commands</TITLE>
5944 </HEAD>
5945 <BODY>
5946 <H1>Conditional Commands</H1>
5948 The presence or absence of certain commands, particularly in the
5949 MESSAGE INDEX and MESSAGE TEXT screens, is determined by
5950 whether or not specific features are set in your Alpine configuration.  
5951 (You can access the SETUP CONFIGURATION screen, where they are found, from 
5952 Alpine's MAIN MENU.)  To see if a desired command's availability is
5953 conditioned on a feature setting, see the command's help text (highlight
5954 the phrase associated with the command and hit Return).
5957 Also note that some
5958 commands may be administratively disabled by your system manager;
5959 if they don't work, please check with your local help desk.
5962 <UL>   
5963 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5964 </UL><P>
5965 &lt;End of help on this topic&gt;
5966 </BODY>
5967 </HTML>
5968 ======= h_common_pipe =======
5969 <HTML>
5970 <HEAD>
5971 <TITLE>Pipe Command</TITLE>
5972 </HEAD>
5973 <BODY>
5974 <H1>Pipe Command</H1>
5976 Pipe
5977 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->|<!--chtml endif-->)
5978 allows you to send a message to a specified Unix command for external
5979 processing.
5980 This command's availability is controlled by the
5981 <A HREF="h_config_enable_pipe">&quot;<!--#echo var="FEAT_enable-unix-pipe-cmd"-->&quot;</A> 
5982 feature.
5983 By default, the processed text of the message is sent to the command
5984 you specify and the output is captured by Alpine and shown to you.
5985 When you run the pipe command, there are some sub-commands which may be
5986 used to alter this behavior.
5987 These sub-commands are described <A HREF="h_pipe_command">here</A>.
5990 &lt;End of help on this topic&gt;
5991 </BODY>
5992 </HTML>
5993 ======= h_common_goto =======
5994 <HTML>
5995 <HEAD>
5996 <TITLE>Goto Command</TITLE>
5997 </HEAD>
5998 <BODY>
5999 <H1>Goto Command</H1>
6001 Goto
6002 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->G<!--chtml endif-->)
6003 is the command that lets you bypass Alpine's folder selection screens
6004 and jump directly to a new folder.  You can select any folder in the
6005 world: one in your current collection, one in a different collection or
6006 one in a collection you've never even used before.
6009 Alpine will help you as much as possible to narrow in on the folder you want.
6010 However, if the folder is outside of your defined collections, you are
6011 going to have to enter the exact folder location using the correct
6012 <A HREF="h_valid_folder_names">syntax</A>
6013 for a remote folder and/or fully-qualified path name.
6016 &lt;End of help on this topic&gt;
6017 </BODY>
6018 </HTML>
6019 ======= h_common_nextnew =======
6020 <HTML>
6021 <HEAD>
6022 <TITLE>NextNew Command</TITLE>
6023 </HEAD>
6024 <BODY>
6025 <H1>NextNew Command</H1>
6027 When you press the TAB key, Alpine advances to the next
6028 &quot;interesting&quot; message.
6029 This will be the next message you have not seen before, or the next message
6030 you have flagged Important, whichever comes first.
6031 Unread messages that have been deleted are not considered interesting.
6032 (A note about reading news. Alpine expects you to &quot;Delete&quot; news
6033 articles after you have read them if you want to remove them from future
6034 consideration. See <A HREF="h_mainhelp_readingnews">Reading News</A> for
6035 more information.)
6038 The NextNew command is affected by the feature
6039 <A HREF="h_config_tab_new_only">&quot;<!--#echo var="FEAT_tab-visits-next-new-message-only"-->&quot;</A>,
6040 which causes Alpine to only consider Unread messages interesting, not messages
6041 flagged Important.
6044 This command behaves a little differently when it finds there are no more
6045 interesting messages left in the current folder.
6046 If the current folder is one of your Incoming Message Folders
6047 (<A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>)
6048 or it is a newsgroup, then Alpine will try to find the next folder or
6049 newsgroup that contains <EM>Recent</EM> messages and will ask you
6050 if you want to open that folder.
6051 This behavior may be modified by using the
6052 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
6053 feature that causes Alpine to look for Unseen messages instead of Recent
6054 messages.
6055 The NextNew command's behavior is also affected by the configuration features
6056 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A>,
6058 <A HREF="h_config_tab_no_prompt">&quot;<!--#echo var="FEAT_continue-tab-without-confirm"-->&quot;</A>.
6061 &lt;End of help on this topic&gt;
6062 </BODY>
6063 </HTML>
6064 ======= h_common_jump =======
6065 <HTML>
6066 <HEAD>
6067 <TITLE>Jump Command</TITLE>
6068 </HEAD>
6069 <BODY>
6070 <H1>Jump Command</H1>
6072 This is Alpine's way of allowing you to go straight to a specific message.
6073 Just press &quot;J&quot; and then enter the message number.  By default, Alpine is also
6074 configured such that typing in any number automatically jumps you to that
6075 message 
6076 (<A HREF="h_config_enable_jump">&quot;<!--#echo var="FEAT_enable-jump-shortcut"-->&quot;</A> 
6077 in the SETUP CONFIGURATION).
6080 &lt;End of help on this topic&gt;
6081 </BODY>
6082 </HTML>
6083 ======= h_common_flag =======
6084 <HTML>
6085 <HEAD>
6086 <TITLE>Flag Command</TITLE>
6087 </HEAD>
6088 <BODY>
6089 <H1>Flag Command</H1>
6091 Flag
6092 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6093 is the command that allows users to manipulate the status flags that
6094 appear on the left side of the MESSAGE INDEX screen.  The most common
6095 use of this is to mark a message as important. This is something of a
6096 note to yourself to get back to that message.  You may also use the
6097 flag command to set (or unset) the flags that indicate that a message
6098 is new, answered, deleted, or forwarded.<P>
6100 Provided the mail server supports it,
6101 you may also manipulate user-defined keywords
6102 for a message using the flag command.
6103 These keywords will be available if you use the Flag Details screen that you
6104 can get to after typing the
6105 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6106 command.
6107 They will be listed after the Important, New, Answered, Deleted , and Forwarded flags,
6108 which are always present.
6109 You may add new keywords by using the Add KW command from the Flag Details screen
6110 or by defining them in the <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
6112 The availability of the flag command is determined by the
6113 <A HREF="h_config_enable_flag">&quot;<!--#echo var="FEAT_enable-flag-cmd"-->&quot;</A>
6114 feature in your Alpine configuration. Also, it is possible that Flag could be
6115 administratively disabled by your system manager; if it doesn't work,
6116 please check with your local help desk before reporting a bug.
6117 The behavior of the flag command may be modified by the
6118 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
6119 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
6122 &lt;End of help on this topic&gt;
6123 </BODY>
6124 </HTML>
6125 ======= h_common_hdrmode =======
6126 <HTML>
6127 <HEAD>
6128 <TITLE>HdrMode Command</TITLE>
6129 </HEAD>
6130 <BODY>
6131 <H1>HdrMode Command</H1>
6133 Every email message comes with some header lines that you normally
6134 don't see (and don't want to see).
6135 These include anywhere from 3-20 lines (or more) added by the
6136 Internet mail transport system to record the route your message took,
6137 for diagnostic purposes.
6138 These are normally of no import and simply
6139 add clutter, so Alpine suppresses them in the MESSAGE TEXT display.
6140 This also includes other non-standard headers the message may contain.
6141 If you want to see these headers, there is a way to reveal them.
6144 The Header Mode
6145 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6146 command is a toggle that controls Alpine's handling of these header
6147 lines.  Normally, full headers is &quot;off&quot; and you only see a
6148 few lines about who a message is to and who it is from.  When you
6149 press
6150 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6151 to turn full headers on, Alpine will show you
6152 the normal header lines as well as delivery headers, comment headers,
6153 MIME headers, and any other headers present.
6156 Several different Alpine commands honor the header mode -- it affects how
6157 messages are displayed, how they appear in forward and reply email, how
6158 they are printed, how they are saved, and how they are exported.
6159 <!--chtml if pinemode="os_windows"-->
6160 <!--chtml else--> 
6161 The pipe command is also affected.
6162 <!--chtml endif-->
6165 The presence or absence of the Header Mode command is determined by the
6166 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6167 Feature-List option in your Alpine configuration.
6170 If you have also turned on the
6171 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
6172 option then the HdrMode command actually rotates through three states
6173 instead of just two.
6174 The first is the normal view with long quotes suppressed.
6175 The second is the normal view but with the long quotes included.
6176 The last enables the display of all headers in the message.
6177 When using Export, Pipe, Print, Forward, or Reply the quotes are
6178 never suppressed, so the first two states are identical.
6181 The behavior of the Header Mode command may be altered slightly by
6182 turning on the
6183 <A HREF="h_config_quell_full_hdr_reset">&quot;<!--#echo var="FEAT_quell-full-header-auto-reset"-->&quot;</A>
6184 Feature-List option in your Alpine configuration.
6185 In particular, it will cause the Header Mode to be persistent when moving
6186 from message to message instead of resetting to the default for each message.
6189 <UL>   
6190 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6191 </UL><P>
6192 &lt;End of help on this topic&gt;
6193 </BODY>
6194 </HTML>
6195 ======= h_common_print =======
6196 <HTML>
6197 <HEAD>
6198 <TITLE>Print Command</TITLE>
6199 </HEAD>
6200 <BODY>
6201 <H1>Print Command</H1>
6203 The Print
6204 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->%<!--chtml endif-->)
6205 command allows you to print a copy of a message.
6206 There are many SETUP CONFIGURATION features that affect the
6207 Print command, including
6208 <A HREF="h_config_enable_y_print">&quot;<!--#echo var="FEAT_enable-print-via-y-command"-->&quot;</A>,
6209 <A HREF="h_config_print_index">&quot;<!--#echo var="FEAT_print-index-enabled"-->&quot;</A>,
6210 <A HREF="h_config_custom_print">&quot;<!--#echo var="FEAT_print-offers-custom-cmd-prompt"-->&quot;</A>,
6211 <A HREF="h_config_print_from">&quot;<!--#echo var="FEAT_print-includes-from-line"-->&quot;</A>, and
6212 <A HREF="h_config_ff_between_msgs">&quot;<!--#echo var="FEAT_print-formfeed-between-messages"-->&quot;</A>.
6213 You set up for printing by using the Printer option of the Setup command
6214 on the MAIN MENU.
6218 &lt;End of help on this topic&gt;
6219 </BODY>
6220 </HTML>
6221 ======= h_common_take =======
6222 <HTML>
6223 <HEAD>
6224 <TITLE>TakeAddr Command</TITLE>
6225 </HEAD>
6226 <BODY>
6227 <H1>TakeAddr Command</H1>
6230 With the Take Address
6231 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->T<!--chtml endif-->)
6232 command, you can extract email addresses from an
6233 incoming message and save them in an address book.  This is an easy way
6234 to add to your address book and avoid having to remember the email
6235 addresses of the people who write to you.
6238 If the message is just to you individually, then you will only need to
6239 provide a nickname.  If the message contains more than one email address,
6240 then you will see an address
6241 selection screen that lets you choose the address you want to save into
6242 your address book, or lets you choose several of them add to a
6243 personal distribution list.
6246 Once you've added an entry to your address book, you can use it from the
6247 message composer by typing the nickname of the entry into one of the
6248 header fields (for example, into the To: field), or you can use ^T from
6249 the header field to select the entry from your address book.
6252 If the configuration feature
6253 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
6254 is set, the behavior of the Take command is altered slightly.
6257 &lt;End of help on this topic&gt;
6258 </BODY>
6259 </HTML>
6260 ======= h_ge_import =======
6261 <HTML>
6262 <HEAD>
6263 <TITLE>Import File Selection</TITLE>
6264 </HEAD>
6265 <BODY>
6266 <H1>Import File Selection</H1>
6268 You are importing a file that you previously
6269 exported from Alpine.
6270 You are now being asked for the name of that file.
6271 The easiest way to select a file is probably with the &quot;^T&quot;
6272 &quot;To Files&quot; command.
6273 Alternatively, you may type in a file name.
6274 It may be an absolute pathname.
6275 Otherwise, it is a file located in your home directory
6276 or current working directory
6277 <!--chtml if pinemode="running"-->
6278 (which, at least for your current Alpine &quot;session,&quot; 
6279 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6280 <!--chtml endif-->, depending on the
6281 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6282 In any case, you finish by typing a carriage return to accept the
6283 file name that is displayed.
6284 When the feature
6285 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6286 is turned on you may use TAB to complete partially typed in names.
6288 You may cancel the import operation by typing &quot;^C&quot; after exiting
6289 this help.
6291 &lt;End of help on this topic&gt;
6292 </BODY>
6293 </HTML>
6294 ======= h_ge_allparts =======
6295 <HTML>
6296 <HEAD>
6297 <TITLE>Export Message File Selection</TITLE>
6298 </HEAD>
6299 <BODY>
6300 <H1>Export Message File Selection</H1>
6302 You are Exporting a message from an Alpine mail folder
6303 to a plain text file.
6304 You also have the option of exporting all of the attachments associated
6305 with the message.
6306 You are now being asked for the name of the file to export <EM>to</EM>.
6307 The easiest way to select a file is probably with the &quot;^T&quot;
6308 &quot;To Files&quot; subcommand.
6309 After returning from that subcommand you will still be allowed to
6310 edit the name you have selected.
6311 Alternatively, you may type in a file name.
6312 It may be an absolute pathname.
6313 Otherwise, it is a file located in your home directory
6314 or current working directory
6315 <!--chtml if pinemode="running"-->
6316 (which, at least for your current Alpine &quot;session,&quot; 
6317 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6318 <!--chtml endif-->, depending on the
6319 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6320 In any case, you finish by typing a carriage return to accept the
6321 file name that is displayed.
6322 When the feature
6323 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6324 is turned on you may use TAB to complete partially typed in names.
6326 The message you are exporting appears to have some attachments.
6327 If you wish to save <EM>all</EM> of the attachments at once,
6328 type the &quot;^P&quot; &quot;AllParts&quot; command to turn on
6329 saving of the attachments.
6330 You may turn it back off by typing &quot;^P&quot; again, which will now
6331 be labeled &quot;NoAllParts&quot; instead.
6332 If you want to save the parts the command displayed should be
6333 &quot;NoAllParts&quot;!
6334 When you choose to save attachments like this, the attachments will be saved
6335 in a newly created directory.
6336 That directory will have the same name as the file name you choose here,
6337 with the letters &quot;.d&quot; appended.
6338 If that directory already exists, then the letters &quot;.d_1&quot; will
6339 be tried, then &quot;.d_2&quot; and so on until a name that doesn't exist
6340 is found.
6341 For example, if you select the file name
6343 <CENTER><SAMP>filename</SAMP></CENTER>
6345 to export the message to, then the directory used for the attachments will be
6347 <CENTER><SAMP>filename.d</SAMP></CENTER>
6349 or perhaps
6351 <CENTER><SAMP>filename.d_&lt;n&gt;</SAMP></CENTER>
6353 The attachments will then be put into files inside that directory.
6354 The names for the attachment files will be derived from the attachments
6355 if possible.
6356 This is done in the same way as the default values are derived if you
6357 save them one at a time.
6358 (The &quot;filename&quot; parameter from the Content-Disposition header
6359 is the first choice. If that doesn't exist, the &quot;name&quot;
6360 parameter from the Content-Type header is used.)
6361 If a name for a particular attachment is not available, then the
6362 part number of the attachment is used, with the characters &quot;part_&quot;
6363 prepended.
6364 An example of that would be
6366 <CENTER><SAMP>part_2.1</SAMP></CENTER>
6368 If you want to save only some of the attachments or if you want more control
6369 over the directory and filename where an attachment is saved you may
6370 cancel out of this command and View the attachment list.
6371 From there you can save each attachment individually.
6373 You may cancel the Export operation by typing &quot;^C&quot; after exiting
6374 this help.
6376 &lt;End of help on this topic&gt;
6377 </BODY>
6378 </HTML>
6379 ======= h_ge_export =======
6380 <HTML>
6381 <HEAD>
6382 <TITLE>Export File Selection</TITLE>
6383 </HEAD>
6384 <BODY>
6385 <H1>Export File Selection</H1>
6387 You are Exporting or Saving something from within the Alpine world
6388 (a message, an attachment, etc.)
6389 to a plain text file.
6390 You are now being asked for the name of the file to export <EM>to</EM>.
6391 The easiest way to select a file is probably with the &quot;^T&quot;
6392 &quot;To Files&quot; subcommand.
6393 After returning from that subcommand you will still be allowed to
6394 edit the name you have selected.
6395 Alternatively, you may type in a file name.
6396 It may be an absolute pathname.
6397 Otherwise, it is a file located in your home directory
6398 or current working directory
6399 <!--chtml if pinemode="running"-->
6400 (which, at least for your current Alpine &quot;session,&quot; 
6401 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6402 <!--chtml endif-->, depending on the
6403 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6404 In any case, you finish by typing a carriage return to accept the
6405 file name that is displayed.
6406 When the feature
6407 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6408 is turned on you may use TAB to complete partially typed in names.
6410 If the object you are exporting is a message with some attachments,
6411 you may wish to save all of the attachments by typing the &quot;^P&quot;
6412 &quot;AllParts&quot; command to turn on saving of the attachments.
6413 This subcommand will only be visible if the message actually has attachments.
6414 You may also View the attachment list and save individual attachments from
6415 there.
6417 You may cancel the Export operation by typing &quot;^C&quot; after exiting
6418 this help.
6420 &lt;End of help on this topic&gt;
6421 </BODY>
6422 </HTML>
6423 ======= h_common_save =======
6424 <HTML>
6425 <HEAD>
6426 <TITLE>Save and Export Commands</TITLE>
6427 </HEAD>
6428 <BODY>
6429 <H1>Save and Export Commands</H1>
6431 Save
6432 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->S<!--chtml endif-->)
6433 and Export
6434 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->E<!--chtml endif-->)
6435 are the two alternatives Alpine gives you to keep a copy of the message
6436 you are reading. If you want to keep the message within Alpine's email
6437 world, use &quot;Save&quot;; if you want to use the message in another
6438 program, use &quot;Export&quot;.
6441 When you Save a message, it is put into an existing folder or into a new
6442 folder in one of your existing folder collections.  The message stays in
6443 email format and can be read by Alpine again.  Alpine may use a special format
6444 for its mail folders -- never edit an Alpine folder by hand or with any
6445 program other than Alpine.  The exact behavior of the Save command can be
6446 configured with the
6447 <A HREF="h_config_quote_all_froms">&quot;<!--#echo var="FEAT_save-will-quote-leading-froms"-->&quot;</A>,
6448 <A HREF="h_config_save_wont_delete">&quot;<!--#echo var="FEAT_save-will-not-delete"-->&quot;</A>,
6449 and 
6450 <A HREF="h_config_save_advances">&quot;<!--#echo var="FEAT_save-will-advance"-->&quot;</A>
6451 feature list settings.
6452 The name of the folder offered as a default is controlled by the option
6453 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>.
6456 When you use Export, the message is placed in a plain text file in your
6457 home directory 
6458 <!--chtml if pinemode="running"-->
6459 (which, in the present configuration of your system, is
6460  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
6461 <!--chtml endif-->
6462 or current working directory
6463 <!--chtml if pinemode="running"-->
6464 (which, at least for your current Alpine &quot;session,&quot; 
6465 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6466 <!--chtml endif-->, depending on the
6467 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
6468 configuration setting.  In the normal case, only minimal
6469 headers are exported with the message; however, if the full header mode 
6470 (whose availability may be disabled  by setting the feature 
6471 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6472 in SETUP CONFIGURATION) is
6473 toggled on, then complete headers are exported along with the message
6474 text. (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
6475 defined, they may affect the contents of the exported file.)
6478 &lt;End of help on this topic&gt;
6479 </BODY>
6480 </HTML>
6481 ======= h_common_bounce =======
6482 <HTML>
6483 <HEAD>
6484 <TITLE>Bounce Command</TITLE>
6485 </HEAD>
6486 <BODY>
6487 <H1>Bounce Command</H1>
6489 The Bounce 
6490 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->B<!--chtml endif-->)
6491 command allows you to re-send, or &quot;remail&quot;, a
6492 message, as if you were never in the loop.  It is analogous to crossing
6493 out your address on a postal letter, writing a different address on the
6494 envelope, and putting it into the mailbox. Bounce is used primarily to
6495 redirect email that was sent to you in error.
6496 Also, some owners of email
6497 lists need the bounce command to handle list traffic.
6498 Bounce is not anonymous.
6499 A ReSent-From header is added to the message so that the recipient may
6500 tell that you Bounced it to them.
6503 The presence or absence of the Bounce command is determined by the
6504 <A HREF="h_config_enable_bounce">&quot;<!--#echo var="FEAT_enable-bounce-cmd"-->&quot;</A>
6505 feature in your Alpine configuration.
6506 The feature
6507 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A>
6508 affects the behavior of the Bounce command.
6509 Also, it is possible that Bounce could be
6510 administratively disabled by your system manager; if it doesn't work,
6511 please check with your local help desk before reporting a bug.
6514 &lt;End of help on this topic&gt;
6515 </BODY>
6516 </HTML>
6517 ======= h_common_reply =======
6518 <HTML>
6519 <HEAD>
6520 <TITLE>Reply and Forward Commands</TITLE>
6521 </HEAD>
6522 <BODY>
6524 <H1>Reply and Forward Commands</H1>
6526 Replying 
6527 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->R<!--chtml endif-->)
6528 and Forwarding 
6529 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->F<!--chtml endif-->)
6530 are your two alternatives for following up on the
6531 message you are reading.  You would use reply if you want to get email
6532 back to the author of the message and/or the other people who have
6533 already seen it.  You use forward if you want somebody new to see the
6534 message.
6537 In the normal case, the only thing that you must supply when forwarding a
6538 message is the name/email address of the new recipient.
6539 Alpine will include the text of the forwarded message.
6540 Alpine will also include any attachments to the message.
6541 There is space above the forwarded text for you to include additional comments.
6544 When replying, you usually have to answer some questions.
6545 If the message is to multiple people and/or specified with a Reply-To: header,
6546 then you will have to decide who should get the reply.
6547 You also need to decide whether or not to include the previous
6548 message in your reply.
6549 Some of this is configurable.
6550 Specifically, see the
6551 <A HREF="h_config_include_header">&quot;<!--#echo var="FEAT_include-header-in-reply"-->&quot;</A>,
6552 <A HREF="h_config_auto_include_reply">&quot;<!--#echo var="FEAT_include-text-in-reply"-->&quot;</A>,
6553 <A HREF="h_config_attach_in_reply">&quot;<!--#echo var="FEAT_include-attachments-in-reply"-->&quot;</A>,
6555 <A HREF="h_config_auto_reply_to">&quot;<!--#echo var="FEAT_reply-always-uses-reply-to"-->&quot;</A>
6556 configuration features.
6559 Both the Reply and Forward commands react to the full header mode toggle.
6560 If the full header mode is on, then all the header and delivery lines are
6561 included with the text of the message in your reply/forward.
6564 Other configuration features that affect the Reply command are
6565 <A HREF="h_config_sig_at_bottom">&quot;<!--#echo var="FEAT_signature-at-bottom"-->&quot;</A>,
6566 <A HREF="h_config_sigdashes">&quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot;</A>, and
6567 <A HREF="h_config_strip_sigdashes">&quot;<!--#echo var="FEAT_strip-from-sigdashes-on-reply"-->&quot;</A>.
6570 &lt;End of help on this topic&gt;
6571 </BODY>
6572 </HTML>
6573 ======= h_common_delete =======
6574 <HTML>
6575 <HEAD>
6576 <TITLE>Delete and Undelete Commands</TITLE>
6577 </HEAD>
6578 <BODY>
6579 <H1>Delete and Undelete Commands</H1>
6581 Delete 
6582 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->D<!--chtml endif-->)
6583 and Undelete 
6584 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->U<!--chtml endif-->)
6585 allow you to change the Deleted flag for the current message.
6586 Delete marks a message Deleted (turns on the Deleted flag) and Undelete
6587 removes the mark.
6588 In the MESSAGE INDEX, deleted messages have a &quot;D&quot; in the status field
6589 at the left hand edge of the index line.
6590 When viewing a deleted message, the letters &quot;DEL&quot; will be present
6591 in the upper right hand corner of the screen.
6592 Delete simply <EM>marks</EM> a message Deleted, it does not actually
6593 get rid of the message.
6594 The eXpunge command (available from the MESSAGE INDEX screen) actually
6595 removes all of the deleted messages in a folder.
6596 Once a message is eXpunged, it can't be retrieved.
6599 The Delete command is affected by the setting of the configuration feature
6600 <A HREF="h_config_del_skips_del">&quot;<!--#echo var="FEAT_delete-skips-deleted"-->&quot;</A>.
6603 &lt;End of help on this topic&gt;
6604 </BODY>
6605 </HTML>
6606 ======= h_common_postpone =======
6607 <HTML>
6608 <HEAD>
6609 <TITLE>Postpone Command</TITLE>
6610 </HEAD>
6611 <BODY>
6612 <H1>Postpone Command</H1>
6614 The postpone
6615 <!--chtml if pinemode="function_key"-->(F11)<!--chtml else-->(^O)<!--chtml endif-->
6616 command allows you to temporarily stop working on the current
6617 message so you may read
6618 other messages or compose another message.  When you want to resume a
6619 message later, start to compose and answer &quot;yes&quot; to the
6620 &quot;Continue postponed composition?&quot; question.  You may
6621 postpone as many messages as you like.
6624 Note: If a <A HREF="h_config_form_folder"><!--#echo var="VAR_form-letter-folder"--></A> is defined
6625 in the Setup/Config screen, then the Postpone command will prompt you for
6626 the folder in which to store your outgoing message.
6629 &lt;End of help on this topic&gt;
6630 </BODY>
6631 </HTML>
6632 ======= h_compose_cancel =======
6633 <HTML>
6634 <HEAD>
6635 <TITLE>Cancel Command</TITLE>
6636 </HEAD>
6637 <BODY>
6638 <H1>Cancel Command</H1>
6640 Cancel
6641 <!--chtml if pinemode="function_key"-->
6642 (F2)
6643 <!--chtml else-->
6644 (^C) 
6645 <!--chtml endif-->
6647 The Cancel command returns you to Alpine's normal mail processing and
6648 causes the message currently under composition to be thrown out.
6649 The message text <EM>will be lost</EM>.
6652 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
6653 will be preserved in the file named
6654 <!--chtml if pinemode="os_windows"-->
6655 &quot;DEADLETR&quot;.
6656 <!--chtml else-->
6657 &quot;dead.letter&quot; in your home directory.
6658 <!--chtml endif-->
6659 If you unintentionally cancel a message, look there for its text.
6662 &lt;End of help on this topic&gt;
6663 </BODY>
6664 </HTML>
6665 ======= h_compose_addrcomplete =======
6666 <HTML>
6667 <HEAD>
6668 <TITLE>Address Completion</TITLE>
6669 </HEAD>
6670 <BODY>
6671 <H1>Address Completion</H1>
6673 When entering addresses in the address fields of the composer (To, Cc, etc.)
6674 the TAB key may be used to help complete the address.
6675 Type a partial nickname and tap the TAB key to complete the typing.
6676 The unambiguous part of the name will be filled in automatically.
6677 Typing TAB twice in succession will bring up a selection list of possibilities,
6678 making it easy to find and choose the correct address.
6681 The matching algorithm is rather ad hoc.
6682 The search starts with a search of your address book.
6683 It counts as a match if the nickname, address, or fullname field of an
6684 entry begins with the text typed in so far. It is also a match if
6685 a later word in the fullname (for example, the middle name or last name)
6686 begins with the entered text.
6688 Next comes an LDAP search.
6689 The search will happen for any servers that have the
6690 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
6691 feature set. You can set or unset the feature for each server independently
6692 in the Setup/Directory screen.
6694 Finally, if you are replying to or forwarding a message, that message is
6695 searched for likely candidate addresses that match the typed-in text.
6698 &lt;End of help on this topic&gt;
6699 </BODY>
6700 </HTML>
6701 ======= h_compose_richhdr =======
6702 <HTML>
6703 <HEAD>
6704 <TITLE>Rich Header Command</TITLE>
6705 </HEAD>
6706 <BODY>
6707 <H1>Rich Header Command</H1>
6709 The Rich Header command allows you to toggle between the list of 
6710 all message headers available for editing and those that are most
6711 common.
6714 Use this toggle to expose headers that are not normally visible by
6715 default.
6716 This set usually includes the
6717 &quot;Bcc:&quot;,
6718 &quot;Fcc:&quot;,
6719 &quot;Lcc:&quot;,
6720 and &quot;Newsgroups&quot;
6721 headers.
6722 If you are posting to a newsgroup the set of defaults is a little different.
6723 Obviously, in that case, the Newsgroups header is of interest so is not
6724 hidden.
6725 For news posting the hidden set includes the
6726 &quot;To:&quot;,
6727 &quot;Cc:&quot;,
6728 &quot;Bcc:&quot;,
6729 &quot;Fcc:&quot;,
6730 and &quot;Lcc:&quot;
6731 headers.
6732 You won't normally want to edit these, which is why they are hidden,
6733 but it is sometimes useful to be able to set them manually.
6736 The default sets of headers listed above can be altered.
6737 Any header that you have added to the
6738 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
6739 option, but not to the
6740 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
6741 option will appear when you use the Rich Headers command to
6742 make the Rich Headers visible.
6743 (Headers listed in the <!--#echo var="VAR_default-composer-hdrs"--> list will be visible
6744 even without toggling the Rich Headers command.)
6747 &lt;End of help on this topic&gt;
6748 </BODY>
6749 </HTML>
6750 ======= h_compose_send =======
6751 <HTML>
6752 <HEAD>
6753 <TITLE>Send Command</TITLE>
6754 </HEAD>
6755 <BODY>
6756 <H1>Send Command</H1>
6758 The Send command
6759 <!--chtml if pinemode="function_key"-->
6760 (F3)
6761 <!--chtml else-->
6762 (^X) 
6763 <!--chtml endif-->
6764 tells Alpine you are finished composing.
6765 Before actually sending it, though, Alpine will ask you to confirm 
6766 your intention, and, at the same time, redisplayed the message text
6767 with the recipients at the top of the screen to give you the opportunity
6768 to review and verify that the message is addressed to the people
6769 you intended.
6771 If the feature
6772 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
6773 then this confirmation prompt and any options it allows are skipped.
6776 This confirmation prompt may also offer, depending
6777 on your particular Setup/Config, options allowing you to set
6778 <A HREF="h_config_compose_dsn">delivery status notifications</A>,
6779 include attachments in the &quot;Fcc&quot; (if you had previously
6780 specified that they <A HREF="h_config_no_fcc_attach">exclude attachments</A>, 
6781 observe details of the
6782 <A HREF="h_config_verbose_post">message submission process</A>,
6783 choose the filter through which the
6784 <A HREF="h_config_sending_filter">outgoing text should first pass</A>,
6785 or turn of flowed text generation.
6788 &lt;End of help on this topic&gt;
6789 </BODY>
6790 </HTML>
6791 ======= h_compose_markcutpaste =======
6792 <HTML>
6793 <HEAD>
6794 <TITLE>Mark, Cut and Paste Commands</TITLE>
6795 </HEAD>
6796 <BODY>
6797 <H1>Mark, Cut and Paste Commands</H1>
6799 You can define a &quot;block&quot; of text, which can subsequently
6800  be deleted or
6801 copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
6802 then moving the cursor to the end of the desired text block.  You can then
6803 &quot;cut&quot; the block out 
6804 <!--chtml if pinemode="function_key"-->
6805 &quot;F9&quot;,
6806 <!--chtml else-->
6807 &quot;Ctrl-K&quot;,
6808 <!--chtml endif-->
6809 move the cursor, and &quot;paste&quot; it
6810 <!--chtml if pinemode="function_key"-->
6811 &quot;F10&quot;,
6812 <!--chtml else-->
6813 &quot;Ctrl-U&quot;,
6814 <!--chtml endif-->
6815 in the new location.  Also, you can paste more than once, allowing you
6816 to use this feature to copy a block of text.<P>
6818 If you press 
6819 <!--chtml if pinemode="function_key"-->
6820 &quot;F9&quot;
6821 <!--chtml else-->
6822 &quot;^K&quot;
6823 <!--chtml endif-->
6824 without having marked anything, Alpine will delete
6825 a single line.  If you delete a group of lines together, Alpine keeps them
6826 in the same buffer, so 
6827 <!--chtml if pinemode="function_key"-->
6829 <!--chtml else-->
6831 <!--chtml endif-->
6832 will restore them as a block.  About
6833 terminology:  Mark is shown as &quot;^^&quot;.  The first &quot;^&quot; means you should
6834 hold down the &quot;Control&quot; key on your keyboard.  The second &quot;^&quot; means
6835 &quot;type the character ^&quot;.
6838 &lt;End of help on this topic&gt;
6839 </BODY>
6840 </HTML>
6841 ======= h_compose_justify =======
6842 <HTML>
6843 <HEAD>
6844 <TITLE>Justify Command</TITLE>
6845 </HEAD>
6846 <BODY>
6847 <H1>Justify Command</H1>
6849 The Justify
6850 <!--chtml if pinemode="function_key"-->
6851 (F4)
6852 <!--chtml else-->
6853 (^J) 
6854 <!--chtml endif-->
6855 command reformats the text in the paragraph the cursor is in.
6856 Paragraphs are separated by one blank line or a line beginning with a space.
6857 This is useful when you have been editing a paragraph and the lines become
6858 uneven.  The text is left aligned or justified and the right is ragged.  If
6859 the text is already justified as typed with auto-wrap, no justification will
6860 be done.
6863 If you have set a <A HREF="h_compose_markcutpaste">mark</A> to select a
6864 block of text, the Justify command is modified.
6865 Instead of automatically justifying the current paragraph you will be
6866 asked if you want to justify the paragraph, justify the selected region,
6867 or adjust the quote level of the selected region.
6868 Adjusting the quote level only works if you are using standard
6869 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes, which is the default if you haven't
6870 changed &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;.
6873 When composing a reply containing included text, the justify command
6874 will reformat text to the right of the 
6875 &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;,
6876 adding or removing indented lines as needed.  Paragraphs are separated
6877 by a blank line, a line containing only the <!--#echo var="VAR_reply-indent-string"-->, or a
6878 line containing the indent string and one or more blank spaces.
6879 Included text that was previously indented (or &quot;quoted&quot;) is
6880 not preserved.
6883 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
6884 in 1999 and its wide-spread adoption since then, you will usually be better off if you
6885 use the standard
6886 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes.
6889 &lt;End of help on this topic&gt;
6890 </BODY>
6891 </HTML>
6892 ======= h_compose_spell =======
6893 <HTML>
6894 <HEAD>
6895 <TITLE>Spell Check Command</TITLE>
6896 </HEAD>
6897 <BODY>
6898 <H1>Spell Check Command</H1>
6900 The &quot;To Spell&quot;
6901 <!--chtml if pinemode="function_key"-->
6902 (F12)
6903 <!--chtml else-->
6904 (^T) 
6905 <!--chtml endif-->
6906 command calls an external spell checking program to look over the
6907 message you are composing.  By default, Alpine uses
6909 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
6911 if it knows where to find &quot;aspell&quot;.
6912 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
6913 then the command used is
6915 <CENTER><SAMP>ispell -l</SAMP></CENTER>
6917 Otherwise, the ancient &quot;spell&quot; command is used.
6919 For PC-Alpine, you must install the aspell library code that you
6920 may get from
6921 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
6924 &lt;End of help on this topic&gt;
6925 </BODY>
6926 </HTML>
6927 ======= h_compose_alted =======
6928 <HTML>
6929 <HEAD>
6930 <TITLE>Alt Editor Command</TITLE>
6931 </HEAD>
6932 <BODY>
6933 <H1>Alt Editor Command</H1>
6935 The &quot;Alt Editor&quot; command's availability depends on the
6936 Setup/Config variable &quot;<A HREF="h_config_editor"><!--#echo var="VAR_editor"--></A>&quot;.
6939 When the variable specifies a valid editor on your system, this
6940 command will launch it with the current text of your message
6941 already filled in.
6944 &lt;End of help on this topic&gt;
6945 </BODY>
6946 </HTML>
6947 ======= h_compose_readfile =======
6948 <HTML>
6949 <HEAD>
6950 <TITLE>Read File Command</TITLE>
6951 </HEAD>
6952 <BODY>
6953 <H1>Read File Command</H1>
6955 The &quot;Read File&quot;
6956 <!--chtml if pinemode="function_key"-->
6957 (F5)
6958 <!--chtml else-->
6959 (^R) 
6960 <!--chtml endif-->
6961 command allows you to copy in text from an existing file. You will be
6962 prompted for the name of a file to be inserted into the message.  The file
6963 name is relative to your home directory 
6964 <!--chtml if pinemode="running"-->
6965 (which, in the present configuration of your system, is
6966  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
6967 <!--chtml endif-->
6968 or current working directory
6969 <!--chtml if pinemode="running"-->
6970 (which, at least for your current Alpine &quot;session,&quot; 
6971 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6972 <!--chtml endif-->, depending on the
6973 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
6974 configuration setting; or, the file name must be specified as a full path name 
6975 <!--chtml if pinemode="os_windows"-->
6976 -- for example: &quot;A:&#92;PAPER.TXT&quot;
6977 <!--chtml else-->
6978 -- for example: &quot;/tmp/wisdom-of-the-day&quot;
6979 <!--chtml endif-->
6980 (without the quotation marks).
6983 The file will be inserted where the cursor is located.  <B>The
6984 file to be read must be on the same system as Alpine.</B> If you use Alpine on a
6985 Unix machine but have files on a PC or Mac, the files must be transferred
6986 to the system Alpine is running on before they can be read.  Please ask your
6987 local computer support people about the correct way to transfer a file to 
6988 your Alpine system.
6991 &lt;End of help on this topic&gt;
6992 </BODY>
6993 </HTML>
6994 ======= h_config_tray_icon =======
6995 <HTML>
6996 <HEAD>
6997 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></TITLE>
6998 </HEAD>
6999 <BODY>
7000 <H1>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></H1>
7002 PC-Alpine only.
7004 This option restores a behavior of previous versions of PC-Alpine.
7005 These
7006 versions, when started, installed a PC-Alpine icon in the notification 
7007 tray of Window's Taskbar.  The primary use of this icon was to indicate
7008 new mail arrival by turning red (while the Taskbar icon remained green).
7009 Additionally, the icon now changes to yellow to signify that a mail folder
7010 has been closed unexpectedly.
7013 Rather than add another icon to the Taskbar, this version of PC-Alpine will 
7014 color its Taskbar entry's icon red (as well as the icon in the Window
7015 Title).  This feature is only provided for backwards compatibility.
7018 &lt;End of help on this topic&gt;
7019 </BODY>
7020 </HTML>
7021 ======= h_common_suspend =======
7022 <HTML>
7023 <HEAD>
7024 <TITLE>Suspend Command</TITLE>
7025 </HEAD>
7026 <BODY>
7027 <H1>Suspend Command</H1>
7029 With the <A HREF="h_config_can_suspend"><!--#echo var="FEAT_enable-suspend"--></A> feature
7030 enabled, you can, at almost any time, temporarily halt your Alpine session,
7031 <!--chtml if pinemode="os_windows"-->
7032 minimizing it into an icon.
7033 <!--chtml else-->
7034 and return to your system prompt.
7035 <!--chtml endif-->
7038 &lt;End of help on this topic&gt;
7039 </BODY>
7040 </HTML>
7041 ======= h_pipe_command =======
7042 <HTML>
7043 <HEAD>
7044 <TITLE>Pipe Command SubOptions</TITLE>
7045 </HEAD>
7046 <BODY>
7047 <H1>Pipe Command SubOptions</H1>
7049 By default, when you use the Pipe command, the processed text of the
7050 message is sent to the Unix command
7051 you specify and the output is captured by Alpine and shown to you.
7052 (This command is available in PC-Alpine, as well, but there aren't many
7053 Windows commands that work well with piping.)
7054 There are some sub-commands that may be used to alter this behavior.
7055 These are toggles that switch the behavior between two possibilities.
7056 They can be combined in any way you wish.
7058 By default, the prompt at the bottom of the screen looks like
7060 <CENTER><SAMP>Pipe message 37 to :</SAMP></CENTER>
7064 <CENTER><SAMP>Pipe messages to :</SAMP></CENTER>
7066 if you are piping more than one message.
7068 The sub-command options are:
7069 <DL>
7070    <DT>Shown Text or Raw Text</DT>
7071    <DD>This option toggles between sending the shown (processed) text
7072 of the message to the Unix command, and sending the
7073 raw (unprocessed) text of the message to the Unix command.
7074 The default is to send the shown text.
7075 The raw version of the message will contain all of the headers and any
7076 MIME encoding that the message contains.
7077 If you've selected the Raw Text then the prompt will have the additional word
7078 &quot;RAW&quot; in it, like
7080 <CENTER><SAMP>Pipe RAW messages to :</SAMP></CENTER>
7082 You can experiment with this option by piping to something simple like the
7083 Unix &quot;cat&quot; command.
7084    </DD>
7085    <DT>Captured Output or Free Output</DT>
7086    <DD>This option toggles between having Alpine capture the output of
7087 the Unix pipe command for display, and not capturing it.
7088 If the command you are piping to is a filter that will produce output
7089 you want to view, then you want to capture that output
7090 for display (the default).
7091 If the Unix command doesn't produce output or handles the display itself,
7092 then you want free output.
7093 When you've selected the Free Output option the prompt will change to
7095 <CENTER><SAMP>Pipe messages to (uncaptured) :</SAMP></CENTER>
7097    </DD>
7098    <DT>No Delimiter or With Delimiter</DT>
7099    <DD>This option controls whether or not a Unix mailbox style delimiter
7100 will come before the text of the message.
7101 This is the delimiter used in the common Unix mailbox format.
7102 It's the single line that begins with the five characters
7103 &quot;From&quot; followed by a &lt;SPACE&gt; character.
7104 You'll usually only want to include this if the Unix command requires
7105 input in the format of a traditional Unix mailbox file.
7106 When you've selected the With Delimiter option the prompt will change to
7108 <CENTER><SAMP>Pipe messages to (delimited) :</SAMP></CENTER>
7110    </DD>
7111    <DT>To Same Pipe or To Individual Pipes</DT>
7112    <DD>This option only shows up if you are running an aggregate
7113 pipe command.
7114 That is, the command was Apply Pipe, not just Pipe.
7115 You have the option of piping all of the selected messages through a
7116 single pipe to a single instance of the Unix command,
7117 or piping each individual message through a separate pipe to separate
7118 instances of the Unix command.
7119 The default is that all of the output will go through a single pipe
7120 to a single instance of the command.
7121 You can try this option with a command like &quot;less&quot;, with Free
7122 Output enabled.
7123 When you've selected the Individual Pipes option the prompt will change to
7125 <CENTER><SAMP>Pipe messages to (new pipe) :</SAMP></CENTER>
7127    </DD>
7128 </DL>
7131 As mentioned earlier, the options can be combined in any way you wish.
7132 You may leave them all off, turn them all on, or turn some of them on
7133 and some of them off.
7134 If you use the pipe command a second time in the same session the default
7135 options will be what you used the last time.
7138 &lt;End of help on this topic&gt;
7139 </BODY>
7140 </HTML>
7141 ========== h_emptydir_subfolder_name =========
7142 <HTML>
7143 <HEAD>
7144 <TITLE>ENTER SUBFOLDER NAME</TITLE>
7145 </HEAD>
7146 <BODY>
7147 <H1>Enter Subfolder Name</H1>
7149 <P> 
7150 This is the name of a new subfolder in the directory you are creating.
7151 Because empty directories are hidden and therefore not useful, you must also
7152 create a subfolder in the directory you are creating in order that the
7153 directory remains visible.
7155 Alternatively, you may turn off the configuration feature
7156 <A HREF="h_config_quell_empty_dirs"><!--#echo var="FEAT_quell-empty-directories"--></A>
7157 so that empty directories remain visible.
7158 If you do that, you will not be required to create the subfolder when you
7159 create a directory.
7162 &lt;End of help on this topic&gt;
7163 </BODY>
7164 </HTML>
7165 ========== h_incoming_add_folder_name =========
7166 <HTML>
7167 <HEAD>
7168 <TITLE>ENTER FOLDER NAME</TITLE>
7169 </HEAD>
7170 <BODY>
7171 <H1>Enter Folder Name</H1>
7173 <P> 
7174 This is the name of the folder on the previously specified server.
7175 By default the folder name is interpreted as defining a section of your personal
7176 folder area.  This area and how you specify it are defined by the
7177 server, if one is specified.
7180 To define a folder outside the default area, prefix
7181 the path with the namespace to use when interpreting the
7182 given path.  If a namespace is specified, the folder name begins with the
7183 sharp (#) character followed by the name of the namespace
7184 and then the namespace's path-element-delimiter.  Aside from the
7185 name's format, namespaces can also imply access rights, content
7186 policy, audience, location, and, occasionally, access methods.
7189 Each server exports its own set (possibly of size one) of 
7190 namespaces.
7191 For a more detailed explanation read about
7192 <A HREF="h_folder_name_namespaces">Namespaces</A>.
7195 To specify the default for INBOX on the server you can usually just enter
7196 &quot;INBOX&quot;, and the server will understand the special meaning of
7197 that word.
7200 &lt;End of help on this topic&gt;
7201 </BODY>
7202 </HTML>
7203 ========== h_incoming_add_folder_host =========
7204 <HTML>
7205 <HEAD>
7206 <TITLE>ENTER INCOMING FOLDER SERVER</TITLE>
7207 </HEAD>
7208 <BODY>
7209 <H1>Enter Incoming Folder Server</H1>
7211 You are being asked for the name of the server for use with this incoming
7212 folder.
7213 If the folder is on the machine where Alpine is running, then just enter
7214 RETURN without typing a server name.
7217 If the folder is on an IMAP server then type the server's name followed
7218 by RETURN.
7219 You may use the ^X command if the server is the same as the server that
7220 the INBOX is on.
7223 You may have to add optional extra information to the server name.
7224 For example, if the IMAP server is using a non-standard port number you
7225 would specify that by appending a colon (:) followed by the port number
7226 to the server name
7229 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7232 or you may need to specify a different protocol if the server is not an
7233 IMAP server. For example:
7236 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7239 for a POP server or
7242 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7245 for an NNTP news server.
7246 For an explanation of all of the possibilities, see
7247 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7248 for folders.
7251 There is a special command (^W) if you want to set up a folder that gets its
7252 mail from a
7253 <A HREF="h_maildrop">Mail Drop</A>.
7254 If you type that command, you will be prompted for the information for
7255 both the Mail Drop folder and the destination folder.
7258 &lt;End of help on this topic&gt;
7259 </BODY>
7260 </HTML>
7261 ========== h_incoming_add_inbox =========
7262 <HTML>
7263 <HEAD>
7264 <TITLE>ENTER INBOX SERVER</TITLE>
7265 </HEAD>
7266 <BODY>
7267 <H1>Enter INBOX Server</H1>
7269 You are being asked for the name of the server for use with
7270 the INBOX folder.
7271 Type the server's name followed by RETURN.
7274 You may have to add optional extra information to the server name.
7275 For example, if the server is using a non-standard port number you
7276 would specify that by appending a colon (:) followed by the port number
7277 to the server name
7280 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7283 or you may need to specify a different protocol if the server is not an
7284 IMAP server. For example:
7287 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7290 for a POP server.
7293 For an explanation of all of the possibilities, see
7294 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7295 for folders.
7298 If the INBOX folder is on the machine where Alpine is running, then just enter
7299 RETURN without typing a server name.
7302 There is a special command (^W) if you want to set up a folder that gets its
7303 mail from a
7304 <A HREF="h_maildrop">Mail Drop</A>.
7305 If you type that command, you will be prompted for the information for
7306 both the Mail Drop folder and the destination folder, which will be used
7307 as your INBOX folder.
7310 &lt;End of help on this topic&gt;
7311 </BODY>
7312 </HTML>
7313 ========== h_incoming_add_maildrop_destn =========
7314 <HTML>
7315 <HEAD>
7316 <TITLE>ENTER DESTINATION SERVER</TITLE>
7317 </HEAD>
7318 <BODY>
7319 <H1>Enter Destination Server</H1>
7321 You are being asked for the name of the server where the destination
7322 folder is for use with this Mail Drop incoming folder.
7323 That is, you are using a Mail Drop for this incoming folder and
7324 you've already entered
7325 the server and folder name for the Mail Drop.
7326 Now you need to enter the server for the destination folder
7327 where the mail should be copied to.
7328 Mail will come from the Mail Drop and be copied to the destination folder.
7331 Type the server's name followed by RETURN.
7332 If the folder is local to this computer, just type RETURN without entering
7333 a server name.
7336 You may have to add optional extra information to the server name.
7337 For example, if the server is using a non-standard port number you
7338 would specify that by appending a colon (:) followed by the port number
7339 to the server name
7342 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7345 For an explanation of all of the possibilities, see
7346 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7347 for folders.
7350 &lt;End of help on this topic&gt;
7351 </BODY>
7352 </HTML>
7353 ========== h_inbox_add_maildrop_destn =========
7354 <HTML>
7355 <HEAD>
7356 <TITLE>ENTER DESTINATION SERVER</TITLE>
7357 </HEAD>
7358 <BODY>
7359 <H1>Enter Destination Server</H1>
7361 You are being asked for the name of the server where the destination
7362 folder is for use with your Mail Drop INBOX.
7363 That is, you are using a Mail Drop for your INBOX and you've already entered
7364 the server and folder name for the Mail Drop.
7365 Now you need to enter the server for the destination folder
7366 where the mail should be copied to.
7367 Mail will come from the Mail Drop and be copied to the destination folder.
7370 Type the server's name followed by RETURN.
7371 If the folder is local to this computer, just type RETURN without entering
7372 a server name.
7375 You may have to add optional extra information to the server name.
7376 For example, if the server is using a non-standard port number you
7377 would specify that by appending a colon (:) followed by the port number
7378 to the server name
7381 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7384 For an explanation of all of the possibilities, see
7385 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7386 for folders.
7389 &lt;End of help on this topic&gt;
7390 </BODY>
7391 </HTML>
7392 ========== h_inbox_add_maildrop =========
7393 <HTML>
7394 <HEAD>
7395 <TITLE>ENTER MAILDROP SERVER</TITLE>
7396 </HEAD>
7397 <BODY>
7398 <H1>Enter Mail Drop Server</H1>
7400 You are being asked for the name of the Mail Drop server for use with
7401 your INBOX.
7404 Type the server's name followed by RETURN.
7407 You may have to add optional extra information to the server name.
7408 For example, if the server is using a non-standard port number you
7409 would specify that by appending a colon (:) followed by the port number
7410 to the server name
7413 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7416 or you may need to specify a different protocol if the server is not an
7417 IMAP server. For example:
7420 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7423 for a POP server or
7426 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7429 for an NNTP news server.
7430 For an explanation of all of the possibilities, see
7431 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7432 for folders.
7435 &lt;End of help on this topic&gt;
7436 </BODY>
7437 </HTML>
7438 ========== h_incoming_add_maildrop =========
7439 <HTML>
7440 <HEAD>
7441 <TITLE>ENTER MAILDROP SERVER</TITLE>
7442 </HEAD>
7443 <BODY>
7444 <H1>Enter Mail Drop Server</H1>
7446 You are being asked for the name of the Mail Drop server for use with
7447 this incoming folder.
7450 Type the server's name followed by RETURN.
7451 You may use the ^X command if the server is the same as the server that
7452 the INBOX is on.
7455 You may have to add optional extra information to the server name.
7456 For example, if the server is using a non-standard port number you
7457 would specify that by appending a colon (:) followed by the port number
7458 to the server name
7461 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7464 or you may need to specify a different protocol if the server is not an
7465 IMAP server. For example:
7468 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7471 for a POP server or
7474 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7477 for an NNTP news server.
7478 For an explanation of all of the possibilities, see
7479 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7480 for folders.
7483 If the Mail Drop folder is on the machine where Alpine is running, then just enter
7484 RETURN without typing a server name.
7487 &lt;End of help on this topic&gt;
7488 </BODY>
7489 </HTML>
7490 ========== h_maildrop =========
7491 <HTML>
7492 <HEAD>
7493 <TITLE>WHAT IS A MAIL DROP?</TITLE>
7494 </HEAD>
7495 <BODY>
7496 <H1>What is a Mail Drop?</H1>
7498 In some situaions it may make sense to have your mail delivered to one
7499 folder (the Mail Drop) and then when you want to read mail that has been
7500 delivered to the Mail Drop folder Alpine will move it to another
7501 destination folder.
7502 Often the Mail Drop will be a remote folder and messages will be moved from
7503 there to a local destination folder.
7506 One example where this might make sense is if the Mail Drop folder is accessible
7507 only with the POP protocol.
7508 You could designate your POP inbox as the Mail Drop folder and have Alpine move
7509 mail from there to a local (on the same machine Alpine is running on)
7510 destination folder, where you'll read it.
7513 A Mail Drop may only be used as your Inbox or as an
7514 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A>.
7517 There is no attempt to synchronize the contents of the destination folder
7518 with the contents of the Mail Drop folder.
7519 All that happens is that all of the messages in the Mail Drop folder are
7520 copied to the destination folder and then they are deleted and expunged (if possible)
7521 from the Mail Drop folder.
7522 The next time a check for new mail is made, any messages in the Mail 
7523 Drop folder are once again copied to the destination folder and deleted
7524 and expunged from the Mail Drop folder.
7525 (If the Mail Drop folder is a news group, then the messages can't be
7526 expunged from the newsgroup. Instead, only Recent messages are copied from
7527 the newsgroup to the destination folder.)
7530 Configuration of a Mail Drop is a little different from configuration of
7531 a folder that does not use a Mail Drop because you have to specify two
7532 folder names instead of one.
7533 The two folders may be any types of folders that Alpine can normally use.
7534 They don't have to be a remote folder and a local folder, that is
7535 simply the most common usage.
7536 When you use a Mail Drop folder Alpine will periodically re-open the Mail
7537 Drop to check for new mail.
7538 The new-mail checks will happen at the frequency set with the
7539 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option,
7540 but with a minimum time
7541 (<A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>)
7542 between checks.
7543 Because of this minimum you may notice that new mail does not
7544 appear promptly when you expect it.
7545 The reason for this is to protect the server from over-zealous opening and
7546 closing of the Mail Drop folder.
7547 If the user initiates the check by typing ^L (Ctrl-L) or the Next command when at
7548 the end of the folder index, then the check will happen, regardless of how
7549 long it has been since the previous check.
7551 If there is new mail, that mail will be copied to the destination folder
7552 and then will be deleted from the Mail Drop.
7553 Note that using a Mail Drop with a local destination folder does not make
7554 sense if you read mail from more than one machine, because the mail is
7555 downloaded to the destination folder (which is accessible from only one
7556 machine) and deleted from the Mail Drop.
7558 The feature <A HREF="h_config_maildrops_preserve_state"><!--#echo var="FEAT_maildrops-preserve-state"--></A> modifies the operation of Mail Drops.
7561 The actual syntax used by Alpine for a folder that uses a Mail Drop is:
7564 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
7566 The brackets are not literal.
7568 <CENTER><SAMP>&lt;DELIM&gt;</SAMP></CENTER>
7570 is a single character that does not appear in the MailDropFolder name.
7571 If the name doesn't contain spaces then it can be a space character.
7572 The two folder names are full technical
7573 <A HREF="h_valid_folder_names">folder names</A>
7574 as used by Alpine.
7575 Here are a couple examples to give you an idea what is being talked about:
7578 <CENTER><SAMP>#move&nbsp;{popserver.example.com/pop3}inbox&nbsp;localfolder</SAMP></CENTER>
7580 <CENTER><SAMP>#move+{nntpserver.example.com/nntp}#news.comp.mail.pine+local&nbsp;folder</SAMP></CENTER>
7583 A #move folder may only be used as an
7584 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
7585 an Inbox.
7586 When you are in the FOLDER LIST of Incoming Message Folders (after turning
7587 on the
7588 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
7589 option)
7590 the Add command has a subcommand &quot;Use Mail Drop&quot;
7591 which may be helpful for defining the folder in your Alpine configuration.
7592 The same is true when you edit the
7593 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
7594 option in Setup/Config.
7595 Each of these configuration methods will also create the DestinationFolder
7596 if it doesn't already exist.
7597 If you are having problems, make sure the DestinationFolder exists.
7600 &lt;End of help on this topic&gt;
7601 </BODY>
7602 </HTML>
7603 ========== h_save =========
7604 <HTML>
7605 <HEAD>
7606 <TITLE>CHOOSE A FOLDER TO SAVE INTO</TITLE>
7607 </HEAD>
7608 <BODY>
7609 <H1>Choose a Folder to Save Into</H1>
7611 After Exiting from this help text,
7612 type the name of the folder you want to save into and press RETURN.
7614 Press ^T to get a list of your folders to choose from.
7615 Press ^C to cancel the Save.
7617 If you have Folder Collections defined you may use
7618 Ctrl-P (Previous collection) and Ctrl-N (Next collection) to switch
7619 the collection being saved to.
7621 If Tab Completion is enabled (it is enabled by default)
7622 you may type a Tab character to have Alpine complete the folder name for you.
7624 If Partial Match Lists is enabled (it is enabled by default) you may type
7625 Ctrl-X to get a list of matches to the prefix you've typed in so far.
7627 If the Ctrl-R subcommand is present that means you can decide to Delete or
7628 not Delete the message you are saving after you save it.
7629 The label on that key gives the action to switch to.
7630 If it says Delete and you type Ctrl-R the label displayed will change to
7631 No Delete and the source message will be deleted after the save. If it
7632 says No Delete and you type Ctrl-R the label displayed will change to
7633 Delete and the message will not be deleted.
7634 You can control the default for the Delete parameter with the
7635 configuration feature <!--#echo var="FEAT_save-will-not-delete"-->.
7637 Similarly, if the Ctrl-W subcommand is present that means you can decide
7638 to Preserve the order of the messages being saved or not.
7639 If it is labeled Preserve Order and you type Ctrl-W, the resulting Saved messages
7640 will be in the same order as you see them in the source folder now.
7641 The opposite action (which is usually the default) is that you don't care
7642 about the order.
7643 The Saved messages may or may not be in the same order in the destination folder.
7644 There may be a performance penalty for choosing to save the messages in order.
7645 You can control the default for the Preserve Order parameter with the
7646 configuration feature
7647 <!--#echo var="FEAT_save-aggregates-copy-sequence"-->.
7650 If you haven't disabled the Save Input History and you've already done a
7651 Save earlier in this session then you may use the Up and Down arrows to retrieve
7652 a folder name used in a previous Save.
7655 &lt;End of help on this topic&gt;
7656 </BODY>
7657 </HTML>
7658 ============= h_simple_index ========================
7659 <HTML>
7660 <HEAD>
7661 <TITLE>SELECT POSTPONED MESSAGE</TITLE>
7662 </HEAD>
7663 <BODY>
7664 <H1>POSTPONED MESSAGE SELECTION COMMANDS</H1>
7665 <!--chtml if pinemode="function_key"-->
7666 <PRE>
7667 Navigating the List of Messages               General Alpine Commands
7668 -------------------------------               ---------------------
7669  F5   Move to previous message                 F1   Show this help text
7670  F6   Move to next message
7671  F7   Show previous screen of messages
7672  F8   Show next screen of messages
7674 Message Selection Commands
7675 --------------------------
7676  F3   Exit the Message Select menu (canceling Send command)
7677  F4   Select the currently highlighted message
7678  F9   Mark the currently highlighted message as deleted
7679  F10  Undelete (remove deletion mark from) the highlighted message
7680 </PRE>
7681 <!--chtml else-->
7682 <PRE>
7683 Navigating the List of Messages               General Alpine Commands
7684 -------------------------------               ---------------------
7685   P  Move to previous message                  ?  Show this help text
7686   N  Move to next message
7687   -  Show previous screen of messages
7688  Spc (space bar) Show next screen of messages
7690 Message Selection Commands
7691 --------------------------
7692   E  Exit the Message Select menu (canceling Send command)
7693   S  Select the currently highlighted message
7694   D  Mark the currently highlighted message as deleted
7695   U  Undelete (remove deletion mark from) the highlighted message
7696 </PRE>
7697 <!--chtml endif-->
7699 <H2>Description of the Select Postponed Message Screen</H2>
7701 This screen allows you to select one of several previously postponed
7702 messages in order to continue composition.  Your options are very limited
7703 -- the screen is not meant to let you manipulate these messages.  However,
7704 you may now delete messages from this list.  Once you choose a message,
7705 Alpine reads it in and puts you into the regular message composer.
7708 Messages do not stay in this postponed state automatically.  If you select
7709 a message and then want to postpone it again, use the normal postpone
7710 (Ctrl-O) command in the composer.
7713 If you exit this screen without selecting a message, the Compose command
7714 that got you here is canceled.  Other than messages explicitly marked
7715 &quot;Deleted&quot;, no messages will be removed.
7718 &lt;End of help on this topic&gt;
7719 </BODY>
7720 </HTML>
7721 ============= h_collection_screen ========================
7722 <HTML>
7723 <HEAD>
7724 <TITLE>COLLECTION LIST screen</TITLE>
7725 </HEAD>
7726 <BODY>
7727 <H1>COLLECTION LIST screen</H1>
7729 The COLLECTION LIST screen is used to select one of your  
7730 collection definitions to display the folders they contain.  See
7731 <A HREF="h_what_are_collections">Folder Collections Explained</A> for 
7732 detailed explanation of collections.<P>
7734 To manage your collection definitions (Add, Change, Delete, etc.), use
7735 the <A HREF="h_collection_maint">Setup/collectionList</A> command on Alpine's
7736 MAIN MENU.
7739 &lt;End of help on this topic&gt;
7740 </BODY>
7741 </HTML>
7742 ============= h_collection_maint ========================
7743 <HTML>
7744 <HEAD>
7745 <TITLE>SETUP COLLECTION LIST screen</TITLE>
7746 </HEAD>
7747 <BODY>
7748 <H1>SETUP COLLECTION LIST screen</H1>
7750 The SETUP COLLECTION LIST screen lets you manage your collection
7751 definitions.  See 
7752 <A HREF="h_what_are_collections">Folder Collections Explained</A> 
7753 for detailed explanation of collections.<P>
7755 Maintenance commands include:
7756 <DL>
7757 <DT>Change
7758 <!--chtml if pinemode="function_key"-->
7759 (F4)
7760 <!--chtml else-->
7762 <!--chtml endif-->
7763 </DT>
7765 <DD>Modify attributes of the selected collection definition.
7767 <DT>Add Cltn
7768 <!--chtml if pinemode="function_key"-->
7769 (F9)
7770 <!--chtml else-->
7772 <!--chtml endif-->
7773 </DT>
7775 <DD>Create a new collection definition.
7776 </DD>
7778 <DT>Del Cltn
7779 <!--chtml if pinemode="function_key"-->
7780 (F10)
7781 <!--chtml else-->
7783 <!--chtml endif-->
7784 </DT>
7786 <DD>Delete the selected collection definition.<BR>
7787 NOTE: The folders and directories referred to by the
7788 collection definition are <EM>NOT</EM> deleted.  Folders must
7789 be deleted, if that's what you wish to do, from the 
7790 <A HREF="h_folder_maint">FOLDER LIST screen</A>, which shows the 
7791 individual folders in a collection.
7792 </DD>
7794 <DT>Shuffle
7795 <!--chtml if pinemode="function_key"-->
7796 (F11)
7797 <!--chtml else-->
7799 <!--chtml endif-->
7800 </DT>
7802 <DD>Change the order of the displayed collections.  Alpine will offer
7803 to move the currently selected collection one position UP
7804 or DOWN.
7805 </DD>
7806 </DL>
7809 &lt;End of help on this topic&gt;
7810 </BODY>
7811 </HTML>
7812 ============ h_what_are_collections ==========
7813 <HTML>
7814 <HEAD>
7815 <TITLE>Folder Collections Explained</TITLE>
7816 </HEAD>
7817 <BODY>
7818 <H1>Folder Collections Explained</H1>
7821 Those of you with simple mail configurations will just see a list of all the
7822 folders you have when choosing FOLDER LIST from Alpine's MAIN MENU.  
7823 The special folders for INBOX, sent mail and saved messages
7824 will appear at the top of the list.  All others are in alphabetical order.
7826 If you
7827 or your system administrator have defined more than one collection or if
7828 you have a collection (for newsgroups or email folders) defined on your 
7829 system, then you will see the COLLECTION LIST screen first when choosing 
7830 FOLDER LIST from Alpine's MAIN MENU.
7832 <H2>Why have multiple folder collections?</H2>
7834 For Alpine users who only maintain email folders (and not too many) on one host, 
7835 a single folder collection is probably sufficient.<P>
7837 However, people who have more than one email account - for example, one 
7838 at their university, and one with their personal Internet Service Provider - 
7839 will have different sets of folders on different hosts, and they may want to
7840 access them all from the same installation of Alpine, rather than use different 
7841 software and/or log into other hosts to manipulate messages in different 
7842 accounts.  (If in doubt whether one of your email accounts can be accessed 
7843 with Alpine, contact the technical support people for that account.)  Even people
7844 who have only one email account on one host, but have dozens or
7845 hundreds of email folders, may want to arrange these folders together in a 
7846 meaningful way.<BR>
7847 That is where multiple collections come in.
7849 <H2>Types of Collections</H2>
7850 <DL>
7851 <DT>INCOMING FOLDERS</DT>
7852 <DD>&quot;Incoming Message Folders&quot; 
7853 is a special collection typically used to supplement your single INBOX.  
7854 All the folders here are meant to be ones that receive incoming messages, 
7855 which you intend to check more or less frequently.  
7856 You may have multiple folders like this because you or your systems 
7857 administrator have set up an external program or you may have set up
7858 Alpine to filter incoming 
7859 messages into different folders, based on certain criteria such as 
7860 sender, recipient, or subject; or because you have multiple accounts and 
7861 wish to check their INBOXes easily.  This collection is established by 
7862 setting the 
7863 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
7864 feature in the SETUP CONFIGURATION screen, which is accessed from the 
7865 MAIN MENU.
7866 </DD>
7868 <DT>NEWS</DT>
7869 <DD>You can also define a collection specifically for
7870 newsgroups.  Alpine does this for you implicitly when you 
7871 <A HREF="h_config_nntp_server">define an NNTP Server</A>
7872 in your Alpine configuration.  The news collection appears last in the 
7873 COLLECTION LIST (though you can shuffle it up in the order of presentation),
7874 and Alpine knows not to save messages there.
7875 </DD>
7877 <DT>DEFAULT COLLECTION</DT>
7878 <DD>This is the default collection for your saved and sent messages folders.
7879 </DD>
7880 </DL>
7884 <H2>Defining Collections</H2>
7886 In the absence of any folder-collection definitions, Alpine will assume a
7887 single default folder collection.
7888 <!--chtml if pinemode="os_windows"-->
7889 <!--chtml else-->
7890 If necessary, Alpine will create the directory
7891 &quot;mail&quot; in your Unix home directory 
7892 to hold your folders.
7893 <!--chtml endif-->
7895 You can use the 
7896 <A HREF="h_collection_maint">Setup/collectionList screen</A>, called up from 
7897 the MAIN MENU, to manage your collection list.  
7899 &lt;End of help on this topic&gt;
7900 </BODY>
7901 </HTML>
7902 ===== h_select_address_screen =====
7903 <HTML>
7904 <HEAD>
7905 <TITLE>SELECT AN ADDRESS SCREEN</TITLE>
7906 </HEAD>
7907 <BODY>
7908 <H1>SELECT AN ADDRESS SCREEN</H1>
7909 <H2>COMMANDS</H2>
7910 <!--chtml if pinemode="function_key"-->
7911 <PRE>
7912 Available  Commands                        
7913 -------------------------------            
7914 F1  Show Help Text
7915 F3  Exit without selecting anything
7916 F4  Select the highlighted address
7917 F5  Move highlight to previous address
7918 F6  Move highlight to next address
7919 F7  Previous page of addresses
7920 F8  Next page of addresses
7921 F11 Print
7922 F12 WhereIs
7923 </PRE>
7924 <!--chtml else-->
7925 <PRE>
7926 Navigation                     General Alpine Commands
7927 -----------------------        ---------------------
7928  P  Prev Address                ?  Display this help text
7929  N  Next Address                E  Exit without selecting anything
7930  -  Previous page               %  Print
7931 Spc (space bar) Next page
7932  W  WhereIs
7934 Select Command
7935 ------------------------------------------------
7936  S  Select the highlighted address
7937 </PRE>
7938 <!--chtml endif-->
7940 <H2>Description of the Select Address Screen</H2>
7942 This screen gives you an easy way to select an address from all of
7943 the address book entries that match the prefix typed so far.
7945 <P><UL>
7946 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
7947 </UL>
7949 &lt;End of help on this topic&gt;
7950 </BODY>
7951 </HTML>
7952 ===== h_select_rule_screen =====
7953 <HTML>
7954 <HEAD>
7955 <TITLE>SELECT A RULE SCREEN</TITLE>
7956 </HEAD>
7957 <BODY>
7958 <H1>SELECT A RULE SCREEN</H1>
7959 <H2>COMMANDS</H2>
7960 <!--chtml if pinemode="function_key"-->
7961 <PRE>
7962 Available  Commands                        
7963 -------------------------------            
7964 F1  Show Help Text
7965 F3  Exit without selecting anything
7966 F4  Select the highlighted rule
7967 F5  Move highlight to previous rule
7968 F6  Move highlight to next rule
7969 F7  Previous page of rules
7970 F8  Next page of rules
7971 F11 Print
7972 F12 WhereIs
7973 </PRE>
7974 <!--chtml else-->
7975 <PRE>
7976 Navigation                     General Alpine Commands
7977 -----------------------        ---------------------
7978  P  Prev Rule                   ?  Display this help text
7979  N  Next Rule                   E  Exit without selecting anything
7980  -  Previous page               %  Print
7981 Spc (space bar) Next page
7982  W  WhereIs
7984 Select Command
7985 ------------------------------------------------
7986  S  Select the highlighted rule
7987 </PRE>
7988 <!--chtml endif-->
7990 <H2>Description of the Select Rule Screen</H2>
7992 This screen just gives you an easy way to select a rule from all of your
7993 defined rules.
7994 The list of rules presented is the list of nicknames of all of the rules
7995 defined using Setup/Rules.
7996 For selecting messages, it is likely that the Indexcolor rules and possibly
7997 the Roles rules will be most useful.
7998 The others are there also, in case you find a use for them.
8000 In order for this to be useful for selecting messages, the nicknames of
8001 the rules have to be different.
8002 Alpine actually just gets the nickname of the rule that you select and then
8003 looks up that rule using the nickname.
8004 So if there are duplicate nicknames, the first rule that has that
8005 nickname will be used.
8007 <P><UL>
8008 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8009 </UL>
8011 &lt;End of help on this topic&gt;
8012 </BODY>
8013 </HTML>
8014 ===== h_select_priority_screen =====
8015 <HTML>
8016 <HEAD>
8017 <TITLE>SELECT A PRIORITY SCREEN</TITLE>
8018 </HEAD>
8019 <BODY>
8020 <H1>SELECT A PRIORITY SCREEN</H1>
8021 <H2>COMMANDS</H2>
8022 <!--chtml if pinemode="function_key"-->
8023 <PRE>
8024 Available  Commands                        
8025 -------------------------------            
8026 F1  Show Help Text
8027 F3  Exit without selecting anything
8028 F4  Select the highlighted priority
8029 F5  Move highlight to previous priority
8030 F6  Move highlight to next priority
8031 F7  Previous page of priorities
8032 F8  Next page of priorities
8033 F11 Print
8034 F12 WhereIs
8035 </PRE>
8036 <!--chtml else-->
8037 <PRE>
8038 Navigation                     General Alpine Commands
8039 -----------------------        ---------------------
8040  P  Prev Priority               ?  Display this help text
8041  N  Next Priority               E  Exit without selecting anything
8042  -  Previous page               %  Print
8043 Spc (space bar) Next page
8044  W  WhereIs
8046 Select Command
8047 ------------------------------------------------
8048  S  Select the highlighted priority
8049 </PRE>
8050 <!--chtml endif-->
8052 <H2>Description of the Select Priority Screen</H2>
8054 This screen gives you a way to select a priority for the message you are sending.
8055 This priority will be placed in the non-standard X-Priority header of your outgoing mail.
8056 Some mail programs will display an indication of the priority level to
8057 the recipient of the message, some will ignore it.
8058 Even in cases where the mail programs of both the sender and the recipient
8059 agree on the meaning of this header, keep in mind that it is
8060 something that the sender sets so it is only an indication
8061 of the priority that the sender attaches to the mail.
8062 Alpine can be made to display an indication of this priority in incoming
8063 messages by use of one of the tokens
8064 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
8065 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
8066 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
8068 <P><UL>
8069 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8070 </UL>
8072 &lt;End of help on this topic&gt;
8073 </BODY>
8074 </HTML>
8075 ===== h_select_keyword_screen =====
8076 <HTML>
8077 <HEAD>
8078 <TITLE>SELECT A KEYWORD SCREEN</TITLE>
8079 </HEAD>
8080 <BODY>
8081 <H1>SELECT A KEYWORD SCREEN</H1>
8082 <H2>COMMANDS</H2>
8083 <!--chtml if pinemode="function_key"-->
8084 <PRE>
8085 Available  Commands                        
8086 -------------------------------            
8087 F1  Show Help Text
8088 F3  Exit without selecting anything
8089 F4  Select the highlighted keyword
8090 F5  Move highlight to previous keyword
8091 F6  Move highlight to next keyword
8092 F7  Previous page of keywords
8093 F8  Next page of keywords
8094 F11 Print
8095 F12 WhereIs
8096 </PRE>
8097 <!--chtml else-->
8098 <PRE>
8099 Navigation                     General Alpine Commands
8100 -----------------------        ---------------------
8101  P  Prev Keyword                ?  Display this help text
8102  N  Next Keyword                E  Exit without selecting anything
8103  -  Previous page               %  Print
8104 Spc (space bar) Next page
8105  W  WhereIs
8107 Select Command
8108 ------------------------------------------------
8109  S  Select the highlighted keyword
8110 </PRE>
8111 <!--chtml endif-->
8113 <H2>Description of the Select Keyword Screen</H2>
8115 This screen just gives you an easy way to select a keyword.
8116 The list of keywords presented is the list of all keywords defined in your 
8117 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8118 If you have given a keyword a nickname, that nickname is displayed
8119 instead of the actual keyword.
8121 <P><UL>
8122 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8123 </UL>
8125 &lt;End of help on this topic&gt;
8126 </BODY>
8127 </HTML>
8128 ===== h_select_charset_screen =====
8129 <HTML>
8130 <HEAD>
8131 <TITLE>SELECT A CHARACTER SET SCREEN</TITLE>
8132 </HEAD>
8133 <BODY>
8134 <H1>SELECT A CHARACTER SET SCREEN</H1>
8135 <H2>COMMANDS</H2>
8136 <!--chtml if pinemode="function_key"-->
8137 <PRE>
8138 Available  Commands                        
8139 -------------------------------            
8140 F1  Show Help Text
8141 F3  Exit without selecting anything
8142 F4  Select the highlighted character set
8143 F5  Move highlight to previous character set
8144 F6  Move highlight to next character set
8145 F7  Previous page of character sets
8146 F8  Next page of character sets
8147 F11 Print
8148 F12 WhereIs
8149 </PRE>
8150 <!--chtml else-->
8151 <PRE>
8152 Navigation                     General Alpine Commands
8153 -----------------------        ---------------------
8154  P  Prev Character Set          ?  Display this help text
8155  N  Next Character Set          E  Exit without selecting anything
8156  -  Previous page               %  Print
8157 Spc (space bar) Next page
8158  W  WhereIs
8160 Select Command
8161 ------------------------------------------------
8162  S  Select the highlighted character set
8163 </PRE>
8164 <!--chtml endif-->
8166 <H2>Description of the Select A Character Set Screen</H2>
8168 This screen just gives you an easy way to select a character set from the
8169 set of character sets Alpine knows about.
8170 The list presented will vary slightly depending on what option you are
8171 selecting the character set for.
8173 <P><UL>
8174 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8175 </UL>
8177 &lt;End of help on this topic&gt;
8178 </BODY>
8179 </HTML>
8180 ===== h_select_multcharsets_screen =====
8181 <HTML>
8182 <HEAD>
8183 <TITLE>SELECT CHARACTER SETS SCREEN</TITLE>
8184 </HEAD>
8185 <BODY>
8186 <H1>SELECT CHARACTER SETS SCREEN</H1>
8187 <H2>COMMANDS</H2>
8188 <!--chtml if pinemode="function_key"-->
8189 <PRE>
8190 Available  Commands
8191 -------------------------------            
8192 F1  Show Help Text
8193 F3  Exit without selecting anything
8194 F4  Select the highlighted charset (or chosen charsets in ListMode)
8195 F5  Move highlight to previous charset
8196 F6  Move highlight to next charset
8197 F7  Previous page of charsets
8198 F8  Next page of charsets
8199 F9  Toggle choices when using ListMode
8200 F10 Turn on/off ListMode (makes it easy to choose multiple charsets)
8201 F11 Print
8202 F12 WhereIs
8203 </PRE>
8204 <!--chtml else-->
8205 <PRE>
8206 Navigation                     General Alpine Commands
8207 -----------------------        ---------------------
8208  P  Prev Charset                ?  Display this help text
8209  N  Next Charset                E  Exit without selecting anything
8210  -  Previous page               %  Print
8211 Spc (space bar) Next page
8212  W  WhereIs
8214 Select Command
8215 ------------------------------------------------
8216  S  Select the highlighted charset (or chosen charsets in ListMode)
8217  L  Turn on ListMode (makes it easy to choose multiple charsets)
8218  1  Turn off ListMode
8219  X  Toggle choices when using ListMode
8220 </PRE>
8221 <!--chtml endif-->
8223 <H2>Description of the Select Character Set Screen</H2>
8225 This screen just gives you an easy way to select a character set or a list of
8226 character sets.
8227 The list of character sets presented is the list of all character sets known to
8228 Alpine.
8229 You may select other character sets by typing them in directly.
8231 <P><UL>
8232 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8233 </UL>
8235 &lt;End of help on this topic&gt;
8236 </BODY>
8237 </HTML>
8238 ===== h_select_multkeyword_screen =====
8239 <HTML>
8240 <HEAD>
8241 <TITLE>SELECT KEYWORDS SCREEN</TITLE>
8242 </HEAD>
8243 <BODY>
8244 <H1>SELECT KEYWORDS SCREEN</H1>
8245 <H2>COMMANDS</H2>
8246 <!--chtml if pinemode="function_key"-->
8247 <PRE>
8248 Available  Commands
8249 -------------------------------            
8250 F1  Show Help Text
8251 F3  Exit without selecting anything
8252 F4  Select the highlighted keyword (or chosen keywords in ListMode)
8253 F5  Move highlight to previous keyword
8254 F6  Move highlight to next keyword
8255 F7  Previous page of keywords
8256 F8  Next page of keywords
8257 F9  Toggle choices when using ListMode
8258 F10 Turn on/off ListMode (makes it easy to choose multiple keywords)
8259 F11 Print
8260 F12 WhereIs
8261 </PRE>
8262 <!--chtml else-->
8263 <PRE>
8264 Navigation                     General Alpine Commands
8265 -----------------------        ---------------------
8266  P  Prev Keyword                ?  Display this help text
8267  N  Next Keyword                E  Exit without selecting anything
8268  -  Previous page               %  Print
8269 Spc (space bar) Next page
8270  W  WhereIs
8272 Select Command
8273 ------------------------------------------------
8274  S  Select the highlighted keyword (or chosen keywords in ListMode)
8275  L  Turn on ListMode (makes it easy to choose multiple keywords)
8276  1  Turn off ListMode
8277  X  Toggle choices when using ListMode
8278 </PRE>
8279 <!--chtml endif-->
8281 <H2>Description of the Select Keyword Screen</H2>
8283 This screen just gives you an easy way to select a keyword or a list of
8284 keywords.
8285 The list of keywords presented is the list of all keywords defined in your 
8286 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8287 If you have given a keyword a nickname, that nickname is displayed
8288 instead of the actual keyword.
8290 <P><UL>
8291 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8292 </UL>
8294 &lt;End of help on this topic&gt;
8295 </BODY>
8296 </HTML>
8297 ===== h_select_incoming_to_monitor =====
8298 <HTML>
8299 <HEAD>
8300 <TITLE>SELECT FOLDERS TO CHECK SCREEN</TITLE>
8301 </HEAD>
8302 <BODY>
8303 <H1>SELECT FOLDERS TO CHECK SCREEN</H1>
8304 <H2>COMMANDS</H2>
8305 <!--chtml if pinemode="function_key"-->
8306 <PRE>
8307 Available  Commands
8308 -------------------------------            
8309 F1  Show Help Text
8310 F3  Exit without selecting anything
8311 F4  Select the marked folders
8312 F5  Move highlight to previous folder
8313 F6  Move highlight to next folder
8314 F7  Previous page of folders
8315 F8  Next page of folders
8316 F9  Toggle choices on or off
8317 F11 Print
8318 F12 WhereIs
8319 </PRE>
8320 <!--chtml else-->
8321 <PRE>
8322 Navigation                     General Alpine Commands
8323 -----------------------        ---------------------
8324  P  Prev Folder                 ?  Display this help text
8325  N  Next Folder                ^C  exit without changing anything
8326  -  Previous page               %  Print
8327 Spc (space bar) Next page
8328  W  WhereIs
8330 Select Command
8331 ------------------------------------------------
8332  S  Select the marked folders
8333  X  Toggle choices on or off
8334 </PRE>
8335 <!--chtml endif-->
8337 <H2>Description of the Select Folders to Check Screen</H2>
8339 This screen is only useful if the feature
8340 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
8341 is set.
8342 By default, when you set that feature all of your incoming folders
8343 will be checked periodically for Unseen messages.
8344 By using this screen, you may restrict the set of monitored folders to
8345 a subset of all of the incoming folders.
8347 Mark the folders you want to monitor for Unseen messages with
8348 an &quot;X&quot;.
8349 When you've finished marking all your selections use the Select
8350 command to register your choices.
8351 To return to the default of checking all incoming folders
8352 delete all folders or unmark all folders.
8354 <P><UL>
8355 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8356 </UL>
8358 &lt;End of help on this topic&gt;
8359 </BODY>
8360 </HTML>
8361 ===== h_role_select =====
8362 <HTML>
8363 <HEAD>
8364 <TITLE>ROLES SCREEN</TITLE>
8365 </HEAD>
8366 <BODY>
8367 <H1>ROLES SCREEN</H1>
8368 <H2>ROLES COMMANDS</H2>
8369 <!--chtml if pinemode="function_key"-->
8370 <PRE>
8371 Available  Commands                        
8372 -------------------------------            
8373 F1  Show Help Text
8374 F3  Exit without a selection
8375 F4  Select a role to use in composition
8376 F5  Move to previous role
8377 F6  Move to next role
8378 F7  Previous page of roles
8379 F8  Next page of roles
8380 F11 Change Default Role
8381 F12 Whereis (search role nicknames)
8382 </PRE>
8383 <!--chtml else-->
8384 <PRE>
8385 Navigation                     General Alpine Commands
8386 -----------------------        ---------------------
8387  P  Prev Role                     ?  Display this help text
8388  N  Next Role                     E  Exit without a selection
8389  -  Previous page
8390 Spc (space bar) Next page
8391  W  WhereIs (search for word in role nicknames)
8393 Select Role Commands
8394 ------------------------------------------------
8395  [Return]  Select highlighted role
8396  D         Change Default Role
8397 </PRE>
8398 <!--chtml endif-->
8400 <H2>Description of the Roles Screen</H2>
8402 With this screen you select a role to be used in the composition of a
8403 message.
8404 Use the Previous and Next commands to highlight the role you wish to
8405 use.
8406 When you type carriage return you will be placed in the composer using the highlighted role.
8408 You don't have any non-default <A HREF="h_rules_roles">roles</A>
8409 available unless you set them up.
8410 You may do so by using the Setup/Rules command on the MAIN MENU.
8412 By using the D command, you may set a default role that will persist until
8413 you change it or until you exit Alpine.
8414 The D command toggles through three states: set the default role, unset the
8415 default role, and leave the default role as it is.
8416 <P><UL>
8417 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8418 </UL>
8420 &lt;End of help on this topic&gt;
8421 </BODY>
8422 </HTML>
8423 ===== h_role_abook_select =====
8424 <HTML>
8425 <HEAD>
8426 <TITLE>SELECT ADDRESS BOOK SCREEN</TITLE>
8427 </HEAD>
8428 <BODY>
8429 <H1>SELECT ADDRESS BOOK SCREEN</H1>
8430 <H2>COMMANDS</H2>
8431 <!--chtml if pinemode="function_key"-->
8432 <PRE>
8433 Available  Commands                        
8434 -------------------------------            
8435 F1  Show Help Text
8436 F3  Exit screen without selecting anything
8437 F4  Select highlighted address book
8438 F5  Move to previous address book
8439 F6  Move to next address book
8440 F7  Previous page of address books
8441 F8  Next page of address books
8442 F12 Whereis
8443 </PRE>
8444 <!--chtml else-->
8445 <PRE>
8446 Navigation                     General Alpine Commands
8447 -----------------------        ---------------------
8448  P  Previous addrbook          ?  Display this help text
8449  N  Next addrbook
8450  -  Previous page
8451 Spc (space bar) Next page
8452  W  WhereIs
8454 Select Role Commands
8455 ------------------------------------------------
8456  S  Select highlighted address book
8457  E  Exit screen without selecting anything
8458 </PRE>
8459 <!--chtml endif-->
8461 <H2>Description of the Select Address Book Screen</H2>
8463 This screen helps you select one of your address books.
8464 Use the Previous and Next commands to highlight the address book you wish to
8465 select.
8466 <P><UL>
8467 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8468 </UL>
8470 &lt;End of help on this topic&gt;
8471 </BODY>
8472 </HTML>
8473 ======== h_rule_patterns =============
8474 <HTML>
8475 <HEAD>
8476 <TITLE>PATTERNS</TITLE>
8477 </HEAD>
8478 <BODY>
8479 <H1>PATTERNS</H1>
8480 Patterns are used with Roles, Filtering, Index Coloring,
8481 Scoring, Other Rules, and Search Rules.
8482 Patterns are compared with a message to see if there is a match.
8483 For Filtering, the messages being checked are all the messages in the
8484 folder, one at a time.
8485 For Index Line Coloring, each message that is visible on the screen is
8486 checked for matches with the Index Coloring Patterns.
8487 Roles are used with the Reply, Forward, and Compose commands.
8488 For Reply, the message used to compare the Pattern with is the message
8489 being replied to;
8490 for Forward, the message used to compare the Pattern with is the message
8491 being forwarded;
8492 and for Compose, there is no message, so the parts of the Pattern that depend
8493 on a message (everything other than Current Folder Type and the
8494 Beginning of Month and Year)
8495 are not used.
8496 Only the Current Folder Type matters for Compose (plus the Beginning of
8497 Month or Year, which you wouldn't usually use for a Role).
8498 For Scoring, the message being scored is compared with all of the Score
8499 Patterns, and the Score Values from the ones that match are added together to 
8500 get the message's score.
8501 For Other Rules, there is no message. Only the Current Folder Type is checked
8502 for Other Rules.
8504 Each Pattern has several possible parts, all of which are optional.
8505 In order for there to be a match, <EM>ALL</EM> of the
8506 <EM>defined</EM> parts of the Pattern must match the message.
8507 If a part is not defined it is considered a match, but note that a filtering
8508 Pattern must have at least one defined part or it will be ignored.
8509 For example, if the To pattern is not defined it will be
8510 displayed as
8512 <CENTER>To pattern = &lt;No Value Set&gt;</CENTER>
8514 That is considered a match because it is not defined.
8515 This means that the Pattern with nothing defined is a match if the
8516 Current Folder Type matches, but there is an exception that was mentioned
8517 in the previous paragraph.
8518 Because filtering is a potentially destructive action, filtering Patterns
8519 with nothing other than Current Folder Type defined are ignored.
8520 If you really want a filtering Pattern to match all messages (subject to
8521 Current Folder Type) the best way to do it is to define a Score interval
8522 that includes all possible scores.
8523 This would be the score interval <SAMP>(-INF,INF)</SAMP>.
8524 This can be used even if you haven't defined any rules to Set Scores.
8526 There are six predefined header patterns called the To, From, Sender, Cc, News,
8527 and Subject patterns.
8528 Besides those six predefined header patterns, you may add
8529 additional header patterns with header fieldnames of your choosing.
8530 You add an extra header pattern by placing the cursor on one of the
8531 patterns while in the role editor and using the &quot;eXtraHdr&quot; command.
8532 The Recip pattern is a header pattern that stands for Recipient (To OR Cc)
8533 and the Partic pattern is a header pattern that stands for
8534 Participant (From OR To OR Cc).
8535 (Defining the Recip pattern does not have the same effect as defining both
8536 the To and Cc patterns. Recip is To <EM>OR</EM> Cc, not To <EM>AND</EM> Cc.)
8537 Similar to the header patterns are the AllText pattern and the BodyText pattern.
8538 Instead of comparing this pattern's text against only the contents of
8539 a particular header field, the text for the AllText pattern is compared
8540 with text anywhere in the message's header or body, and the text for the
8541 BodyText pattern is compared with text anywhere in the message's body.
8543 Any of the header patterns, the AllText pattern, or the BodyText pattern may be negated with the
8544 &quot;!&quot; &quot;toggle NOT&quot; command.
8545 You can tell that <EM>NOT</EM> has been turned on by looking for the character
8546 &quot;!&quot; at the beginning of the pattern line.
8547 When the &quot;!&quot; is present, it reverses the meaning of the match.
8548 That is, if the pattern matches then it is considered to NOT be a match, and
8549 if it does not match it is considered to be a match.
8551 Don't make the mistake of putting the &quot;!&quot; in the data field for
8552 a pattern.
8553 For example, if you type the characters &quot;!urgent&quot; into the Subject
8554 pattern, the pattern will look like:
8556 <PRE>
8557  Subject pattern = !urgent
8558 </PRE>
8560 This means you want to match the 7 character sequence &quot;!urgent&quot;.
8561 In order to match messages that do not have &quot;urgent&quot; in
8562 their Subject field, first type the characters &quot;urgent&quot; followed
8563 by carriage return for the value of the Subject pattern, then negate it
8564 by typing the &quot;!&quot; command.
8565 It should look like
8567 <PRE>
8568  ! Subject pattern = urgent
8569 </PRE>
8571 The contents of each of these header patterns (or the AllText or BodyText patterns) may
8572 be a complete email address, part of an address, or a random set of
8573 characters to match against.
8574 It may also be a list of such patterns, which means you
8575 are looking for a match against the first pattern in the list <EM>OR</EM>
8576 the second pattern <EM>OR</EM> the third and so on.
8577 For example, a Subject pattern equal to
8579 <PRE>
8580  Subject pattern = urgent
8581                    emergency
8582                    alert
8583 </PRE>
8585 would match all messages with a subject that contained at least one
8586 of those words.
8587 It would also match subjects containing the words &quot;alerts&quot; or
8588 &quot;Urgently&quot;.
8590 The same example with &quot;NOT&quot; turned on would be
8592 <PRE>
8593  ! Subject pattern = urgent
8594                      emergency
8595                      alert
8596 </PRE>
8598 which would match all messages with a subject that did <EM>NOT</EM> contain any of
8599 those words.
8600 You can use the &quot;Add Value&quot; command to add new words to the list,
8601 or you can enter them as a comma-separated list.
8603 (It is not possible to specify two patterns that must <EM>BOTH</EM> be
8604 present for a match.
8605 It is only possible to specify that <EM>EITHER</EM> pattern1 <EM>OR</EM>
8606 pattern2 must be present,
8607 and that is exactly what using a list does.)
8609 The &quot;Current Folder Type&quot; and the &quot;Score Interval&quot; are
8610 also part of the Pattern, although the &quot;Score Interval&quot; is not used
8611 when checking for matches for Scoring.
8612 There are five similar settings that relate to the status of the message.
8613 These settings rely on the message being New or not, Deleted or not,
8614 Answered or not, Important or not, and Recent or not.
8615 There are also some other miscellaneous settings.
8616 The first is the Age of the message in days.
8617 Another is the Size of the message, in bytes.
8618 The third is a setting that detects whether or not the Subject of a
8619 message contains raw 8-bit characters (unencoded characters with the most
8620 significant bit set).
8621 There is a setting that detects whether or not this is the first time
8622 Alpine has been run this month (doesn't depend on individual messages),
8623 and another that detects whether or not this is the first time Alpine has
8624 been run this year.
8625 Other parts of the Pattern detect whether or not the From address of a
8626 message appears in your address book, whether or not certain keywords
8627 are set for a message, and whether or not certain character sets are
8628 used in a message.
8630 <H2>Parts of a Pattern</H2>
8632 <H3>Header patterns</H3>
8634 A header pattern is simply text that is searched for in the corresponding
8635 header field.
8636 For example, if a Pattern has a From header pattern with the value
8637 &quot;@company.com&quot;, then only messages that have a From header
8638 that contains the text &quot;@company.com&quot; will be possible
8639 matches.
8640 Matches don't have to be exact.
8641 For example, if the relevant field of a message contains the text
8642 &quot;mailbox@domain&quot; somewhere
8643 in it, then header patterns of &quot;box&quot;, or &quot;x@d&quot;, or
8644 &quot;mailbox@domain&quot; are all matches.
8646 All parts of the Pattern must match so, for example,
8647 if a message matches a defined
8648 From pattern, it still must be checked against the other parts of the
8649 Pattern that have been defined.
8650 The To header pattern is a slightly special case.
8651 If the message being checked has a Resent-To header
8652 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on, the addresses
8653 there are used in place of the addresses in the To header.
8654 This is only true for the To header.
8655 Resent-cc and Resent-From headers are never used unless you add them
8656 with the eXtraHdrs command.
8658 The meaning of a header pattern may be negated with the
8659 &quot;!&quot; &quot;toggle NOT&quot; command.
8660 You can tell that <EM>NOT</EM> has been turned on by looking for the character
8661 &quot;!&quot; at the beginning of the pattern line.
8662 It would look something like
8664 <PRE>
8665  ! From pattern = susan@example.com
8666 </PRE>
8668 When the &quot;!&quot; is present, it reverses the meaning of the match.
8670 If you want to check for the presence of a header field but don't care
8671 about its value, then
8672 the empty pattern that you get by entering a pair of
8673 double quotes (&quot;&quot;) should match any message that
8674 has the corresponding header field.
8676 <H3><A NAME="pattern_alltext">AllText patterns</A></H3>
8678 AllText patterns are just like header patterns except that the text is
8679 searched for anywhere in the message's headers or body, not just in the
8680 contents of a particular header field.
8683 <H3><A NAME="pattern_bodytext">BodyText patterns</A></H3>
8685 BodyText patterns are just like header patterns except that the text is
8686 searched for anywhere in the message's body, not just in the
8687 contents of a particular header field.
8690 If there is more than one header pattern or AllText pattern or BodyText pattern
8691 for which you want to take the
8692 same action there is a shorthand notation that may be used.
8693 Any of these patterns may be a list of patterns instead of
8694 just a single pattern.
8695 If any one of the patterns in the list matches the message
8696 then it is considered a match.
8697 For example, if &quot;company1&quot; and &quot;company2&quot; both required
8698 you to use the same role when replying to messages, you might have
8699 a To pattern that looks like
8701 <PRE>
8702  To pattern = company1.com
8703               company2.com
8704 </PRE>
8706 This means that if the mail you are replying to was addressed to
8707 either &quot;anything@company1.com&quot; or &quot;anything@company2.com&quot;,
8708 then this Pattern is a match and the same actions will be taken.
8710 The meaning of an AllText or BodyText pattern may be negated with the
8711 &quot;!&quot; &quot;toggle NOT&quot; command.
8712 You can tell that <EM>NOT</EM> has been turned on by looking for the character
8713 &quot;!&quot; at the beginning of the pattern line.
8714 When the &quot;!&quot; is present, it reverses the meaning of the match.
8716 A technicality: Since comma is the character used to separate multiple values
8717 in any of the fields that may have multiple values (such as header patterns,
8718 AllText patterns, BodyText patterns, keywords, folder lists, and so on),
8719 you must escape comma with a
8720 backslash (&#92;) if you want to include a literal comma in one of those fields.
8721 In other words, if you type a backslash followed by a comma it will
8722 be interpreted as a comma by Alpine, instead of as a separator between
8723 pattern values.
8724 All other backslashes (those not followed by a comma) are literal
8725 backslashes and should not be escaped.
8726 It's unlikely you'll ever need to enter a literal comma or backslash in
8727 any of the patterns.
8729 <H3><A NAME="pattern_current_folder">Current Folder Type</A></H3>
8731 The &quot;Current Folder Type&quot; may be set to one of four different
8732 values: &quot;Any&quot;, &quot;News&quot;, &quot;Email&quot;, or
8733 &quot;Specific&quot;.
8734 If the value is set to &quot;News&quot;, then the
8735 Pattern will only match if the currently open folder is a newsgroup.
8736 The value &quot;Email&quot; only matches if the current folder is not news and
8737 the value &quot;Any&quot; causes any folder to match.
8738 If the value of &quot;Current Folder Type&quot; is set to &quot;Specific&quot;,
8739 then you must fill in a value for &quot;Folder&quot;, which is on the line
8740 below the &quot;Specific&quot; line.
8741 In this case you will only get a match if the currently open folder is
8742 the specific folder you list.
8743 You may give a list of folders instead of just a single
8744 folder name, in which case the Pattern will match if the open folder is
8745 any one of the folders in the list.
8746 The name of each folder in the list may be either &quot;INBOX&quot;,
8747 the technical specification
8748 of the folder (like what appears in your configuration file) or, if the
8749 folder is one of your incoming folders, it may be the nickname you've given
8750 the folder.
8751 Here are some samples of specific folder names:
8753 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
8755 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
8757 <CENTER><SAMP>mail/local-folder</SAMP></CENTER>
8759 The easiest way to fill in the &quot;Folder&quot; field is to use
8760 the &quot;T&quot; command that is available when the &quot;Folder&quot; line is
8761 highlighted, or to use the &quot;Take&quot; command with the configuration
8762 feature
8763 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
8764 turned on.
8766 When reading a newsgroup, there may be a performance penalty
8767 incurred when collecting the information necessary to check whether
8768 or not a Pattern matches a message.
8769 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
8770 If you have Patterns with a Current Folder Type of either
8771 &quot;Any&quot; or &quot;News&quot; and those Patterns are used for
8772 Index Line Coloring or Scoring, you may experience
8773 slower screen redrawing in the MESSAGE INDEX screen when in a newsgroup.
8775 <H3><A NAME="pattern_age_interval">Age Interval</A></H3>
8777 The &quot;Age Interval&quot; may be set to an interval of message
8778 ages that should be considered a match.
8779 Like the other parts of the Pattern, if it is unset it will be ignored.
8780 The Age Interval looks like
8782 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
8784 where &quot;min_age&quot; and &quot;max_age&quot; are integers greater
8785 than or equal to zero.
8786 The special value &quot;INF&quot; may be used for
8787 the max value. It represents infinity.
8789 Actually, this option may be defined as a list of intervals instead
8790 of just a single interval.
8791 The list is separated by commas.
8792 It can look like
8794 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
8796 When there is an Age Interval defined, it is a match if the age, in days, of
8797 the message is contained in any of the intervals.
8798 The intervals include both endpoints.
8800 Even though this option is called Age, it isn't actually
8801 the <EM>age</EM> of the message.
8802 Instead, it is how many days ago the message arrived in one of your folders.
8803 If the current time is a little past midnight, then a message that arrived
8804 just before midnight arrived yesterday, even though the message is only
8805 a few minutes old.
8806 By default, the date being used is not the date in the Date
8807 header of the message.
8808 It is the date that the message arrived in one of your folders.
8809 When you Save a message from one folder to another that arrival date
8810 is preserved.
8811 If you would like to use the date in the Date header that is possible.
8812 Turn on the option
8813 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
8814 near the bottom of the rule definition.
8815 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
8817 <H3><A NAME="pattern_size_interval">Size Interval</A></H3>
8819 The &quot;Size Interval&quot; may be set to an interval of message
8820 sizes that should be considered a match.
8821 Like the other parts of the Pattern, if it is unset it will be ignored.
8822 The Size Interval looks like
8824 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
8826 where &quot;min_size&quot; and &quot;max_size&quot; are integers greater
8827 than or equal to zero.
8828 The special value &quot;INF&quot; may be used for
8829 the max value. It represents infinity.
8831 Actually, this option may be defined as a list of intervals instead
8832 of just a single interval.
8833 The list is separated by commas.
8834 It can look like
8836 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
8838 When there is a Size Interval defined, it is a match if the size, in bytes, of
8839 the message is contained in any of the intervals.
8840 The intervals include both endpoints.
8842 <H3><A NAME="pattern_score_interval">Score Interval</A></H3>
8844 The &quot;Score Interval&quot; may be set to an interval of message
8845 scores that should be considered a match.
8846 Like the other parts of the Pattern, if it is unset it will be ignored.
8847 The Score Interval looks like
8849 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
8851 where &quot;min_score&quot; and &quot;max_score&quot; are positive or
8852 negative integers, with min_score less than or equal to max_score.
8853 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
8854 the min and max values to represent negative and positive infinity.
8856 Actually, a list of intervals may be used if you wish.
8857 A list would look like
8859 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
8861 When there is a Score Interval defined, it is a match if the score for
8862 the message is contained in any of the intervals in the list.
8863 The intervals include the endpoints.
8864 The score for a message is calculated by looking at every Score rule defined and
8865 adding up the Score Values for the ones that match the message.
8866 When deciding whether or not a Pattern matches a message for purposes of
8867 calculating the score, the Score Interval is ignored.
8869 <H3><A NAME="pattern_message_status">Message Status</A></H3>
8871 There are five separate message status settings.
8872 By default, all five are set to the value &quot;Don't care&quot;, which
8873 will match any message.
8874 The value &quot;Yes&quot; means that the particular status must be true
8875 for a match, and the value &quot;No&quot; means that the particular
8876 status must not be true for a match.
8877 For example, one of the five Message Status settings is whether a message
8878 is marked Important or not.
8879 A &quot;Yes&quot; means that the message must be Important to be
8880 considered a match and &quot;No&quot; means that the message must not be
8881 Important to be considered a match.
8882 The same is true of the other four message status settings that depend
8883 on whether or not the message is New; whether the message has 
8884 been Answered or not; whether the message has been Deleted or not, and
8885 whether the message is Recent or not. 
8887 The nomenclature for New and Recent is a bit confusing:
8889 New means that the message is Unseen.
8890 It could have been in your mailbox for a long time but if you haven't looked
8891 at it, it is still considered New.
8892 That matches the default Alpine index display that shows an N for such a
8893 message.
8895 Recent means that the message was added to this folder since the last time
8896 you opened the folder.
8897 Alpine also shows an N by default for these types of messages.
8898 If you were to run two copies of Alpine that opened a folder one right after
8899 the other, a message would only show up as Recent in (at most) the first
8900 Alpine session.
8902 <H3><A NAME="pattern_message_keywords">Message Keywords</A></H3>
8904 Keywords are similar to Message Status, but they are chosen by the user.
8905 Provided the mail server allows for it, you may add a set of possible keywords
8906 to a folder and then you may set those keywords or not for each message
8907 in the folder (see <A HREF="h_common_flag">Flag Command</A>).
8908 The syntax of this part of the Pattern is similar to the header patterns.
8909 It is a list of keywords.
8910 The Keyword part of the Pattern is a match if the message has any of
8911 the keywords in the list set.
8912 Like other parts of the Pattern, if this is unset it will be ignored.
8914 <H3><A NAME="pattern_message_charsets">Message Character Sets</A></H3>
8916 A message may use one or more character sets.
8917 This part of the Pattern matches messages that make use of one or more of
8918 the character sets specified in the pattern.
8919 It will be considered a match if a message uses any of the character
8920 sets in the list you give here.
8923 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
8924 GB2312) you may also use some shorthand names that Alpine provides.
8925 These names are more understandable shorthand names for sets of 
8926 character set names.
8927 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
8928 Selecting one of these shorthand names is equivalent to selecting all of
8929 the character sets that make up the set.
8930 You can see all of these shorthand names and the lists of character sets
8931 they stand for by typing the &quot;T&quot; command with the Character
8932 Set pattern highlighted.
8933 The syntax of this part of the Pattern is similar to the header patterns
8934 and the Message Keywords pattern.
8935 It is a list of character sets (or shorthand names).
8936 The Character Set part of the Pattern is a match if the message uses any
8937 of the character sets in the list.
8938 Like other parts of the Pattern, if this is unset it will be ignored.
8940 <H3><A NAME="pattern_8bit_subject">Raw 8-bit in Subject</A></H3>
8942 It seems that lots of unwanted email contains unencoded 8-bit characters
8943 in the Subject.
8944 Normally, characters with the 8th bit set are not allowed in the Subject
8945 header unless they are MIME-encoded.
8946 This option gives you a way to match messages that have Subjects that
8947 contain unencoded 8-bit characters.
8948 By default, the value of this option is &quot;Don't care&quot;, which
8949 will match any message.
8950 The value &quot;Yes&quot; means that there must be raw 8-bit characters in
8951 the Subject of the message in order for there to be a match,
8952 and the value &quot;No&quot; is the opposite.
8953 Setting this option will affect performance in large folders because the
8954 subject of each message in the folder has to be checked.
8956 <H3><A NAME="pattern_bom">Beginning of Month</A></H3>
8958 This option gives you a way to take some action once per month.
8959 By default, the value of this option is &quot;Don't care&quot;, which
8960 will always match.
8961 The value &quot;Yes&quot; means that this must be the first time Alpine has
8962 been run this month in order to count as a match,
8963 and the value &quot;No&quot; is the opposite.
8965 <H3><A NAME="pattern_boy">Beginning of Year</A></H3>
8967 This option gives you a way to take some action once per year.
8968 By default, the value of this option is &quot;Don't care&quot;, which
8969 will always match.
8970 The value &quot;Yes&quot; means that this must be the first time Alpine has
8971 been run this year in order to count as a match,
8972 and the value &quot;No&quot; is the opposite.
8974 <H3><A NAME="pattern_abookfrom">Address in Address Books</A></H3>
8976 This option gives you a way to match messages that have an address
8977 that is in one of your address books.
8978 Only the simple entries in your address books are searched.
8979 Address book distribution lists are ignored!
8980 By default, the value of this option is &quot;Don't care&quot;, which
8981 will match any message.
8982 The value &quot;Yes, in any address book&quot; means the address
8983 from the message must be in at least one of your
8984 address books in order to be a match.
8985 The value &quot;No, not in any address book&quot;
8986 means none of the addresses may
8987 be in any of your address books in order to be a match.
8988 The values &quot;Yes, in specific address books&quot; and
8989 &quot;No, not in any of specific address books&quot; are similar but instead
8990 of depending on all address books you are allowed to give a list of address
8991 books to look in.
8992 The addresses from the message that are checked for are determined by the
8993 setting you have for &quot;Types of addresses to check for in address book&quot;.
8994 If you set this to &quot;From&quot; the From address from the message will
8995 be looked up in the address book.
8996 If you set it to only &quot;To&quot; then the To addresses will be used.
8997 If any of the To addresses are in the address book then it is considered
8998 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
8999 You could set it to both From and To, in which case all of the From and To
9000 addresses are used.
9001 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
9002 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
9003 exists or the From address if there is no Reply-To address.
9004 Same for the Sender address.
9005 Setting this option may affect performance in large folders because the
9006 From and Reply-To of each message in the folder have to be checked.
9008 <H3><A NAME="pattern_categorizer">Categorizer Command</A></H3>
9010 This is a command that is run with its standard input set to the message
9011 being checked and its standard output discarded.
9012 The full directory path should be specified.
9013 The command will be run and then its exit status will be checked against
9014 the Exit Status Interval, which defaults to just the value zero.
9015 If the exit status of the command falls in the interval, it is considered
9016 a match, otherwise it is not a match.
9019 This option may actually be a list of commands.
9020 The first one that exists and is executable is used.
9021 That makes it possible to use the same configuration with Unix Alpine and
9022 PC-Alpine.
9025 If none of the commands in the list exists and is executable then the rule
9026 is <EM>not</EM> a match.
9027 If it is possible that the command may not exist, you should be careful
9028 to structure your rules so that nothing destructive
9029 happens when the command does not exist.
9030 For example, you might have a filter that filters away spam when there is
9031 a match but does nothing when there is not a match.
9032 That would continue to work correctly if the command didn't exist.
9033 However, if you have a filter that filters away spam when there is not
9034 a match and keeps it when there is a match, that would filter everything
9035 if the categorizer command didn't exist.
9037 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
9038 setup for the bogofilter filter.
9041 &lt;End of help on this topic&gt;
9042 </BODY>
9043 </HTML>
9044 ===== h_rules_roles =====
9045 <HTML>
9046 <HEAD>
9047 <TITLE>SETUP ROLES SCREEN</TITLE>
9048 </HEAD>
9049 <BODY>
9050 <H1>SETUP ROLES SCREEN</H1>
9051 <H2>SETUP ROLES COMMANDS</H2>
9052 <!--chtml if pinemode="function_key"-->
9053 <PRE>
9054 Available  Commands -- Group 1         Available Commands -- Group 2   
9055 -------------------------------        ------------------------------  
9056 F1  Show Help Text                      F1  Show Help Text             
9057 F2  See commands in next group          F2  See commands in next group
9058 F3  Back to MAIN Alpine menu
9059 F4  Change configuration for role
9060 F5  Move to previous role               F5  Include file in role config
9061 F6  Move to next role                   F6  Exclude file from config
9062 F7  Previous page of roles
9063 F8  Next page of roles
9064 F9  Add new role                        F9  Replicate existing role
9065 F10 Delete existing role
9066 F11 Shuffle the order of roles
9067 F12 Whereis (search role nicknames)
9068 </PRE>
9069 <!--chtml else-->
9070 <PRE>
9071 Navigation                     General Alpine Commands
9072 -----------------------        ---------------------
9073  P  Prev Role                     ?  Display this help text
9074  N  Next Role                     E  Back to MAIN Alpine menu
9075  -  Previous page
9076 Spc (space bar) Next page
9077  W  WhereIs (search for word in role nicknames)
9079 Setup Roles Commands
9080 ------------------------------------------------
9081  A  Add new role                  $  Shuffle the order of roles
9082  D  Delete existing role          C  Change configuration for highlighted role
9083  R  Replicate existing role
9084  I  Include file in role config   X  Exclude file from role config
9085 </PRE>
9086 <!--chtml endif-->
9088 <H2>Description of the Setup Roles Screen</H2>
9090 This screen lets you add, delete, modify, or change the order of the rules
9091 that determine the role you are playing when composing a message.
9093 You may play different roles depending on who you are replying to.
9094 For example, if you are replying to a message addressed to help-desk you
9095 may be acting as a Help Desk Worker.
9096 That role may require that you use a different return address and/or
9097 a different signature.
9099 Roles are optional.
9100 If you set up roles they work like this:  Each role has a set of
9101 &quot;Uses&quot;, which indicate whether or not a role is eligible to be
9102 considered for a particular use; a &quot;Pattern&quot;,
9103 which is used to decide which of the eligible roles is used; and a set
9104 of &quot;Actions&quot;, which are taken when that role is used.
9105 When you reply to a message, the message you are replying to is compared
9106 with the Patterns of the roles marked as eligible for use when replying.
9107 The comparisons start with the first eligible role and keep going until there
9108 is a match.
9109 If a match is found, the matching role's Actions are taken.
9111 It is also possible to set a default role and to change that role during
9112 your Alpine session.
9113 When you start Alpine no default role will be set.
9114 You may set or change the current default role by using the &quot;D&quot;
9115 command in the role selection screen.
9116 You'll see that screen while composing a message and being asked to select
9117 a role.
9118 An easy way to get to that screen is to use the <A HREF="h_common_role">Role Command</A> to
9119 compose a message.
9120 You may find a default role useful if you normally perform the duties of one
9121 of your roles for a while, then you switch to another role and stay in the
9122 new role for another period of time.
9123 It may be easier than using the Role Command to select the role each time you
9124 compose a message.
9126 <H2>Role Uses</H2>
9128 There are three types of use to be configured;
9129 one for Replying, one for Forwarding, and one for Composing.
9130 These indicate whether or not you want a role to be considered when you
9131 type the Reply, Forward, or Compose commands.
9132 (The Role command is an alternate form of the Compose command, and it is
9133 not affected by these settings.)
9134 Each of these Use types has three possible values.
9135 The value &quot;Never&quot;
9136 means that the role will never be considered as a candidate for use with
9137 the corresponding command.
9138 For example, if you set a role's Reply Use to Never, then when you Reply to
9139 a message, that role won't even be considered.
9140 (That isn't quite true. If the message you are replying to matches some other
9141 role that requires confirmation,
9142 then there will be a ^T command available which allows you to select a role
9143 from all of your roles, not just the reply-eligible roles.)
9146 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
9147 both mean that you do want to consider this role when using the corresponding
9148 command.
9149 For either of these settings the role's Pattern will
9150 be checked to see if it matches the message.
9151 For Reply Use, the message used to compare the Pattern with is the message
9152 being replied to.
9153 For Forward Use, the message used to compare the Pattern with is the message
9154 being forwarded.
9155 For Compose Use, there is no message, so the parts of the Pattern that depend
9156 on a message (everything other than Current Folder Type) are ignored.
9157 In all cases, the Current Folder Type is checked if defined.
9158 If there is a match then this role will either be used without confirmation
9159 or will be the default when confirmation is asked for, depending on
9160 which of the two options is selected.
9161 If confirmation is requested, you will have a chance to
9162 choose No Role instead of the offered role, or to
9163 change the role to any one of your other roles (with the ^T command).
9165 <H2>Role Patterns</H2>
9167 In order to determine whether or not a message matches a role the message is
9168 compared with the Role's Pattern.
9169 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9170 Scoring, Other Rules, and Search Rules, so are described in only one place,
9171 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9173 Since header patterns, AllText patterns, and BodyText patterns that are unset are ignored,
9174 a role that has all header patterns unset, the AllText pattern unset,
9175 the BodyText pattern unset,
9176 the Score Interval unset, and the Current Folder Type set to
9177 &quot;Any&quot; may be used as a default role.
9178 It should be put last in the list of roles since the matching
9179 starts at the beginning and proceeds until one of the roles is a match.
9180 If no roles at all match, then Alpine will
9181 use its regular methods of defining the role.
9182 If you wanted to, you could define a different &quot;default&quot; role
9183 for Replying, Forwarding, and Composing by setting the
9184 &quot;Use&quot; fields appropriately.
9186 <H2>Role Actions</H2>
9188 Once a role match is found, the role's Actions are taken.
9189 For each role there are several possible actions that may be defined.
9190 They are actions to set the From address, the Reply-To address,
9191 the Fcc, the Signature, the Template file, and Other Headers.
9193 <H3>Set From</H3>
9195 The From address is the address used on the From line of the message
9196 you are sending.
9198 <H3>Set Reply-To</H3>
9200 The Reply-To address is the address used on the Reply-To line of the message
9201 you are sending.
9202 You don't need a Reply-To address unless it is different from the From address.
9204 <H3>Set Other Headers</H3>
9206 If you want to set the value of the From or Reply-To headers, use
9207 the specific fields &quot;Set From&quot; or &quot;Set Reply-To&quot;.
9208 If you want to set the values of other headers, use this field.
9209 This field is similar to the
9210 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> configuration option.
9211 Each header you specify here must include the header tag
9212 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
9213 and may optionally include a value for that header.
9214 It is different from the <!--#echo var="VAR_customized-hdrs"--> in that the value you give
9215 for a header here will replace any value that already exists.
9216 For example, if you are Replying to a message there will be at least one
9217 address in the To header (the address you are Replying to).
9218 However, if you Reply using a role that sets the To header, that role's
9219 To header value will be used instead.
9221 <H3>Set Fcc</H3>
9223 The Fcc is used as the Fcc for the message you are sending.
9225 <H3>Set Signature or Set LiteralSig</H3>
9227 The Signature is the name of a file to be used as the signature file when
9228 this role is being used.
9229 If the name of the file has a vertical bar following it (|)
9230 then it is assumed that the file is a program that should be run to
9231 produce the signature.
9232 If the LiteralSig is set, then it is used instead of the signature file.
9233 LiteralSig is just a different way to store the signature.
9234 It is stored in the pine configuration file instead of in a separate
9235 signature file.
9236 If the <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined
9237 either in the role or as the default signature in the Setup/Config screen,
9238 then the signature file is ignored.
9240 <H3>Set Template</H3>
9242 A Template is the name of a file to be included in the message when this
9243 role is being used.
9244 If the name of the file has a vertical bar following it (|)
9245 then it is assumed that the file is a program that should be run to
9246 produce the template.
9249 Both signature files and template files may be stored remotely on an IMAP
9250 server.
9251 In order to do that you just give the file a remote name.
9252 This works just like the regular
9253 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>
9254 option that is configured from the Setup/Configuration screen.
9255 A remote signature file name might look like:
9257 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
9259 Once you have named the remote signature or template file you create its
9260 contents by using the &quot;F&quot; &quot;editFile&quot; command when the
9261 cursor is on the &quot;Set Signature&quot; or &quot;Set Template&quot;
9262 line of the role editor.
9265 Both signature files and template files (or the output of signature programs
9266 and template file programs) may contain special tokens
9267 that are replaced with contents
9268 that depend on the message being replied to or forwarded.
9269 See the help for the individual fields inside the role editor for more
9270 information on tokens.
9272 <H3>Use SMTP Server</H3>
9274 If this field has a value, then it will be used as the SMTP server
9275 to send mail when this role is being used (unless the SMTP server variable
9276 is set in the system-wide fixed configuration file).
9277 It has the same semantics as the
9278 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
9279 variable in the Setup/Config screen.
9280 When you postpone the composition this SMTP server list will be saved
9281 with the postponed composition and it cannot be changed later.
9282 Because of that, you may want to make this a list of SMTP servers
9283 with the preferred server at the front of the list and alternate servers
9284 later in the list.
9287 If any of the actions are left unset, then the action depends on what
9288 is present in the &quot;Initialize settings using role&quot; field.
9289 If you've listed the nickname of another one of your roles there, then the
9290 corresponding action from that role will be used here.
9291 If that action is also blank, or if there is no nickname specified,
9292 then Alpine will do whatever it normally does to set these actions.
9293 This depends on other configuration options and features you've set.
9295 <H2>Command Descriptions</H2>
9297 <H3>Add</H3>
9299 The Add command is used to add a new role definition to your set of
9300 roles.
9301 The new role will be added after the highlighted role.
9303 <H3>Delete</H3>
9305 The Delete command deletes the currently highlighted role.
9307 <H3>Change</H3>
9309 The Change command lets you edit the nickname, Uses, Pattern,
9310 and Actions of the currently highlighted role.
9312 <H3>Shuffle</H3>
9314 The Shuffle command allows you to change the order of the roles.
9315 You may move the currently highlighted role up or down in the list.
9316 The order of the roles is important since the roles are tested for a
9317 match starting with the first role and continuing until a match is found.
9318 You should place the roles with more specific Patterns near the beginning
9319 of the list, and those with more general Patterns near the end so that
9320 the more specific matches will happen when appropriate.
9322 <H3>Replicate</H3>
9324 The Replicate command is used to copy an existing role and modify it.
9325 The new role will be added after the highlighted role.
9327 <H3>IncludeFile</H3>
9329 The IncludeFile command allows you to add a roles file to your configuration.
9330 Usually, your roles will be contained in your Alpine configuration file.
9331 If you wish, some or all of your roles may be stored in a separate file.
9332 If a roles file already exists (maybe it was made by somebody else using
9333 Alpine), you may insert it before the currently highlighted role.
9334 You may also insert an empty file or a file that does not yet exist.
9335 Once you have an empty roles file in your configuration, you may use
9336 the Shuffle command to move roles into it.
9337 In fact, that's the only way to get the initial role into the file.
9339 <H3>eXcludeFile</H3>
9341 The eXcludeFile command removes a roles file from your roles configuration.
9342 A limitation of the program is that in order to exclude a roles file
9343 that file must have at least one role
9344 in it, otherwise you won't be able to highlight a line in the file.
9345 So you may have to add a dummy role to the file in order to exclude the file.
9346 <P><UL>
9347 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9348 </UL>
9350 &lt;End of help on this topic&gt;
9351 </BODY>
9352 </HTML>
9353 ===== h_rules_other =====
9354 <HTML>
9355 <HEAD>
9356 <TITLE>SETUP OTHER RULES SCREEN</TITLE>
9357 </HEAD>
9358 <BODY>
9359 <H1>SETUP OTHER RULES SCREEN</H1>
9360 <H2>SETUP OTHER RULES COMMANDS</H2>
9361 <!--chtml if pinemode="function_key"-->
9362 <PRE>
9363 Available  Commands -- Group 1         Available Commands -- Group 2   
9364 -------------------------------        ------------------------------  
9365 F1  Show Help Text                      F1  Show Help Text             
9366 F2  See commands in next group          F2  See commands in next group
9367 F3  Back to MAIN Alpine menu
9368 F4  Change configuration for rule
9369 F5  Move to previous rule               F5  Include file in rule config
9370 F6  Move to next rule                   F6  Exclude file from config
9371 F7  Previous page of rules
9372 F8  Next page of rules
9373 F9  Add new rule                        F9  Replicate existing rule
9374 F10 Delete existing rule
9375 F11 Shuffle the order of rules
9376 F12 Whereis (search rule nicknames)
9377 </PRE>
9378 <!--chtml else-->
9379 <PRE>
9380 Navigation                     General Alpine Commands
9381 -----------------------        ---------------------
9382  P  Prev rule                     ?  Display this help text
9383  N  Next rule                     E  Back to MAIN Alpine menu
9384  -  Previous page
9385 Spc (space bar) Next page
9386  W  WhereIs (search for word in rule nicknames)
9388 Setup Other Rules Commands
9389 ------------------------------------------------
9390  A  Add new rule                  $  Shuffle the order of rules
9391  D  Delete existing rule          C  Change configuration for highlighted rule
9392  R  Replicate existing rule
9393  I  Include file in rule config   X  Exclude file from rule config
9394 </PRE>
9395 <!--chtml endif-->
9397 <H2>Description of the Setup Other Rules Screen</H2>
9399 This is where you may set various actions that do not fit well into the
9400 other Rules categories.
9402 <H2>Patterns</H2>
9404 Other Rules are a little different from the rest of the Rules because
9405 they depend only on the current folder, and not on a particular message.
9406 In order to determine whether or not a rule's actions should be applied
9407 the current folder is compared with the rule's Pattern, which consists
9408 of only the Current Folder Type.
9409 Current Folder Type works the same for Other Rules as it does for Roles,
9410 Filtering, Index Coloring, and Scoring.
9411 Keep in mind that the only part of the Pattern that applies to Other
9412 Rules is the Current Folder Type when looking at the description of
9413 Patterns given
9414 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9416 <H2>The Actions</H2>
9418 <H3>Set Sort Order</H3>
9420 When you enter a new folder, these rules will be checked to see if you
9421 have set a sort order that is different from your default sort order.
9422 The default is set in the Setup/Config screen with
9423 the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
9424 If the Sort Order action is set, then the folder will be displayed sorted in
9425 that sort order instead of in the default order.
9427 A possible point of confusion arises when you change the configuration
9428 of the Sort Order for the currently open folder.
9429 The folder will normally be re-sorted when you go back to viewing the
9430 index.
9431 However, if you have manually sorted the folder with the
9432 Sort
9433 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
9434 command, then it will not be re-sorted until the next time it is opened.
9436 <H3>Set Index Format</H3>
9438 When you enter a new folder, these rules will be checked to see if you
9439 have set an Index Format that is different from your default Index Format,
9440 which is set with the
9441 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
9442 If so, the index will be displayed with this format instead of the default.
9444 <H3>Set Startup Rule</H3>
9446 When you enter a new folder, these rules will be checked to see if you
9447 have set a startup rule that is different from the default startup rule.
9448 The default for incoming folders is set in the Setup/Config screen with
9449 the &quot;<!--#echo var="VAR_incoming-startup-rule"-->&quot; option.
9450 The default for folders other than INBOX that are not part of your
9451 incoming collection
9452 (see <A HREF="h_config_enable_incoming"><!--#echo var="FEAT_enable-incoming-folders"--></A> feature) 
9453 is to start with the last message in the folder.
9454 If the Startup Rule is set to something other than &quot;default&quot;,
9455 then the rule will determine which message will be the current message when
9456 the folder is first opened.
9458 The various startup rule possibilities work the same here as they do in
9459 the incoming collection, so check
9460 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
9461 for more help.
9463 <H2>Command Descriptions</H2>
9465 <H3>Add</H3>
9467 The Add command is used to add a new rule definition to your set of
9468 rules.
9469 The new rule will be added after the highlighted rule.
9471 <H3>Delete</H3>
9473 The Delete command deletes the currently highlighted rule.
9475 <H3>Change</H3>
9477 The Change command lets you edit the nickname, Pattern,
9478 and Action of the currently highlighted rule.
9480 <H3>Shuffle</H3>
9482 The Shuffle command allows you to change the order of the rules.
9483 You may move the currently highlighted rule up or down in the list.
9484 The order of the rules is important since the rules are tested for a
9485 match starting with the first rule and continuing until a match is found.
9486 You should place the rules with more specific Patterns near the beginning
9487 of the list, and those with more general Patterns near the end so that
9488 the more specific matches will happen when appropriate.
9490 <H3>Replicate</H3>
9492 The Replicate command is used to copy an existing rule definition and modify it.
9493 The new rule will be added after the highlighted rule.
9495 <H3>IncludeFile</H3>
9497 The IncludeFile command allows you to add a rules file to your configuration.
9498 Usually, your rules will be contained in your Alpine configuration file.
9499 If you wish, some or all of your rules may be stored in a separate file.
9500 If a rules file already exists (maybe it was made by somebody else using
9501 Alpine), you may insert it before the currently highlighted rule.
9502 You may also insert an empty file or a file that does not yet exist.
9503 Once you have an empty rules file in your configuration, you may use
9504 the Shuffle command to move rules into it.
9505 In fact, that's the only way to get the initial rule into the file.
9507 <H3>eXcludeFile</H3>
9509 The eXcludeFile command removes a rules file from your rules configuration.
9510 A limitation of the program is that in order to exclude a rules file
9511 that file must have at least one rule
9512 in it, otherwise you won't be able to highlight a line in the file.
9513 So you may have to add a dummy rule to the file in order to exclude the file.
9514 <P><UL>
9515 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9516 </UL>
9518 &lt;End of help on this topic&gt;
9519 </BODY>
9520 </HTML>
9521 ===== h_rules_srch =====
9522 <HTML>
9523 <HEAD>
9524 <TITLE>SETUP SEARCH RULES SCREEN</TITLE>
9525 </HEAD>
9526 <BODY>
9527 <H1>SETUP SEARCH RULES SCREEN</H1>
9528 <H2>SETUP SEARCH RULES COMMANDS</H2>
9529 <!--chtml if pinemode="function_key"-->
9530 <PRE>
9531 Available  Commands -- Group 1         Available Commands -- Group 2   
9532 -------------------------------        ------------------------------  
9533 F1  Show Help Text                      F1  Show Help Text             
9534 F2  See commands in next group          F2  See commands in next group
9535 F3  Back to MAIN Alpine menu
9536 F4  Change configuration for rule
9537 F5  Move to previous rule               F5  Include file in rule config
9538 F6  Move to next rule                   F6  Exclude file from config
9539 F7  Previous page of rules
9540 F8  Next page of rules
9541 F9  Add new rule                        F9  Replicate existing rule
9542 F10 Delete existing rule
9543 F11 Shuffle the order of rules
9544 F12 Whereis (search rule nicknames)
9545 </PRE>
9546 <!--chtml else-->
9547 <PRE>
9548 Navigation                     General Alpine Commands
9549 -----------------------        ---------------------
9550  P  Prev rule                     ?  Display this help text
9551  N  Next rule                     E  Back to MAIN Alpine menu
9552  -  Previous page
9553 Spc (space bar) Next page
9554  W  WhereIs (search for word in rule nicknames)
9556 Setup Search Rules Commands
9557 ------------------------------------------------
9558  A  Add new rule                  $  Shuffle the order of rules
9559  D  Delete existing rule          C  Change configuration for highlighted rule
9560  R  Replicate existing rule
9561  I  Include file in rule config   X  Exclude file from rule config
9562 </PRE>
9563 <!--chtml endif-->
9565 <H2>Description of the Setup Search Rules Screen</H2>
9567 One of the commands that becomes available when that feature is turned on
9568 is the &quot;; Select&quot; command, which is used in the MESSAGE INDEX
9569 screen to select a set of messages.
9570 One way of selecting messages is to use a Rule.
9571 All of the messages that match (or don't match if you wish)
9572 a Rule's Pattern will be selected.
9574 Any of your Rules may be used for this purpose.
9575 You might already have Rules set up for filtering, index line color, scores, or roles;
9576 and you may use any of those Rules with the Select command.
9577 However, you might find it more convenient to set up a separate set of Rules
9578 just for this purpose without having to worry about what other effects
9579 they may cause.
9580 That is the purpose of these Select Rules.
9583 Each rule has a &quot;Pattern&quot;
9584 that is used to decide which messages are selected when you use it with
9585 the Select command.
9587 <H2>Patterns</H2>
9589 In order to determine whether or not a message should be selected
9590 the message is compared with the rule's Pattern.
9591 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9592 Scoring, Other Rules, and Search Rules, so are described in only one place,
9593 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9595 <H2>Command Descriptions</H2>
9597 <H3>Add</H3>
9599 The Add command is used to add a new rule definition to your set of
9600 rules.
9601 The new rule will be added after the highlighted rule.
9603 <H3>Delete</H3>
9605 The Delete command deletes the currently highlighted rule.
9607 <H3>Change</H3>
9609 The Change command lets you edit the nickname and Pattern
9610 of the currently highlighted rule.
9612 <H3>Shuffle</H3>
9614 The Shuffle command allows you to change the order of the rules.
9615 This affects only the order they are presented in when you use the
9616 ^T subcommand of the Select by Rule command.
9617 You may move the currently highlighted rule up or down in the list.
9619 <H3>Replicate</H3>
9621 The Replicate command is used to copy an existing rule definition and modify it.
9622 The new rule will be added after the highlighted rule.
9624 <H3>IncludeFile</H3>
9626 The IncludeFile command allows you to add a rules file to your configuration.
9627 Usually, your rules will be contained in your Alpine configuration file.
9628 If you wish, some or all of your rules may be stored in a separate file.
9629 If a rules file already exists (maybe it was made by somebody else using
9630 Alpine), you may insert it before the currently highlighted rule.
9631 You may also insert an empty file or a file that does not yet exist.
9632 Once you have an empty rules file in your configuration, you may use
9633 the Shuffle command to move rules into it.
9634 In fact, that's the only way to get the initial rule into the file.
9636 <H3>eXcludeFile</H3>
9638 The eXcludeFile command removes a rules file from your rules configuration.
9639 A limitation of the program is that in order to exclude a rules file
9640 that file must have at least one rule
9641 in it, otherwise you won't be able to highlight a line in the file.
9642 So you may have to add a dummy rule to the file in order to exclude the file.
9643 <P><UL>
9644 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9645 </UL>
9647 &lt;End of help on this topic&gt;
9648 </BODY>
9649 </HTML>
9650 ===== h_rules_incols =====
9651 <HTML>
9652 <HEAD>
9653 <TITLE>SETUP INDEX LINE COLORS SCREEN</TITLE>
9654 </HEAD>
9655 <BODY>
9656 <H1>SETUP INDEX LINE COLORS SCREEN</H1>
9657 <H2>SETUP INDEX LINE COLORS COMMANDS</H2>
9658 <!--chtml if pinemode="function_key"-->
9659 <PRE>
9660 Available  Commands -- Group 1         Available Commands -- Group 2   
9661 -------------------------------        ------------------------------  
9662 F1  Show Help Text                      F1  Show Help Text             
9663 F2  See commands in next group          F2  See commands in next group
9664 F3  Back to MAIN Alpine menu
9665 F4  Change configuration for rule
9666 F5  Move to previous rule               F5  Include file in rule config
9667 F6  Move to next rule                   F6  Exclude file from config
9668 F7  Previous page of rules
9669 F8  Next page of rules
9670 F9  Add new rule                        F9  Replicate existing rule
9671 F10 Delete existing rule
9672 F11 Shuffle the order of rules
9673 F12 Whereis (search rule nicknames)
9674 </PRE>
9675 <!--chtml else-->
9676 <PRE>
9677 Navigation                     General Alpine Commands
9678 -----------------------        ---------------------
9679  P  Prev rule                     ?  Display this help text
9680  N  Next rule                     E  Back to MAIN Alpine menu
9681  -  Previous page
9682 Spc (space bar) Next page
9683  W  WhereIs (search for word in rule nicknames)
9685 Setup Index Color Commands
9686 ------------------------------------------------
9687  A  Add new rule                  $  Shuffle the order of rules
9688  D  Delete existing rule          C  Change configuration for highlighted rule
9689  R  Replicate existing rule
9690  I  Include file in rule config   X  Exclude file from rule config
9691 </PRE>
9692 <!--chtml endif-->
9694 <H2>Description of the Setup Index Line Colors Screen</H2>
9696 Index Line Color causes lines in the MESSAGE INDEX screen to be colored.
9697 This action is only available if your terminal is capable of displaying
9698 color and color display has been enabled with the
9699 <A HREF="h_config_color_style">Color Style</A> option within the
9700 Setup Color screen.
9701 (In PC-Alpine, color is always enabled so there is no option to turn on.)
9702 This screen lets you add, delete, modify, or change the order of the rules
9703 that cause the lines in the MESSAGE INDEX to be displayed in different
9704 colors.
9706 Each rule has a &quot;Pattern&quot;,
9707 which is used to decide which of the rules is used; and the color that
9708 is used if the Pattern matches a particular message.
9710 <H2>Index Color Patterns</H2>
9712 In order to determine whether or not a message matches an Index Color Rule
9713 the message is compared with the rule's Pattern.
9714 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9715 Scoring, Other Rules, and Search Rules, so are described in only one place,
9716 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9719 If none of the Index Color rules is a match for a particular index line,
9720 then the color used is set using
9721 the <A HREF="h_color_setup">Setup Kolor</A> screen.
9723 <H2>Index Line Color</H2>
9725 This is the color that index lines are colored when there is a matching
9726 Pattern.
9727 This colors the whole index line, except possibly the status letters,
9728 which may be colored separately using
9729 the <A HREF="h_color_setup">Setup Kolor</A> screen.
9731 <H2>Command Descriptions</H2>
9733 <H3>Add</H3>
9735 The Add command is used to add a new rule definition to your set of
9736 rules.
9737 The new rule will be added after the highlighted rule.
9739 <H3>Delete</H3>
9741 The Delete command deletes the currently highlighted rule.
9743 <H3>Change</H3>
9745 The Change command lets you edit the nickname, Pattern,
9746 and Index Line Color of the currently highlighted rule.
9748 <H3>Shuffle</H3>
9750 The Shuffle command allows you to change the order of the rules.
9751 You may move the currently highlighted rule up or down in the list.
9752 The order of the rules is important since the rules are tested for a
9753 match starting with the first rule and continuing until a match is found.
9754 You should place the rules with more specific Patterns near the beginning
9755 of the list, and those with more general Patterns near the end so that
9756 the more specific matches will happen when appropriate.
9758 <H3>Replicate</H3>
9760 The Replicate command is used to copy an existing rule definition and modify it.
9761 The new rule will be added after the highlighted rule.
9763 <H3>IncludeFile</H3>
9765 The IncludeFile command allows you to add a rules file to your configuration.
9766 Usually, your rules will be contained in your Alpine configuration file.
9767 If you wish, some or all of your rules may be stored in a separate file.
9768 If a rules file already exists (maybe it was made by somebody else using
9769 Alpine), you may insert it before the currently highlighted rule.
9770 You may also insert an empty file or a file that does not yet exist.
9771 Once you have an empty rules file in your configuration, you may use
9772 the Shuffle command to move rules into it.
9773 In fact, that's the only way to get the initial rule into the file.
9775 <H3>eXcludeFile</H3>
9777 The eXcludeFile command removes a rules file from your rules configuration.
9778 A limitation of the program is that in order to exclude a rules file
9779 that file must have at least one rule
9780 in it, otherwise you won't be able to highlight a line in the file.
9781 So you may have to add a dummy rule to the file in order to exclude the file.
9782 <P><UL>
9783 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9784 </UL>
9786 &lt;End of help on this topic&gt;
9787 </BODY>
9788 </HTML>
9789 ===== h_rules_filter =====
9790 <HTML>
9791 <HEAD>
9792 <TITLE>SETUP FILTERING SCREEN</TITLE>
9793 </HEAD>
9794 <BODY>
9795 <H1>SETUP FILTERING SCREEN</H1>
9796 <H2>SETUP FILTERING COMMANDS</H2>
9797 <!--chtml if pinemode="function_key"-->
9798 <PRE>
9799 Available  Commands -- Group 1         Available Commands -- Group 2   
9800 -------------------------------        ------------------------------  
9801 F1  Show Help Text                      F1  Show Help Text             
9802 F2  See commands in next group          F2  See commands in next group
9803 F3  Back to MAIN Alpine menu
9804 F4  Change configuration for filter
9805 F5  Move to previous filter             F5  Include file in filter config
9806 F6  Move to next filter                 F6  Exclude file from config
9807 F7  Previous page of filters
9808 F8  Next page of filters
9809 F9  Add new filter                      F9  Replicate existing filter
9810 F10 Delete existing filter
9811 F11 Shuffle the order of filters
9812 F12 Whereis (search filter nicknames)
9813 </PRE>
9814 <!--chtml else-->
9815 <PRE>
9816 Navigation                     General Alpine Commands
9817 -----------------------        ---------------------
9818  P  Prev Filter                   ?  Display this help text
9819  N  Next Filter                   E  Back to MAIN Alpine menu
9820  -  Previous page
9821 Spc (space bar) Next page
9822  W  WhereIs (search for word in filter nicknames)
9824 Setup Filters Commands
9825 ------------------------------------------------
9826  A  Add new filter                $  Shuffle the order of filters
9827  D  Delete existing filter        C  Change configuration for highlighted filter
9828  R  Replicate existing filter
9829  I  Include file in filter config X  Exclude file from filter config
9830 </PRE>
9831 <!--chtml endif-->
9833 <H2>Description of the Setup Filtering Screen</H2>
9835 This screen lets you add, delete, modify, or change the order of the rules
9836 that determine the filtering Alpine does on folders you view.
9838 The software that actually delivers mail (the stuff that happens
9839 before Alpine is involved) for you is in a better position to do mail filtering
9840 than Alpine itself.
9841 If possible, you may want to look into using that sort of mail filtering to
9842 deliver mail to different folders, delete it, or forward it.
9843 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
9845 Filtering is a way to automatically move certain messages from one folder
9846 to another or to delete messages.
9847 It can also be used to set message status (Important, Deleted, New,
9848 Answered) and to set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
9849 Alpine doesn't have the ability to forward mail to another address or
9850 to deliver vacation messages.
9852 Each filtering rule has a &quot;Pattern&quot; and a &quot;Filter Action&quot;.
9853 When a folder is opened, when new mail arrives in an open folder, or
9854 when mail is Expunged from a folder; each
9855 message is compared with the Patterns of your filtering rules.
9856 The comparisons start with the first rule and keep going until there
9857 is a match.
9858 If a match is found, the message may be deleted or moved, depending on
9859 the setting of the Filter Action.
9860 If the message is not deleted, it may have its status altered.
9863 <EM>NOTE:</EM>
9864 When setting up a Pattern used to delete messages,
9865 it is recommended that you test the Pattern first with a &quot;Move&quot;
9866 folder specified in
9867 case unintended matches occur.  Messages that are deleted will be removed 
9868 from the folder and <EM>unrecoverable</EM> from within Alpine after the
9869 next Expunge command or once the folder being filtered has been closed.
9871 <H2>Filter Patterns</H2>
9873 In order to determine whether or not a message matches a filter the message is
9874 compared with the Filter's Pattern.
9875 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9876 Scoring, Other Rules, and Search Rules, so are described in only one place,
9877 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9879 Since filtering is a potentially destructive action, if you have a filtering
9880 Pattern with nothing other than Current Folder Type set, that filtering
9881 rule is ignored.
9883 <H2>Filter Actions</H2>
9885 Once a filter match is found for a particular message, there are some actions
9886 that may be taken.
9887 First, the message may have its status changed.
9888 This is the same message status that you can manipulate manually using the
9889 <a href="h_common_flag">Flag Command</a>.
9890 There are always four elements of message status that you can control.
9891 You can set or clear the Important status, the New status, the Deleted
9892 status, and the Answered status.
9893 Of course, if the filter is going to delete the message,
9894 then there is no point in setting message status.
9895 You may also be able to set user-defined keywords for a message.
9896 Read a little about keywords in the help text for the
9897 <A HREF="h_common_flag">Flag</A> command.
9899 Second, the filter may delete or move the message.
9900 Deleting the message marks it Deleted and removes it from view.
9901 It is effectively gone forever (though it technically is still there until
9902 the next expunge command, which may happen implicitly).
9903 Moving the message moves it from the open folder into the folder
9904 listed on the &quot;Folder List&quot; line of the filter configuration.
9905 If you list more than one folder name (separated by commas) then the message
9906 will be copied to each of those folders.
9907 In any case, if &quot;Delete&quot; or &quot;Move&quot; is set then the
9908 message is removed from the current folder.
9909 If you just want to set the messages status without deleting it from
9910 the folder, then set the filter action to
9911 &quot;Just Set Message Status&quot;.
9913 (There is no way to do a Copy instead of a Move, due to the difficulties
9914 involved in keeping track of whether or not a message has
9915 already been copied.)
9917 <H2>Command Descriptions</H2>
9919 <H3>Add</H3>
9921 The Add command is used to add a new filter definition to your set of
9922 filters.
9923 The new filter will be added after the highlighted filter.
9925 <H3>Delete</H3>
9927 The Delete command deletes the currently highlighted filter.
9929 <H3>Change</H3>
9931 The Change command lets you edit the nickname, Pattern,
9932 and Folder of the currently highlighted filter.
9934 <H3>Shuffle</H3>
9936 The Shuffle command allows you to change the order of the filters.
9937 You may move the currently highlighted filter up or down in the list.
9938 The order of the filters is important since the filters are tested for a
9939 match starting with the first filter and continuing until a match is found.
9940 You should place the filters with more specific Patterns near the beginning
9941 of the list, and those with more general Patterns near the end so that
9942 the more specific matches will happen when appropriate.
9944 <H3>Replicate</H3>
9946 The Replicate command is used to copy an existing filter and modify it.
9947 The new filter will be added after the highlighted filter.
9949 <H3>IncludeFile</H3>
9951 The IncludeFile command allows you to add a filters file to your configuration.
9952 Usually, your filters will be contained in your Alpine configuration file.
9953 If you wish, some or all of your filters may be stored in a separate file.
9954 If a filters file already exists (maybe it was made by somebody else using
9955 Alpine), you may insert it before the currently highlighted filter.
9956 You may also insert an empty file or a file that does not yet exist.
9957 Once you have an empty filters file in your configuration, you may use
9958 the Shuffle command to move filters into it.
9959 In fact, that's the only way to get the initial filter into the file.
9961 <H3>eXcludeFile</H3>
9963 The eXcludeFile command removes a filters file from your filters configuration.
9964 A limitation of the program is that in order to exclude a filters file
9965 that file must have at least one filter
9966 in it, otherwise you won't be able to highlight a line in the file.
9967 So you may have to add a dummy filter to the file in order to exclude the file.
9968 <P><UL>
9969 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9970 </UL>
9972 <H3>Performance Considerations</H3>
9973 The number and type of patterns being tested can 
9974 adversely effect performance.  Issues to be aware
9975 of include:
9977 <UL>
9978   <LI> The more filters you have defined the longer it will take to run down
9979 the list.  Deleting unused filters is a good idea.
9980   <LI> Filtering in newsgroups served by an NNTP server will be slow
9981 if your patterns include tests other than &quot;From:&quot;
9982 or &quot;Subject:&quot;.
9983 </UL>
9985 &lt;End of help on this topic&gt;
9986 </BODY>
9987 </HTML>
9988 ===== h_rules_score =====
9989 <HTML>
9990 <HEAD>
9991 <TITLE>SETUP SCORING SCREEN</TITLE>
9992 </HEAD>
9993 <BODY>
9994 <H1>SETUP SCORING SCREEN</H1>
9995 <H2>SETUP SCORING COMMANDS</H2>
9996 <!--chtml if pinemode="function_key"-->
9997 <PRE>
9998 Available  Commands -- Group 1         Available Commands -- Group 2   
9999 -------------------------------        ------------------------------  
10000 F1  Show Help Text                      F1  Show Help Text             
10001 F2  See commands in next group          F2  See commands in next group
10002 F3  Back to MAIN Alpine menu
10003 F4  Change configuration for rule
10004 F5  Move to previous rule               F5  Include file in rule config
10005 F6  Move to next rule                   F6  Exclude file from config
10006 F7  Previous page of rules
10007 F8  Next page of rules
10008 F9  Add new rule                        F9  Replicate existing rule
10009 F10 Delete existing rule
10010 F11 Shuffle the order of rules
10011 F12 Whereis (search rule nicknames)
10012 </PRE>
10013 <!--chtml else-->
10014 <PRE>
10015 Navigation                     General Alpine Commands
10016 -----------------------        ---------------------
10017  P  Prev rule                     ?  Display this help text
10018  N  Next rule                     E  Back to MAIN Alpine menu
10019  -  Previous page
10020 Spc (space bar) Next page
10021  W  WhereIs (search for word in rule nicknames)
10023 Setup Scoring Commands
10024 ------------------------------------------------
10025  A  Add new rule                  $  Shuffle the order of rules
10026  D  Delete existing rule          C  Change configuration for highlighted rule
10027  R  Replicate existing rule
10028  I  Include file in rule config   X  Exclude file from rule config
10029 </PRE>
10030 <!--chtml endif-->
10032 <H2>Description of the Setup Scoring Screen</H2>
10034 Most people will not use scores at all, but if you do use them, here's how
10035 they work in Alpine.
10036 Using this screen, you may define Scoring rules.
10037 The score for a message is calculated by looking at every Score rule defined
10038 and adding up the Score Values for the ones that match the message.
10039 If there are no matches for a message, it has a score of zero.
10040 Message scores may be used a couple of ways in Alpine.
10042 <H3>Sorting by Score</H3>
10044 One of the methods you may use to sort message indexes is to sort by
10045 score.
10046 The scores of all the messages in a folder will be calculated and then
10047 the index will be ordered by placing the messages in order of ascending or
10048 descending score.
10050 <H3>Scores for use in Patterns</H3>
10052 The Patterns used for Roles, Index Line Coloring, and Filtering have a
10053 category labeled &quot;Score Interval&quot;.
10054 When a message is being compared with a Pattern to check for a match, if
10055 the Score Interval is set only messages that have a score somewhere in
10056 the interval are a match.
10058 <H2>Scoring Rule Patterns</H2>
10060 In order to determine whether or not a message matches a scoring rule
10061 the message is compared with the rule's Pattern.
10062 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10063 Scoring, Other Rules, and Search Rules, so are described in only one place,
10064 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10067 Actually, Scoring rule Patterns are slightly different from the other types of
10068 Patterns because Scoring rule Patterns don't contain a Score Interval.
10069 In other words, when calculating the score for a message, which is done
10070 by looking at the Scoring rule Patterns, scores aren't used.
10072 <H2>Score Value</H2>
10074 This is the value that will be added to the score for a message if the
10075 rule's Pattern is a match.
10076 Each individual Score Value is an integer between -100 and 100, and the
10077 values from matching rules are added together to get a message's score.
10078 There is also a way to extract the value from a particular header of each
10079 message. See the help text for Score Value for further information.
10081 <H2>Command Descriptions</H2>
10083 <H3>Add</H3>
10085 The Add command is used to add a new scoring rule definition.
10086 The new rule will be added after the highlighted rule.
10088 <H3>Delete</H3>
10090 The Delete command deletes the currently highlighted scoring rule.
10092 <H3>Change</H3>
10094 The Change command lets you edit the nickname, Pattern,
10095 and Score Value of the currently highlighted scoring rule.
10097 <H3>Shuffle</H3>
10099 The Shuffle command allows you to change the order of the scoring rules.
10100 You may move the currently highlighted rule up or down in the list.
10101 The order of the rules is important since the rules are tested for a
10102 match starting with the first rule and continuing until a match is found.
10103 You should place the rules with more specific Patterns near the beginning
10104 of the list, and those with more general Patterns near the end so that
10105 the more specific matches will happen when appropriate.
10107 <H3>Replicate</H3>
10109 The Replicate command is used to copy an existing rule and modify it.
10110 The new rule will be added after the highlighted rule.
10112 <H3>IncludeFile</H3>
10114 The IncludeFile command allows you to add a rules file to your configuration.
10115 Usually, your rules will be contained in your Alpine configuration file.
10116 If you wish, some or all of your rules may be stored in a separate file.
10117 If a rules file already exists (maybe it was made by somebody else using
10118 Alpine), you may insert it before the currently highlighted rule.
10119 You may also insert an empty file or a file that does not yet exist.
10120 Once you have an empty rules file in your configuration, you may use
10121 the Shuffle command to move rules into it.
10122 In fact, that's the only way to get the initial rule into the file.
10124 <H3>eXcludeFile</H3>
10126 The eXcludeFile command removes a rules file from your rules configuration.
10127 A limitation of the program is that in order to exclude a rules file
10128 that file must have at least one rule
10129 in it, otherwise you won't be able to highlight a line in the file.
10130 So you may have to add a dummy rule to the file in order to exclude the file.
10131 <P><UL>
10132 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10133 </UL>
10135 &lt;End of help on this topic&gt;
10136 </BODY>
10137 </HTML>
10138 ===== h_direct_config =====
10139 <HTML>
10140 <HEAD>
10141 <TITLE>SETUP LDAP DIRECTORY SERVERS SCREEN</TITLE>
10142 </HEAD>
10143 <BODY>
10144 <H1>SETUP LDAP DIRECTORY SERVERS SCREEN</H1>
10145 <H2>SETUP LDAP DIRECTORY SERVERS COMMANDS</H2>
10146 <!--chtml if pinemode="function_key"-->
10147 <PRE>
10148 Available  Commands                        
10149 -------------------------------            
10150 F1  Show Help Text                         
10151 F3  Back to MAIN Alpine menu                 
10152 F4  Change configuration for directory server  
10153 F5  Move to previous directory server          
10154 F6  Move to next directory server              
10155 F7  Previous page of directory servers         
10156 F8  Next page of directory servers
10157 F9  Add new directory server
10158 F10 Delete existing directory server
10159 F11 Shuffle the order of directory servers
10160 F12 Whereis (search directory server titles)   
10161 </PRE>
10162 <!--chtml else-->
10163 <PRE>
10164 Navigation                     General Alpine Commands
10165 -----------------------        ---------------------
10166  P  Prev Directory Server         ?  Display this help text
10167  N  Next Directory Server         E  Back to MAIN Alpine menu
10168  -  Previous page
10169 Spc (space bar) Next page
10170  W  WhereIs (search for word in directory server titles)
10172 Setup LDAP Directory Server Commands
10173 ------------------------------------------------
10174  A  Add new directory server      $  Shuffle the order of directory servers
10175  D  Delete existing dir server    C  Change configuration for highlighted server
10176 </PRE>
10177 <!--chtml endif-->
10179 <H2>Description of the Setup LDAP Directory Servers Screen</H2>
10181 This screen lets you add, delete, modify, or change the order of your
10182 directory servers. You may also set some optional behavior for each server.
10183 The &quot;Add Dir&quot; command brings up a blank form to 
10184 fill in. You will have to supply at least the name of the LDAP server.
10185 You will often have to supply a search base to be used with that server,
10186 as well. Once the form has been brought up on your screen, there is help
10187 available for each of the options you may set.
10189 The &quot;Del Dir&quot; command allows you to remove a directory server
10190 from your configuration.
10192 The &quot;Change&quot; command is similar to the &quot;Add Dir&quot; command.
10193 The difference is that instead of bringing up a form for a new server
10194 configuration, you are changing the configuration of an existing entry.
10195 For example, you might want to correct a typing error, change a
10196 nickname, or change one of the options set for that server.
10198 The &quot;Shuffle&quot; command is used to change the order of directory
10199 servers.
10200 <P><UL>
10201 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10202 </UL>
10204 &lt;End of help on this topic&gt;
10205 </BODY>
10206 </HTML>
10207 ============= h_address_display ========================
10208 <HTML>
10209 <HEAD>
10210 <TITLE>SEARCH RESULTS INDEX</TITLE>
10211 </HEAD>
10212 <BODY>
10213 <H1>SEARCH RESULTS INDEX</H1>
10214 This screen shows the results, if any, of your Directory Server search.  
10215 Commands (besides those for screen navigation) are:
10216 <DL>
10217 <DT>View
10218 <!--chtml if pinemode="function_key"-->
10219 (F4)
10220 <!--chtml else-->
10222 <!--chtml endif-->
10223 </DT>
10224 <DD>See the full information for the selected entry.
10226 <DT>Compose
10227 <!--chtml if pinemode="function_key"-->
10228 (F9)
10229 <!--chtml else-->
10231 <!--chtml endif--></DT>
10232 <DD>Compose a message with the selected entry as the recipient.
10234 <DT>Role
10235 <!--chtml if pinemode="function_key"-->
10236 (F2)
10237 <!--chtml else-->
10239 <!--chtml endif--></DT>
10240 <DD>Compose a message with the selected entry as the recipient. This differs
10241 from Compose in that you may select a role before beginning your composition.
10243 <DT>Forward
10244 <!--chtml if pinemode="function_key"-->
10245 (F10)
10246 <!--chtml else-->
10248 <!--chtml endif--></DT>
10249 <DD>Send the full information for the selected entry as an 
10250 email message to someone else.
10252 <DT>Save
10253 <!--chtml if pinemode="function_key"-->
10254 (F11)
10255 <!--chtml else-->
10257 <!--chtml endif-->
10258 </DT>
10259 <DD>Save to your address book:
10260 <UL>
10261 <LI>the result of the search (as just found through your query) for the 
10262 selected entry; or 
10263 <LI>the selected entry for repeated Directory Server searching when used 
10264 in the future.
10265 </UL>
10266 or<BR>
10267 Export to a file (external to Alpine):
10268 <UL>
10269 <LI>the full information for the selected entry; or
10270 <LI>the email address from the selected entry; or
10271 <LI>the selected entry in <A HREF="h_whatis_vcard">vCard</A> format.
10272 </UL>
10273 <DT>WhereIs
10274 <!--chtml if pinemode="function_key"-->
10275 (F12)
10276 <!--chtml else-->
10278 <!--chtml endif-->
10279 </DT>
10280 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10281 displayed text, not the full records for each entry.)  
10282 </DL>
10283 &lt;End of help on this topic&gt;
10284 </BODY>
10285 </HTML>
10286 ============= h_address_select ========================
10287 <HTML>
10288 <HEAD>
10289 <TITLE>SEARCH RESULTS INDEX</TITLE>
10290 </HEAD>
10291 <BODY>
10292 <H1>SEARCH RESULTS INDEX</H1>
10293 This screen shows the results, if any, of your Directory Server search.  
10294 Commands (besides those for screen navigation) are:
10295 <DL>
10296 <DT>Select
10297 </DT>
10298 <DD>Select this entry for use.
10300 <DT>ExitSelect
10301 <DD>Exit without selecting any of the entries.
10303 <DT>WhereIs
10304 </DT>
10305 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10306 displayed text, not the full records for each entry.)  
10307 </DL>
10308 &lt;End of help on this topic&gt;
10309 </BODY>
10310 </HTML>
10311 ===== h_folder_maint =====
10312 <HTML>
10313 <HEAD>
10314 <TITLE>Help for Folder List</TITLE>
10315 </HEAD>
10316 <BODY>
10317 <H1>FOLDER LIST COMMANDS</H1>
10318 <!--chtml if pinemode="function_key"-->
10319 <PRE>
10320 Available Commands -- Group 1        Available Commands -- Group 2
10321 -------------------------------      ------------------------------
10322 F1  Show Help Text                    F1  Show Help Text               
10323 F2  See commands in next group        F2  See commands in next group  
10324 F3  MAIN MENU Screen                  F3  Quit Alpine                    
10325 F4  Select folder and view it         F4  MAIN MENU Screen
10326 F5  Move to previous folder
10327 F6  Move to next folder               F6  Specify a folder to go to
10328 F7  Show previous screen of listing   F7  Show MESSAGE INDEX of current folder
10329 F8  Show next screen of listing       F8  Compose a message
10330 F9  Add a new folder                  F9  Print folder listing
10331 F10 Delete selected folder
10332 F11 Rename selected folder
10333 F12 Whereis (search folder names)
10335 Available Commands -- Group 3
10336 F1  Show Help Text
10337 F2  See commands in next group
10338 F5  Go to next new message
10339     (or count recent messages if <A HREF="h_config_tab_checks_recent"><!--#echo var="FEAT_tab-checks-recent"--></A> is set)
10340 F8  Compose a message using roles
10341 F9  Export folder to a file
10342 F10 Import the file back to a folder
10343 </PRE>
10344 <!--chtml else-->
10345 <PRE>
10346 Navigating the Folder Screen            Operations on the Selected Folder
10347 ----------------------------            ---------------------------------
10348  P   Move to previous folder              V  View Index of selected folder
10349  N   Move to next folder                  D  Delete
10350  -   Show previous page of listing        R  Rename
10351 Spc  (space bar) Show next page           E  Export to file
10352                                           U  Import from file to folder
10354 FOLDER LIST Screen Commands              General Alpine Command
10355 ---------------------------              ---------------------
10356  A  Add a folder                          O  Show all other available commands
10357  G  Specify a folder to go to             ?  Show Help text
10358  I  Show MESSAGE INDEX of current folder  M  MAIN MENU Screen
10359  W  Whereis (search folder names)         Q  Quit Alpine
10360  %  Print folder listing                  C  Compose a message
10361                                           #  Compose a message using roles
10362 </PRE>
10363 <!--chtml endif-->
10365 These commands are only available in the FOLDER LIST screen when the 
10366 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot; 
10367 feature</A> is set in the SETUP CONFIGURATION screen:<DL>
10368 <DT>Select:</DT>
10369 <DD>Select folders by certain criteria:<UL>
10370 <LI>All: of limited use, since there is no Apply command.
10371 <LI>by Property: <UL>
10372         <LI>folder contains messages not yet seen 
10373         <LI>folder contains new messages
10374         <LI>folder contains exactly as many, more, or fewer messages 
10375 than a given number
10376         </UL>
10377 <LI>by Text: <UL>
10378         <LI>contained in name of folder (Name Select)
10379         <LI>contained in messages in folder (Content Select)
10380         </UL>
10381 </UL></DD>
10383 <DT>Select current:</DT>
10384 <DD>Select the folder the cursor is on.  (Can be used to &quot;manually&quot; 
10385 add one or more folders to a set created with the Select command described 
10386 above.)</DD>
10387 <DT>Zoom mode:</DT>
10388 <DD>Toggles display of only selected folders or all folders on and off.</DD>
10389 </DL>
10391 If the feature
10392 <A HREF="h_config_tab_checks_recent">&quot;<!--#echo var="FEAT_tab-checks-recent"-->&quot;</A>
10393 is set then the TAB key will display the number of recent messages and
10394 the total number of messages in the highlighted folder.
10396 The &quot;Export&quot; command causes the lowest common denominator style
10397 mailbox to be written to a file.
10398 If the file already exists, you are asked if you want to delete it.
10399 If you say No, then the operation is aborted.
10400 Export might be a reasonable way to store a backup or an archival copy of
10401 a folder.
10402 The exported-to file is a local file on the system where you are running Alpine.
10403 The &quot;Import&quot; command is the opposite of the Export command.
10404 It reads a file created by Export and asks where it should save it in your
10405 folders.
10406 This could be a new folder or an existing folder.
10407 If the folder already exists, the messages from the exported file will be
10408 appended to the folder.
10410 <CENTER>Description of the FOLDER LIST Screen</CENTER>
10412 The purpose of the FOLDER LIST screen is to help you browse and manage
10413 the folders and directories (also known as &quot;hierarchy&quot;)
10414 contained within a collection.
10417 Folders and directories are arranged alphabetically across lines of
10418 the screen.  Directories, if present, are denoted by a special
10419 character at the end of the name known as the hierarchy delimiter
10420 (typically, &quot;/&quot;).  By default, folders and directories are
10421 mixed together.  The
10422 "<A HREF="h_config_fld_sort_rule"><!--#echo var="VAR_folder-sort-rule"--></A>"
10423 configuration option can be used to group directories toward the 
10424 beginning or end of the list.
10427 The Next/Prev Page commands help browse the list, the Next/Prev Fldr
10428 commands change the &quot;selected&quot; (i.e., highlighted) folder or
10429 directory, and the View Fldr/Dir commands will &quot;open&quot; the
10430 selected item.  Folder and directory management is provided via the
10431 Rename, Delete and Add commands.
10433 <P><CENTER>About Folders</CENTER>
10434 What are Folders?<P>
10436 Folders are simply files where messages are kept.  Every message has to be
10437 in a folder.  Most every Alpine user starts out with 3 folders: an INBOX, a
10438 folder for sent mail and a folder for saved messages.<P>
10440 You may create as many other folders as you wish.  They must be given
10441 names that can be filenames on the filesystem.  
10444 You can move messages from one folder to another by opening the original
10445 folder and saving messages into the other folder just as you can save
10446 message from your INBOX to any other folder.<P>
10448 Folders are typically just files in the filesystem.  However, the files
10449 that are
10450 folders have some special formatting in them (so that Alpine knows where one
10451 message ends and another begins) and should <EM>not</EM> be edited outside of
10452 Alpine.  If you want copies of your messages in text files that you can edit
10453 or otherwise manipulate, use the Export command to copy them from Alpine into
10454 your regular file area.
10457 FOR MORE INFORMATION: See the section on
10458 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
10460 <CENTER>About Directories</CENTER>
10462 A directory is simply a container used to group folders within a
10463 folder list.  You can create as many directories as you like.  And 
10464 directories can even contain directories themselves.
10467 SPECIAL NOTES: When accessing folders on an IMAP server, it is important
10468 to note that not all IMAP servers support directories.  If you find that
10469 the Add command fails to offer the &quot;Create Directory&quot; subcommand,
10470 then it's likely that directories are not supported by the server serving
10471 in that collection.
10474 Similarly, servers that do provide for directories may not do so in
10475 the same way.  On some servers, for example, each folder name you
10476 create is at the same time capable of being a directory.  When this
10477 happens, Alpine will display both the folder name and the name of the
10478 directory (with trailing hierarchy delimiter) in the folder list.
10481 Another issue with IMAP access, though with a much smaller set of servers,
10482 is that not all servers accept the request to list out the available
10483 folders and directories in the same way.  If you find yourself having
10484 trouble viewing folders on your server, you might investigate the
10485 &quot;<A HREF="h_config_lame_list_mode"><!--#echo var="FEAT_enable-lame-list-mode"--></A>&quot;
10486 feature.
10488 <UL>
10489 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10490 </UL>
10492 &lt;End of help on this topic&gt;
10493 </BODY>
10494 </HTML>
10495 ========= h_valid_folder_names ========
10496 <HTML>
10497 <HEAD>
10498 <TITLE>Explanation of Valid Folder Names</TITLE>
10499 </HEAD>
10500 <BODY>
10501 <H1>Folder Name Syntax Explained</H1>
10503 Once your folder collections are defined, you can usually refer to
10504 folders by their simple (unqualified) name, or pick from a FOLDER LIST
10505 display.  However, understanding the complete syntax for folder names,
10506 both local and remote, is handy when using the Goto command and when
10507 you are adding new folder collections via the Setups/collectionList screen.
10509 An Alpine folder name looks like
10512 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;]&lt;namespace-specific-part&gt;</SAMP></CENTER>
10515 The square brackets ([]) mean that the part is optional.
10518 If there is no remote-specification, then the folder name is interpreted
10519 locally on the computer running Alpine.
10520 Local folder names depend on the operating system used by the computer 
10521 running Alpine, as well as the configuration of that system.  For example,
10522 &quot;C:&#92;PINE&#92;FOLDERS&#92;OCT-94&quot; might exist on a PC, and
10523 &quot;~/mail/september-1994&quot; might be a reasonable folder name on a
10524 system running Unix.
10527 Alpine users have the option of using folders that are stored on some other
10528 computer.  Alpine accesses remote folders via IMAP (the Internet Message
10529 Access Protocol), or in the case of news, via NNTP (the Network News
10530 Transport Protocol).  To be able to access remote folders in Alpine, the
10531 remote host must be running the appropriate server software (imapd or
10532 nntpd) and you must correctly specify the name of the folder to Alpine,
10533 including the domain name of the remote machine. For example,
10535 <CENTER><SAMP>&#123;monet.art.example.com}INBOX</SAMP></CENTER>
10537 could be a remote folder specification, and so could
10539 <CENTER><SAMP>&#123;unixhost.art.example.com}~/mail/september-1994</SAMP></CENTER>
10542 <CENTER><SAMP>&#123;winhost.art.example.com}&#92;mymail&#92;SEP-94</SAMP></CENTER>
10544 Note that in the case of remote folders, the directory/file path in the specification is 
10545 determined by the operating system of the remote computer, <B>not</B> by
10546 the operating system of the computer on which you are running Alpine.
10548 As you can tell, the name of the computer is in &#123;} brackets
10549 followed immediately by the name of the folder.  (In each of these cases the
10550 optional namespace is missing.)  If, as in these
10551 examples, there is no remote access protocol specified, then IMAP is
10552 assumed.  Check
10553 <A HREF="h_folder_server_syntax">here</A>
10554 for a more detailed look at what options can be placed between the brackets.
10555 If there are no brackets at all, then the folder name is interpreted locally
10556 on the computer on which you are running Alpine.
10559 To the right of the brackets when a server name is present, or at the
10560 start of the foldername if no server is present, the sharp sign,
10561 &quot;#&quot;, holds special meaning.  It indicates a folder name
10562 outside the area reserved for your personal folders.  In fact, it's
10563 used to indicate both the name of the folder, and a special phrase
10564 telling Alpine how to interpret the name that follows.
10567 So, for example, Alpine can be used to access a newsgroup that might be 
10568 available on your computer using:
10570 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
10572 The sharp sign indicates the folder name is outside your personal
10573 folder area.  The &quot;news.&quot; phrase after it tells Alpine to 
10574 interpret the remainder of the name as a newsgroup.
10577 Similarly, to access a newsgroup on your IMAP server, you might
10578 use something like:
10580 <CENTER><SAMP>&#123;wharhol.art.example.com}#news.comp.mail.misc</SAMP></CENTER>
10583 There are a number of such special phrases (or &quot;namespaces&quot;)
10584 available.  For a more detailed explanation read about
10585 <A HREF="h_folder_name_namespaces">Namespaces</A>.
10588 Note that &quot;INBOX&quot; has special meaning in both local and remote folder
10589 names.  The name INBOX refers to your &quot;principal incoming
10590 message folder&quot; and will be mapped to the actual file name used for your
10591 INBOX on any given host.  Therefore, a name like
10592 &quot;&#123;xxx.art.example.com}INBOX&quot; refers to whatever file is used to
10593 store incoming mail for you on that particular host.
10596 &lt;End of help on this topic&gt;
10597 </BODY>
10598 </HTML>
10599 ======= h_folder_name_namespaces =======
10600 <HTML>
10601 <HEAD>
10602 <TITLE>FOLDER NAME NAMESPACES EXPLAINED</TITLE>
10603 </HEAD>
10604 <BODY>
10605 <H1>Folder Name Namespaces Explained</H1>
10607 An Alpine folder name looks like
10610 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;][&lt;namespace-specific-part&gt;]</SAMP></CENTER>
10613 The local part of a folder name has an optional &quot;Namespace&quot; which
10614 tells Alpine how to interpret the rest of the name.
10616 <P> 
10617 By default the folder name is interpreted as defining a section of your personal
10618 folder area.  This area and how you specify it are defined by the
10619 server, if one is specified, or, typically, the home
10620 directory, if no server is defined.
10623 If a namespace is specified, it begins with the
10624 sharp, &quot;#&quot;, character followed by the name of the namespace
10625 and then the namespace's path-element-delimiter.  Aside from the
10626 path's format, namespaces can also imply access rights, content
10627 policy, audience, location, and, occasionally, access methods.
10630 Each server exports its own set (possibly of size one) of 
10631 namespaces.  Hence, it's likely communication with your server's
10632 administrator will be required for specific configurations.  Some of
10633 the more common namespaces, however, include:
10635 <DL>
10636 <DT>#news.</DT>
10637 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
10638 names are hierarchically defined with each level delimited by a period.
10640 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
10642 </DD>
10643 <DT>#public/</DT>
10644 <DD>This specifies a folder area that the server may export to the general
10645 public.
10646 </DD>
10647 <DT>#shared/</DT>
10648 <DD>This specifies a folder area that the server may export to groups
10649 of users.
10650 </DD>
10651 <DT>#ftp/</DT>
10652 <DD>This specifies a folder area that is the same as that it may have 
10653 exported via the &quot;File Transfer Protocol&quot;.
10654 </DD>
10655 <DT>#mh/</DT>
10656 <DD>This specifies the personal folder area associated with folders
10657 and directories that were created using the MH message handling system.
10658 </DD>
10659 <DT>#move/</DT>
10660 <DD>This namespace is interpreted locally by Alpine. It has an unusual interpretation and format.
10662 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
10664 The #move namespace is followed by two folder names separated by a delimiter
10665 character.
10666 The delimiter character may be any character that does not appear in
10667 the MailDropFolder name.
10668 The meaning of #move is that mail will be copied from the MailDropFolder to
10669 the DestinationFolder and then deleted (if possible) from the MailDropFolder.
10670 Periodic checks at frequency
10671 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A>, but with a minimum
10672 time between checks set by
10673 <A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>,
10674 are made for new mail arriving in the MailDropFolder.
10675 An example that copies mail from a POP inbox to a local folder follows
10677 <CENTER><SAMP>#move+{popserver.example.com/pop3/ssl}inbox+local folder</SAMP></CENTER>
10679 To you it appears that mail is being delivered to the local folder when it
10680 is copied from the MailDropFolder, and you read mail from the local folder.
10682 Note that if the DestinationFolder does not exist then the messages are not
10683 copied from the MailDropFolder.
10684 A #move folder may only be used as an
10685 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
10686 an Inbox.
10687 When you are in the FOLDER LIST of Incoming Message Folders (after turning
10688 on the
10689 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
10690 option)
10691 the Add command has a subcommand &quot;Use Mail Drop&quot;
10692 which may be helpful for defining the folder in your Alpine configuration.
10693 The same is true when you edit the
10694 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
10695 option in Setup/Config.
10696 Each of these configuration methods will also create the DestinationFolder
10697 if it doesn't already exist.
10698 If you are having problems, make sure the DestinationFolder exists.
10699 You may find some more useful information about Mail Drops at
10700 <A HREF="h_maildrop">What is a Mail Drop?</A>.
10701 </DD>
10702 </DL>
10705 In addition, the server may support access to other user's folders,
10706 provided you have suitable permissions.  Common methods use a prefix
10707 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
10708 indicate the root of the other user's folder area.
10711 No, nothing's simple.
10714 &lt;End of help on this topic&gt;
10715 </BODY>
10716 </HTML>
10717 ============= h_whatis_vcard ========================
10718 <HTML>
10719 <HEAD>
10720 <TITLE>VCARD EXPLAINED</TITLE>
10721 </HEAD>
10722 <BODY>
10723 <H1>What is the vCard format?</H1>
10724 A &quot;vCard&quot; is a sort of electronic business card, for exchanging 
10725 information about and among people and organizations electronically.  
10726 More information about vCard can be found (as of May 1998) on the WWW site 
10727 of the Internet Mail Consortium at the URL:
10729 <CENTER><A HREF="http://www.imc.org/pdi/">http://www.imc.org/pdi/</A></CENTER>
10731 &lt;End of help on this topic&gt;
10732 </BODY>
10733 </HTML>
10734 ===== h_folder_open =====
10735 <HTML>
10736 <HEAD>
10737 <TITLE>Explanation of Folder Selection</TITLE>
10738 </HEAD>
10739 <BODY>
10740 <BR>
10741 <BR>
10742 This screen is designed to allow you to quickly and easily survey your
10743 folders and select one to open.
10744 <!--chtml if pinemode="function_key"-->
10745 <PRE>
10746 Navigating the List of Folders             General Alpine Commands
10747 ------------------------------             ---------------------
10748  P   Move to previous folder               ?   Show this help text
10749  N   Move to next folder
10750  -   Show previous screen of folders
10751 Spc  (space bar) Show next screen
10752  W   WhereIs (search folder names)
10754 Folder Selection Commands
10755 -------------------------
10756  E   Exit the Folder Select menu (without selecting a folder)
10757  S   Select the currently highlighted folder
10758 </PRE>
10759 <!--chtml else-->
10760 <PRE>
10761 Navigating the List of Folders             General Alpine Commands
10762 ------------------------------             ---------------------
10763 F5   Move to previous folder               F1  Show this help text
10764 F6   Move to next folder
10765 F7   Show previous screen of folders
10766 F8   Show next screen of folders
10767 F12  WhereIs (search folder names)
10769 Folder Selection Commands
10770 -------------------------
10771 F3   Exit the Folder Select menu (without selecting a folder)
10772 F4   Select the currently highlighted folder
10773 </PRE>
10774 <!--chtml endif-->
10776 FOR MORE INFORMATION: See the section on
10777 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
10779 &lt;End of help on this topic&gt;
10780 </BODY>
10781 </HTML>
10782 ===== h_folder_subscribe =====
10783 <HTML>
10784 <HEAD>
10785 <TITLE>Newsgroup Subcribe Screen explained</TITLE>
10786 </HEAD>
10787 <BODY>
10788 <H1>FOLDER SUBSCRIBE HELP</H1>
10790 This screen is designed to help you subscribe to newsgroups you are
10791 not currently subscribed to.  The screen display is a list of all
10792 available newsgroups (or possibly a partial list if you specified a
10793 partial name when entering the screen).  Groups you have already
10794 subscribed to have the letters &quot;SUB&quot; next to them.  You may
10795 select a single new group to subscribe to by moving the cursor to that
10796 group and pressing &quot;S&quot; or carriage return.  Alternatively,
10797 you may change into ListMode with the &quot;ListMode&quot; command.
10798 The display will change slightly so that each group has a checkbox in
10799 front of it.  Use the cursor and the Set/Unset command to place an
10800 &quot;X&quot; in front of each newsgroup you wish to subscribe to.
10803 When you are finished marking groups, the &quot;Subscribe&quot;
10804 command will subscribe you to those groups you have marked.  Note, you
10805 may not unsubscribe to groups with this command.  Instead of the
10806 &quot;A&quot; &quot;Subscribe&quot; command, use the &quot;D&quot;
10807 UnSbscrbe command.
10810 <!--chtml if pinemode="function_key"-->
10811 <PRE>
10812 Navigating the List of Newsgroups          General Alpine Commands
10813 ---------------------------------          ---------------------
10814 F5   Move to previous group                F1   Show this help text
10815 F6   Move to next group
10816 F7   Show previous screen of groups
10817 F8   Show next screen of groups
10818 F12  WhereIs (search group names)
10819 F9   Use ListMode
10821 Group Selection Commands
10822 -------------------------
10823 F3  Exit the News Subscribe menu (without selecting any groups)
10824 F4  Subscribe to the currently highlighted newsgroup
10825 </PRE>
10826 <!--chtml else-->
10827 <PRE>
10828 Navigating the List of Newsgroups          General Alpine Commands
10829 ---------------------------------          ---------------------
10830  P   Move to previous group                ?   Show this help text
10831  N   Move to next group
10832  -   Show previous screen of groups
10833 Spc  (space bar) Show next screen
10834  W   WhereIs (search group names)
10835  L   Use ListMode
10837 Group Selection Commands
10838 -------------------------
10839  E   Exit the News Subscribe menu (without selecting any groups)
10840  S   Subscribe to the currently highlighted newsgroup
10841 </PRE>
10842 <!--chtml endif-->
10844 When in ListMode, there is an additional command for marking groups to
10845 subscribe to:
10847 <!--chtml if pinemode="function_key"-->
10848 <PRE>
10849 ListMode Commands
10850 -------------------------
10851 F9  Set or unset the highlighted group
10852 </PRE>
10853 <!--chtml else-->
10854 <PRE>
10855 ListMode Commands
10856 -------------------------
10857 X   Set or unset the highlighted group
10858 </PRE>
10859 <!--chtml endif-->
10861 &lt;End of help on this topic&gt;
10862 </BODY>
10863 </HTML>
10864 ===== h_folder_postnews =====
10865 <HTML>
10866 <HEAD>
10867 <TITLE>Newsgroup selecting for Posting explained</TITLE>
10868 </HEAD>
10869 <BODY>
10870 This screen is designed to allow you to quickly and easily survey
10871 the available newsgroups and select one to post news to.
10873 <!--chtml if pinemode="function_key"-->
10874 <PRE>
10875 Navigating the List of Newsgroups          General Alpine Commands
10876 ---------------------------------          ---------------------
10877 F5   Move to previous group                F1  Show this help text
10878 F6   Move to next group
10879 F7   Show previous screen of groups
10880 F8   Show next screen of groups
10881 F12  WhereIs (search group names)
10883 Group Selection Commands
10884 -------------------------
10885 F3   Exit the Selection menu (without selecting a group)
10886 F4   Select the currently highlighted newsgroup
10887 </PRE>
10888 <!--chtml else-->
10889 <PRE>
10890 Navigating the List of Newsgroups          General Alpine Commands
10891 ---------------------------------          ---------------------
10892  P   Move to previous group                ?  Show this help text
10893  N   Move to next group
10894  -   Show previous screen of groups
10895 Spc  (space bar) Show next screen of groups
10896  W   WhereIs (search group names)
10898 Group Selection Commands
10899 -------------------------
10900  E   Exit the Selection menu (without selecting a group)
10901  S   Select the currently highlighted newsgroup
10902 </PRE>
10903 <!--chtml endif-->
10905 &lt;End of help on this topic&gt;
10906 </BODY>
10907 </HTML>
10908 ===== h_folder_save =====
10909 <HTML>
10910 <HEAD>
10911 <TITLE>Folder Select for Save Explained</TITLE>
10912 </HEAD>
10913 <BODY>
10914 This screen is designed to allow you to quickly and easily survey your
10915 folders and select one to use for saving the current message.
10918 <!--chtml if pinemode="function_key"-->
10919 <PRE>
10920 Navigating the List of Folders             General Alpine Commands
10921 ------------------------------             ---------------------
10922 F5   Move to previous folder               F1  Show this help text
10923 F6   Move to next folder
10924 F7   Show previous screen of folders
10925 F8   Show next screen of folders
10926 F12  WhereIs (search folder names)
10928 Folder Selection Commands
10929 -------------------------
10930 F3   Exit the Folder Select menu (without selecting a folder)
10931 F4   Select the currently highlighted folder
10932 F11  AddNew folder (just like Select, but you type in a new folder name)
10933 </PRE>
10934 <!--chtml else-->
10935 <PRE>
10936 Navigating the List of Folders             General Alpine Commands
10937 ------------------------------             ---------------------
10938  P   Move to previous folder               ?  Show this help text
10939  N   Move to next folder
10940  -   Show previous screen of folders
10941 Spc  (space bar) Show next screen of folders
10942  W   WhereIs (search folder names)
10944 Folder Selection Commands
10945 -------------------------
10946  E   Exit the Folder Select menu (without selecting a folder)
10947  S   Select the currently highlighted folder
10948  A   AddNew folder (just like Select, but you type in a new folder name)
10949 </PRE>
10950 <!--chtml endif-->
10952 FOR MORE INFORMATION: See the section on
10953 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
10955 &lt;End of help on this topic&gt;
10956 </BODY>
10957 </HTML>
10958 ===== h_folder_fcc =====
10959 <HTML>
10960 <HEAD>
10961 <TITLE>Folder Select for Fcc Explained</TITLE>
10962 </HEAD>
10963 <BODY>
10964 This screen is designed to allow you to quickly and easily survey your
10965 folders and select one to use as the file carbon copy (fcc) for the
10966 current message.
10969 <!--chtml if pinemode="function_key"-->
10970 <PRE>
10971 Navigating the List of Folders             General Alpine Commands
10972 ------------------------------             ---------------------
10973 F5   Move to previous folder               F1  Show this help text
10974 F6   Move to next folder
10975 F7   Show previous screen of folders
10976 F8   Show next screen of folders
10977 F12  WhereIs (search folder names)
10979 Folder Selection Commands
10980 -------------------------
10981 F3   Exit the Folder Select menu (without selecting a folder)
10982 F4   Select the currently highlighted folder
10983 F11  AddNew folder (just like Select, but you type in a new folder name)
10984 </PRE>
10985 <!--chtml else-->
10986 <PRE>
10987 Navigating the List of Folders             General Alpine Commands
10988 ------------------------------             ---------------------
10989  P   Move to previous folder               ?  Show this help text
10990  N   Move to next folder
10991  -   Show previous screen of folders
10992 Spc  (space bar) Show next screen of folders
10993  W   WhereIs (search folder names)
10995 Folder Selection Commands
10996 -------------------------
10997  E   Exit the Folder Select menu (without selecting a folder)
10998  S   Select the currently highlighted folder
10999  A   AddNew folder (just like Select, but you type in a new folder name)
11000 </PRE>
11001 <!--chtml endif-->
11003 FOR MORE INFORMATION: See the section on
11004 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11006 &lt;End of help on this topic&gt;
11007 </BODY>
11008 </HTML>
11009 ===== h_folder_pattern_roles =====
11010 <HTML>
11011 <HEAD>
11012 <TITLE>Folder Select for Current Folder Explained</TITLE>
11013 </HEAD>
11014 <BODY>
11015 This screen is designed to allow you to quickly and easily survey your
11016 folders and select one to use as the specific Current Folder
11017 in a Pattern.
11020 <!--chtml if pinemode="function_key"-->
11021 <PRE>
11022 Navigating the List of Folders             General Alpine Commands
11023 ------------------------------             ---------------------
11024 F5   Move to previous folder               F1  Show this help text
11025 F6   Move to next folder
11026 F7   Show previous screen of folders
11027 F8   Show next screen of folders
11028 F12  WhereIs (search folder names)
11030 Folder Selection Commands
11031 -------------------------
11032 F3   Exit the Folder Select menu (without selecting a folder)
11033 F4   Select the currently highlighted folder
11034 F11  AddNew folder (just like Select, but you type in a new folder name)
11035 </PRE>
11036 <!--chtml else-->
11037 <PRE>
11038 Navigating the List of Folders             General Alpine Commands
11039 ------------------------------             ---------------------
11040  P   Move to previous folder               ?  Show this help text
11041  N   Move to next folder
11042  -   Show previous screen of folders
11043 Spc  (space bar) Show next screen of folders
11044  W   WhereIs (search folder names)
11046 Folder Selection Commands
11047 -------------------------
11048  E   Exit the Folder Select menu (without selecting a folder)
11049  S   Select the currently highlighted folder
11050  A   AddNew folder (just like Select, but you type in a new folder name)
11051 </PRE>
11052 <!--chtml endif-->
11054 FOR MORE INFORMATION: See the section on
11055 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11057 &lt;End of help on this topic&gt;
11058 </BODY>
11059 </HTML>
11060 ===== h_folder_stayopen_folders =====
11061 <HTML>
11062 <HEAD>
11063 <TITLE>Folder Select Explained</TITLE>
11064 </HEAD>
11065 <BODY>
11066 This screen is designed to allow you to quickly and easily survey your
11067 folders and select one to use as a Stay-Open folder.
11070 <!--chtml if pinemode="function_key"-->
11071 <PRE>
11072 Navigating the List of Folders             General Alpine Commands
11073 ------------------------------             ---------------------
11074 F5   Move to previous folder               F1  Show this help text
11075 F6   Move to next folder
11076 F7   Show previous screen of folders
11077 F8   Show next screen of folders
11078 F12  WhereIs (search folder names)
11080 Folder Selection Commands
11081 -------------------------
11082 F3   Exit the Folder Select menu (without selecting a folder)
11083 F4   Select the currently highlighted folder
11084 F11  AddNew folder (just like Select, but you type in a new folder name)
11085 </PRE>
11086 <!--chtml else-->
11087 <PRE>
11088 Navigating the List of Folders             General Alpine Commands
11089 ------------------------------             ---------------------
11090  P   Move to previous folder               ?  Show this help text
11091  N   Move to next folder
11092  -   Show previous screen of folders
11093 Spc  (space bar) Show next screen of folders
11094  W   WhereIs (search folder names)
11096 Folder Selection Commands
11097 -------------------------
11098  E   Exit the Folder Select menu (without selecting a folder)
11099  S   Select the currently highlighted folder
11100  A   AddNew folder (just like Select, but you type in a new folder name)
11101 </PRE>
11102 <!--chtml endif-->
11104 FOR MORE INFORMATION: See the section on
11105 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11107 &lt;End of help on this topic&gt;
11108 </BODY>
11109 </HTML>
11110 ===== h_folder_action_roles =====
11111 <HTML>
11112 <HEAD>
11113 <TITLE>Folder Select Explained</TITLE>
11114 </HEAD>
11115 <BODY>
11116 This screen is designed to allow you to quickly and easily survey your
11117 folders and select one to use as the folder into which messages
11118 matching this filter will be moved.
11121 <!--chtml if pinemode="function_key"-->
11122 <PRE>
11123 Navigating the List of Folders             General Alpine Commands
11124 ------------------------------             ---------------------
11125 F5   Move to previous folder               F1  Show this help text
11126 F6   Move to next folder
11127 F7   Show previous screen of folders
11128 F8   Show next screen of folders
11129 F12  WhereIs (search folder names)
11131 Folder Selection Commands
11132 -------------------------
11133 F3   Exit the Folder Select menu (without selecting a folder)
11134 F4   Select the currently highlighted folder
11135 F11  AddNew folder (just like Select, but you type in a new folder name)
11136 </PRE>
11137 <!--chtml else-->
11138 <PRE>
11139 Navigating the List of Folders             General Alpine Commands
11140 ------------------------------             ---------------------
11141  P   Move to previous folder               ?  Show this help text
11142  N   Move to next folder
11143  -   Show previous screen of folders
11144 Spc  (space bar) Show next screen of folders
11145  W   WhereIs (search folder names)
11147 Folder Selection Commands
11148 -------------------------
11149  E   Exit the Folder Select menu (without selecting a folder)
11150  S   Select the currently highlighted folder
11151  A   AddNew folder (just like Select, but you type in a new folder name)
11152 </PRE>
11153 <!--chtml endif-->
11155 FOR MORE INFORMATION: See the section on
11156 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11158 &lt;End of help on this topic&gt;
11159 </BODY>
11160 </HTML>
11161 ===== h_abook_config =====
11162 <HTML>
11163 <HEAD>
11164 <TITLE>SETUP ADDRESS BOOKS SCREEN</TITLE>
11165 </HEAD>
11166 <BODY>
11167 <H1>SETUP ADDRESS BOOKS SCREEN</H1>
11168 <H2>SETUP ADDRESS BOOKS COMMANDS</H2>
11169 <!--chtml if pinemode="function_key"-->
11170 <PRE>
11171 Available  Commands                        
11172 -------------------------------            
11173 F1  Show Help Text                         
11174 F3  Back to MAIN Alpine menu                 
11175 F4  Change configuration for address book  
11176 F5  Move to previous address book          
11177 F6  Move to next address book              
11178 F7  Previous page of address books         
11179 F8  Next page of address books             
11180 F9  Add new address book                   
11181 F10 Delete existing address book           
11182 F11 Shuffle the order of address books     
11183 F12 Whereis (search address book titles)   
11184 </PRE>
11185 <!--chtml else-->
11186 <PRE>
11187 Navigation                     General Alpine Commands
11188 -----------------------        ---------------------
11189  P  Prev Address Book             ?  Display this help text
11190  N  Next Address Book             E  Back to MAIN Alpine menu
11191  -  Previous page
11192 Spc (space bar) Next page
11193  W  WhereIs (search for word in address book titles)
11195 Setup Address Books Commands
11196 ------------------------------------------------
11197  A  Add new address book          $  Shuffle the order of address books
11198  D  Delete existing address book  C  Change configuration for address book
11199 </PRE>
11200 <!--chtml endif-->
11202 <H2>Description of the Setup Address Books Screen</H2>
11204 This screen lets you add, delete, modify, or change the order of your
11205 address books.  The &quot;Add Abook&quot; command brings up a blank form to 
11206 fill in.  If you are adding a remote address book on an IMAP server
11207 you should fill in the name of the IMAP server.  Otherwise, leave
11208 that field blank.  (Note that remote IMAP address books are an Alpine
11209 concept and are unlikely to interoperate with other mail clients.)
11210 For a remote address book, fill in the name of the remote folder
11211 in the Folder field.  This should be a folder that is used only for
11212 this one purpose, not a general purpose folder you expect to store
11213 messages in.
11214 <P>If you are adding a local address book, fill in the
11215 Folder Name field with a local file name (e.g., .addressbook).
11217 <B>Please note:</B> Remote address books stored on an IMAP server are 
11218 of an entirely different format (namely, a special-purpose 
11219 &quot;mail folder&quot;) than that of the local addressbook familiar 
11220 to Alpine users.  Therefore, 
11221 you cannot use &quot;add a remote address book&quot; to make an existing 
11222 Alpine .addressbook file you may have on a remote IMAP server accessible to 
11223 Alpine running on a different host.  
11226 The &quot;Del Abook&quot; command allows you to remove an address book
11227 from your configuration.  It will also ask you if you wish to remove
11228 the data for that address book, which would erase all traces of the
11229 address book if you answer Yes.
11232 The &quot;Change&quot; command is similar to the &quot;Add Abook&quot; command.
11233 The difference is that instead of adding a new address book to your
11234 configuration, you are changing the configuration of an existing entry.
11235 For example, you might want to correct a typing error or change a
11236 nickname.  The &quot;Change&quot; command is not a move command.  If you
11237 change the folder name or server name the data will not be moved for you.
11240 The &quot;Shuffle&quot; command is used for two purposes.  If you shuffle
11241 an address book toward another address book in the same group then
11242 the order of those two address books will be swapped.  If you shuffle
11243 the last Personal address book down towards the Global address book
11244 section, it will become a Global address book.  If you shuffle
11245 the first Global address book up it will become a Personal address
11246 book.  The main difference between Personal and Global address
11247 books is that Global address books are forced read-only.
11248 <P><UL>
11249 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11250 </UL>
11252 &lt;End of help on this topic&gt;
11253 </BODY>
11254 </HTML>
11255 ===== h_abook_top =====
11256 <HTML>
11257 <HEAD>
11258 <TITLE>ADDRESS BOOK LIST COMMANDS</TITLE>
11259 </HEAD>
11260 <BODY>
11261 <H1>ADDRESS BOOK LIST COMMANDS</H1>
11262 <!--chtml if pinemode="function_key"-->
11263 <PRE>
11264 Available  Commands -- Group 1         Available Commands -- Group 2
11265 -------------------------------        ------------------------------
11266 F1  Show Help Text                      F1  Show Help Text
11267 F2  See commands in next group          F2  See commands in next group
11268 F3  Exit to MAIN MENU                   F3  Quit Alpine
11269 F4  View/Edit selected address book
11270 F5  Move to previous address book       F5  FOLDER LIST screen
11271 F6  Move to next address book           F6  Specify a folder to go to
11272 F7  Previous page                       F7  MESSAGE INDEX screen
11273 F8  Next page                           F9  Print list of address books
11274 F12 Whereis (search for word)
11275 </PRE>
11276 <!--chtml else-->
11277 <PRE>
11278 Navigation                       General Alpine Commands
11279 -----------------------          ---------------------
11280  P  Previous Entry                ?  Display this help text
11281  N  Next Entry                    O  Show all other available commands
11282  -  Previous page                 &lt;  Back to MAIN Alpine menu
11283 Spc (space bar) Next page         Q  Quit Alpine
11284  W  WhereIs (search for word)     L  FOLDER LIST screen
11285                                   G  Specify a folder to go to
11286 Address Book Commands             I  MESSAGE INDEX screen
11287 ------------------------------------------------
11288  &gt;  View/Edit selected address book
11289               or
11290  &gt;  Search on selected directory server
11292  %  Print list of address books and directory servers
11293 </PRE>
11294 <!--chtml endif-->
11296 <H2>Description of the Address Book List Screen</H2>
11298 From this screen you may choose which address book you wish to view
11299 or edit. For more information on address books, view one of your
11300 address books (with
11301 <!--chtml if pinemode="function_key"-->
11303 <!--chtml else-->
11304 &quot;&gt;&quot;
11305 <!--chtml endif-->)
11306 and see the Help Text there.<P>
11308 You may also choose a directory server on which to search for entries.
11309 You do that by highlighting the directory server line and using
11310 <!--chtml if pinemode="function_key"-->
11312 <!--chtml else-->
11313 &quot;&gt;&quot;
11314 <!--chtml endif-->.<P>
11316 If you wish to define new address books or directory servers go to the Main
11317 menu and choose Setup. You may then either choose to setup AddressBooks or
11318 Directory (among other things). It's possible that the Directory option
11319 will not be there if the Alpine you are using does not contain LDAP directory
11320 lookup functionality.
11322 <P><UL>
11323 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11324 </UL><P>
11325 &lt;End of help on this topic&gt;
11326 </BODY>
11327 </HTML>
11328 ===== h_abook_opened =====
11329 <HTML>
11330 <HEAD>
11331 <TITLE>THE ALPINE ADDRESS BOOK</TITLE>
11332 </HEAD>
11333 <BODY>
11334 <H1>THE ALPINE ADDRESS BOOK</H1>
11335 <H2>ADDRESS BOOK COMMANDS</H2>
11336 <PRE>
11337 <!--chtml if pinemode="function_key"-->
11338 Available  Commands -- Group 1         Available Commands -- Group 2   
11339 -------------------------------        ------------------------------  
11340 F1  Show Help Text                      F1  Show Help Text             
11341 F2  See commands in next group          F2  See commands in next group
11342 F3  Exit this screen                    F3  Quit Alpine                  
11343 F4  View/Edit selected entry            F4  Go to MAIN MENU screen     
11344 F5  Move to previous entry              F5  FOLDER LIST screen         
11345 F6  Move to next entry                  F6  Specify a folder to go to  
11346 F7  Previous page of address book       F7  MESSAGE INDEX screen        
11347 F8  Next page of address book           F8  Compose to entry using roles
11348 F9  Add new entry to address book       F9  Print address book         
11349 F10 Delete selected entry               F10 TakeAddr to another addrbook
11350 F11 Compose to selected entry           F11 Save or Export addrbook selections
11351 F12 Whereis (search address book)       F12 Forward entry by mail       
11353 Available Commands -- Group 3                                           
11354 ------------------------------                                          
11355 F3  Select                              F6  Zoom (or unZoom)            
11356 F5  Select Current                      F7  Apply Command to Selection  
11357 <!--chtml else-->
11358 Address Book Navigation        General Alpine Commands
11359 -----------------------        ---------------------
11360  P  Prev Address                  ?  Display this help text
11361  N  Next Address                  O  Show all other available commands
11362  -  Previous page of address book M  Back to MAIN MENU
11363 Spc (space bar) Next page         Q  Quit Alpine
11364  W  WhereIs (search for word      C  Compose message to selected addr
11365      or name in address book)     #  Compose to addr using roles
11366  &lt;  To List of Address Books if   L  FOLDER LIST screen
11367      more than one, else to MAIN  G  Specify a folder to go to
11368                                   I  MESSAGE INDEX screen
11370 Address Book Commands
11371 ----------------------------------------------------
11372  &gt;  View/Update selected entry    D  Delete selected entries
11373  %  Print address book            S  Save or Export address book selections
11374  F  Forward entries by mail       @  Add new entry to address book
11376  ;  Select command                Z  Toggle Zoom Mode
11377  :  Select highlighted entry      A  Apply command to selected entries
11379 <!--chtml endif-->
11380 </PRE>
11381 Note:  The presence or absence of the final four commands above is
11382 controlled by the option 
11383 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>.
11386 <H2>Description of the Address Book Screen</H2>
11388 This screen lets you edit and manage entries in your address book.  It
11389 also acts as a short-cut for composing messages to people in the address
11390 book.  When, from this screen, you press <!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;C&quot;<!--chtml endif--> for ComposeTo, the
11391 message starts &quot;pre-addressed&quot; to whatever address book entry is
11392 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
11393 role to use in your composition.
11395 Alpine's address book helps you keep a list of addresses you send email to so
11396 you do not have to remember addresses that are often complex.  Each entry
11397 in the address book has five fields, all of them optional.  The three
11398 elements that are usually visible on the ADDRESS BOOK display, are: <DL>
11400         <P><DT>NICKNAME: <DD>A short easy-to-remember label to identify the entry.
11401         This is what you type in as you are addressing the message in the
11402         composer.  If there is a matching entry in your address book(s),
11403         Alpine will extract the corresponding FullName and Address fields to
11404         generate the actual address for your message.
11406         <P><DT>FULLNAME: <DD>A longer field where you can put the full name 
11407 of the
11408         person or organization.  Usually the full names are put in last
11409         name first so they sort nicely in alphabetical order.  Whatever
11410         you put as the name here will appear on the message when it is
11411         finally delivered.  Examples:<PRE>
11412            Garcia Marquez, Gabriel
11413            Henscheid, Eckhard
11414            Alpine-Info mailing list
11415            Library materials renewal requests
11416            Kim An-guk
11417            &quot;George III, King of Great Britain, 1738-1820&quot;
11418 </PRE>
11419 (In the second-to-last example, no comma is used in the name so that 
11420 the family name appears first in the address book and when the entry is 
11421 used in the composer.
11422 In the last example, retaining the commas is intended; 
11423 double-quotation marks surround the name to 
11424 prevent the transposition of its parts when the entry is used in 
11425 the composer.)
11427         <P><DT>ADDRESS: <DD>This is the actual email address itself.  This must be
11428         a valid Internet address that conforms to the Internet message
11429         header standard, RFC-822.  (See also <A HREF="h_address_format">Explanation of Address formats</A>.)</DL>
11431 The two fields that aren't usually visible are:<DL>
11433   <P><DT>FCC: <DD>The name of the folder you would like a copy of any outgoing
11434         message to this address to be saved in.  If this field is set, and
11435         this address is the first one in the message's To: header, then
11436         Alpine will use this folder name for the FCC in lieu of the normal
11437         FCC folder name.
11439   <P><DT>COMMENTS: <DD>This field contains arbitrary text for your convenience.
11440         </DL>
11442 Due to screen width limitations, these last two fields do not show up in
11443 the normal ADDRESS BOOK display.  You may select the 
11444 &quot;View/Update&quot; command to
11445 view or modify them.  You may use the configuration variable
11446 <A HREF="h_config_abook_formats">&quot;<!--#echo var="VAR_addressbook-formats"-->&quot;</A>
11447 to add these fields to your ADDRESS BOOK 
11448 display, or to modify the format of the display.
11450 <H2>Sorting the Address book</H2>
11452 By default, address book entries are sorted alphabetically on the full
11453 name with distribution lists sorted to the end.  Sorting can be changed by
11454 resetting the address book sort rule in the Alpine SETUP CONFIGURATION screen
11455 --assuming you have &quot;write&quot; permission for the address book file.
11457 Unlike the sorting of folders (which only changes presentation), sorting an
11458 address book actually changes the file as it is kept on the computer.  For
11459 this reason you won't be able to sort a shared or system-wide address
11460 book.
11462 <H2>Adding New Entries</H2>
11464 The easiest way to add new entries to your address book is to use the
11465 &quot;TakeAddr&quot; command when viewing a message.
11466 This command allows you to take addresses from the header and body of the
11467 message and put them into your address book, without having to type
11468 them in.
11471 To manually add a new entry from within the address book screen, use the AddNew
11472 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->&quot;@&quot;<!--chtml endif-->) command.
11473 Use this command both for adding a simple alias and for adding a
11474 distribution list.
11476 <H2>Distribution Lists</H2>
11478 Address book entries can be simple cases of aliases (a single nickname is linked
11479 to a single email address) or distribution lists (a single nickname
11480 pointing at more than one email address).  Each distribution list has a
11481 nickname, a full name and a list of addresses.  The addresses may be
11482 actual addresses or they may be other nicknames in your address book.
11483 They may even refer to other distribution lists.
11484 There's really no difference between a simple alias and a distribution list,
11485 other than the number of addresses.
11486 Therefore, you can turn a simple alias with one address into a distribution
11487 list simply by adding more addresses.
11488 To add entries to an existing list or alias
11489 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
11490 a single address from the list if the cursor is placed on the address;
11491 it will delete the entire distribution list if the cursor is on the
11492 nickname/fullname line.  View/Update may also be used to delete addresses
11493 from a list.
11495 Address field entries in distribution lists may take any one of three
11496 forms: a nickname existing in any of the defined address books, a normal
11497 address of the form &quot;jsmith@art.example.com&quot;, or a complete
11498 fullname/address combination, e.g. &quot;John Smith
11499 &lt;jsmith@art.example.com&gt;&quot;.
11501 Distribution lists in Alpine address books can only be used by the person or
11502 people who have access to that address book.  They are not usually used to
11503 implement discussion groups, but can be used to facilitate small
11504 discussion groups if all the participants have access to the same shared
11505 address book.
11507 <H2>FCC and Comments</H2>
11509 As mentioned above, each entry in the address book also has two other optional
11510 fields, Fcc and Comments.  The command to look at or change either of these
11511 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
11512 Comments field is just for your own use.  The Fcc field overrides the
11513 default Fcc if this address is the first one on the To line.  The WhereIs
11514 command may be used to search for particular strings in the address book,
11515 including fields that are not visible (like Comment and Fcc by default).
11517 <H2>Aggregate Operations</H2>
11519 If the feature
11520 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
11521 is turned on (the default), then the four commands &quot;Select&quot;,
11522 &quot;Select Current&quot;, &quot;Zoom&quot;, and &quot;Apply&quot;
11523 are available.  The two selection commands allow you to mark a set of
11524 address book entries as being selected.  If you have more than one address
11525 book, the selections may be in more than one of those address books.
11526 The &quot;Zoom&quot; command will toggle between displaying only the selected
11527 entries and all of the entries.  The &quot;Apply&quot; command allows you to
11528 apply one of the regular address book commands to all of the selected
11529 entries.  Usually the address book commands apply to only the entry
11530 highlighted by the cursor.  The &quot;Apply&quot; command works with the
11531 commands &quot;ComposeTo&quot;, &quot;Delete&quot;, &quot;Print&quot;, 
11532 &quot;Save&quot;, &quot;Forward&quot;, and &quot;Role&quot;.
11534 <H2>Exporting and Forwarding Address book entries</H2>
11536 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
11537 address book entry is placed in a plain text file in your home directory
11538 <!--chtml if pinemode="running"-->
11539 (which, in the present configuration of your system, is
11540  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
11541 <!--chtml endif-->
11542 or current working directory
11543 <!--chtml if pinemode="running"-->
11544 (which, at least for your current Alpine &quot;session,&quot; 
11545 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
11546 <!--chtml endif-->, depending on the 
11547 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
11548 configuration setting.  If you have some entries selected and use the
11549 Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Export command, all of the selected addresses will be
11550 placed in the text file.
11552 When you use the Forward (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->&quot;F&quot;<!--chtml endif-->) command, the currently highlighted
11553 address book entry is placed in a special attachment and you are put into
11554 the composer.  You can fill in some comments in the body of the message,
11555 if you'd like, and send it to somebody else who uses Alpine.  The recipient
11556 may use the TakeAddr command on that message to insert the address book
11557 entry you sent in their own address book.  If you have some entries
11558 selected and use the Apply Forward command all of the selected entries
11559 will be forwarded in a single message.  You may
11560 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.
11561 The recipient must be using Alpine in order to receive this correctly.
11562 One way for the recipient to handle this might be to create an empty
11563 address book and then &quot;Take&quot; your forwarded address book entries into
11564 that empty address book.
11566 <H2>Multiple and/or Site-Wide Address books</H2>
11568 You may have more than one personal address book.  In addition, there may
11569 be one or more global address books.  This capability allows you to have
11570 multiple personal address books (some of which may be shared) and it also
11571 allows system administrators to implement site-wide address books that
11572 contain entries for users on multiple machines within the organization.
11573 <P><DL>
11574 <DT>Searching
11575   <DD> If you enter a nickname when composing a message, your
11576   personal address books will be searched through in order, and then the
11577   global address book(s) searched. If more than one address book has an entry
11578   for the nickname, Alpine uses the first one that it finds, so an entry in
11579   your personal address book would override a global address book entry. If
11580   after searching all the address books there is still no match, (Unix) Alpine
11581   then searches the local host password file on the assumption that you have
11582   entered a local user name rather than an address book nickname.
11583   You may change the search order of your address books with the <!--chtml if pinemode="function_key"-->F3<!--chtml else-->$<!--chtml endif--> Shuffle
11584   command, but global address books are always searched after personal
11585   address books.
11587   <P><DT>Tab completion
11588   <DD> If the
11589   <A HREF="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></A>
11590   feature is turned on (the default) then the Tab key may be used
11591   in the composer to complete partially typed nicknames in the To
11592   or Cc lines. You type the first few letters of a nickname and then
11593   press the Tab key. It there is only one nickname that matches it will
11594   be filled in by Alpine. If there is more than one the unambiguous part
11595   of the nicknames will be filled in. For example, if your address book or
11596   books contains only the two entries &quot;barley&quot; and &quot;barbecue&quot;
11597   beginning with the letters &quot;ba&quot;, then if you type &quot;ba&quot;
11598   followed by a Tab character Alpine will fill in &quot;bar&quot; and stop.
11599   If you then type a second Tab character you will be presented with a list
11600   of matching nicknames to select from. Alternatively, you could type another
11601   &quot;b&quot; resulting in &quot;barb&quot; and then a Tab would fill
11602   in the entire &quot;barbecue&quot; entry.
11604   <P><DT>Defining
11605   <DD> You define multiple personal address books in the 
11606   <A HREF="h_abook_config">SETUP AddressBooks</A> screen, which you may reach
11607   from the MAIN MENU.  
11608   You may add as many as you like.  Global address books are usually
11609   site-wide address books defined by the System administrator, but
11610   you may define global address books of your own just like you define
11611   personal address books.
11613   <P><DT>Creating and updating
11614   <DD> Personal address books are normally created empty
11615   and populated by explicit additions from within Alpine, e.g. via the
11616   TakeAddr command.  Unlike personal address books, global address books may
11617   not be modified/updated from within Alpine; that is, they are Read-Only.
11618   Thus, global address books are created, populated and updated outside of
11619   Alpine. They might be hand-edited, generated by a program from another
11620   database, or by copying an existing address book.  They might also be
11621   some other user's personal address book, and so be modified normally by
11622   that user but accessed Read-Only by you.  See the Alpine Technical
11623   Notes document (included in the Alpine distribution) for more information on
11624   this.
11626   <P><DT>Accessing
11627   <DD>There are two different types of address books in Alpine.
11628   A local address book is stored in a regular file and the normal file
11629   access permissions apply.  A remote address book is stored on an IMAP
11630   server in a special folder that contains only messages pertaining to
11631   that address book.  The last message in the remote folder contains a
11632   copy of the address book data, and that data is copied to a local cache
11633   file in your home directory.  From there it is accessed just like a local
11634   address book.  The name of the cache file is kept track of in a special
11635   file called the
11636   <A HREF="h_config_abook_metafile"><!--#echo var="VAR_remote-abook-metafile"--></A>,
11637   the name of which is stored in
11638   your Alpine configuration file the first time you use a remote address book.
11639   Just as local Alpine address books use a format that only Alpine understands,
11640   remote Alpine address books do the same and other mail reading programs
11641   are unlikely to be able to understand them.<P>
11642   While global address books are explicitly intended to be shared, there is
11643   nothing to prevent you from sharing a personal address book with other
11644   Alpine users. This might be useful in the case of a small workgroup.
11645   However, it is recommended that updates to shared personal address books
11646   be done when other Alpine users are not accessing the address book. Alpine
11647   does not do any file-locking to manage concurrent updates to the
11648   addressbook, but it does check to see if the file has been modified before
11649   making any changes.  Consequently, inadvertent concurrent updates will
11650   only cause other Alpine users to have to restart their address book
11651   operation, which will cause Alpine to reopen the updated file.
11653   <P><DT>Converting to Remote
11654   <DD>The easiest way to convert an existing local
11655   address book into a remote address book is to create an empty new remote
11656   personal address book by typing &quot;A&quot; to execute the
11657   &quot;Add Pers Abook&quot; command in the SETUP Addressbook screen.
11658   Make sure you add a <EM>personal</EM> address book, not a <EM>global</EM>
11659   address book.
11660   After you have added the empty
11661   remote address book, go into the screen for the address book you wish
11662   to copy and &quot;Select&quot; &quot;All&quot;.
11663   This selects every entry in that
11664   address book.  Then type the command &quot;Apply Save&quot;.
11665   You will be asked for the address book to save to.  You may use ^P and ^N
11666   to get to the new empty address book, then hit RETURN and the addresses
11667   will be copied.
11668   At this point you'll probably want to unselect all the entries in the local
11669   address book before proceeding. You do that with
11670   &quot;Select&quot; &quot;unselect All&quot;.
11672 </DL>
11673 <UL>
11674 <LI><A HREF="h_address_format">Explanation of Address formats</A>
11675 </UL>
11676 <P><UL>
11677 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11678 </UL>
11680 &lt;End of help on this topic&gt;
11681 </BODY>
11682 </HTML>
11683 ===== h_abook_select_addr =====
11684 <HTML>
11685 <HEAD>
11686 <TITLE>Addressbook Selection Explained</TITLE>
11687 </HEAD>
11688 <BODY>
11689 <H1>SELECT ADDRESS</H1>
11690 <!--chtml if pinemode="function_key"-->
11691 <PRE>
11692 Navigating the List of Messages               General Alpine Commands
11693 -------------------------------               ---------------------
11694 F5   Move to previous entry                   F1  Show this help text
11695 F6   Move to next entry
11696 F7   Show previous screen of address book
11697 F8   Show next screen of address book
11698 F12  WhereIs (search through address book)
11700 Address Selection Commands
11701 --------------------------
11702 F3   Exit the Address Select screen (without selecting an address)
11703 F4   Select the currently highlighted entry
11704 </PRE>
11705 <!--chtml else-->
11706 <PRE>
11707 Navigating the List of Messages               General Alpine Commands
11708 -------------------------------               ---------------------
11709  P   Move to previous entry                   ?  Show this help text
11710  N   Move to next entry
11711  -   Show previous screen of address book
11712 Spc  (space bar) Show next screen of address book
11713  W   WhereIs (search through address book)
11715 Address Selection Commands
11716 --------------------------
11717  E   Exit the Address Select screen (without selecting an address)
11718  S   Select the currently highlighted entry
11719 </PRE>
11720 <!--chtml endif-->
11723 This screen is designed to let you easily scan your address book(s) in
11724 order to select an entry for the message you are composing.  You cannot
11725 edit your address book in any way at this time, for address book
11726 maintenance, select the address book command when not composing a message.
11729 If you are composing a message and know the nickname of the person/list you
11730 want, you can bypass this screen by simply typing in the nickname on the
11731 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
11732 selecting an entry does not cancel your message.
11735 FOR MORE INFORMATION on addressing see
11736 <A HREF="h_address_format">Explanation of Address formats</A>, and the
11737 <A HREF="h_abook_opened">Address Book Screen's</A>
11738 help text.
11740 &lt;End of help on this topic&gt;
11741 </BODY>
11742 </HTML>
11743 ===== h_abook_select_top =====
11744 <HTML>
11745 <HEAD>
11746 <TITLE>Addressbook Selection Navigation Explained</TITLE>
11747 </HEAD>
11748 <BODY>
11749 <H1>NAVIGATING WHILE SELECTING ADDRESSES</H1>
11750 <!--chtml if pinemode="function_key"-->
11751 <PRE>
11752 Navigating the List of Address Books       General Alpine Commands
11753 -------------------------------            ---------------------
11754 F4   View the highlighted address book
11755 F5   Move to previous address book         F1  Show this help text
11756 F6   Move to next address book
11757 F7   Show previous screen of address books
11758 F8   Show next screen of address books
11759 F12  WhereIs (search through address books)
11761 Address Selection Commands
11762 --------------------------
11763 F3   Exit the Address Select screen (without selecting an address)
11764 F4   Select the currently selected entries (if using ListMode)
11765 F9   Change to ListMode
11766 </PRE>
11767 <!--chtml else-->
11768 <PRE>
11769 Navigating the List of Address Books       General Alpine Commands
11770 -------------------------------            ---------------------
11771  &gt;   View the highlighted address book
11772  P   Move to previous address book         ?  Show this help text
11773  N   Move to next address book
11774  -   Show previous screen of address books
11775 Spc  (space bar) Show next screen of address books
11776  W   WhereIs (search through address books)
11778 Address Selection Commands
11779 --------------------------
11780  E   Exit the Address Select screen (without selecting an address)
11781  S   Select the currently selected entries (if using ListMode)
11782  L   Change to ListMode
11783 </PRE>
11784 <!--chtml endif-->
11787 This screen is designed to let you easily scan your address book(s) in
11788 order to select entries for the message you are composing.  You cannot
11789 edit your address book in any way at this time.  For address book
11790 maintenance, select the address book command when not composing a message.
11793 If you are composing a message and know the nickname of the person/list you
11794 want, you can bypass this screen by simply typing in the nickname on the
11795 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
11796 selecting an entry does not cancel your message.
11799 The ListMode command will add a column at the left edge of the screen.
11800 You mark the entries that you wish to select with the &quot;X&quot; command.
11801 This allows you to choose more than one entry at a time.
11804 An alternative method of composing a message to entries in your
11805 address book(s) is to first use the &quot;Select&quot; command from
11806 the address book maintenance screen and then the &quot;Apply&quot;
11807 &quot;ComposeTo&quot; command to start the composer composing to the
11808 selected entries.
11811 FOR MORE INFORMATION on addressing see
11812 <A HREF="h_address_format">Explanation of Address formats</A>, and the
11813 <A HREF="h_abook_opened">Address Book Screen's</A>
11814 help text.
11816 &lt;End of help on this topic&gt;
11817 </BODY>
11818 </HTML>
11819 ===== h_abook_select_listmode =====
11820 <HTML>
11821 <HEAD>
11822 <TITLE>Address Listmode Selection from Composer Explained</TITLE>
11823 </HEAD>
11824 <BODY>
11825 <H1>COMPOSER: SELECT ADDRESSES</H1>
11826 <!--chtml if pinemode="function_key"-->
11827 <PRE>
11828 Navigating the List of Messages                 General Alpine Commands
11829 -------------------------------                 ---------------------
11830 F5   Move to previous entry                     F1  Show this help text
11831 F6   Move to next entry
11832 F7   Show previous screen of address book
11833 F8   Show next screen of address book
11834 F12  WhereIs (search through address book)
11836 Address Selection Commands
11837 --------------------------
11838 F3   Exit the Address Select screen (without selecting an address)
11839 F4   Select the currently highlighted entry
11840 F9   Change to ListMode
11841 </PRE>
11842 <!--chtml else-->
11843 <PRE>
11844 Navigating the List of Messages                 General Alpine Commands
11845 -------------------------------                 ---------------------
11846  P   Move to previous entry                     ?  Show this help text
11847  N   Move to next entry
11848  -   Show previous screen of address book
11849 Spc  (space bar) Show next screen of address book
11850  W   WhereIs (search through address book)
11852 Address Selection Commands
11853 --------------------------
11854  E   Exit the Address Select screen (without selecting an address)
11855  S   Select the currently highlighted entry
11856  L   Change to ListMode
11857 </PRE>
11858 <!--chtml endif-->
11861 This screen is designed to let you easily scan your address book(s) in
11862 order to select entries for the message you are composing.  You cannot
11863 edit your address book in any way at this time, for address book
11864 maintenance, select the address book command when not composing a message.
11867 If you are composing a message and know the nickname of the person/list you
11868 want, you can bypass this screen by simply typing in the nickname on the
11869 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
11870 selecting an entry does not cancel your message.
11873 The ListMode command will add a column at the left edge of the screen.
11874 You mark the entries that you wish to select with the &quot;X&quot; command.
11875 This allows you to choose more than one entry at a time.
11878 An alternative method of composing a message to entries in your
11879 address book(s) is to first use the &quot;Select&quot; command from
11880 the address book maintenance screen and then the &quot;Apply&quot;
11881 &quot;ComposeTo&quot; command to start the composer composing to the
11882 selected entries.
11885 FOR MORE INFORMATION on addressing see
11886 <A HREF="h_address_format">Explanation of Address formats</A>, and the
11887 <A HREF="h_abook_opened">Address Book Screen's</A>
11888 help text.
11890 &lt;End of help on this topic&gt;
11891 </BODY>
11892 </HTML>
11893 ===== h_abook_select_checks =====
11894 <HTML>
11895 <HEAD>
11896 <TITLE>Address Selection from Composer Explained</TITLE>
11897 </HEAD>
11898 <BODY>
11899 <H1>COMPOSER: SELECT ADDRESSES</H1>
11900 <!--chtml if pinemode="function_key"-->
11901 <PRE>
11902 Navigating the List of Messages                 General Alpine Commands
11903 -------------------------------                 ---------------------
11904 F5   Move to previous entry                     F1  Show this help text
11905 F6   Move to next entry
11906 F7   Show previous screen of address book
11907 F8   Show next screen of address book
11908 F12  WhereIs (search through address book)
11910 Address Selection Commands
11911 --------------------------
11912 F3   Exit the Address Select screen (without selecting an address)
11913 F4   Select the currently highlighted entry
11914 F8   Either Sets or Unsets all entries in this address book
11915 F9   Set or Unset the highlighted entry
11916 </PRE>
11917 <!--chtml else-->
11918 <PRE>
11919 Navigating the List of Messages                 General Alpine Commands
11920 -------------------------------                 ---------------------
11921  P   Move to previous entry                     ?  Show this help text
11922  N   Move to next entry
11923  -   Show previous screen of address book
11924 Spc  (space bar) Show next screen of address book
11925  W   WhereIs (search through address book)
11927 Address Selection Commands
11928 --------------------------
11929  E   Exit the Address Select screen (without selecting an address)
11930  S   Select the currently highlighted entry
11931  X   Set or Unset the highlighted entry
11932  A   Either Sets or Unsets all entries in this address book
11933 </PRE>
11934 <!--chtml endif-->
11937 Mark the entries you wish to select with the &quot;X Set/Unset&quot;
11938 command.  Type &quot;S Select&quot; to select all of the entries you
11939 have marked, just as if you had typed them in by hand.
11942 An alternative method of composing a message to entries in your
11943 address book(s) is to first use the &quot;Select&quot; command from
11944 the address book maintenance screen and then the &quot;Apply&quot;
11945 &quot;ComposeTo&quot; command to start the composer composing to the
11946 selected entries.
11949 FOR MORE INFORMATION on addressing see
11950 <A HREF="h_address_format">Explanation of Address formats</A>, and the
11951 <A HREF="h_abook_opened">Address Book Screen's</A>
11952 help text.
11954 &lt;End of help on this topic&gt;
11955 </BODY>
11956 </HTML>
11957 ===== h_abook_select_nicks_take =====
11958 <HTML>
11959 <HEAD>
11960 <TITLE>Take Address Nickname Selection Explained</TITLE>
11961 </HEAD>
11962 <BODY>
11963 <H1>TAKEADDR: SELECT NICKNAME</H1>
11964 <!--chtml if pinemode="function_key"-->
11965 <PRE>
11966 Navigating the List of Messages                 General Alpine Commands
11967 -------------------------------                 ---------------------
11968 F5   Move to previous entry                     F1  Show this help text
11969 F6   Move to next entry
11970 F7   Show previous screen of address book
11971 F8   Show next screen of address book
11972 F12  WhereIs (search through address book)
11974 Message Selection Commands
11975 --------------------------
11976 F3   Exit the Nickname Select screen (without selecting an address)
11977 F4   Select the currently highlighted entry
11978 </PRE>
11979 <!--chtml else-->
11980 <PRE>
11981 Navigating the List of Messages                 General Alpine Commands
11982 -------------------------------                 ---------------------
11983  P   Move to previous entry                     ?  Show this help text
11984  N   Move to next entry
11985  -   Show previous screen of address book
11986 Spc  (space bar) Show next screen of address book
11987  W   WhereIs (search through address book)
11989 Message Selection Commands
11990 --------------------------
11991  E   Exit the Nickname Select screen (without selecting an address)
11992  S   Select the currently highlighted entry
11993 </PRE>
11994 <!--chtml endif-->
11997 This screen is designed to let you modify or add to an existing
11998 address book entry.  You have already selected the name(s) and
11999 address(es) through &quot;Take Address&quot;.  This screen simply lets
12000 you scan your address books and select the nickname to be
12001 changed/augmented.  If you want to add a new entry, then you are in
12002 the wrong place-- Select &quot;Exit&quot; command.
12005 FOR MORE INFORMATION on addressing see
12006 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12007 <A HREF="h_abook_opened">Address Book Screen's</A>
12008 help text.
12010 &lt;End of help on this topic&gt;
12011 </BODY>
12012 </HTML>
12013 ===== h_abook_select_nick =====
12014 <HTML>
12015 <HEAD>
12016 <TITLE>Nickname Selection Explained</TITLE>
12017 </HEAD>
12018 <BODY>
12019 <H1>SELECT NICKNAME</H1>
12020 <!--chtml if pinemode="function_key"-->
12021 <PRE>
12022 Navigating the List of Messages                 General Alpine Commands
12023 -------------------------------                 ---------------------
12024 F5   Move to previous entry                     F1  Show this help text
12025 F6   Move to next entry
12026 F7   Show previous screen of address book
12027 F8   Show next screen of address book
12028 F12  WhereIs (search through address book)
12030 Message Selection Commands
12031 --------------------------
12032 F3   Exit the Nickname Select screen (without selecting an address)
12033 F4   Select the currently highlighted entry
12034 </PRE>
12035 <!--chtml else-->
12036 <PRE>
12037 Navigating the List of Messages                 General Alpine Commands
12038 -------------------------------                 ---------------------
12039  P   Move to previous entry                     ?  Show this help text
12040  N   Move to next entry
12041  -   Show previous screen of address book
12042 Spc  (space bar) Show next screen of address book
12043  W   WhereIs (search through address book)
12045 Message Selection Commands
12046 --------------------------
12047  E   Exit the Nickname Select screen (without selecting an address)
12048  S   Select the currently highlighted entry
12049 </PRE>
12050 <!--chtml endif-->
12053 This screen is designed to let you look at the nicknames in your address
12054 books before choosing a new one.
12057 FOR MORE INFORMATION on addressing see
12058 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12059 <A HREF="h_abook_opened">Address Book Screen's</A>
12060 help text.
12062 &lt;End of help on this topic&gt;
12063 </BODY>
12064 </HTML>
12065 ===== h_takeaddr_screen =====
12066 <HTML>
12067 <HEAD>
12068 <TITLE>Take Address Screen Explained</TITLE>
12069 </HEAD>
12070 <BODY>
12071 <H1>TAKE ADDRESS COMMANDS</H1>
12072 <!--chtml if pinemode="function_key"-->
12073 <PRE>
12074 Navigating the List of Addresses       Address Selection Commands        
12075 --------------------------------       --------------------------        
12076  F5  Move to previous entry            F3  Exit without taking address
12077  F6  Move to next entry                F4  Take current address(es)
12078  F7  Show previous page of address list
12079  F8  Show next page of address list
12080  F2  WhereIs (search list)
12081                                --------------
12082 Mode Toggle            F9  Set/Unset current address
12083 -----------            F10 Set all
12084  F12 Toggle between List and single mode       F11 Unset all
12085 </PRE>
12086 <!--chtml else-->
12087 <PRE>
12088 Navigating the List of Addresses       Address Selection Commands
12089 --------------------------------       --------------------------
12090  P  Move to previous entry              &lt;  Exit without taking address
12091  N  Move to next entry                  T  Take address
12092  -  Show previous page of address list
12093 Spc (space bar) Show next page of address list
12094  W  WhereIs (search list)              List Mode
12095                                        ---------
12096 Single Mode                             X  Set/Unset current address
12097 -----------                             A  Set all addresses
12098  L  Switch to list mode                 U  Unset all addresses
12099                                         S  Switch to single mode
12100 </PRE>
12101 <!--chtml endif-->
12103 <H2>Description of the Take Address Screen</H2>
12105 This screen is designed to let you select one or more address/name
12106 combinations from the current message and put them into your address book.
12107 The cursor is initially placed on the line with the message author.
12108 Other lines include the names of people and/or mailing lists who also
12109 received the message.  Other people &quot;involved&quot; in the
12110 message (e.g. the person named as Reply-To:) are also listed here.
12113 The simple case is adding a new, single entry into your address book. To
12114 do this, simply highlight the correct line and press 
12115 <!--chtml if pinemode="function_key"-->
12117 <!--chtml else-->
12118 &quot;T&quot;.
12119 <!--chtml endif-->
12120 To create a new list or add to an existing list, switch the screen display
12121 into List Mode by pressing
12122 <!--chtml if pinemode="function_key"-->
12123 F12.
12124 <!--chtml else-->
12125 &quot;L&quot;.
12126 <!--chtml endif-->
12127 In List Mode, you select the
12128 group of addresses you wish to manipulate by marking them with an
12129 &quot;X&quot;.
12130 The Set/Unset
12131 <!--chtml if pinemode="function_key"-->
12132 (F9)
12133 <!--chtml else-->
12134 (&quot;X&quot;)
12135 <!--chtml endif-->
12136 command will turn the &quot;X&quot; on for the
12137 highlighted address if it was off or turn it off if it was previously on.
12138 The SetAll command will select all of the addresses, and the UnSetAll
12139 command will turn off all the selections.  Once you've gotten the
12140 selection the way you want it, you may create a new list by pressing
12141 <!--chtml if pinemode="function_key"-->
12143 <!--chtml else-->
12144 &quot;T&quot;.
12145 <!--chtml endif-->
12148 In both the simple and list cases, after choosing to take the address,
12149 you will be asked for the nickname of the entry.  Typing in a new name
12150 creates the new entry/list.  Entering an existing nickname will replace
12151 the entry (simple case) or add to the list (list case).  Alternatively,
12152 you can press Ctrl-T at the nickname prompt and select an existing
12153 nickname from your address book.
12156 You will normally start in Single Mode, unless you used the Apply command
12157 to startup the TakeAddr screen, in which case you will start in List Mode.
12158 You may switch between the two modes at any time.  If you've already
12159 selected several addresses in List Mode, those will be remembered when you
12160 switch to Single Mode and then back to List Mode.  The set of addresses
12161 that are pre-selected when you start in List Mode are the From addresses
12162 of all of the messages you are operating on.  You may, of course, easily
12163 erase those selections with the UnSetAll command.
12166 If you have more than one writable address book, you will be prompted for
12167 the name of the address book you wish to add the new entry to before
12168 anything else. You can use ^N and ^P to choose among the defined address
12169 books, or type in the address book name.
12172 FOR MORE INFORMATION on addressing see
12173 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12174 <A HREF="h_abook_opened">Address Book Screen's</A>
12175 help text.
12177 &lt;End of help on this topic&gt;
12178 </BODY>
12179 </HTML>
12180 ===== h_takeexport_screen =====
12181 <HTML>
12182 <HEAD>
12183 <TITLE>Take Export Screen Explained</TITLE>
12184 </HEAD>
12185 <BODY>
12186 <H1>TAKE EXPORT COMMANDS</H1>
12187 <!--chtml if pinemode="function_key"-->
12188 <PRE>
12189 Navigating the List of Addresses       Address Selection Commands        
12190 --------------------------------       --------------------------        
12191  F5  Move to previous entry            F3  Exit without taking address
12192  F6  Move to next entry                F4  Take current address(es)
12193  F7  Show previous page of address list
12194  F8  Show next page of address list
12195  F2  WhereIs (search list)
12196                                --------------
12197 Mode Toggle            F9  Set/Unset current address
12198 -----------            F10 Set all
12199  F12 Toggle between List and single mode       F11 Unset all
12200 </PRE>
12201 <!--chtml else-->
12202 <PRE>
12203 Navigating the List of Addresses       Address Selection Commands
12204 --------------------------------       --------------------------
12205  P  Move to previous entry              &lt;  Exit without taking address
12206  N  Move to next entry                  T  Take address
12207  -  Show previous page of address list
12208 Spc (space bar) Show next page of address list
12209  W  WhereIs (search list)              List Mode
12210                                        ---------
12211 Single Mode                             X  Set/Unset current address
12212 -----------                             A  Set all addresses
12213  L  Switch to list mode                 U  Unset all addresses
12214                                         S  Switch to single mode
12215 </PRE>
12216 <!--chtml endif-->
12218 <H2>Description of the Take Export Screen</H2>
12220 This screen is designed to let you select one or more addresses
12221 from the current message and put them into a file.
12222 Only the user@domain_name part of each address is put into the file.
12225 To put a single entry into a file simply highlight the correct line and press 
12226 <!--chtml if pinemode="function_key"-->
12228 <!--chtml else-->
12229 &quot;T&quot;.
12230 <!--chtml endif-->
12231 To put more than one entry into a file
12232 switch the screen display
12233 into List Mode by pressing
12234 <!--chtml if pinemode="function_key"-->
12235 F12.
12236 <!--chtml else-->
12237 &quot;L&quot;.
12238 <!--chtml endif-->
12239 In List Mode, you select the
12240 group of addresses you wish to manipulate by marking them with an
12241 &quot;X&quot;.
12242 The Set/Unset
12243 <!--chtml if pinemode="function_key"-->
12244 (F9)
12245 <!--chtml else-->
12246 (&quot;X&quot;)
12247 <!--chtml endif-->
12248 command will turn the &quot;X&quot; on for the
12249 highlighted address if it was off or turn it off if it was previously on.
12250 The SetAll command will select all of the addresses, and the UnSetAll
12251 command will turn off all the selections.  Once you've gotten the
12252 selection the way you want it, you may put the addresses in a file by typing
12253 <!--chtml if pinemode="function_key"-->
12255 <!--chtml else-->
12256 &quot;T&quot;.
12257 <!--chtml endif-->
12260 You will be asked for the name of a file to put the addresses in.
12261 If the file already exists, you will be asked whether you want to Overwrite
12262 (replace) the contents of the file or Append to the contents of the file.
12265 &lt;End of help on this topic&gt;
12266 </BODY>
12267 </HTML>
12268 ============= h_abook_view ========================
12269 <HTML>
12270 <HEAD>
12271 <TITLE>Address Book View Explained</TITLE>
12272 </HEAD>
12273 <BODY>
12274 This function allows you to view the contents of an address book entry. You
12275 can only view one entry at a time.
12277 <DL>
12278 <DT>Help
12279 <!--chtml if pinemode="function_key"-->
12280 (F1)
12281 <!--chtml else-->
12283 <!--chtml endif-->
12284 </DT>
12285 <DD>
12286 Display this help text.
12288 <DT>Abook
12289 <!--chtml if pinemode="function_key"-->
12290 (F3)
12291 <!--chtml else-->
12292 (&lt;)
12293 <!--chtml endif-->
12294 </DT>
12295 <DD>
12296 Go back to index of address book entries.
12298 <DT>Update
12299 <!--chtml if pinemode="function_key"-->
12300 (F4)
12301 <!--chtml else-->
12303 <!--chtml endif-->
12304 </DT>
12305 <DD>
12306 Update (modify) this entry.
12308 <DT>ComposeTo
12309 <!--chtml if pinemode="function_key"-->
12310 (F5)
12311 <!--chtml else-->
12313 <!--chtml endif-->
12314 </DT>
12315 <DD>Compose a message to the address(es) in this entry.
12317 <DT>Role
12318 <!--chtml if pinemode="function_key"-->
12319 (F6)
12320 <!--chtml else-->
12322 <!--chtml endif-->
12323 </DT>
12324 <DD>Compose a message to the address(es) in this entry using roles.
12326 <DT>Prev Page
12327 <!--chtml if pinemode="function_key"-->
12328 (F7)
12329 <!--chtml else-->
12331 <!--chtml endif-->
12332 </DT>
12333 <DD>
12334 Show the previous page of the current entry.
12336 <DT>Next Page
12337 <!--chtml if pinemode="function_key"-->
12338 (F8)
12339 <!--chtml else-->
12340 (Space)
12341 <!--chtml endif-->
12342 </DT>
12343 <DD>
12344 Show the next page of the current entry.
12346 <DT>Print
12347 <!--chtml if pinemode="function_key"-->
12348 (F9)
12349 <!--chtml else-->
12351 <!--chtml endif-->
12352 </DT>
12353 <DD>Print the current entry.  You can select the
12354 printer or the print command via the &quot;Setup&quot; command
12355 on the MAIN MENU.
12357 <DT>WhereIs
12358 <!--chtml if pinemode="function_key"-->
12359 (F10)
12360 <!--chtml else-->
12362 <!--chtml endif-->
12363 </DT>
12364 <DD>Search the entry for a string of letters.  If it is
12365 found, move to it.  The string can be one word or a phrase.
12366 If there are multiple occurrences, the cursor moves to the
12367 first occurrence beyond the current cursor position.
12369 <DT>Fwd Email
12370 <!--chtml if pinemode="function_key"-->
12371 (F11)
12372 <!--chtml else-->
12374 <!--chtml endif-->
12375 </DT>
12376 <DD>Begin composition of a new mail message with the displayed
12377 text already inserted in the message body.
12379 </DL>
12381 &lt;End of help on this topic&gt;
12382 </BODY>
12383 </HTML>
12384 ============= h_ldap_view ========================
12385 <HTML>
12386 <HEAD>
12387 <TITLE>LDAP Response View Explained</TITLE>
12388 </HEAD>
12389 <BODY>
12390 This function allows you to view the contents of a directory entry. You
12391 can only view one entry at a time.
12393 <DL>
12394 <DT>Help
12395 <!--chtml if pinemode="function_key"-->
12396 (F1)
12397 <!--chtml else-->
12399 <!--chtml endif-->
12400 </DT>
12401 <DD>
12402 Display this help text.
12404 <DT>Results Index
12405 <!--chtml if pinemode="function_key"-->
12406 (F3)
12407 <!--chtml else-->
12408 (&lt;)
12409 <!--chtml endif-->
12410 </DT>
12411 <DD>Go back to index of search results.
12413 <DT>ComposeTo
12414 <!--chtml if pinemode="function_key"-->
12415 (F5)
12416 <!--chtml else-->
12418 <!--chtml endif-->
12419 </DT>
12420 <DD>Compose a message to the address(es) in this entry.
12422 <DT>Role
12423 <!--chtml if pinemode="function_key"-->
12424 (F6)
12425 <!--chtml else-->
12427 <!--chtml endif-->
12428 </DT>
12429 <DD>Compose a message to the address(es) in this entry using roles.
12431 <DT>Prev Page
12432 <!--chtml if pinemode="function_key"-->
12433 (F7)
12434 <!--chtml else-->
12436 <!--chtml endif-->
12437 </DT>
12438 <DD>
12439 Show the previous page of the current entry.
12441 <DT>Next Page
12442 <!--chtml if pinemode="function_key"-->
12443 (F8)
12444 <!--chtml else-->
12445 (Space)
12446 <!--chtml endif-->
12447 </DT>
12448 <DD>
12449 Show the next page of the current entry.
12451 <DT>Print
12452 <!--chtml if pinemode="function_key"-->
12453 (F9)
12454 <!--chtml else-->
12456 <!--chtml endif-->
12457 </DT>
12458 <DD>Print the current entry on paper.  You can select the
12459 printer or the print command via the &quot;Setup&quot; command
12460 on the MAIN MENU.
12462 <DT>WhereIs
12463 <!--chtml if pinemode="function_key"-->
12464 (F10)
12465 <!--chtml else-->
12467 <!--chtml endif-->
12468 </DT>
12469 <DD>Search the entry for a string of letters.  If it is
12470 found, move to it.  The string can be one word or a phrase.
12471 If there are multiple occurrences, the cursor moves to the
12472 first occurrence beyond the current cursor position.
12474 <DT>Fwd Email
12475 <!--chtml if pinemode="function_key"-->
12476 (F11)
12477 <!--chtml else-->
12479 <!--chtml endif-->
12480 </DT>
12481 <DD>Begin composition of a new mail message with the displayed
12482 text already inserted in the message body.
12484 <DT>Save
12485 <!--chtml if pinemode="function_key"-->
12486 (F12)
12487 <!--chtml else-->
12489 <!--chtml endif-->
12490 </DT>
12491 <DD>Save the displayed entry to one of your address books or export
12492 it to a file.
12493 </DL>
12495 &lt;End of help on this topic&gt;
12496 </BODY>
12497 </HTML>
12498 ===== h_attachment_screen =====
12499 <HTML>
12500 <HEAD>
12501 <TITLE>Attachment Index Screen Explained</TITLE>
12502 </HEAD>
12503 <BODY>
12504 The &quot;ATTACHMENT INDEX&quot; displays a list of the current
12505 message's attachments, and allows various operations on them.  The
12506 first attachment is usually the message text, but does not include the
12507 header portion of the message.
12509 Available commands include:
12511 <DL>
12513 <DT>Help</DT>
12514 <DD>Show this help text.
12516 <DT>Msg #<I>num</I></DT>
12517 <DD>Leave this screen without displaying or saving any attachments.
12519 <DT>View</DT>
12520 <DD>View the currently selected attachment.
12522 <DT>Prev Attach</DT>
12523 <DD>Move to previous attachment.
12525 <DT>Next Attach</DT>
12526 <DD>Move to next attachment.
12528 <DT>Prev Page</DT>
12529 <DD>Previous page of the listed attachments.
12531 <DT>Next Page</DT>
12532 <DD>Next page of the listed attachments.
12534 <DT>Delete</DT>
12535 <DD>Mark the currently selected attachment for Deletion.
12536 This does not modify the current message by deleting the attachment from
12537 it, but instead the delete flag <EM>only</EM> has an effect when saving
12538 the message to a folder.
12539 Attachments marked for deletion are not copied to the destination folder
12540 along with the rest of the message when it is saved.
12541 It is ok for the destination folder to be the same as the current folder.
12542 In addition, the delete mark <EM>only</EM> applies to this Alpine session.
12544 <DT>Undelete</DT>
12545 <DD>Turn off the Delete flag for the selected attachment.
12547 <DT>Save</DT>
12548 <DD>Save the selected attachment to a file.  If the attachment is of
12549 type &quot;RFC822/Message&quot;, then the attachment will be saved to
12550 the specified mail folder.
12552 <DT>Export</DT>
12553 <DD>If the attachment is of
12554 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
12555 copy the message to a file in the same way this command works on 
12556 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
12558 <DT>Pipe</DT>
12559 <DD>Pipe the attachment contents into a UNIX command (if enabled).
12560 A description of the Pipe sub-commands is  <A HREF="h_pipe_command">here</A>.
12562 <DT>WhereIs</DT>
12563 <DD>Find a matching string in the attachment list.
12565 <DT>AboutAttch</DT>
12566 <DD>Examine various aspects of the selected attachment.
12568 <DT>Print</DT>
12569 <DD>Print the selected attachment.
12571 <DT>Forward</DT>
12572 <DD>Forward the selected attachment as an attachment.
12573 </DL>
12577 All attachments can be saved or piped into a UNIX command, but some may
12578 not be readily displayed by either Alpine or an external tool.  In such
12579 cases, the reason why the message cannot be displayed is displayed on
12580 Alpine's message line.
12582 &lt;End of help on this topic&gt;
12583 </BODY>
12584 </HTML>
12585 ============= h_mail_text_att_view ========================
12586 <HTML>
12587 <HEAD>
12588 <TITLE>Attachment View Screen Explained</TITLE>
12589 </HEAD>
12590 <BODY>
12591 This function allows you to view the contents of a text attachment. You
12592 can only view one attachment at a time.
12594 Available commands include:
12596 <DL>
12598 <DT>Help</DT>
12599 <DD>Display this help text
12601 <DT>AttchIndex</DT>
12602 <DD>Leave viewer and return to the &quot;ATTACHMENT INDEX&quot; screen
12604 <DT>Prev Page</DT>
12605 <DD>Show the previous page of the current attachment.
12607 <DT>Next Page</DT>
12608 <DD>Show the next page of the current attachment by pressing the space bar.
12610 <DT>Delete</DT>
12611 <DD>Mark the viewed attachment for Deletion.  The delete
12612 flag <EM>only</EM> has affect when saving the message to a folder.
12613 Attachments marked for deletion are exluded from the messsage when
12614 it is saved.  In addition, the delete mark <EM>only</EM> applies to
12615 this Alpine session.
12617 <DT>Undelete</DT>
12618 <DD>Turn off the Delete flag for the selected attachment.
12620 <DT>Save</DT>
12621 <DD>Copy the current attachment to a file.  If you just enter
12622 a filename, the attachment will be saved with that name in
12623 your home directory 
12624 <!--chtml if pinemode="running"-->
12625 (which, in the present configuration of your system, is
12626  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12627 <!--chtml endif-->
12628 or current working directory
12629 <!--chtml if pinemode="running"-->
12630 (which, at least for your current Alpine &quot;session,&quot; 
12631 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12632 <!--chtml endif-->, depending on the
12633 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12634 configuration setting.  You may enter the full
12635 path and filename to save it in another directory instead.
12637 <DT>Export</DT>
12638 <DD>If the attachment is of
12639 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
12640 copy the message to a file in the same way this command works on 
12641 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
12642 (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
12643 defined, they may affect the contents of the exported file.)
12645 <DT>Pipe</DT>
12646 <DD>Pipe the attachment contents into a UNIX command (if enabled)
12648 <DT>WhereIs</DT>
12649 <DD>Search the attachment for a string of letters.  If it is
12650 found, move to it.  The string can be one word or a phrase.
12651 If there are multiple occurrences, the cursor moves to the
12652 first occurrence beyond the current cursor position.
12654 <DT>Print</DT>
12655 <DD>Print the current attachment on paper.  You can select the
12656 printer or the print command via the &quot;Setup&quot; command
12657 on the MAIN MENU.
12659 <DT>Forward</DT>
12660 <DD>Forward the selected attachment as an attachment.
12661 </DL>
12663 &lt;End of help on this topic&gt;
12664 </BODY>
12665 </HTML>
12666 ============= h_journal ==============
12667 <HTML>
12668 <HEAD>
12669 <TITLE>Recent Message Journal Explained</TITLE>
12670 </HEAD>
12671 <BODY>
12673 The following commands are available on this screen:
12675 <DL>
12676 <DT>Help</DT>
12677 <DD>Show this help text
12679 <DT>Exit</DT>
12680 <DD>Exit Viewer, and go back to mail processing
12682 <DT>Prev Page</DT>
12683 <DD>Show the previous page text
12685 <DT>Next Page</DT>
12686 <DD>Show the next page of text by pressing the space bar
12688 <DT>Print</DT>
12689 <DD>Print the displayed text on paper.  You can select the
12690 printer or the print command via the &quot;Setup&quot; command
12691 on the MAIN MENU.
12693 <DT>Fwd Email</DT>
12694 <DD>Begin composition of a new mail message with the displayed
12695 text already inserted in the message body.
12697 <DT>Save</DT>
12698 <DD>Copy the displayed text to a file.  If you just enter
12699 a filename, the text will be saved with that name in
12700 your 
12701 home directory 
12702 <!--chtml if pinemode="running"-->
12703 (which, in the present configuration of your system, is
12704  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12705 <!--chtml endif-->
12706 or current working directory
12707 <!--chtml if pinemode="running"-->
12708 (which, at least for your current Alpine &quot;session,&quot; 
12709 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12710 <!--chtml endif-->, depending on the
12711 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12712 configuration setting.   You may enter the full
12713 path and filename to save it in another directory instead.
12715 <DT>WhereIs</DT>
12716 <DD>Search the text for a string of letters.  If it is
12717 found, move to it.  The string can be one word or a phrase.
12718 If there are multiple occurrences, the cursor moves to the
12719 first occurrence beyond the current cursor position.
12720 </DL>
12722 &lt;End of help on this topic&gt;
12723 </BODY>
12724 </HTML>
12725 ============= h_debugjournal ==============
12726 <HTML>
12727 <HEAD>
12728 <TITLE>Debug Journal Explained</TITLE>
12729 </HEAD>
12730 <BODY>
12732 The following commands are available on this screen:
12734 <DL>
12735 <DT>Help</DT>
12736 <DD>Show this help text
12738 <DT>Exit</DT>
12739 <DD>Exit Viewer, and go back to mail processing
12741 <DT>Timestamps</DT>
12742 <DD>Turn on or off timestamps.
12744 <DT>DebugView</DT>
12745 <DD>Set the level of debugging you want to see. The level may be any number
12746 in the range 0-9. Higher numbers show more debugging detail. Note that the
12747 debugging information has already been captured. This setting just causes the
12748 debugging information that you see to be filtered. If you set this to
12749 the number &quot;5&quot; then you will be shown all of the debugging information
12750 at levels 5 and below.
12751 It's actually a bit more complicated than that. A fixed amount of memory
12752 is used to store the debug information.
12753 Since the amount of memory used is limited the debugging information
12754 has to be trimmed back when it gets too large.
12756 <DT>Prev Page</DT>
12757 <DD>Show the previous page text
12759 <DT>Next Page</DT>
12760 <DD>Show the next page of text by pressing the space bar
12762 <DT>Print</DT>
12763 <DD>Print the displayed text on paper.  You can select the
12764 printer or the print command via the &quot;Setup&quot; command
12765 on the MAIN MENU.
12767 <DT>Fwd Email</DT>
12768 <DD>Begin composition of a new mail message with the displayed
12769 text already inserted in the message body.
12771 <DT>Save</DT>
12772 <DD>Copy the displayed text to a file.  If you just enter
12773 a filename, the text will be saved with that name in
12774 your 
12775 home directory 
12776 <!--chtml if pinemode="running"-->
12777 (which, in the present configuration of your system, is
12778  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12779 <!--chtml endif-->
12780 or current working directory
12781 <!--chtml if pinemode="running"-->
12782 (which, at least for your current Alpine &quot;session,&quot; 
12783 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12784 <!--chtml endif-->, depending on the
12785 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12786 configuration setting.   You may enter the full
12787 path and filename to save it in another directory instead.
12789 <DT>WhereIs</DT>
12790 <DD>Search the text for a string of letters.  If it is
12791 found, move to it.  The string can be one word or a phrase.
12792 If there are multiple occurrences, the cursor moves to the
12793 first occurrence beyond the current cursor position.
12794 </DL>
12796 &lt;End of help on this topic&gt;
12797 </BODY>
12798 </HTML>
12799 ============= h_simple_text_view ==============
12800 <HTML>
12801 <HEAD>
12802 <TITLE>Simple Text View Screen Explained</TITLE>
12803 </HEAD>
12804 <BODY>
12806 The following commands are available on this screen:
12808 <DL>
12809 <DT>Help</DT>
12810 <DD>Show this help text
12812 <DT>Exit</DT>
12813 <DD>Exit Viewer, and go back to mail processing
12815 <DT>Prev Page</DT>
12816 <DD>Show the previous page text
12818 <DT>Next Page</DT>
12819 <DD>Show the next page of text by pressing the space bar
12821 <DT>Print</DT>
12822 <DD>Print the displayed text on paper.  You can select the
12823 printer or the print command via the &quot;Setup&quot; command
12824 on the MAIN MENU.
12826 <DT>Fwd Email</DT>
12827 <DD>Begin composition of a new mail message with the displayed
12828 text already inserted in the message body.
12830 <DT>Save</DT>
12831 <DD>Copy the displayed text to a file.  If you just enter
12832 a filename, the attachment will be saved with that name in
12833 your 
12834 home directory 
12835 <!--chtml if pinemode="running"-->
12836 (which, in the present configuration of your system, is
12837  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12838 <!--chtml endif-->
12839 or current working directory
12840 <!--chtml if pinemode="running"-->
12841 (which, at least for your current Alpine &quot;session,&quot; 
12842 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12843 <!--chtml endif-->, depending on the
12844 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12845 configuration setting.   You may enter the full
12846 path and filename to save it in another directory instead.
12848 <DT>WhereIs</DT>
12849 <DD>Search the attachment for a string of letters.  If it is
12850 found, move to it.  The string can be one word or a phrase.
12851 If there are multiple occurrences, the cursor moves to the
12852 first occurrence beyond the current cursor position.
12853 </DL>
12855 &lt;End of help on this topic&gt;
12856 </BODY>
12857 </HTML>
12858 ======= h_pine_for_windows ========
12859 <HTML>
12860 <HEAD>
12861 <TITLE>GETTING HELP IN PC-ALPINE</TITLE>
12862 </HEAD>
12863 <BODY>
12864 <H1>Getting Help In PC-Alpine</H1>
12867 PC-Alpine offers general and specific help text. From the <A
12868 HREF="main_menu_tx">MAIN MENU</A>, you will find an overview in the MAIN
12869 MENU HELP and the <A HREF="h_news">Release Notes</A>.  On all screens,
12870 specific help for that screen is available from the toolbar Help menu or
12871 with the 
12872 <!--chtml if pinemode="function_key"-->
12873 &quot;F1&quot; key.
12874 <!--chtml else-->
12875 &quot;?&quot; or &quot;Ctrl-G&quot; keys. &quot;Ctrl-G&quot; is used where
12876 typing &quot;?&quot; would be mistaken as entering text.
12877 <!--chtml endif-->
12880 Although this version of Alpine is for Microsoft Windows, it is not
12881 considered a full &quot;Graphical User Interface&quot; application. 
12882 Yet, many of the controls that Windows users are accustomed to seeing, 
12883 such as scrollbars and toolbars, are available.
12886 PC-Alpine offers considerable mouse support.  You can view what is
12887 &quot;click-able&quot; by dragging your mouse over any screen; when the
12888 arrow cursor changes into a hand, you found something. Mouse-click
12889 possibilities include navigating between screens and folders and
12890 double-clicking on hyperlinks to open your Web browser.
12891 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
12892 screen.  Examples of right-click options include &quot;copy&quot; after
12893 selecting text to copy and &quot;View in New Window&quot; when you click
12894 on a particular message in the Message Index. The menu choices available
12895 to you will vary based upon what screen is open, where on the screen your
12896 cursor is located, and even what action you have already taken.
12899 &lt;End of help on this topic&gt;
12900 </BODY>
12901 </HTML>
12902 ===== h_composer =====
12903 <HTML>
12904 <HEAD>
12905 <TITLE>COMPOSER COMMANDS</TITLE>
12906 </HEAD>
12907 <BODY>
12908 <H1>COMPOSER COMMANDS</H1>
12910 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>
12911 &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>
12912 &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>
12913 &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>
12914 &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>
12915 &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>
12916 &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>
12917 &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>
12918 &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>
12919 &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>
12920 ---------------------------------------|&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>
12921 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>
12922 &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>
12923 &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>
12924 &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>
12927 NOTE:
12928 <OL>
12929  <LI>For help on a particular command, highlight the bold text associated
12930 with it above and hit Return.
12931  <LI> The availability of certain commands
12932 is determined by Alpine configuration files and system capabilities.
12933 At some sites, certain commands may not be available due to security or
12934 support concerns.
12935  <LI>Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
12936 Ctrl-&#92;, ESC.
12937  <LI>For special handling of Ctrl-S and Ctrl-Q see special comments regarding
12938 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
12939 </OL>
12942 HINT: To move rapidly to the bottom of a message you are composing,
12943 enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
12944 with the Mark and Cut commands to eliminate large amounts of unwanted
12945 text in a Reply.
12947 <H2>Description of Composer</H2>
12949 Alpine has a built-in editing program that allows you to compose messages
12950 without having to leave Alpine.  The editor is designed to be very simple to
12951 use so that you can get started writing email right away.
12954 Messages are usually just text, about 80 columns wide.  Using upper and
12955 lower case is encouraged.  On some systems the size limit of the message
12956 is about 100,000 characters, which is about 2,000 lines.  You can include
12957 punctuation and special characters found on most keyboards, but you can't
12958 include characters with diacritical marks and certain special symbols.
12961 Text automatically wraps as you type past the end of a line so you do not
12962 have to hit return.  Using the
12963 &quot;<A HREF="h_compose_justify">Justify</A>&quot; command,
12964 you can also reformat text explicitly, perhaps after you have
12965 deleted some text.
12968 You can include other text files with the 
12969 &quot;<A HREF="h_compose_readfile">Read File</A>&quot; command,
12970 which will prompt you for the name of the file to insert at the
12971 current cursor postion.
12974 <UL>
12975 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12976 </UL>
12978 &lt;End of help on this topic&gt;
12979 </BODY>
12980 </HTML>
12981 ====== h_composer_browse =====
12982 <HTML>
12983 <HEAD>
12984 <TITLE>BROWSER</TITLE>
12985 </HEAD>
12986 <BODY>
12987 <H1>BROWSER</H1>
12988 This screen lets you browse your files and directories.  To go to another 
12989 directory (identified by &quot;(dir)&quot;), move the cursor to it and 
12990 choose &quot;Select&quot; (the default choice on the menu); 
12991 or choose &quot;Goto&quot; and enter the name of the directory.
12992 <!--chtml if pinemode="os_windows"-->
12993 <!--chtml else--> 
12994 In Unix Alpine, you may use 
12995 &quot;~&quot; to refer to your home directory or &quot;~user&quot; to refer 
12996 to another's home directory.  
12997 <!--chtml endif--><P>
12998 To select a file, move the cursor to it and 
12999 choose &quot;Select&quot; (the default choice on the menu).  
13001 <UL>
13002 <LI>Note <B>if</B> you are currently using the BROWSER for choosing a file for 
13003 inclusion in the 
13004 message body (that is, you chose &quot;Read File&quot; with the cursor under 
13005 the 
13006 &quot;----- Message Text -----&quot; line
13007 while composing, then &quot;To Files&quot;):  Since the file 
13008 selected will become part of the message text, it must be in a format 
13009 suitable for that (Alpine does not check!), such as a plain text file.
13010 Files of other formats (for example, graphics, databases, software 
13011 programs) should be 
13012 <B>attached</B> to the message instead --
13013 by moving the cursor in the COMPOSE MESSAGE screen into the 
13014 message header area and pressing 
13015 <!--chtml if pinemode="function_key"-->
13017 <!--chtml else-->
13018 Ctrl-J.
13019 <!--chtml endif--> 
13021 <P><LI>
13022 Note <B>if</B> you are currently using the BROWSER for saving a message 
13023 attachment, or exporting a message, to a file: You can use the Add command to 
13024 provide the name for a new file to save/export to, and then select that name 
13025 to use it for the save/export operation.  Back at the prompt 
13026 &quot;EXPORT: Copy message to file in ...&quot; hit Enter, then choose 
13027 either Overwrite or Append (it doesn't make a difference, since the file is 
13028 so far empty).  Note: If you cancel the 
13029 operation at that point, the file created with the Add command will remain 
13030 0 bytes in size.
13032 </UL>
13033 <P><UL>
13034 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13035 </UL>
13037 &lt;End of help on this topic&gt;
13038 </BODY>
13039 </HTML>
13040 ====== h_composer_ins =====
13041 <HTML>
13042 <HEAD>
13043 <TITLE>INSERT TEXT FILE</TITLE>
13044 </HEAD>
13045 <BODY>
13046 <H1>INSERT TEXT FILE</H1>
13048 Use this function to insert a text file. The file name
13049 given can be an absolute file path name for your system
13050 <!--chtml if pinemode="os_windows"-->
13051 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
13052 with a relative pathname, or simply a file name without
13053 drive or directory specification.  
13054 <!--chtml else-->
13055 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
13056 a file in your home directory, or a file path relative to your 
13057 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
13058 your home directory or &quot;~user&quot; to refer to another
13059 account's home directory.
13060 <!--chtml endif-->
13062 No wild card characters may be used.  
13063 The file must reside on the system running Alpine.
13065 If the 
13066 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13067 feature is set, names are relative to your current working directory 
13068 <!--chtml if pinemode="running"-->
13069 (which, at least for your current Alpine &quot;session,&quot; 
13070 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13071 <!--chtml endif-->
13072 rather than your home directory
13073 <!--chtml if pinemode="running"-->
13074 (which, in the present configuration of your system, is
13075  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13076 <!--chtml endif-->
13078 <P><UL>
13079 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13080 </UL>
13082 &lt;End of help on this topic&gt;
13083 </BODY>
13084 </HTML>
13085 ====== h_composer_ins_m =====
13086 <HTML>
13087 <HEAD>
13088 <TITLE>INSERT MESSAGE</TITLE>
13089 </HEAD>
13090 <BODY>
13091 <H1>INSERT MESSAGE</H1>
13093 Type in the number of a message in the currently open folder to insert it
13094 into your message.
13095 <P><UL>
13096 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13097 </UL>
13099 &lt;End of help on this topic&gt;
13100 </BODY>
13101 </HTML>
13102 ====== h_composer_search =====
13103 <HTML>
13104 <HEAD>
13105 <TITLE>Explanation of Composer Whereis Command </TITLE>
13106 </HEAD>
13107 <BODY>
13108 <H1>Help For Whereis Command</H1>
13110 Whereis is used to search the message for a word or part of a word.
13111 When searching in the composer, only the message part of your mail is
13112 searched, and the cursor is put on the first occurrence appearing
13113 after the location of the cursor.  The search will wrap to the
13114 beginning of the message when it no longer finds matches in the
13115 remainder of the message.
13117 To search for the same string a second time, press 
13118 <!--chtml if pinemode="function_key"-->
13119 &quot;F6&quot;
13120 <!--chtml else-->
13121 &quot;^W&quot;
13122 <!--chtml endif-->
13123 to begin search and then just press RETURN to accept the previous
13124 search string shown in square brackets rather than entering a new
13125 search string.<P>
13127 The &quot;Search&quot; prompt has several sub-command available:
13129 <DL>
13130 <DT>Get Help</DT>
13131 <DD> Takes you to this help page.
13133 <DT>Cancel</DT>
13134 <DD> Cancels the prompt.  No search takes place.
13136 <DT>First Line</DT>
13137 <DD> Takes you back to the composer with the cursor on the first character
13138 of the first line of text.
13140 <DT>Last Line</DT>
13141 <DD> Takes you back to the composer with the cursor on the last character
13142 of the last line of text.
13144 <DT>Replace (Optional)</DT>
13145 <DD> This sub-command is enabled by the 
13146 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13147 feature (which is on by default); see its help screen for details on how replacing works.
13149 </DL>
13151 &lt;End of help on this topic&gt;
13152 </BODY>
13153 </HTML>
13154 ====== h_sigedit_search =====
13155 <HTML>
13156 <HEAD>
13157 <TITLE>Explanation of Whereis Command </TITLE>
13158 </HEAD>
13159 <BODY>
13160 <H1>Help For Whereis Command</H1>
13162 Whereis is used to search for a word or part of a word.
13163 When searching the cursor is put on the first occurrence appearing
13164 after the location of the cursor.  The search will wrap to the
13165 beginning of the signature when it no longer finds matches in the
13166 remainder of the signature.
13168 To search for the same string a second time, press 
13169 <!--chtml if pinemode="function_key"-->
13170 &quot;F6&quot;
13171 <!--chtml else-->
13172 &quot;^W&quot;
13173 <!--chtml endif-->
13174 to begin search and then just press RETURN to accept the previous
13175 search string shown in square brackets rather than entering a new
13176 search string.<P>
13178 The &quot;Search&quot; prompt has several sub-command available:
13180 <DL>
13181 <DT>Get Help</DT>
13182 <DD> Takes you to this help page.
13184 <DT>Cancel</DT>
13185 <DD> Cancels the prompt.  No search takes place.
13187 <DT>First Line</DT>
13188 <DD> Takes you back to the composer with the cursor on the first character
13189 of the first line of text.
13191 <DT>Last Line</DT>
13192 <DD> Takes you back to the composer with the cursor on the last character
13193 of the last line of text.
13195 <DT>Replace (Optional)</DT>
13196 <DD> This sub-command is enabled by the 
13197 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13198 feature (which is on by default); see its help screen for details on how replacing works.
13200 </DL>
13202 &lt;End of help on this topic&gt;
13203 </BODY>
13204 </HTML>
13205 ======= h_composer_to ====
13206 <HTML>
13207 <HEAD>
13208 <TITLE>THE MESSAGE COMPOSER'S TO FIELD</TITLE>
13209 </HEAD>
13210 <BODY>
13211 <H1>THE MESSAGE COMPOSER'S TO FIELD</H1>
13213 <H2>The &quot;To:&quot; field</H2>
13214 The address you enter here must be a valid email address that is reachable
13215 from your site. 
13217 <H2>Email Address Format</H2>
13218 You may enter a full name and email address, 
13219 <!--chtml if pinemode="os_windows"-->
13220 <!--chtml else-->
13221 a local (meaning, on the same 
13222 host as the one you are running Alpine on) username that Alpine will
13223 complete for you, 
13224 <!--chtml endif-->
13225 the nickname of someone in a 
13226 <A HREF="h_abook_opened">Alpine Address Book</A>, or a local
13227 mail alias defined by your system administrator.  When you move the cursor
13228 out of this field, the nicknames will be expanded to the addresses in your
13229 address book, and the local usernames will be expanded to include the 
13230 persons' actual names.  You may enter as many addresses as you wish, but they 
13231 must be separated by commas.  You can move around this and other header fields
13232 with the arrow keys and use many of the usual composer editing keys.
13234 <UL>
13235 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13236 </UL>
13239 <H2>MESSAGE HEADER COMMANDS</H2>
13240 <!--chtml if pinemode="function_key"-->
13241 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13242 ^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>
13243 ^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>
13244 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
13245 ^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>
13246 ^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>
13247 ^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>
13248 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>
13249 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>
13250 ^@&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>
13251 ----------------------------------------|<BR>
13252 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F12&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
13253 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>
13254 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>
13255 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>
13256 <!--chtml else-->
13257 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13258 ^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>
13259 ^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>
13260 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<BR>
13261 ^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>
13262 ^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>
13263 ^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>
13264 ^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>
13265 ^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>
13266 ^@&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>
13267 ----------------------------------------|&nbsp;^R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
13268 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>
13269 ^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>
13270 ^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>
13271 ^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>
13272 <!--chtml endif-->
13275 NOTE:
13276 <OL>
13277  <LI>For help on a particular command, highlight the bold text associated
13278 with it above and hit Return.
13279  <LI> The availability of certain commands 
13280 is determined by Alpine configuration files and system capabilities.
13281 At some sites, certain commands may not be available due to security or
13282 support concerns.
13283 </OL>
13286 <UL>   
13287 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13288 </UL><P>
13289 &lt;End of help on this topic&gt;
13290 </BODY>
13291 </HTML>
13292 ======= h_composer_cc ====
13293 <HTML>
13294 <HEAD>
13295 <TITLE>THE MESSAGE COMPOSER'S CC FIELD</TITLE>
13296 </HEAD>
13297 <BODY>
13298 <H1>THE MESSAGE COMPOSER'S CC FIELD</H1>
13299 The Cc: field is just like the To: field, except it is used for addressees
13300 that you wish to send a &quot;carbon&quot; copy to.  That is, the message is 
13301 not directly meant directly &quot;for&quot; these recipients, but you wanted 
13302 them to see the message.  The only difference the recipients see is that their 
13303 name is in the Cc: field, rather than the To: field.
13305 For help with Cc: field editing
13306 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13308 <UL>
13309 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13310 </UL>
13312 <UL>   
13313 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13314 </UL><P>
13315 &lt;End of help on this topic&gt;
13316 </BODY>
13317 </HTML>
13318 ======= h_composer_bcc ====
13319 <HTML>
13320 <HEAD>
13321 <TITLE>THE MESSAGE COMPOSER'S BCC FIELD</TITLE>
13322 </HEAD>
13323 <BODY>
13324 <H1>THE MESSAGE COMPOSER'S BCC FIELD</H1>
13325 The &quot;Bcc:&quot; (Blind carbon copy) header is used when you wish to send 
13326 a copy of the message to one or more people whose addresses you do not
13327 wish disclosed, either to reduce clutter or for confidentiality.
13329 The format of the Bcc: field is just the same as the To: and Cc: fields in
13330 the way the addresses are entered.  The recipients listed here will
13331 receive a copy of the message, but --assuming your site's mail transport
13332 software is properly configured-- their addresses will not show up in the
13333 headers of the message, as delivered to all of the recipients.  The To:
13334 and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
13336 Note: if there is no To: or Cc: or Lcc: address in the message, Alpine
13337 will automatically generate and place in the To: field a pseudo-address of 
13338   &quot;undisclosed-recipients: ;&quot;
13339 or whatever string has been specified in the 
13340 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
13341 variable.
13343 The reason for this is to avoid embarrassment caused by some Internet
13344 mail transfer software that interprets a &quot;missing&quot; To: header as 
13345 an error and replaces it with an Apparently-to: header that may contain
13346 the addresses you entered on the Bcc: line.  In addition, it may be
13347 less disconcerting to Bcc: recipients to see <B>something</B> in the To: field.
13349 You can manipulate what text ends up on the (originally) empty To:
13350 field.  Just remember to put a colon and semicolon at the end of the
13351 field, which is a special notation denoting that it is not a real address.
13353 For information on message header editing
13354 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13356 <UL>
13357 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13358 </UL>
13360 <UL>   
13361 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13362 </UL><P>
13363 &lt;End of help on this topic&gt;
13364 </BODY>
13365 </HTML>
13366 ======= h_composer_lcc ====
13367 <HTML>
13368 <HEAD>
13369 <TITLE>THE MESSAGE COMPOSER'S LCC FIELD</TITLE>
13370 </HEAD>
13371 <BODY>
13372 <H1>THE MESSAGE COMPOSER'S LCC FIELD</H1>
13373 The &quot;Lcc:&quot; (List carbon copy) header is intended to be used when
13374 you wish to send a message to a list of people but avoid having all
13375 of their addresses visible, in order to reduce clutter when the
13376 message is received.
13378 It is similar to the 
13379 <A HREF="h_composer_bcc">&quot;Bcc&quot; (Blind carbon copy) header</A> 
13380 in that individual
13381 addressees are hidden, but Lcc is designed to work specifically with
13382 distribution lists you have created in your 
13383 <A HREF="h_abook_opened">Alpine Address Book</A>.  Placing
13384 the nickname of the list on the Lcc line will result in the full name of
13385 your Alpine Address Book list being placed on the To: line of the message,
13386 using a special notation that distinguishes it from a real address. You
13387 must leave the To: line blank for your list name to appear there.
13389 For example, if you have this list entered in your Address Book:<PRE>
13391         largo         Key Largo List       DISTRIBUTION LIST:
13392                                            bogie@mgm.com
13393                                            lauren@mgm.com
13394                                            walter@mgm.com</PRE>
13397 and you enter &quot;largo&quot; on the Lcc: line while composing a message, 
13398 the result is:<PRE>
13400         To      : Key Largo List: ;
13401         Cc      :
13402         Bcc     :
13403         Fcc     : sent-mail
13404         Lcc     : Key Largo List &lt;bogie@mgm.com&gt;,
13405                   lauren@mgm.com,
13406                   walter@mgm.com
13407         Subject :</PRE>
13409 Each recipient listed on the Lcc: line receives a copy of the message
13410 without their address being visible (as though they were listed on the
13411 Bcc: line). The colon-semicolon notation used to put the full-name of the
13412 list on the To: line is a special address format that doesn't specify any
13413 actual addressees, but does give some information to the recipients of the
13414 message.
13416 Note: if after entering an LCC, you delete the list name that is placed
13417 on the To: line, then recipients will see <PRE>
13418        To: undisclosed-recipients: ;</PRE>
13420 (or whatever string is defined in the 
13421 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
13422 variable) just as in the BCC case. 
13424 For help with Lcc: field editing
13425 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13427 <UL>
13428 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13429 </UL>
13431 <UL>   
13432 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13433 </UL><P>
13434 &lt;End of help on this topic&gt;
13435 </BODY>
13436 </HTML>
13437 ======= h_composer_from =======
13438 <HTML>
13439 <HEAD>
13440 <TITLE>THE MESSAGE COMPOSER'S FROM FIELD</TITLE>
13441 </HEAD>
13442 <BODY>
13443 <H1>THE MESSAGE COMPOSER'S FROM FIELD</H1>
13445 This header carries your return address.  It is the address toward which
13446 replies (and often, future unrelated correspondence) will be directed,
13447 unless you have <A HREF="h_config_custom_hdrs">defined an optional 
13448 &quot;Reply-To:&quot; header</A> in the SETUP CONFIGURATION screen.  Make 
13449 sure this address is correct.
13451 For help with message header editing
13452 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13454 <UL>
13455 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13456 </UL>
13458 <UL>   
13459 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13460 </UL><P>
13461 &lt;End of help on this topic&gt;
13462 </BODY>
13463 </HTML>
13464 ======= h_composer_reply_to =======
13465 <HTML>
13466 <HEAD>
13467 <TITLE>THE MESSAGE COMPOSER'S REPLY-TO FIELD</TITLE>
13468 </HEAD>
13469 <BODY>
13470 <H1>THE MESSAGE COMPOSER'S REPLY-TO FIELD</H1>
13472 Most people should not need this header. The Reply-To: header is used in
13473 cases where you would like replies to your messages to be directed to an
13474 address other than your normal &quot;From:&quot; address.  This is atypical, 
13475 but can happen when you use multiple machines and do not have the same account
13476 name on each one, or when you wish to direct certain replies to accounts
13477 or folders designated for specific classes of correspondence.
13479 For help with message header editing
13480 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13482 <UL>
13483 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13484 </UL>
13487 <UL>   
13488 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13489 </UL><P>
13490 &lt;End of help on this topic&gt;
13491 </BODY>
13492 </HTML>
13493 ======= h_composer_custom_addr ====
13494 <HTML>
13495 <HEAD>
13496 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
13497 </HEAD>
13498 <BODY>
13499 <H1>CUSTOMIZED HEADER FIELD</H1>
13500 This is a customized header, i.e. not one that is part of Alpine's normal
13501 set of Compose headers.
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>
13510 <UL>   
13511 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13512 </UL><P>
13513 &lt;End of help on this topic&gt;
13514 </BODY>
13515 </HTML>
13516 ======= h_composer_custom_free ====
13517 <HTML>
13518 <HEAD>
13519 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
13520 </HEAD>
13521 <BODY>
13522 <H1>CUSTOMIZED HEADER FIELD</H1>
13523 This is a customized header, i.e. not one that is part of Alpine's normal
13524 set of Compose headers.
13526 This field consists of arbitrary text.
13528 For help with message header editing
13529 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13531 <UL>   
13532 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13533 </UL><P>
13534 &lt;End of help on this topic&gt;
13535 </BODY>
13536 </HTML>
13537 ====== h_composer_news =====
13538 <HTML>
13539 <HEAD>
13540 <TITLE>THE MESSAGE COMPOSER'S NEWSGRPS LINE</TITLE>
13541 </HEAD>
13542 <BODY>
13543 <h1>THE MESSAGE COMPOSER'S NEWSGRPS LINE</h1>
13544 Use the newsgroups line to specify any and all USENET newsgroups to which
13545 your message should be posted.  When composing a message from scratch, this
13546 line may be hidden.  If so, just press the rich headers command
13547 (<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->)
13548 to make it visible.
13550 <EM>Be aware</EM> that when you post to a newsgroup thousands of
13551 people will be reading your message.  Also, you or your system manager
13552 must have defined an &quot;<!--#echo var="VAR_nntp-server"-->&quot; in your Alpine configuration
13553 in order for you to be able to post.
13555 For help with message header editing
13556 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13557 <P><UL>
13558 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13559 </UL>
13561 &lt;End of help on this topic&gt;
13562 </BODY>
13563 </HTML>
13564 ======= h_composer_fcc ====
13565 <HTML>
13566 <HEADER>
13567 <TITLE>THE MESSAGE COMPOSER'S FCC FIELD</TITLE>
13568 </HEADER>
13569 <BODY>
13570 <H1>THE MESSAGE COMPOSER'S FCC FIELD</H1>
13571 The FCC (File Carbon Copy) specifies the folder used to keep a copy of
13572 each outgoing message.  The default value can be configured with the
13573 &quot;<!--#echo var="VAR_default-fcc"-->&quot; and &quot;<!--#echo var="VAR_fcc-name-rule"-->&quot; options.  You can change or remove
13574 the file carbon copy on any message you send by editing the FCC header.<p>
13576 You may type ^T to get a list of all your folders and select one to use as
13577 the FCC for this message.<P>
13579 For help with message header editing
13580 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13582 <UL>   
13583 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13584 </UL><P>
13585 &lt;End of help on this topic&gt;
13586 </BODY>
13587 </HTML>
13588 ======= h_composer_subject ====
13589 <HTML>
13590 <HEADER>
13591 <TITLE>THE MESSAGE COMPOSER'S SUBJECT FIELD</TITLE>
13592 </HEADER>
13593 <BODY>
13594 <H1>THE MESSAGE COMPOSER'S SUBJECT FIELD</H1>
13596 The subject header provides a place to enter a few words that summarize
13597 the topic of the message you are sending.  You may leave this line blank,
13598 but it is considered a courtesy to use a meaningful subject.<p>
13600 For help with message header editing
13601 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13603 <UL>   
13604 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13605 </UL><P>
13606 &lt;End of help on this topic&gt;
13607 </BODY>
13608 </HTML>
13609 ======= h_composer_attachment ====
13610 <HTML>
13611 <HEAD>
13612 <TITLE>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</TITLE>
13613 </HEAD>
13614 <BODY>
13615 <H1>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</H1>
13617 The &quot;Attchmnt:&quot; field is where you specify what file or
13618 files you'd like attached to
13619 the message you are composing.  Those files must reside on the machine
13620 running Alpine. If your file is on a PC or Mac and you run Alpine with an
13621 account on a Unix machine, you'll have to transfer it before attaching it.
13622 Contact local computer support people for assistance with transferring.
13625 The file name
13626 given can be an absolute file path name for your system
13627 <!--chtml if pinemode="os_windows"-->
13628 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
13629 with a relative pathname, or simply a file name without
13630 drive or directory specification.  
13631 <!--chtml else-->
13632 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
13633 a file in your home directory, or a file path relative to your 
13634 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
13635 your home directory or &quot;~user&quot; to refer to another
13636 account's home directory.
13637 <!--chtml endif--><P>
13638 No wild card characters may be used.
13639 <P>If the 
13640 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13641 feature is set, names are relative to your current working directory 
13642 <!--chtml if pinemode="running"-->
13643 (which, at least for your current Alpine &quot;session,&quot; 
13644 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13645 <!--chtml endif-->
13646 rather than your home directory
13647 <!--chtml if pinemode="running"-->
13648 (which, in the present configuration of your system, is
13649  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13650 <!--chtml endif-->
13653 Alpine uses MIME encoding for attachments, so binaries and files of any
13654 length can safely be delivered to any MIME-capable mail reading program.
13655 If you send an attachment to someone who does not have a MIME-capable mail
13656 reading program yet, then the main message text will be readable, but
13657 attachments (even attachments that are just plain text) are not.
13660 Typing the filename on the Attchmnt: line achieves the same
13661 result as using the 
13662 <!--chtml if pinemode="function_key"-->
13664 <!--chtml else-->
13665 Ctrl-J
13666 <!--chtml endif--> command.
13669 If you Forward a message with attachments, you may delete them from your
13670 Forwarded message by editing the Attchmnt header line.
13673 For help with message header editing
13674 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13676 <UL>   
13677 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13678 </UL><P>
13679 &lt;End of help on this topic&gt;
13680 </BODY>
13681 </HTML>
13682 ======= h_composer_ctrl_j ====
13683 <HTML>
13684 <HEAD>
13685 <TITLE>COMPOSER ATTACH</TITLE>
13686 </HEAD>
13687 <BODY>
13688 After the
13689 <!--chtml if pinemode="function_key"-->
13691 <!--chtml else-->
13692 Ctrl-J
13693 <!--chtml endif--> command:
13694 At the &quot;File to attach:&quot; prompt, enter the name of the 
13695 existing file to attach to your message.  
13696 When the feature
13697 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
13698 is set
13699 you need only enter the beginning of the filename (enough of it to uniquely 
13700 identify the file) and press TAB to complete it.
13702 Or, press ^T to use the BROWSER screen for 
13703 selecting the file.  <P>
13704 For more information on attaching files, see the help screen for the 
13705 composer's 
13706 <A HREF="h_composer_attachment">Attchmnt: field</A>, which is normally hidden,
13707 but can be revealed using the 
13708 <!--chtml if pinemode="function_key"-->
13710 <!--chtml else-->
13711 Ctrl-R
13712 <!--chtml endif--> 
13713 command with the cursor positioned above the
13714 &quot;----- Message Text -----&quot; line in the COMPOSE MESSAGE screen.
13716 &lt;End of help on this topic&gt;
13717 </BODY>
13718 </HTML>
13719 ======= h_edit_nav_cmds =========
13720 <HTML>
13721 <HEAD>
13722 <TITLE>Composer Editing Commands Explained</TITLE>
13723 </HEAD>
13724 <BODY>
13725 <H1>EDITING and NAVIGATION COMMANDS</H1>
13726 <!--chtml if pinemode="function_key"-->
13727 <PRE>
13728 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
13729 ^B (Left Arrow)    Back character       | ^D       Delete current character
13730 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
13731 ^P (Up Arrow)      Previous line        |
13732 ^N (Down Arrow)    Next line            | F9       Cut marked text or
13733 ^A                 Beginning of line    |            delete current line
13734 ^E                 End of line          | F10      Undelete line(s)
13735 F7                 Previous page        |
13736 F8                 Next page            |-------------------------------------
13737 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
13738 ----------------------------------------|
13739 EXIT COMMANDS    |  GENERAL COMMANDS    | F12    To Addressbook
13740 F3   Cancel      |   F1    Get help     | F12    RichView (expand lists)
13741 F2  eXit/save    |   ^Z    Suspend      | ^L     Redraw Screen
13742 </PRE>
13743 <!--chtml else-->
13744 <PRE>
13745 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
13746 ^B (Left Arrow)    Back character       | ^D       Delete current character
13747 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
13748 ^P (Up Arrow)      Previous line        |
13749 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
13750 ^A                 Beginning of line    |            delete current line
13751 ^E                 End of line          | ^U       Undelete line(s)
13752 ^Y                 Previous page        |
13753 ^V                 Next page            |-------------------------------------
13754 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
13755 ----------------------------------------|
13756 EXIT COMMANDS    |  GENERAL COMMANDS    | ^T     To Addressbook
13757 ^C   Cancel      |   ^G    Get help     | ^R     RichView  (expand lists)
13758 ^X   eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
13759 </PRE>
13760 <!--chtml endif-->
13761 &lt;End of help on this topic&gt;
13762 </BODY>
13763 </HTML>
13764 ===== h_composer_sigedit =====
13765 <HTML>
13766 <HEAD>
13767 <TITLE>Signature Editor Commands Explained</TITLE>
13768 </HEAD>
13769 <BODY>
13770 <H1>SIGNATURE EDITOR COMMANDS</H1>
13771 <!--chtml if pinemode="function_key"-->
13772 <PRE>
13773 CURSOR MOTION KEYS                     |EDITING KEYS
13774   ^B (Left Arrow)   Back character     | ^D       Delete current character
13775   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
13776   ^P (Up Arrow)     Previous line      | ^^       Set a mark
13777   ^N (Down Arrow)   Next line          | F9       Cut marked text or
13778   ^A                Beginning of line  |           delete current line
13779   ^E                End of line        | F10       Paste text, undelete lines
13780   F7                Previous page      |           cut with ^K, or unjustify
13781   F8                Next page          |-------------------------------------
13782   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
13783 ---------------------------------------| F6       Whereis (search for string)
13784 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
13785  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
13786                  |  ^Z    Suspend      | ^L       Redraw Screen
13787  F2   Send       |  F6    Alt. editor  | F5       Read in a file
13788 </PRE>
13789 <!--chtml else-->
13790 <PRE>
13791 CURSOR MOTION KEYS                     |EDITING KEYS
13792   ^B (Left Arrow)   Back character     | ^D       Delete current character
13793   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
13794   ^P (Up Arrow)     Previous line      | ^^       Set a mark
13795   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
13796   ^A                Beginning of line  |           delete current line
13797   ^E                End of line        | ^U        Paste text, undelete lines
13798   ^Y                Previous page      |           cut with ^K, or unjustify
13799   ^V                Next page          |-------------------------------------
13800   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
13801 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
13802 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
13803  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
13804                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
13805  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
13806 </PRE>
13807 <!--chtml endif-->
13809 NOTE: The presence or absence of the following commands is determined
13810 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
13811 some of these commands may be administratively disabled by your system
13812 manager; if they don't work, please check with your local help desk
13813 before reporting a bug.
13815 <UL>
13816  <LI>Suspend (suspends Alpine and gives a system prompt)
13817  <LI>Alternate editor (allows you to compose with your own editor)
13818 </UL>
13821 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
13822 Ctrl-&#92;, ESC
13825 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
13826 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
13828 &lt;End of help on this topic&gt;
13829 </BODY>
13830 </HTML>
13831 ===== h_composer_commentedit =====
13832 <HTML>
13833 <HEAD>
13834 <TITLE>Comment Editor Commands Explained</TITLE>
13835 </HEAD>
13836 <BODY>
13837 <H1>COMMENT EDITOR COMMANDS</H1>
13838 <!--chtml if pinemode="function_key"-->
13839 <PRE>
13840 CURSOR MOTION KEYS                     |EDITING KEYS
13841   ^B (Left Arrow)   Back character     | ^D       Delete current character
13842   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
13843   ^P (Up Arrow)     Previous line      | ^^       Set a mark
13844   ^N (Down Arrow)   Next line          | F9       Cut marked text or
13845   ^A                Beginning of line  |           delete current line
13846   ^E                End of line        | F10       Paste text, undelete lines
13847   F7                Previous page      |           cut with ^K, or unjustify
13848   F8                Next page          |-------------------------------------
13849   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
13850 ---------------------------------------| F6       Whereis (search for string)
13851 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
13852  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
13853                  |  ^Z    Suspend      | ^L       Redraw Screen
13854  F2   Send       |  F6    Alt. editor  | F5       Read in a file
13855 </PRE>
13856 <!--chtml else-->
13857 <PRE>
13858 CURSOR MOTION KEYS                     |EDITING KEYS
13859   ^B (Left Arrow)   Back character     | ^D       Delete current character
13860   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
13861   ^P (Up Arrow)     Previous line      | ^^       Set a mark
13862   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
13863   ^A                Beginning of line  |           delete current line
13864   ^E                End of line        | ^U        Paste text, undelete lines
13865   ^Y                Previous page      |           cut with ^K, or unjustify
13866   ^V                Next page          |-------------------------------------
13867   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
13868 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
13869 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
13870  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
13871                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
13872  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
13873 </PRE>
13874 <!--chtml endif-->
13876 NOTE: The presence or absence of the following commands is determined
13877 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
13878 some of these commands may be administratively disabled by your system
13879 manager; if they don't work, please check with your local help desk
13880 before reporting a bug.
13882 <UL>
13883  <LI>Suspend (suspends Alpine and gives a system prompt)
13884  <LI>Alternate editor (allows you to compose with your own editor)
13885 </UL>
13888 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
13889 Ctrl-&#92;, ESC
13892 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
13893 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
13895 &lt;End of help on this topic&gt;
13896 </BODY>
13897 </HTML>
13898 ======= h_composer_abook_nick =======
13899 <HTML>
13900 <HEAD>
13901 <TITLE>Addressbook Nickname Explained</TITLE>
13902 </HEAD>
13903 <BODY>
13904 This is a short nickname for this address book entry.  If it is used in
13905 place of an address from the composer, the composer will fill in the
13906 address(es) for the entry that matches the nickname. 
13909 Look <A HREF="h_edit_nav_cmds">here</A>
13910 to see the available Editing and Navigation commands.
13912 &lt;End of help on this topic&gt;
13913 </BODY>
13914 </HTML>
13915 ======= h_composer_abook_full =======
13916 <HTML>
13917 <HEAD>
13918 <TITLE>Addressbook Fullname Explained</TITLE>
13919 </HEAD>
13920 <BODY>
13921 This is the full name field for this entry.  If this is going to be a
13922 distribution list (more than one address), it should be a descriptive
13923 phrase describing the list.  It will be included in the mail header if you
13924 put the list in the To: or CC: field, or in the To: line if you put the
13925 list in the Lcc: field.  It's OK to leave this field blank (and OK to
13926 leave any of the other fields blank, too). If this address book entry is
13927 going to be a simple entry with just one address, then this field is the
13928 person's name. When you send mail to this entry, this is the field to the
13929 left of the brackets. That is, it is the most readable part of the 
13930 address. For example, in the sample address:
13931 <PRE>
13932        John Doe &lt;jdoe@some.domain&gt;
13933 </PRE>
13934 "John Doe" is the full name field. If you are sorting your address book
13935 with one of the options that uses full names, then it might be useful to
13936 enter the full name as "Last, First", for example:
13937 <PRE>
13938        Doe, John
13939 </PRE>
13940 so that it will be sorted using Doe instead of John. This will be changed
13941 back into John Doe when you use it.
13943 Look <A HREF="h_edit_nav_cmds">here</A>
13944 to see the available Editing and Navigation commands.
13946 &lt;End of help on this topic&gt;
13947 </BODY>
13948 </HTML>
13949 ======= h_composer_abook_fcc =======
13950 <HTML>
13951 <HEAD>
13952 <TITLE>Addressbook Fcc Explained</TITLE>
13953 </HEAD>
13954 <BODY>
13955 If this entry is the first one in the To: line of an outgoing message,
13956 this field will be used for the Fcc (File Carbon Copy) instead of whatever
13957 you would normally get (which depends on which
13958 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
13959 you've chosen). 
13961 If this field consists of two double quotes (&quot;&quot;) that tells Alpine
13962 that you don't want any Fcc associated with this entry.
13964 Look <A HREF="h_edit_nav_cmds">here</A>
13965 to see the available Editing and Navigation commands.
13967 &lt;End of help on this topic&gt;
13968 </BODY>
13969 </HTML>
13970 ====== h_config_combined_abook_display =====
13971 <HTML>
13972 <HEAD>
13973 <TITLE>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></TITLE>
13974 </HEAD>
13975 <BODY>
13976 <H1>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></H1>
13978 This feature affects the address book display screens.
13979 Normally, expanding an address book from the ADDRESS BOOK LIST screen
13980 will cause the remaining address books and directory servers to disappear
13981 from the screen, leaving only the entries of the expanded address book.
13982 If this feature is set, then the other address books will remain on the screen,
13983 so that all of the address books can be present at once.
13986 The way that commands work won't be changed.
13987 For example, the Select All command will select all of the entries in the
13988 current address book, not all of the entries in all of the address books.
13989 The WhereIs command will change a little.
13990 It will search through all of the text on the screen plus all of the entries
13991 from expanded address books.
13994 When this feature is set, the setting of the feature
13995 <A HREF="h_config_expanded_addrbooks">&quot;<!--#echo var="FEAT_expanded-view-of-addressbooks"-->&quot;</A>
13996 has an effect.
13998 &lt;End of help on this topic&gt;
13999 </BODY>
14000 </HTML>
14001 ====== h_config_titlebar_color_style =====
14002 <HTML>
14003 <HEAD>
14004 <TITLE>OPTION: <!--#echo var="VAR_titlebar-color-style"--></TITLE>
14005 </HEAD>
14006 <BODY>
14007 <H1>OPTION: <!--#echo var="VAR_titlebar-color-style"--></H1>
14009 This option affects the colors used to display the titlebar (the top
14010 line on the screen) when viewing a message.
14013 The available options include:
14016 <DL>
14017 <DT>default</DT>
14018 <DD>The color of the titlebar will be the color you set for the
14019 <A HREF="h_config_title_color">Title Color</A>.
14020 The Title Color may be set by using the
14021 <A HREF="h_color_setup">Setup Kolor</A> screen.
14022 </DD>
14024 <DT>indexline</DT>
14025 <DD>The color of the titlebar will be the same as the color of the
14026 index line corresponding to the message being viewed.
14027 The rules that determine what color the index line will be may be set
14028 up by going to the Setup/Rules/Indexcolor screen.
14029 If the index line for a message is not colored explicitly by the
14030 Indexcolor rules, then the titlebar will be colored the same as for
14031 the &quot;default&quot; option above (which is not the same color that
14032 the index line itself will have).
14033 </DD>
14035 <DT>reverse-indexline</DT>
14036 <DD>This is similar to the &quot;indexline&quot; option except the
14037 foreground and background colors from the corresponding index line will
14038 be reversed.
14039 For example, if the index line color is red letters on a white background,
14040 then the titlebar will be white letters on a red background.
14041 If the index line for a message is not colored explicitly by the
14042 Indexcolor rules, then the titlebar will be colored the same as for
14043 the &quot;default&quot; option above (which is not the same color that
14044 the index line itself will have).
14045 </DD>
14046 </DL>
14050 <UL>   
14051 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14052 </UL><P>
14053 &lt;End of help on this topic&gt;
14054 </BODY>
14055 </HTML>
14056 ====== h_config_index_color_style =====
14057 <HTML>
14058 <HEAD>
14059 <TITLE>OPTION: <!--#echo var="VAR_current-indexline-style"--></TITLE>
14060 </HEAD>
14061 <BODY>
14062 <H1>OPTION: <!--#echo var="VAR_current-indexline-style"--></H1>
14064 This option affects the colors used to display the current line in the
14065 MESSAGE INDEX screen.
14066 If you do not have Index Color Rules defined, then this option will
14067 have no effect in the index.
14068 Those Rules may be defined by going to the Setup/Rules/Indexcolor screen.
14070 If the option
14071 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
14072 is turned on and the
14073 <A HREF="h_config_incunseen_color">Incoming Unseen Color</A>
14074 is set to something other than the default, then
14075 this option also affects the color used to display the current folder
14076 in the Incoming FOLDER LIST screen.
14079 The available options include:
14082 <DL>
14083 <DT>flip-colors</DT>
14084 <DD>This is the default.
14085 If an index line is colored because it matches one of your
14086 Index Color Rules, then its colors will be reversed when it is the currently
14087 highlighted line.
14088 For example, if the line is normally red text on a blue background, then
14089 when it is the current line it will be drawn as blue text on a red background.
14091 The rest of the option values all revert to this flip-colors behavior if
14092 there is no Reverse Color defined.
14093 </DD>
14095 <DT>reverse</DT>
14096 <DD>With this option the Reverse color is always used to highlight the
14097 current line.
14098 </DD>
14100 <DT>reverse-fg</DT>
14101 <DD>The foreground part of the Reverse Color is used to highlight
14102 the current line.
14103 If this would cause the text to be unreadable (because the foreground and
14104 background colors are the same) or if it would cause no change in the
14105 color of the index line, then the colors are flipped instead.
14107 Some people think this works particularly well if you use different
14108 background colors to emphasize &quot;interesting&quot; lines,
14109 but always with the same Normal foreground color,
14110 and you use a different foreground color for the Reverse Color.
14111 </DD>
14113 <DT>reverse-fg-no-ambiguity</DT>
14114 <DD>With the &quot;reverse-fg&quot; rule above, it is possible that
14115 the resulting color will be exactly the same as the regular Reverse
14116 Color.
14117 That can lead to some possible confusion because an
14118 &quot;interesting&quot;
14119 line that is the current line will be displayed exactly the same as a
14120 non-interesting line that is current.
14121 You can't tell whether the line is just a regular current line or if it is
14122 an &quot;interesting&quot; current line by looking at the color.
14123 Setting the option to this value removes that ambiguity.
14124 It is the same as the &quot;reverse-fg&quot; setting unless the resulting
14125 interesting current line would look just like a non-interesting current line.
14126 In that case, the interesting line's colors are simply flipped (like in the
14127 default behavior).
14129 As an alternative way to preserve the line's interestingness in this case,
14130 you may find that using both a different foreground and a different
14131 background color for the interesting line will help.
14132 </DD>
14134 <DT>reverse-bg</DT>
14135 <DD>The background part of the Reverse Color is used to highlight
14136 the current line.
14137 If this would cause the text to be unreadable (because the foreground and
14138 background colors are the same) or if it would cause no change in the
14139 color of the index line, then the colors are flipped instead.
14141 Some people think this works particularly well if you use different
14142 foreground colors to emphasize &quot;interesting&quot; lines,
14143 but always with the same Normal background color,
14144 and you use a different background color for the Reverse Color.
14145 </DD>
14147 <DT>reverse-bg-no-ambiguity</DT>
14148 <DD>As with the &quot;reverse-fg&quot; case, the &quot;reverse-bg&quot;
14149 rule may also result in a color that is exactly the same as the regular
14150 Reverse Color.
14151 Setting the option to this value removes that ambiguity.
14152 It is the same as the &quot;reverse-bg&quot; setting unless the resulting
14153 current line has the same color as the Reverse Color.
14154 In that case, the interesting line's colors are simply flipped (like in the
14155 default behavior).
14156 </DD>
14157 </DL>
14161 <UL>   
14162 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14163 </UL><P>
14164 &lt;End of help on this topic&gt;
14165 </BODY>
14166 </HTML>
14167 ====== h_config_expanded_addrbooks =====
14168 <HTML>
14169 <HEAD>
14170 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></TITLE>
14171 </HEAD>
14172 <BODY>
14173 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></H1>
14175 If multiple address books (either personal or global) are defined, and you
14176 wish to have them all expanded implicitly upon entering the ADDRESS BOOK
14177 screen, then set this feature. This feature will have no effect unless the
14178 feature
14179 <A HREF="h_config_combined_abook_display">&quot;<!--#echo var="FEAT_combined-addrbook-display"-->&quot;</A>
14180 is also set.
14182 &lt;End of help on this topic&gt;
14183 </BODY>
14184 </HTML>
14185 ====== h_config_combined_folder_display =====
14186 <HTML>
14187 <HEAD>
14188 <TITLE>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></TITLE>
14189 </HEAD>
14190 <BODY>
14191 <H1>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></H1>
14193 This feature affects the folder list display screens.
14194 Normally, each folder list is viewed within its collection only.  This
14195 command allows folder lists to be viewed within a single screen that
14196 combines the contents of all collections.
14199 The way that commands work won't be changed.
14200 For example, the Select All command will select all of the folders in the
14201 current collection, not all of the entries in all of the collections.
14202 The WhereIs command will change a little.
14203 It will search through all of the folders in the current collection as well
14204 as all the folder in any other expanded collection.
14207 When this feature is set, the setting of the feature
14208 <A HREF="h_config_expanded_folders">&quot;<!--#echo var="FEAT_expanded-view-of-folders"-->&quot;</A>
14209 has an effect.
14211 &lt;End of help on this topic&gt;
14212 </BODY>
14213 </HTML>
14214 ====== h_config_combined_subdir_display =====
14215 <HTML>
14216 <HEAD>
14217 <TITLE>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></TITLE>
14218 </HEAD>
14219 <BODY>
14220 <H1>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></H1>
14222 This feature affects the Folder List screen when
14224 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14225 feature is enabled.  Normally, selecting a directory from the Folder
14226 List takes you into a new screen displaying only the contents of
14227 that directory.
14230 Enabling this feature will cause the contents of the selected
14231 directory to be
14232 displayed within the boundaries of the &quot;Collection&quot; it
14233 is a part of.  All previously displayed collections will remain
14234 in the screen.
14237 The way that commands work won't be changed.
14238 For example, the Select All command will select all of the folders in the
14239 directory, as opposed to all of the entries in all of the collections.
14240 The WhereIs command will change a little.
14241 It will search through all of the folders in the current collection as well
14242 as all the folder in any other expanded collection.
14245 &lt;End of help on this topic&gt;
14246 </BODY>
14247 </HTML>
14248 ====== h_config_separate_fold_dir_view =====
14249 <HTML>
14250 <HEAD>
14251 <TITLE>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></TITLE>
14252 </HEAD>
14253 <BODY>
14254 <H1>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></H1>
14256 This feature affects folder collections wherein a folder
14257 and directory can have the same name.  By default, Alpine displays them
14258 only once, denoting that it is both a folder and directory by appending
14259 the folder name with the hierarchy character enclosed
14260 in square brackets.
14264 Enabling this feature will cause Alpine to display such names
14265 separately marking the name representing a directory with a trailing
14266 hierarchy delimiter (typically the slash, &quot;/&quot;, character).
14269 The feature also alters the command set slightly.  By default, the
14270 right-arrow descends into the directory, while hitting the Return key will
14271 cause the folder by that name to be opened.
14274 With this feature set, the Return key will open the highlighted folder, or
14275 enter the highlighted directory.
14278 &lt;End of help on this topic&gt;
14279 </BODY>
14280 </HTML>
14281 ====== h_config_expanded_folders =====
14282 <HTML>
14283 <HEAD>
14284 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></TITLE>
14285 </HEAD>
14286 <BODY>
14287 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></H1>
14289 If multiple folder collections are defined, and you
14290 wish to have them all expanded implicitly upon entering the FOLDER LIST
14291 screen, then set this feature. This feature will have no effect unless the
14292 feature
14293 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14294 is also set.
14296 &lt;End of help on this topic&gt;
14297 </BODY>
14298 </HTML>
14299 ======= h_config_ldap_server =======
14300 <HTML>
14301 <HEAD>
14302 <TITLE>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
14303 </HEAD>
14304 <BODY>
14305 <H1>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
14306 This is the name of the host where an LDAP server is running.
14307 For redundancy, this may be a space-delimited set of server names, in which
14308 case the first server that answers is used.
14309 Each of the server names may be optionally followed by
14310 a colon and a port number.
14311 If this form is used then the port number configured below in the
14312 <EM>port</EM> field is not used.
14314 To find out whether your organization has its own LDAP server, 
14315 contact its computing support staff.
14316 <P><UL>
14317 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14318 </UL>
14320 &lt;End of help on this topic&gt;
14321 </BODY>
14322 </HTML>
14323 ======= h_config_ldap_base =======
14324 <HTML>
14325 <HEAD>
14326 <TITLE>LDAP OPTION: Search-Base</TITLE>
14327 </HEAD>
14328 <BODY>
14329 <H1>LDAP OPTION: Search-Base</H1>
14331 This is the search base to be used on this server.  It functions as a filter 
14332 by restricting your searches in the LDAP server database
14333 to the specified contents of the specified fields.  Without it, searches 
14334 submitted to this directory server may fail.  It might be something
14335 like:
14337 <PRE>
14338       O = &lt;Your Organization Name&gt;, C = US
14339 </PRE>
14340 or it might be blank.  
14341 (Some LDAP servers actually ignore anything specified here.)
14343 If in doubt what parameters you should specify here, 
14344 contact the maintainers of the LDAP server.
14345 <P><UL>
14346 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14347 </UL>
14349 &lt;End of help on this topic&gt;
14350 </BODY>
14351 </HTML>
14352 ======= h_config_ldap_port =======
14353 <HTML>
14354 <HEAD>
14355 <TITLE>LDAP OPTION: Port</TITLE>
14356 </HEAD>
14357 <BODY>
14358 <H1>LDAP OPTION: Port</H1>
14360 This is the TCP port number to be used with this LDAP server. If you leave
14361 this blank port 389 will be used.
14363 &lt;End of help on this topic&gt;
14364 </BODY>
14365 </HTML>
14366 ======= h_config_ldap_nick =======
14367 <HTML>
14368 <HEAD>
14369 <TITLE>LDAP OPTION: Nickname</TITLE>
14370 </HEAD>
14371 <BODY>
14372 <H1>LDAP OPTION: Nickname</H1>
14374 This is a nickname to be used in displays. If you don't supply a
14375 nickname the server name
14376 (<A HREF="h_config_ldap_server">&quot;<!--#echo var="VAR_ldap-servers"-->&quot;</A>)
14377 will be used instead.  This option is strictly for your convenience.
14379 &lt;End of help on this topic&gt;
14380 </BODY>
14381 </HTML>
14382 ======= h_config_ldap_binddn =======
14383 <HTML>
14384 <HEAD>
14385 <TITLE>LDAP OPTION: Bind-DN</TITLE>
14386 </HEAD>
14387 <BODY>
14388 <H1>LDAP OPTION: Bind-DN</H1>
14390 You may need to authenticate to the LDAP server before you are able to use it.
14391 This is the Distinguished Name to bind to when authenticating to this server.
14392 Try leaving this blank until you know you need it.
14394 Alpine only knows about LDAP Simple authentication.
14395 It does not attempt LDAP SASL authentication.
14396 The DN and password will be sent in the clear unless TLS encryption is
14397 being used on this connection.
14398 Because of this, you may want to set the LDAP feature
14399 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>
14400 or the feature
14401 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
14402 if you are going to be providing a password.
14403 <P><UL>
14404 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14405 </UL>
14407 &lt;End of help on this topic&gt;
14408 </BODY>
14409 </HTML>
14410 ======= h_config_ldap_opts_impl =======
14411 <HTML>
14412 <HEAD>
14413 <TITLE>LDAP FEATURE: Use-Implicitly-From-Composer</TITLE>
14414 </HEAD>
14415 <BODY>
14416 <H1>LDAP FEATURE: Use-Implicitly-From-Composer</H1>
14418 Set this to have lookups done to this server implicitly from the composer.
14419 If an address doesn't look like a fully-qualified address, it will be looked
14420 up in your address books, and if it doesn't match a nickname there, then it
14421 will be looked up on the LDAP servers that have this feature set.
14422 The lookups will also be done when using the address completion feature
14423 (TAB command) in the composer if any of the serves have this feature set.
14424 Also see the LDAP feature
14425 <A HREF="h_config_ldap_opts_rhs">&quot;Lookup-Addrbook-Contents&quot;</A>
14426 and the Setup/Config feature
14427 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
14429 &lt;End of help on this topic&gt;
14430 </BODY>
14431 </HTML>
14432 ======= h_config_ldap_opts_tls =======
14433 <HTML>
14434 <HEAD>
14435 <TITLE>LDAP FEATURE: Attempt-TLS-On-Connection</TITLE>
14436 </HEAD>
14437 <BODY>
14438 <H1>LDAP FEATURE: Attempt-TLS-On-Connection</H1>
14440 When connecting to this server Alpine will attempt to use TLS encryption
14441 on the connection.
14442 Also see the closely related feature
14443 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
14445 &lt;End of help on this topic&gt;
14446 </BODY>
14447 </HTML>
14448 ======= h_config_ldap_opts_tlsmust =======
14449 <HTML>
14450 <HEAD>
14451 <TITLE>LDAP FEATURE: Require-TLS-On-Connection</TITLE>
14452 </HEAD>
14453 <BODY>
14454 <H1>LDAP FEATURE: Require-TLS-On-Connection</H1>
14456 When connecting to this server Alpine will attempt to use TLS encryption
14457 on the connection.
14458 If the StartTLS operation fails then the connection will not be used.
14460 &lt;End of help on this topic&gt;
14461 </BODY>
14462 </HTML>
14463 ====== h_config_ldap_opts_rhs =====
14464 <HTML>
14465 <HEAD>
14466 <TITLE>LDAP FEATURE: Lookup-Addrbook-Contents</TITLE>
14467 </HEAD>
14468 <BODY>
14469 <H1>LDAP FEATURE: Lookup-Addrbook-Contents</H1>
14471 Normally implicit LDAP lookups from the composer are done only for the
14472 strings you type in from the composer screen. In other words, you type in
14473 something in the To or CC field and press return, then the string is looked up.
14474 First that string is looked up in your address books. If a match is found
14475 there, then the results of that match are looked up again. If you place
14476 a string in your address book that you want to have looked up on the LDAP
14477 directory server, you need to turn on this feature. If you set this feature
14478 for a server, you almost always will also want to set the
14479 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
14480 feature. An example might serve to best illustrate this feature.
14482 If an LDAP lookup of &quot;William Clinton&quot; normally returns an
14483 entry with an
14484 address of pres@whitehouse.gov, then you might put an entry in your address
14485 book that looks like:
14487 <CENTER><SAMP>Nickname = bill</SAMP></CENTER><BR>
14488 <CENTER><SAMP>Address = &quot;William Clinton&quot;</SAMP></CENTER>
14490 Now, when you type &quot;bill&quot; into an
14491 address field in the composer Alpine will
14492 find the &quot;bill&quot; entry in your address book.
14493 It will replace &quot;bill&quot; with
14494 &quot;William Clinton&quot;.
14495 It will then search for an entry with that nickname
14496 in your address book and not find one. If this feature
14497 is set, Alpine will then attempt to lookup
14498 &quot;William Clinton&quot; on the LDAP server and find the entry with address
14499 pres@whitehouse.gov.
14501 A better way to accomplish the same thing is probably to use the feature
14502 <A HREF="h_config_ldap_opts_ref">&quot;Save-Search-Criteria-Not-Result&quot;</A>.
14504 &lt;End of help on this topic&gt;
14505 </BODY>
14506 </HTML>
14507 ====== h_config_ldap_opts_ref =====
14508 <HTML>
14509 <HEAD>
14510 <TITLE>LDAP FEATURE: Save-Search-Criteria-Not-Result</TITLE>
14511 </HEAD>
14512 <BODY>
14513 <H1>LDAP FEATURE: Save-Search-Criteria-Not-Result</H1>
14515 Normally when you save the results of an LDAP directory lookup to your
14516 address book the results of the lookup are saved. If this feature is set
14517 and the entry being saved was found on this directory server, then the
14518 search criteria is saved instead of the results of the search. When this
14519 address book entry is used in the future, instead of copying the results
14520 from the address book the directory lookup will be done again. This could
14521 be useful if the copied result might become stale because the data on
14522 the directory server changes (for example, the entry's email address changes).
14523 You probably don't want to set this feature if the server is at all slow or
14524 unreliable.
14526 The way this actually works is that instead of saving the email address
14527 in your address book, Alpine saves enough information to look up the same
14528 directory entry again. In particular, it saves the server name and the
14529 distinguished name of the entry. It's possible that the server administrators
14530 might change the format of distinguished names on the server, or that the
14531 entry might be removed from the server. If Alpine notices this, you will be warned
14532 and a backup copy of the email address will be used. You may want to create
14533 a new entry in this case, since you will get the annoying warning every
14534 time you use the old entry. You may do that by Saving the entry to a new
14535 nickname in the same address book. You will be asked whether or not you
14536 want to use the backup email address.
14538 A related feature in the Setup/Config screen is
14539 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
14541 &lt;End of help on this topic&gt;
14542 </BODY>
14543 </HTML>
14544 ======= h_config_ldap_opts_nosub =======
14545 <HTML>
14546 <HEAD>
14547 <TITLE>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</TITLE>
14548 </HEAD>
14549 <BODY>
14550 <H1>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</H1>
14552 Spaces in your input are normally handled specially.
14553 Each space character is replaced
14556 <CENTER><SAMP>*&nbsp;&lt;SPACE&gt;</SAMP></CENTER>
14558 in the search query (but not by &quot;* &lt;SPACE&gt; *&quot;).
14559 The reason this is done is so the input string
14561 <CENTER><SAMP>Greg Donald</SAMP></CENTER>
14563 (which is converted to &quot;Greg* Donald&quot;) will match
14564 the names &quot;Greg Donald&quot;,
14565 &quot;Gregory Donald&quot;, &quot;Greg F. Donald&quot;, and
14566 &quot;Gregory F Donald&quot;; but it won't match &quot;Greg McDonald&quot;.
14567 If the &quot;Search-Rule&quot; you were using was &quot;begins-with&quot;,
14568 then it would also match the name &quot;Greg Donaldson&quot;.
14570 Turning on this feature will disable this substitution.
14572 &lt;End of help on this topic&gt;
14573 </BODY>
14574 </HTML>
14575 ====== h_config_ldap_searchtypes =======
14576 <HTML>
14577 <HEAD>
14578 <TITLE>LDAP OPTION: Search-Type</TITLE>
14579 </HEAD>
14580 <BODY>
14581 <H1>LDAP OPTION: Search-Type</H1>
14583 This affects the way that LDAP searches are done.
14584 In particular, this tells the server where to look for the string to be matched.
14585 If set to &quot;name&quot; then the string that is being searched for will
14586 be compared with the string in the
14587 &quot;Name&quot; field on the server
14588 (technically, it is the &quot;commonname&quot; field on the server).
14589 &quot;Surname&quot; means we're looking for a
14590 match in the &quot;Surname&quot; field on the
14591 server (actually the &quot;sn&quot; field).
14592 &quot;Givenname&quot; really is &quot;givenname&quot;
14593 and &quot;email&quot; is the electronic mail address (this is actually the field
14594 called &quot;mail&quot; or &quot;electronicmail&quot; on the server).
14595 The other three types are combinations of
14596 the types listed so far. &quot;Name-or-email&quot;
14597 means the string should appear
14598 in either the &quot;name&quot; field OR the &quot;email&quot; field.
14599 Likewise, &quot;surname-or-givenname&quot;
14600 means &quot;surname&quot; OR &quot;givenname&quot;
14601 and &quot;sur-or-given-or-name-or-email&quot; means the obvious thing.
14603 This search TYPE is combined with the
14604 search <A HREF="h_config_ldap_searchrules">RULE</A>
14605 to form the actual search query.
14607 The usual default value for this
14608 option is &quot;sur-or-given-or-name-or-email&quot;.
14609 This type of search may be slow on some servers.
14610 Try &quot;name-or-email&quot;, which is often
14611 faster, or just &quot;name&quot; if the performance seems to be a problem.
14613 Some servers have been configured with different attribute names for
14614 these four fields.
14615 In other words, instead of using the attribute name &quot;mail&quot;
14616 for the email address field, the server might be configured to use something
14617 else, for example, &quot;rfc822mail&quot; or &quot;internetemailaddress&quot;.
14618 Alpine can be configured to use these different attribute names by using
14619 the four configuration options:
14620 <P><UL>
14621 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
14622 </UL>
14623 <P><UL>
14624 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
14625 </UL>
14626 <P><UL>
14627 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
14628 </UL>
14629 <P><UL>
14630 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
14631 </UL>
14633 &lt;End of help on this topic&gt;
14634 </BODY>
14635 </HTML>
14636 ====== h_config_ldap_searchrules =======
14637 <HTML>
14638 <HEAD>
14639 <TITLE>LDAP OPTION: Search-Rule</TITLE>
14640 </HEAD>
14641 <BODY>
14642 <H1>LDAP OPTION: Search-Rule</H1>
14644 This affects the way that LDAP searches are done.
14645 If set to &quot;equals&quot; then
14646 only exact matches count.
14647 &quot;Contains&quot; means that the string you type in
14648 is a substring of what you are matching against.
14649 &quot;Begins-with&quot; and &quot;ends-with&quot;
14650 mean that the string starts or ends with the string you type in.
14652 Spaces in your input are normally handled specially, but you can turn that
14653 special handling off with the
14654 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
14655 feature.
14657 The usual default value for this option is &quot;begins-with&quot;.
14659 &lt;End of help on this topic&gt;
14660 </BODY>
14661 </HTML>
14662 ======= h_config_ldap_email_attr =======
14663 <HTML>
14664 <HEAD>
14665 <TITLE>LDAP OPTION: EmailAttribute</TITLE>
14666 </HEAD>
14667 <BODY>
14668 <H1>LDAP OPTION: EmailAttribute</H1>
14670 This is the name of the attribute that is searched for when looking for
14671 an email address. The default value for this option is &quot;mail&quot; or
14672 &quot;electronicmail&quot;.
14673 If the server you are using uses a different attribute name for the email
14674 address, put that attribute name here.
14676 This will affect the search filter used if your Search-Type is one that
14677 contains a search for &quot;email&quot;.
14678 It will also cause the attribute value matching this attribute name to be used
14679 as the email address when you look up an entry from the composer.
14681 &lt;End of help on this topic&gt;
14682 </BODY>
14683 </HTML>
14684 ======= h_config_ldap_sn_attr =======
14685 <HTML>
14686 <HEAD>
14687 <TITLE>LDAP OPTION: SurnameAttribute</TITLE>
14688 </HEAD>
14689 <BODY>
14690 <H1>LDAP OPTION: SurnameAttribute</H1>
14692 This is the name of the attribute that is searched for when looking for
14693 the surname of the entry. The default value for this option is &quot;sn&quot;.
14694 If the server you are using uses a different attribute name for the surname,
14695 put that attribute name here.
14696 This will affect the search filter used if your Search-Type is one that
14697 contains a search for &quot;surname&quot;.
14699 &lt;End of help on this topic&gt;
14700 </BODY>
14701 </HTML>
14702 ======= h_config_ldap_gn_attr =======
14703 <HTML>
14704 <HEAD>
14705 <TITLE>LDAP OPTION: GivennameAttribute</TITLE>
14706 </HEAD>
14707 <BODY>
14708 <H1>LDAP OPTION: GivennameAttribute</H1>
14710 This is the name of the attribute that is searched for when looking for
14711 the given name of the entry. The default value for this option is &quot;givenname&quot;.
14712 If the server you are using uses a different attribute name for the given name,
14713 put that attribute name here.
14714 This will affect the search filter used if your Search-Type is one that
14715 contains a search for &quot;givenname&quot;.
14717 &lt;End of help on this topic&gt;
14718 </BODY>
14719 </HTML>
14720 ======= h_config_ldap_cn_attr =======
14721 <HTML>
14722 <HEAD>
14723 <TITLE>LDAP OPTION: NameAttribute</TITLE>
14724 </HEAD>
14725 <BODY>
14726 <H1>LDAP OPTION: NameAttribute</H1>
14728 This is the name of the attribute that is searched for when looking for
14729 the name of the entry. The default value for this option is &quot;cn&quot;, which
14730 stands for common name.
14731 If the server you are using uses a different attribute name for the name,
14732 put that attribute name here.
14733 This will affect the search filter used if your Search-Type is one that
14734 contains a search for &quot;name&quot;.
14736 &lt;End of help on this topic&gt;
14737 </BODY>
14738 </HTML>
14739 ======= h_config_ldap_time =======
14740 <HTML>
14741 <HEAD>
14742 <TITLE>LDAP OPTION: Timelimit</TITLE>
14743 </HEAD>
14744 <BODY>
14745 <H1>LDAP OPTION: Timelimit</H1>
14747 This places a limit on the number of seconds the LDAP search will continue.
14748 The default is 30 seconds. A value of 0 means no limit. Note that some servers
14749 may place limits of their own on searches.
14751 &lt;End of help on this topic&gt;
14752 </BODY>
14753 </HTML>
14754 ======= h_config_ldap_size =======
14755 <HTML>
14756 <HEAD>
14757 <TITLE>LDAP OPTION: Sizelimit</TITLE>
14758 </HEAD>
14759 <BODY>
14760 <H1>LDAP OPTION: Sizelimit</H1>
14762 This places a limit on the number of entries returned by the LDAP server.
14763 A value of 0 means no limit. The default is 0. Note that some servers
14764 may place limits of their own on searches.
14766 &lt;End of help on this topic&gt;
14767 </BODY>
14768 </HTML>
14769 ======= h_config_ldap_cust =======
14770 <HTML>
14771 <HEAD>
14772 <TITLE>LDAP OPTION: Custom-Search-Filter</TITLE>
14773 </HEAD>
14774 <BODY>
14775 <H1>LDAP OPTION: Custom-Search-Filter</H1>
14777 This one is for advanced users only! If you define this, then the
14778 &quot;Search-Type&quot; and &quot;Search-Rule&quot; defined are both ignored.
14779 However, the feature
14780 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
14781 is still in effect.
14782 That is, the space substitution will take place even in a custom filter unless
14783 you disable it.
14785 If your LDAP service stops working and you suspect it might be because
14786 of your custom filter, just delete this filter and try using the
14787 &quot;Search-Type&quot; and &quot;Search-Rule&quot; instead.
14788 Another option that sometimes causes trouble is the
14789 <A HREF="h_config_ldap_base">&quot;Search-Base&quot;</A> option.
14791 This variable may be set to the string representation of an LDAP search
14792 filter (see RFC1960). In the places where you want the address string to be
14793 substituted in, put a '%s' in this filter string. Here are some examples:
14795 A &quot;Search-Type&quot; of &quot;name&quot; with &quot;Search-Rule&quot; of &quot;begins-with&quot;
14796 is equivalent to the &quot;Custom-Search-Filter&quot;
14797 <PRE>
14798      (cn=%s*)
14799 </PRE>
14800 When you try to match against the string &quot;string&quot; the program replaces
14801 the &quot;%s&quot; with &quot;string&quot; (without the quotes). You may have multiple &quot;%s&quot;'s and
14802 they will all be replaced with the string. There is a limit of 10 &quot;%s&quot;'s.
14804 A &quot;Search-Type&quot; of &quot;name-or-email&quot; with &quot;Search-Rule&quot;
14805 of &quot;contains&quot; is equivalent to
14806 <PRE>
14807      (|(cn=*%s*)(mail=*%s*))
14808 </PRE>
14810 If your server uses a different attribute <EM>name</EM> than
14811 Alpine uses by default,
14812 (for example, it uses &quot;rfc822mail&quot; instead of &quot;mail&quot;),
14813 then you may be able to use one or more of the four attribute configuration
14814 options instead of defining a custom filter:
14815 <P><UL>
14816 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
14817 </UL>
14818 <P><UL>
14819 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
14820 </UL>
14821 <P><UL>
14822 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
14823 </UL>
14824 <P><UL>
14825 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
14826 </UL>
14828 &lt;End of help on this topic&gt;
14829 </BODY>
14830 </HTML>
14831 ======= h_composer_abook_comment =======
14832 <HTML>
14833 <HEAD>
14834 <TITLE>Addressbook Comment Explained</TITLE>
14835 </HEAD>
14836 <BODY>
14837 This is a comment to help you remember what this entry is. The WhereIs
14838 command searches comments so that it is easier to find an entry with a comment
14839 you know about attached to it. This field is not used in the outgoing message.
14841 Look <A HREF="h_edit_nav_cmds">here</A>
14842 to see the available Editing and Navigation commands.
14844 &lt;End of help on this topic&gt;
14845 </BODY>
14846 </HTML>
14847 ======= h_composer_abook_addrs =======
14848 <HTML>
14849 <HEAD>
14850 <TITLE>Addressbook Lists</TITLE>
14851 </HEAD>
14852 <BODY>
14853 <H1>Addressbook Lists</H1>
14855 This is a list of addresses to send to when sending to this address book
14856 entry.  Each member of the list may be an address or another nickname from
14857 any of your address books.  If it is an address, it is OK to include the
14858 full name field as well as the electronic address portion of that address.
14859 For example, the following are all legitimate entries in this field:
14861 <DL><DT>&nbsp;</DT>
14862 <DD>john&nbsp;&nbsp;&nbsp;&nbsp;(a nickname in your address book)
14863 <DD>jdoe@some.domain
14864 <DD>John Doe &lt;jdoe@some.domain&gt;
14865 </DL>
14867 The addresses should be listed separated by commas, just like you would
14868 enter them from the composer.
14872 The only difference between a distribution list and a simple entry with a
14873 single address, is that a distribution list has more than one address   
14874 listed in the Addresses: field, whereas a simple personal entry has just  
14875 one address.
14879 For individual address book entries, if there is a full name in the
14880 Fullname: field (filling in the Fullname: field is not required), it is
14881 used.  If the full name is specified in the Address: field and not in the
14882 Fullname: field, then the full name from the Address: field is used.
14886 If you type the nickname of a distribution list from one of your address 
14887 books in the Lcc: field, then the full name of that list is used in the  
14888 To: field.  If you put a list in the To: or Cc: fields, that list will be
14889 expanded into all of its addresses.  If the list has a full name, then
14890 that will appear at the beginning of the addresses.
14892 <DL><DT>&nbsp;</DT>
14893 <DD>Sewing Club &lt;john@somewhere&gt;, nancy@something.else, Sal
14894 &lt;sal@here.there&gt;
14895 </DL>
14897 If the first address in the distribution list also has a full name, then
14898 the list full name and that full name are combined into something like the
14899 following:
14901 <DL><DT>&nbsp;</DT>
14902 <DD>Sewing Club -- John Smith &lt;john@somewhere&gt;
14903 </DL>
14906 If you specify a list via Lcc, the full name is used in the To: line.  If
14907 you specify a list in the To: or Cc: fields, then it uses the same method
14908 as for individual entries for filling in the full name.
14912 For help with editing and navigation commands, check the Help for the
14913 Nickname: field.
14916 &lt;End of help on this topic&gt;
14917 </BODY>
14918 </HTML>
14919 ======= h_config_role_nick =======
14920 <HTML>
14921 <HEAD>
14922 <TITLE>Nickname Explained</TITLE>
14923 </HEAD>
14924 <BODY>
14925 <H1>Nickname Explained</H1>
14927 This is a nickname to help you.
14928 You should have a different nickname for each role you define.
14929 The nickname will be used in the SETUP ROLE RULES screen to allow you to
14930 pick a role to edit.
14931 It will also be used when you send a message to let you know you are
14932 sending with a different role than you use by default, and
14933 it will be useful for choosing a role when composing with the Role command
14934 or when composing with one of the Role Uses set to With Confirmation.
14935 This field is not used in the outgoing message.
14937 Look <A HREF="h_edit_nav_cmds">here</A>
14938 to see the available Editing and Navigation commands.
14940 &lt;End of help on this topic&gt;
14941 </BODY>
14942 </HTML>
14943 ======= h_config_role_comment =======
14944 <HTML>
14945 <HEAD>
14946 <TITLE>Comment Explained</TITLE>
14947 </HEAD>
14948 <BODY>
14949 <H1>Comment Explained</H1>
14951 This is a comment to help you.
14952 This comment does not play any functional role, it is simply an optional
14953 comment to help you remember what the rule is for.
14955 Look <A HREF="h_edit_nav_cmds">here</A>
14956 to see the available Editing and Navigation commands.
14958 &lt;End of help on this topic&gt;
14959 </BODY>
14960 </HTML>
14961 ======= h_config_other_nick =======
14962 <HTML>
14963 <HEAD>
14964 <TITLE>Nickname Explained</TITLE>
14965 </HEAD>
14966 <BODY>
14967 <H1>Nickname Explained</H1>
14969 This is a nickname to help you.
14970 You should have a different nickname for each rule you define.
14971 The nickname will be used in the SETUP OTHER RULES screen to allow you to
14972 pick a rule to edit.
14974 Look <A HREF="h_edit_nav_cmds">here</A>
14975 to see the available Editing and Navigation commands.
14977 &lt;End of help on this topic&gt;
14978 </BODY>
14979 </HTML>
14980 ======= h_config_score_nick =======
14981 <HTML>
14982 <HEAD>
14983 <TITLE>Nickname Explained</TITLE>
14984 </HEAD>
14985 <BODY>
14986 <H1>Nickname Explained</H1>
14988 This is a nickname to help you.
14989 You should have a different nickname for each scoring rule you define.
14990 The nickname will be used in the SETUP SCORING RULES screen to allow you to
14991 pick a rule to edit.
14993 Look <A HREF="h_edit_nav_cmds">here</A>
14994 to see the available Editing and Navigation commands.
14996 &lt;End of help on this topic&gt;
14997 </BODY>
14998 </HTML>
14999 ======= h_config_incol_nick =======
15000 <HTML>
15001 <HEAD>
15002 <TITLE>Nickname Explained</TITLE>
15003 </HEAD>
15004 <BODY>
15005 <H1>Nickname Explained</H1>
15007 This is a nickname to help you.
15008 You should have a different nickname for each color rule you define.
15009 The nickname will be used in the SETUP INDEX COLOR RULES screen to allow you to
15010 pick a rule to edit.
15012 Look <A HREF="h_edit_nav_cmds">here</A>
15013 to see the available Editing and Navigation commands.
15015 &lt;End of help on this topic&gt;
15016 </BODY>
15017 </HTML>
15018 ======= h_config_filt_nick =======
15019 <HTML>
15020 <HEAD>
15021 <TITLE>Nickname Explained</TITLE>
15022 </HEAD>
15023 <BODY>
15024 <H1>Nickname Explained</H1>
15026 This is a nickname to help you.
15027 You should have a different nickname for each filtering rule you define.
15028 The nickname will be used in the SETUP FILTERING RULES screen to allow you to
15029 pick a rule to edit.
15031 Look <A HREF="h_edit_nav_cmds">here</A>
15032 to see the available Editing and Navigation commands.
15034 &lt;End of help on this topic&gt;
15035 </BODY>
15036 </HTML>
15037 ======= h_config_score_topat =======
15038 <HTML>
15039 <HEAD>
15040 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15041 </HEAD>
15042 <BODY>
15043 <H1>&quot;To:&quot; Pattern Explained</H1>
15045 Any text you enter as the &quot;To pattern&quot;
15046 will be compared to the recipients from the To: line of
15047 the message being scored.
15048 When the text you entered matches
15049 all or part of the To: line of a message, then the Score Value
15050 you have specified will be added to the score for the message.
15051 (Any other non-blank parts of the Pattern must match, too.)
15054 You may enter a complete email address, part of an address, or a
15055 list of addresses or partial addresses.
15056 For example:
15059 <PRE>
15060  To pattern = friend@public.com
15062  To pattern = rated.net
15064  To pattern = xxx@adults.com
15065               admin@msn.com
15066               fool@motleyfool.com
15067 </PRE>
15070 Each of those are valid To patterns.
15073 Messages match those patterns if any of the
15074 addresses in the To: line of the message contains the pattern.
15075 If the pattern is a list of patterns
15076 (like the last example above) then it is a match if any of the patterns in
15077 the list match any of the addresses in the To: line.
15078 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15079 present for a match.
15080 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15081 address2 must be present.
15082 That is exactly what using a list does.)
15085 Some messages may be &quot;bounced&quot; to you, and will
15086 have a &quot;Resent-To:&quot; header line.
15087 If the message contains a Resent-To: line
15088 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15089 Alpine will look for
15090 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15091 the original To: line.
15094 When entering a pattern, you may choose an address from your address book
15095 with the &quot;T&quot; command.
15098 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15099 &quot;!&quot; &quot;toggle NOT&quot; command.
15100 This changes the meaning of the To pattern so that it has the opposite meaning.
15101 It will be considered a match if there are no matches between the
15102 addresses in the To: line and the list of To patterns.
15104 Don't make the mistake of putting the &quot;!&quot; in the data field for
15105 the pattern.
15106 For example, if you type the characters &quot;!frizzle&quot; into the To
15107 pattern, the pattern will look like:
15109 <PRE>
15110  To pattern = !frizzle
15111 </PRE>
15113 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15114 In order to match messages that do not have &quot;frizzle&quot; in
15115 their To field, first type the characters &quot;frizzle&quot; followed
15116 by carriage return for the value of the To pattern, then negate it
15117 by typing the &quot;!&quot; command.
15118 It should end up looking like
15120 <PRE>
15121  ! To pattern = frizzle
15122 </PRE>
15124 You are not limited to using the six standard header patterns that are
15125 normally shown (To, From, Sender, Cc, News, and Subject).
15126 You may add any other header to a Pattern by
15127 using the &quot;eXtraHdr&quot; command to specify a different
15128 message header line; and then the Add or Change command to fill in
15129 a pattern for the new header line, just like you would for a standard header.
15131 A technicality: Since comma is the character used to separate multiple
15132 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15133 you want to include a literal comma in the field.
15134 In other words, if you type a backslash followed by a comma it will
15135 be interpreted as a comma by Alpine, instead of as a separator between
15136 pattern values.
15137 All other backslashes are literal backslashes and should not be escaped.
15139 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15140 for more information on Patterns.
15142 Look <A HREF="h_edit_nav_cmds">here</A>
15143 to see the available Editing and Navigation commands.
15145 &lt;End of help on this topic&gt;
15146 </BODY>
15147 </HTML>
15148 ======= h_config_incol_topat =======
15149 <HTML>
15150 <HEAD>
15151 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15152 </HEAD>
15153 <BODY>
15154 <H1>&quot;To:&quot; Pattern Explained</H1>
15156 Any text you enter as the &quot;To pattern&quot;
15157 will be compared to the recipients from the To: lines of
15158 the messages in the index.
15159 When the text you entered matches
15160 all or part of the To: line of a message, then the Index Line Color you have
15161 specified will be used for that line in the index.
15162 (Any other non-blank parts of the Pattern must match, too.)
15165 You may enter a complete email address, part of an address, or a
15166 list of addresses or partial addresses.
15167 For example:
15170 <PRE>
15171  To pattern = friend@public.com
15172  To pattern = rated.net
15173  To pattern = xxx@adults.com
15174               admin@msn.com
15175               fool@motleyfool.com
15176 </PRE>
15179 Each of those are valid To patterns.
15182 Messages match those patterns if any of the
15183 addresses in the To: line of the message contains the pattern.
15184 If the pattern is a list of patterns
15185 (like the last example above) then it is a match if any of the patterns in
15186 the list match any of the addresses in the To: line.
15187 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15188 present for a match.
15189 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15190 address2 must be present.
15191 That is exactly what using a list does.)
15194 Some messages may be &quot;bounced&quot; to you, and will
15195 have a &quot;Resent-To:&quot; header line.
15196 If the message contains a Resent-To: line
15197 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15198 Alpine will look for
15199 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15200 the original To: line.
15203 When entering a pattern, you may choose an address from your address book
15204 with the &quot;T&quot; command.
15207 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15208 &quot;!&quot; &quot;toggle NOT&quot; command.
15209 This changes the meaning of the To pattern so that it has the opposite meaning.
15210 It will be considered a match if there are no matches between the
15211 addresses in the To: line and the list of To patterns.
15213 Don't make the mistake of putting the &quot;!&quot; in the data field for
15214 the pattern.
15215 For example, if you type the characters &quot;!frizzle&quot; into the To
15216 pattern, the pattern will look like:
15218 <PRE>
15219  To pattern = !frizzle
15220 </PRE>
15222 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15223 In order to match messages that do not have &quot;frizzle&quot; in
15224 their To field, first type the characters &quot;frizzle&quot; followed
15225 by carriage return for the value of the To pattern, then negate it
15226 by typing the &quot;!&quot; command.
15227 It should end up looking like
15229 <PRE>
15230  ! To pattern = frizzle
15231 </PRE>
15234 You are not limited to using the six standard header patterns that are
15235 normally shown (To, From, Sender, Cc, News, and Subject).
15236 You may add any other header to a Pattern by
15237 using the &quot;eXtraHdr&quot; command to specify a different
15238 message header line; and then the Add or Change command to fill in
15239 a pattern for the new header line, just like you would for a standard header.
15241 A technicality: Since comma is the character used to separate multiple
15242 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15243 you want to include a literal comma in the field.
15244 In other words, if you type a backslash followed by a comma it will
15245 be interpreted as a comma by Alpine, instead of as a separator between
15246 pattern values.
15247 All other backslashes are literal backslashes and should not be escaped.
15249 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15250 for more information on Patterns.
15252 Look <A HREF="h_edit_nav_cmds">here</A>
15253 to see the available Editing and Navigation commands.
15255 &lt;End of help on this topic&gt;
15256 </BODY>
15257 </HTML>
15258 ======= h_config_other_topat =======
15259 <HTML>
15260 <HEAD>
15261 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15262 </HEAD>
15263 <BODY>
15264 <H1>&quot;To:&quot; Pattern Explained</H1>
15266 For some of the OTHER RULES actions, there is no message that is being
15267 compared against.
15268 If that is the case, then only the Current Folder Type is checked.
15269 In particular, this To pattern is ignored.
15270 Actions that fall into this category include both
15271 Sort Order and Index Format.
15273 A technicality: Since comma is the character used to separate multiple
15274 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15275 you want to include a literal comma in the field.
15276 In other words, if you type a backslash followed by a comma it will
15277 be interpreted as a comma by Alpine, instead of as a separator between
15278 pattern values.
15279 All other backslashes are literal backslashes and should not be escaped.
15281 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15282 for more information on Patterns.
15284 Look <A HREF="h_edit_nav_cmds">here</A>
15285 to see the available Editing and Navigation commands.
15287 &lt;End of help on this topic&gt;
15288 </BODY>
15289 </HTML>
15290 ======= h_config_filt_topat =======
15291 <HTML>
15292 <HEAD>
15293 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15294 </HEAD>
15295 <BODY>
15296 <H1>&quot;To:&quot; Pattern Explained</H1>
15298 Any text you enter as the &quot;To pattern&quot;
15299 will be compared to the recipients from the To: line of
15300 messages when Alpine opens folders.
15301 When the text you entered matches
15302 all or part of the To: line of a message, then the Filter Action you have
15303 specified will be carried out.
15304 (Any other non-blank parts of the Pattern must match, too.)
15307 You may enter a complete email address, part of an address, or a
15308 list of addresses or partial addresses.
15309 For example:
15312 <PRE>
15313  To pattern = friend@public.com
15314  To pattern = rated.net
15315  To pattern = xxx@adults.com
15316               admin@msn.com
15317               fool@motleyfool.com
15318 </PRE>
15321 Each of those are valid To patterns.
15324 Messages match those patterns if any of the
15325 addresses in the To: line of the message contains the pattern.
15326 If the pattern is a list of patterns
15327 (like the last example above) then it is a match if any of the patterns in
15328 the list match any of the addresses in the To: line.
15329 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15330 present for a match.
15331 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15332 address2 must be present.
15333 That is exactly what using a list does.)
15336 Some messages may be &quot;bounced&quot; to you, and will
15337 have a &quot;Resent-To:&quot; header line.
15338 If the message contains a Resent-To: line
15339 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15340 Alpine will look for
15341 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15342 the original To: line.
15345 When entering a pattern, you may choose an address from your address book
15346 with the &quot;T&quot; command.
15349 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15350 &quot;!&quot; &quot;toggle NOT&quot; command.
15351 This changes the meaning of the To pattern so that it has the opposite meaning.
15352 It will be considered a match if there are no matches between the
15353 addresses in the To: line and the list of To patterns.
15355 Don't make the mistake of putting the &quot;!&quot; in the data field for
15356 the pattern.
15357 For example, if you type the characters &quot;!frizzle&quot; into the To
15358 pattern, the pattern will look like:
15360 <PRE>
15361  To pattern = !frizzle
15362 </PRE>
15364 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15365 In order to match messages that do not have &quot;frizzle&quot; in
15366 their To field, first type the characters &quot;frizzle&quot; followed
15367 by carriage return for the value of the To pattern, then negate it
15368 by typing the &quot;!&quot; command.
15369 It should end up looking like
15371 <PRE>
15372  ! To pattern = frizzle
15373 </PRE>
15376 You are not limited to using the six standard header patterns that are
15377 normally shown (To, From, Sender, Cc, News, and Subject).
15378 You may add any other header to a Pattern by
15379 using the &quot;eXtraHdr&quot; command to specify a different
15380 message header line; and then the Add or Change command to fill in
15381 a pattern for the new header line, just like you would for a standard header.
15383 A technicality: Since comma is the character used to separate multiple
15384 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15385 you want to include a literal comma in the field.
15386 In other words, if you type a backslash followed by a comma it will
15387 be interpreted as a comma by Alpine, instead of as a separator between
15388 pattern values.
15389 All other backslashes are literal backslashes and should not be escaped.
15391 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15392 for more information on Patterns.
15394 Look <A HREF="h_edit_nav_cmds">here</A>
15395 to see the available Editing and Navigation commands.
15397 &lt;End of help on this topic&gt;
15398 </BODY>
15399 </HTML>
15400 ======= h_config_role_topat =======
15401 <HTML>
15402 <HEAD>
15403 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15404 </HEAD>
15405 <BODY>
15406 <H1>&quot;To:&quot; Pattern Explained</H1>
15408 Any text you enter as the &quot;To pattern&quot;
15409 will be compared to the recipients from the To: line of
15410 the message being replied to or forwarded.
15411 (Any other non-blank parts of the Pattern must match, too.)
15412 In the case of the Compose command, this pattern and the other header
15413 patterns are ignored.
15416 You may enter a complete email address, part of an address, or a
15417 list of addresses or partial addresses.
15418 For example:
15421 <PRE>
15422  To pattern = friend@public.com
15423  To pattern = rated.net
15424  To pattern = xxx@adults.com
15425               admin@msn.com
15426               fool@motleyfool.com
15427 </PRE>
15430 Each of those are valid To patterns.
15433 Messages match those patterns if any of the
15434 addresses in the To: line of the message contains the pattern.
15435 If the pattern is a list of patterns
15436 (like the last example above) then it is a match if any of the patterns in
15437 the list match any of the addresses in the To: line.
15438 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15439 present for a match.
15440 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15441 address2 must be present.
15442 That is exactly what using a list does.)
15445 Some messages may be &quot;bounced&quot; to you, and will
15446 have a &quot;Resent-To:&quot; header line.
15447 If the message contains a Resent-To: line
15448 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15449 Alpine will look for
15450 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15451 the original To: line.
15454 When entering a pattern, you may choose an address from your address book
15455 with the &quot;T&quot; command.
15458 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15459 &quot;!&quot; &quot;toggle NOT&quot; command.
15460 This changes the meaning of the To pattern so that it has the opposite meaning.
15461 It will be considered a match if there are no matches between the
15462 addresses in the To: line and the list of To patterns.
15464 Don't make the mistake of putting the &quot;!&quot; in the data field for
15465 the pattern.
15466 For example, if you type the characters &quot;!frizzle&quot; into the To
15467 pattern, the pattern will look like:
15469 <PRE>
15470  To pattern = !frizzle
15471 </PRE>
15473 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15474 In order to match messages that do not have &quot;frizzle&quot; in
15475 their To field, first type the characters &quot;frizzle&quot; followed
15476 by carriage return for the value of the To pattern, then negate it
15477 by typing the &quot;!&quot; command.
15478 It should end up looking like
15480 <PRE>
15481  ! To pattern = frizzle
15482 </PRE>
15485 You are not limited to using the six standard header patterns that are
15486 normally shown (To, From, Sender, Cc, News, and Subject).
15487 You may add any other header to a Pattern by
15488 using the &quot;eXtraHdr&quot; command to specify a different
15489 message header line; and then the Add or Change command to fill in
15490 a pattern for the new header line, just like you would for a standard header.
15492 A technicality: Since comma is the character used to separate multiple
15493 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15494 you want to include a literal comma in the field.
15495 In other words, if you type a backslash followed by a comma it will
15496 be interpreted as a comma by Alpine, instead of as a separator between
15497 pattern values.
15498 All other backslashes are literal backslashes and should not be escaped.
15500 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15501 for more information on Patterns.
15503 Look <A HREF="h_edit_nav_cmds">here</A>
15504 to see the available Editing and Navigation commands.
15506 &lt;End of help on this topic&gt;
15507 </BODY>
15508 </HTML>
15509 ======= h_config_role_frompat =======
15510 <HTML>
15511 <HEAD>
15512 <TITLE>&quot;From:&quot; Pattern Explained</TITLE>
15513 </HEAD>
15514 <BODY>
15515 <H1>&quot;From:&quot; Pattern Explained</H1>
15517 This is just like the &quot;To pattern&quot; except that it is compared with
15518 the address in the From: line of the message
15519 instead of the addresses from the To: line.
15520 See the help for the To pattern for more information on header patterns.
15522 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15523 for more information on Patterns.
15525 Look <A HREF="h_edit_nav_cmds">here</A>
15526 to see the available Editing and Navigation commands.
15528 &lt;End of help on this topic&gt;
15529 </BODY>
15530 </HTML>
15531 ======= h_config_role_senderpat =======
15532 <HTML>
15533 <HEAD>
15534 <TITLE>&quot;Sender:&quot; Pattern Explained</TITLE>
15535 </HEAD>
15536 <BODY>
15537 <H1>&quot;Sender:&quot; Pattern Explained</H1>
15539 This is just like the &quot;To pattern&quot; except that it is compared with
15540 the address from the Sender: line of the message
15541 instead of the addresses from the To: line.
15542 See the help for the To pattern for more information on header patterns.
15544 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15545 for more information on Patterns.
15547 Look <A HREF="h_edit_nav_cmds">here</A>
15548 to see the available Editing and Navigation commands.
15550 &lt;End of help on this topic&gt;
15551 </BODY>
15552 </HTML>
15553 ======= h_config_role_ccpat =======
15554 <HTML>
15555 <HEAD>
15556 <TITLE>&quot;Cc:&quot; Pattern Explained</TITLE>
15557 </HEAD>
15558 <BODY>
15559 <H1>&quot;Cc:&quot; Pattern Explained</H1>
15561 This is just like the &quot;To pattern&quot; except that it is compared with
15562 the addresses from the Cc: line of the message
15563 instead of the addresses from the To: line.
15564 See the help for the To pattern for more information on header patterns.
15566 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15567 for more information on Patterns.
15569 Look <A HREF="h_edit_nav_cmds">here</A>
15570 to see the available Editing and Navigation commands.
15572 &lt;End of help on this topic&gt;
15573 </BODY>
15574 </HTML>
15575 ======= h_config_role_recippat =======
15576 <HTML>
15577 <HEAD>
15578 <TITLE>Recipient Pattern Explained</TITLE>
15579 </HEAD>
15580 <BODY>
15581 <H1>Recipient Pattern Explained</H1>
15583 This is just like the &quot;To pattern&quot; except that it is compared with
15584 the addresses from both the To: line and the Cc: line of the
15585 message instead of just the addresses from the To: line.
15586 In other words, it is considered a match if the pattern matches
15587 <EM>EITHER</EM> an address in the To: line <EM>OR</EM> an address
15588 in the Cc: line.
15589 (Notice that defining the Recipient pattern does not have the same
15590 effect as defining both the To and Cc patterns.
15591 Recipient is To <EM>OR</EM> Cc; not To <EM>AND</EM> Cc.
15592 It is equivalent to having two different rules;
15593 one with a To pattern and the other with the same Cc pattern.)
15595 A technicality: Since comma is the character used to separate multiple
15596 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15597 you want to include a literal comma in the field.
15598 In other words, if you type a backslash followed by a comma it will
15599 be interpreted as a comma by Alpine, instead of as a separator between
15600 pattern values.
15601 All other backslashes are literal backslashes and should not be escaped.
15603 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15604 for more information on Patterns.
15606 Look <A HREF="h_edit_nav_cmds">here</A>
15607 to see the available Editing and Navigation commands.
15609 &lt;End of help on this topic&gt;
15610 </BODY>
15611 </HTML>
15612 ======= h_config_role_particpat =======
15613 <HTML>
15614 <HEAD>
15615 <TITLE>Participant Pattern Explained</TITLE>
15616 </HEAD>
15617 <BODY>
15618 <H1>Participant Pattern Explained</H1>
15620 This is just like the &quot;To pattern&quot; except that it is compared with
15621 the addresses from the From: line, the To: line, and the Cc: line of the
15622 message instead of just the addresses from the To: line.
15623 In other words, it is considered a match if the pattern matches
15624 <EM>EITHER</EM> an address in the From: line, <EM>OR</EM> an address
15625 in the To: line, <EM>OR</EM> an address in the Cc: line.
15626 (Notice that defining the Participant pattern does not have the same
15627 effect as defining all of the From, To, and Cc patterns.
15628 Participant is From <EM>OR</EM> To <EM>OR</EM> Cc; not
15629 From <EM>AND</EM> To <EM>AND</EM> Cc.
15630 It is equivalent to having three different rules;
15631 one with a From pattern, another with the same To pattern, and a third with
15632 the same Cc pattern.)
15634 A technicality: Since comma is the character used to separate multiple
15635 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15636 you want to include a literal comma in the field.
15637 In other words, if you type a backslash followed by a comma it will
15638 be interpreted as a comma by Alpine, instead of as a separator between
15639 pattern values.
15640 All other backslashes are literal backslashes and should not be escaped.
15642 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15643 for more information on Patterns.
15645 Look <A HREF="h_edit_nav_cmds">here</A>
15646 to see the available Editing and Navigation commands.
15648 &lt;End of help on this topic&gt;
15649 </BODY>
15650 </HTML>
15651 ======= h_config_role_newspat =======
15652 <HTML>
15653 <HEAD>
15654 <TITLE>News Pattern Explained</TITLE>
15655 </HEAD>
15656 <BODY>
15657 <H1>News Pattern Explained</H1>
15659 If this pattern is non-blank, then for this rule to be considered a
15660 match, at least one of the newsgroups from
15661 the Newsgroups line of the message must match this pattern.
15662 If this pattern is a list of patterns, then at least one of the
15663 newsgroups must match at least one of the patterns.
15664 (Any other non-blank parts of the Pattern must match, too.)
15666 It is possible to add a <EM>NOT</EM> to the News Pattern meaning with the
15667 &quot;!&quot; &quot;toggle NOT&quot; command.
15668 This changes the meaning of the News pattern so that it has the opposite meaning.
15669 It will be considered a match if there are no matches between the
15670 addresses in the Newsgroups: line and the list of News patterns.
15672 Don't make the mistake of putting the &quot;!&quot; in the data field for
15673 the pattern.
15674 For example, if you type the characters &quot;!frizzle&quot; into the News
15675 pattern, the pattern will look like:
15677 <PRE>
15678  News pattern = !frizzle
15679 </PRE>
15681 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15682 In order to match messages that do not have &quot;frizzle&quot; in
15683 their Newsgroups header, first type the characters &quot;frizzle&quot; followed
15684 by carriage return for the value of the News pattern, then negate it
15685 by typing the &quot;!&quot; command.
15686 It should end up looking like
15688 <PRE>
15689  ! News pattern = frizzle
15690 </PRE>
15692 A technicality: Since comma is the character used to separate multiple
15693 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15694 you want to include a literal comma in the field.
15695 In other words, if you type a backslash followed by a comma it will
15696 be interpreted as a comma by Alpine, instead of as a separator between
15697 pattern values.
15698 All other backslashes are literal backslashes and should not be escaped.
15701 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15702 for more information on Patterns.
15704 Look <A HREF="h_edit_nav_cmds">here</A>
15705 to see the available Editing and Navigation commands.
15707 &lt;End of help on this topic&gt;
15708 </BODY>
15709 </HTML>
15710 ======= h_config_role_subjpat =======
15711 <HTML>
15712 <HEAD>
15713 <TITLE>&quot;Subject:&quot; Pattern Explained</TITLE>
15714 </HEAD>
15715 <BODY>
15716 <H1>&quot;Subject:&quot; Pattern Explained</H1>
15718 This is similar to the other parts of the Pattern.
15719 It is compared with
15720 the contents from the Subject of the message.
15722 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15723 for more information on Patterns.
15725 It is possible to add a <EM>NOT</EM> to the Subject Pattern meaning with the
15726 &quot;!&quot; &quot;toggle NOT&quot; command.
15727 This changes the meaning of the Subject pattern so that it has the opposite meaning.
15728 It will be considered a match if there are no matches between the
15729 text in the Subject: line and the list of Subject patterns.
15732 If you wish to have a header pattern that is not one of the six standard
15733 header patterns, you may add it with the &quot;eXtraHdr&quot; command.
15735 A technicality: Since comma is the character used to separate multiple
15736 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15737 you want to include a literal comma in the field.
15738 In other words, if you type a backslash followed by a comma it will
15739 be interpreted as a comma by Alpine, instead of as a separator between
15740 pattern values.
15741 All other backslashes are literal backslashes and should not be escaped.
15743 Look <A HREF="h_edit_nav_cmds">here</A>
15744 to see the available Editing and Navigation commands.
15746 &lt;End of help on this topic&gt;
15747 </BODY>
15748 </HTML>
15749 ======= h_config_role_alltextpat =======
15750 <HTML>
15751 <HEAD>
15752 <TITLE>AllText Pattern Explained</TITLE>
15753 </HEAD>
15754 <BODY>
15755 <H1>AllText Pattern Explained</H1>
15757 This is similar to the header patterns.
15758 Instead of comparing with text in a particular header field it 
15759 is compared with all of the text in the message header and body.
15761 It is possible to add a <EM>NOT</EM> to the AllText Pattern meaning with the
15762 &quot;!&quot; &quot;toggle NOT&quot; command.
15763 This changes the meaning of the AllText pattern so that it has the opposite meaning.
15764 It will be considered a match if there are no matches between the
15765 text of the message and the list of AllText patterns.
15767 Don't make the mistake of putting the &quot;!&quot; in the data field for
15768 the pattern.
15769 For example, if you type the characters &quot;!frizzle&quot; into the AllText
15770 pattern, the pattern will look like:
15772 <PRE>
15773  AllText pattern = !frizzle
15774 </PRE>
15776 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15777 In order to match messages that do not have &quot;frizzle&quot; in
15778 the text of the message, first type the characters &quot;frizzle&quot; followed
15779 by carriage return for the value of the AllText pattern, then negate it
15780 by typing the &quot;!&quot; command.
15781 It should end up looking like
15783 <PRE>
15784  ! AllText pattern = frizzle
15785 </PRE>
15787 It is possible that you may notice degraded performance when using
15788 AllText Patterns.
15790 A technicality: Since comma is the character used to separate multiple
15791 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15792 you want to include a literal comma in the field.
15793 In other words, if you type a backslash followed by a comma it will
15794 be interpreted as a comma by Alpine, instead of as a separator between
15795 pattern values.
15796 All other backslashes are literal backslashes and should not be escaped.
15798 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15799 for more information on Patterns.
15801 Look <A HREF="h_edit_nav_cmds">here</A>
15802 to see the available Editing and Navigation commands.
15804 &lt;End of help on this topic&gt;
15805 </BODY>
15806 </HTML>
15807 ======= h_config_role_bodytextpat =======
15808 <HTML>
15809 <HEAD>
15810 <TITLE>BodyText Pattern Explained</TITLE>
15811 </HEAD>
15812 <BODY>
15813 <H1>BodyText Pattern Explained</H1>
15815 This is similar to the header patterns.
15816 Instead of comparing with text in a particular header field it 
15817 is compared with all of the text in the message body.
15819 It is possible to add a <EM>NOT</EM> to the BodyText Pattern meaning with the
15820 &quot;!&quot; &quot;toggle NOT&quot; command.
15821 This changes the meaning of the BodyText pattern so that it has the opposite meaning.
15822 It will be considered a match if there are no matches between the
15823 text of the body of the message and the list of BodyText patterns.
15825 Don't make the mistake of putting the &quot;!&quot; in the data field for
15826 the pattern.
15827 For example, if you type the characters &quot;!frizzle&quot; into the BodyText
15828 pattern, the pattern will look like:
15830 <PRE>
15831  BdyText pattern = !frizzle
15832 </PRE>
15834 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15835 In order to match messages that do not have &quot;frizzle&quot; in
15836 their BodyText, first type the characters &quot;frizzle&quot; followed
15837 by carriage return for the value of the BodyText pattern, then negate it
15838 by typing the &quot;!&quot; command.
15839 It should end up looking like
15841 <PRE>
15842  ! BodyText pattern = frizzle
15843 </PRE>
15845 It is possible that you may notice degraded performance when using
15846 BodyText Patterns.
15848 A technicality: Since comma is the character used to separate multiple
15849 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15850 you want to include a literal comma in the field.
15851 In other words, if you type a backslash followed by a comma it will
15852 be interpreted as a comma by Alpine, instead of as a separator between
15853 pattern values.
15854 All other backslashes are literal backslashes and should not be escaped.
15856 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15857 for more information on Patterns.
15859 Look <A HREF="h_edit_nav_cmds">here</A>
15860 to see the available Editing and Navigation commands.
15862 &lt;End of help on this topic&gt;
15863 </BODY>
15864 </HTML>
15865 ======= h_config_role_charsetpat =======
15866 <HTML>
15867 <HEAD>
15868 <TITLE>Character Set Pattern Explained</TITLE>
15869 </HEAD>
15870 <BODY>
15871 <H1>Character Set Pattern Explained</H1>
15873 A message may use one or more character sets.
15874 This part of the Pattern matches messages that make use of
15875 certain specified character sets.
15876 It will be considered a match if a message uses any of the character
15877 sets in the list you give here.
15880 When filling in a value for this field, you may use
15881 the &quot;T&quot; command, which presents you with a large list of
15882 possible character sets to choose from.
15883 You may also just type in the name of a character set, and it need not
15884 be one that Alpine knows about.
15887 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
15888 GB2312) you may also use some shorthand names that Alpine provides.
15889 These names are more understandable shorthand names for sets of 
15890 character set names.
15891 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
15892 Selecting one of these shorthand names is equivalent to selecting all of
15893 the character sets that make up the set.
15894 You can see all of these shorthand names and the lists of character sets
15895 they stand for by typing the &quot;T&quot; command.
15898 For the purposes of this Pattern,
15899 Alpine will search through a message for all of the text parts and
15900 collect the character sets declared for each part.
15901 It will also look in the Subject line for a character set used there.
15902 Alpine does not actually look at the text of the message or the text
15903 of the Subject to determine if a declared character set is actually
15904 used, it looks only at the declarations themselves in the MIME part headers
15905 and in the Subject.
15908 It is possible to add a <EM>NOT</EM> to the Character Set Pattern meaning with the
15909 &quot;!&quot; &quot;toggle NOT&quot; command.
15910 This changes the meaning of the Character Set pattern so that
15911 it has the opposite meaning.
15912 It will be considered a match if none of the character sets in the
15913 list are used in a message.
15915 Don't make the mistake of putting the &quot;!&quot; in the data field for
15916 the pattern.
15917 For example, if you type the characters &quot;!GB2312&quot; into the
15918 Character Set pattern, the pattern will look like:
15920 <PRE>
15921  Charset pattern = !GB2312
15922 </PRE>
15924 This means you want to match the 7 character sequence &quot;!GB2312&quot;.
15925 In order to match messages that do not have the
15926 character set &quot;GB2312&quot;
15927 set, first type the characters &quot;GB2312&quot; followed
15928 by carriage return for the value of the Character Set pattern, then negate it
15929 by typing the &quot;!&quot; command.
15930 It should end up looking like
15932 <PRE>
15933  ! Charset pattern = GB2312
15934 </PRE>
15936 A technicality: Since comma is the character used to separate multiple
15937 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15938 you want to include a literal comma in the field.
15939 In other words, if you type a backslash followed by a comma it will
15940 be interpreted as a comma by Alpine, instead of as a separator between
15941 pattern values.
15942 All other backslashes are literal backslashes and should not be escaped.
15944 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15945 for more information on Patterns.
15947 Look <A HREF="h_edit_nav_cmds">here</A>
15948 to see the available Editing and Navigation commands.
15950 &lt;End of help on this topic&gt;
15951 </BODY>
15952 </HTML>
15953 ======= h_config_role_keywordpat =======
15954 <HTML>
15955 <HEAD>
15956 <TITLE>Keyword Pattern Explained</TITLE>
15957 </HEAD>
15958 <BODY>
15959 <H1>Keyword Pattern Explained</H1>
15961 A folder may have user-defined keywords.
15962 These are similar to the Important flag, which the user may set using the
15963 Flag command.
15964 The difference is that the Important flag is always present for each folder.
15965 User-defined keywords are picked by the user.
15966 You may add new keywords by defining them in the
15967 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
15968 After you have added a potential keyword with the <!--#echo var="VAR_keywords"--> option,
15969 the Flag command may be used to set or clear the keyword on individual messages.
15970 If you have given a keyword a nickname when configuring it,
15971 that nickname may be used instead of the actual keyword.
15974 When filling in a value for this field, it may be easiest to use
15975 the &quot;T&quot; command, which presents you with a list of the keywords
15976 you have defined to choose from.
15979 This part of the Pattern matches messages with certain keywords set.
15980 It will be considered a match if a message has any of the keywords in the
15981 list set.
15982 A keyword that you have not defined using the
15983 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
15984 will not be a match.
15987 It is possible to add a <EM>NOT</EM> to the Keyword Pattern meaning with the
15988 &quot;!&quot; &quot;toggle NOT&quot; command.
15989 This changes the meaning of the Keyword pattern so that it has the opposite meaning.
15990 It will be considered a match if none of the keywords in the list are set
15991 for a message.
15992 A keyword that you have not defined using the
15993 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
15994 will not be a match, so a <EM>NOT</EM> of that keyword does match.
15996 Don't make the mistake of putting the &quot;!&quot; in the data field for
15997 the pattern.
15998 For example, if you type the characters &quot;!frizzle&quot; into the Keyword
15999 pattern, the pattern will look like:
16001 <PRE>
16002  Keyword pattern = !frizzle
16003 </PRE>
16005 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16006 In order to match messages that do not have the keyword &quot;frizzle&quot;
16007 set, first type the characters &quot;frizzle&quot; followed
16008 by carriage return for the value of the Keyword pattern, then negate it
16009 by typing the &quot;!&quot; command.
16010 It should end up looking like
16012 <PRE>
16013  ! Keyword pattern = frizzle
16014 </PRE>
16016 A technicality: Since comma is the character used to separate multiple
16017 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16018 you want to include a literal comma in the field.
16019 In other words, if you type a backslash followed by a comma it will
16020 be interpreted as a comma by Alpine, instead of as a separator between
16021 pattern values.
16022 All other backslashes are literal backslashes and should not be escaped.
16024 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16025 for more information on Patterns.
16027 Look <A HREF="h_edit_nav_cmds">here</A>
16028 to see the available Editing and Navigation commands.
16030 &lt;End of help on this topic&gt;
16031 </BODY>
16032 </HTML>
16033 ======= h_config_role_arbpat =======
16034 <HTML>
16035 <HEAD>
16036 <TITLE>Extra Header Patterns Explained</TITLE>
16037 </HEAD>
16038 <BODY>
16039 <H1>Extra Header Patterns Explained</H1>
16041 The header patterns that come after the Participant pattern but before the 
16042 AllText pattern are extra header patterns that you have added to a rule's
16043 Pattern. These are just like the other header patterns except that
16044 the contents of the particular header listed on the left hand side will
16045 be used for comparisons.
16047 The &quot;eXtraHdr&quot; command may be used to add more of these
16048 header patterns to the rule you are editing.
16050 The &quot;RemoveHdr&quot; command may be used to delete the highlighted
16051 extra header pattern from the rule you are editing.
16053 It is possible to add a <EM>NOT</EM> to the Extra Header Pattern meaning with the
16054 &quot;!&quot; &quot;toggle NOT&quot; command.
16055 This changes the meaning of the pattern so that it has the opposite meaning.
16056 It will be considered a match if there are no matches between the
16057 text in the header line and the list of patterns.
16059 Don't make the mistake of putting the &quot;!&quot; in the data field for
16060 the pattern.
16061 For example, if you type the characters &quot;!frizzle&quot; into the
16062 pattern, the pattern will look like:
16064 <PRE>
16065  Xyz pattern = !frizzle
16066 </PRE>
16068 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16069 In order to match messages that do not have &quot;frizzle&quot; in
16070 their Xyz field, first type the characters &quot;frizzle&quot; followed
16071 by carriage return for the value of the pattern, then negate it
16072 by typing the &quot;!&quot; command.
16073 It should end up looking like
16075 <PRE>
16076  ! Xyz pattern = frizzle
16077 </PRE>
16080 A technicality: Since comma is the character used to separate multiple
16081 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16082 you want to include a literal comma in the field.
16083 In other words, if you type a backslash followed by a comma it will
16084 be interpreted as a comma by Alpine, instead of as a separator between
16085 pattern values.
16086 All other backslashes are literal backslashes and should not be escaped.
16088 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16089 for more information on Patterns.
16091 Look <A HREF="h_edit_nav_cmds">here</A>
16092 to see the available Editing and Navigation commands.
16094 &lt;End of help on this topic&gt;
16095 </BODY>
16096 </HTML>
16097 ======= h_config_role_cat_cmd =======
16098 <HTML>
16099 <HEAD>
16100 <TITLE>Categorizer Command Explained</TITLE>
16101 </HEAD>
16102 <BODY>
16103 <H1>Categorizer Command Explained</H1>
16105 This is a command that is run with its standard input set to the message
16106 being checked and its standard output discarded.
16107 The full directory path should be specified.
16108 The command will be run and then its exit status will be checked against
16109 the Exit Status Interval, which defaults to just the value zero.
16110 If the exit status of the command falls in the interval, it is considered
16111 a match, otherwise it is not a match.
16114 This option may actually be a list of commands.
16115 The first one that exists and is executable is used.
16116 That makes it possible to use the same configuration with Unix Alpine and
16117 PC-Alpine.
16120 If none of the commands in the list exists and is executable then the rule
16121 is <EM>not</EM> a match.
16122 If it is possible that the command may not exist, you should be careful
16123 to structure your rules so that nothing destructive
16124 happens when the command does not exist.
16125 For example, you might have a filter that filters away spam when there is
16126 a match but does nothing when there is not a match.
16127 That would cause no harm if the command didn't exist.
16128 However, if you have a filter that filters away spam when there is not
16129 a match and keeps it when there is a match, that would filter everything
16130 if the categorizer command didn't exist.
16132 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
16133 setup for the bogofilter filter.
16136 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16137 for more information on Patterns.
16139 Look <A HREF="h_edit_nav_cmds">here</A>
16140 to see the available Editing and Navigation commands.
16142 &lt;End of help on this topic&gt;
16143 </BODY>
16144 </HTML>
16145 ======= h_config_role_cat_cmd_example =======
16146 <HTML>
16147 <HEAD>
16148 <TITLE>Categorizer Command Example</TITLE>
16149 </HEAD>
16150 <BODY>
16151 <H1>Categorizer Command Example</H1>
16153 Bogofilter
16154 (<A HREF="http://bogofilter.sourceforge.net/">http://bogofilter.sourceforge.net/</A>)
16155 is a mail filter that attempts to classify mail as spam or
16156 non-spam using statistical analysis of the message content.
16157 When run with no arguments and a message as standard input, it exits with
16158 exit status 0 if it thinks a message is spam and 1 if it thinks
16159 it is not spam.
16160 To use bogofilter as your Categorizer Command you would simply set Command to
16161 the pathname of the bogofilter program.
16162 For example,
16164 <CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER>
16166 Exit status of zero is what you are interested in, so you'd set the
16167 Exit Status Interval to
16169 <CENTER><SAMP>Exit Status Interval = (0,0)</SAMP></CENTER>
16172 In order to prevent downloading an entire huge message to check for spam, you
16173 might want to set the Character Limit to a few thousand characters (the
16174 assumption being that the spam will reveal itself in those characters)
16176 <CENTER><SAMP>Character Limit = 50000</SAMP></CENTER>
16179 You would probably use bogofilter in an Alpine Filter Rule, and have the action
16180 be to move the message to a spam folder.
16181 It would usually be wise to also check the &quot;Message is Recent&quot;
16182 part of the rule so that messages are only checked when they first arrive,
16183 and to restrict the Current Folder Type to just your INBOX.
16184 The reason for checking only Recent messages is to save the time it takes
16185 to run bogofilter on each message.
16186 As an experiment, you might start out by using this in an Indexcolor Rule
16187 instead of a Filter Rule.
16188 In that case, you probably wouldn't check the Recent checkbox.
16190 The use described above assumes that you are somehow maintaining bogofilter's
16191 database of words associated with spam and non-spam messages.
16192 One way to start your database would be to select a bunch of spam messages
16193 in Alpine (you might Save spam messages to a special folder or use Alpine's
16194 Select command to select several) and then Apply
16195 (<A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>)
16196 a pipe command to the spam messages.
16197 For example, you could have a shell script or an alias
16198 called <EM>this_is_spam</EM>, which would simply be the command
16200 <CENTER><SAMP>bogofilter -s</SAMP></CENTER>
16203 It is probably best to use the pipe command's Raw Text, With Delimiter,
16204 and Free Output options,
16205 which are at the bottom of the screen when you type the pipe command.
16206 That's because bogofilter expects the raw message as input, and uses
16207 the Delimiters to tell when a new message starts.
16208 You would not need to use a separate pipe for each message, because
16209 bogofilter can handle multiple messages at once.
16211 Similarly, you would select a group of non-spam messages
16212 and run them through a <EM>this_is_nonspam</EM> script
16213 that was something like
16215 <CENTER><SAMP>bogofilter -n</SAMP></CENTER>
16218 For the more adventurous, the next step might be to automate the upkeep of
16219 the bogofilter database.
16220 It might make more sense to have bogofilter be part of the delivery process,
16221 but it is also possible to do it entirely from within Alpine.
16222 Instead of using just plain &quot;bogofilter&quot; as the Categorizer Command,
16223 the &quot;-u&quot; argument will cause bogofilter to update the database.
16225 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16227 You'd want a couple more aliases or shell scripts called something like
16228 <EM>change_to_spam</EM>
16230 <CENTER><SAMP>bogofilter -Ns</SAMP></CENTER>
16233 <EM>change_to_nonspam</EM>
16235 <CENTER><SAMP>bogofilter -Sn</SAMP></CENTER>
16237 When you run across a message in your INBOX that should have been
16238 classified as spam you would pipe it to the change_to_spam script, and
16239 when you run across a message in your spam folder that should have been
16240 left in your INBOX you would pipe it through change_to_nonspam.
16243 There is a technical problem with this approach.
16244 Alpine may check your filters more than once.
16245 In particular, every time you start Alpine the filters will be checked for
16246 each message.
16247 Also, if you have any filters that depend on message state (New, Deleted, etc.)
16248 then Alpine will recheck for matches in messages that have changed state
16249 at the time you close the folder and before expunging.
16250 This is usually ok.
16251 However, in this case it is a problem because the command
16253 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16255 has the side effect of updating the database.
16256 So you run the risk of updating the database multiple times for a single
16257 message instead of updating it just once per message.
16258 There are some ways to work around this problem.
16259 What you need is a way to mark the message after you have run the filter.
16260 One way to mark messages is with the use of a keyword (say &quot;Bogo&quot;).
16261 Besides having the filter move the message to a spam folder, also have it
16262 set the Bogo keyword.
16263 (Note that you will have to set up the &quot;Bogo&quot; keyword in the
16264 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in Setup/Config.)
16265 This rule can only set the Bogo keyword for the messages that it matches.
16266 You will also need to add a second rule right after this one that
16267 matches all the messages that don't have the Bogo keyword set
16268 (put the keyword in the Keyword pattern and toggle
16269 the Not with the ! command)
16270 and takes the action of setting it.
16271 Then change the &quot;bogofilter -u&quot; rule so that it won't be a match
16272 (and so it won't re-run the bogofilter command) if the keyword is already
16273 set.
16275 What you will end up with is a rule that runs &quot;bogofilter -u&quot;
16276 on all messages that don't have the Bogo keyword set.
16277 This will have the side effect of inserting that message in the bogofilter
16278 database, match or not.
16279 If this rule matches (it is spam), the Bogo keyword will be set and
16280 the message will be moved to a spam folder.
16281 If it does not match, the
16282 following rule will mark the message by turning on the keyword.
16283 This second rule should be a non-terminating
16284 (<A HREF="h_config_filt_opts_nonterm">Dont-Stop-Even-if-Rule-Matches</A>)
16285 rule so that it doesn't stop the filtering process before the rest of
16286 your rules are consulted.
16289 In summary, the first rule is something like
16290 <PRE>
16291   Nickname          = bogofilter -u rule
16292   Current Folder Type =
16293                (*) Specific
16294                    Folder = INBOX
16296   ! Keyword pattern = Bogo
16298   External Categorizer Commands =
16299        Command              = /usr/local/bin/bogofilter -u
16300        Exit Status Interval = (0,0)
16301        Character Limit      = <No Value Set: using "-1">  (optionally set this)
16303   Filter Action =
16304        (*) Move
16305            Folder = spam
16306   
16307   Set These Keywords   = Bogo
16308 </PRE>
16310 and the following rule is
16311 <PRE>
16312   Nickname          = Set Bogo Keyword
16313   Current Folder Type =
16314                (*) Specific
16315                    Folder = INBOX
16317   ! Keyword pattern = Bogo
16319   Filter Action =
16320        (*) Just Set Message Status
16322   Set These Keywords   = Bogo
16324   Features =
16325       [X]  dont-stop-even-if-rule-matches
16326 </PRE>
16328 If it is possible for you to insert bogofilter in the delivery process instead
16329 of having it called from Alpine you could prevent having to wait
16330 for the bogofilter processing while you read your mail.
16331 You would have bogofilter add a header to the message at the time of delivery
16332 that identified it as spam or nonspam.
16333 With this method, you could avoid using a Categorizer Command while running Alpine,
16334 and just match on the header instead.
16335 You might still want to use the scripts mentioned above to initialize the
16336 database or to re-classify wrongly classified messages.
16339 Finally, it isn't for the faint-hearted,
16340 but it is also possible to run bogofilter from PC-Alpine.
16341 You can install Cygwin from
16342 <A HREF="http://www.cygwin.com/">http://www.cygwin.com/</A> and
16343 then compile bogofilter in the cygwin environment, and run it from
16344 within PC-Alpine.
16345 You would end up with a Categorizer command that looked something like
16347 <CENTER><SAMP>Command = C:&#92;cygwin&#92;bin&#92;bogofilter.exe -u</SAMP></CENTER>
16349 Note that the &quot;.exe&quot; extension is explicit,
16350 and that the bogofilter.exe executable should be in the same directory
16351 as cygwin1.dll.
16354 &lt;End of help on this topic&gt;
16355 </BODY>
16356 </HTML>
16357 ======= h_config_role_cat_status =======
16358 <HTML>
16359 <HEAD>
16360 <TITLE>Exit Status Interval Explained</TITLE>
16361 </HEAD>
16362 <BODY>
16363 <H1>Exit Status Interval Explained</H1>
16365 The categorizer command is run and the result is the exit status of
16366 that command.
16367 If that exit status falls in the Exit Status Interval
16368 then it is considered a match, otherwise it is not a match.
16369 Of course for the entire rule to match, it must also be checked against
16370 the other defined parts of the Pattern.
16372 The Exit Status Interval defaults to the single value 0 (zero).
16373 If you define it, it should be set to something like:
16375 <CENTER><SAMP>(min_exit_value,max_exit_value)</SAMP></CENTER>
16377 where &quot;min_exit_value&quot; and &quot;max_exit_value&quot; are integers.
16378 The special values &quot;INF&quot; and &quot;-INF&quot; may be used for large
16379 positive and negative integers.
16381 Actually, a list of intervals may be used if you wish.
16382 A list would look like
16384 <CENTER><SAMP>(min_exit_value1,max_exit_value1),(min_exit_value2,max_exit_value2),...</SAMP></CENTER>
16386 When there is an Exit Status Interval defined, it is a match if the exit status
16387 of the categorizer command is contained in any of the intervals.
16388 The intervals include both endpoints.
16390 The default interval is
16392 <CENTER><SAMP>(0,0)</SAMP></CENTER>
16394 and it matches only if the command exits with exit status equal to zero.
16397 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16398 for more information on Patterns.
16400 Look <A HREF="h_edit_nav_cmds">here</A>
16401 to see the available Editing and Navigation commands.
16403 &lt;End of help on this topic&gt;
16404 </BODY>
16405 </HTML>
16406 ======= h_config_role_cat_limit =======
16407 <HTML>
16408 <HEAD>
16409 <TITLE>Character Limit Explained</TITLE>
16410 </HEAD>
16411 <BODY>
16412 <H1>Character Limit Explained</H1>
16414 Setting this option makes it possible to limit how much of the message
16415 is made available to the categorizer command as input.
16416 The default value (-1) means that the entire message is fed to the
16417 command.
16418 A value of 0 (zero) means that only the headers of the message are
16419 made available.
16420 A positive integer means that the headers plus that many characters from
16421 the body of the message are passed to the categorizer.
16424 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16425 for more information on Patterns.
16427 Look <A HREF="h_edit_nav_cmds">here</A>
16428 to see the available Editing and Navigation commands.
16430 &lt;End of help on this topic&gt;
16431 </BODY>
16432 </HTML>
16433 ======= h_config_role_age =======
16434 <HTML>
16435 <HEAD>
16436 <TITLE>Age Interval Explained</TITLE>
16437 </HEAD>
16438 <BODY>
16439 <H1>Age Interval Explained</H1>
16441 The Age Interval, if defined, is part of the Pattern.
16442 If you use this, it should be set to something like:
16444 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
16446 where &quot;min_age&quot; and &quot;max_age&quot; are non-negative integers.
16447 The special value &quot;INF&quot; may be used for the max value.
16448 It represents infinity.
16450 In rare cases it may be useful to use the more general form of the value,
16451 which is a comma-separated list of intervals.
16452 It would look something like:
16454 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
16456 When there is an Age Interval defined, it is a match if the age, in days, of
16457 the message is contained in the interval.
16458 The interval includes both endpoints.
16459 If the option is set to a list of intervals then it is a match if the
16460 age of the message is contained in any of the intervals.
16462 Even though this option is called Age, it isn't actually
16463 the <EM>age</EM> of the message.
16464 Instead, it is how many days ago the message arrived in one of your folders.
16465 If the current time is a little past midnight, then a message that arrived
16466 just before midnight arrived yesterday, even though the message is only
16467 a few minutes old.
16468 By default, the date being used is not the date in the Date
16469 header of the message.
16470 It is the date that the message arrived in one of your folders.
16471 When you Save a message from one folder to another that arrival date
16472 is preserved.
16473 If you would like to use the date in the Date header that is possible.
16474 Turn on the option
16475 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
16476 near the bottom of the rule definition.
16478 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
16479 The age interval
16481 <CENTER><SAMP>(2,2)</SAMP></CENTER>
16483 matches all messages that arrived on the day before yesterday.
16484 The interval
16486 <CENTER><SAMP>(180,INF)</SAMP></CENTER>
16488 matches all messages that arrived at least 180 days before today.
16489 The interval
16491 <CENTER><SAMP>(0,1)</SAMP></CENTER>
16493 matches all messages that arrived today or yesterday.
16496 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16497 for more information on Patterns.
16499 Look <A HREF="h_edit_nav_cmds">here</A>
16500 to see the available Editing and Navigation commands.
16502 &lt;End of help on this topic&gt;
16503 </BODY>
16504 </HTML>
16505 ======= h_config_role_size =======
16506 <HTML>
16507 <HEAD>
16508 <TITLE>Size Interval Explained</TITLE>
16509 </HEAD>
16510 <BODY>
16511 <H1>Size Interval Explained</H1>
16513 The Size Interval, if defined, is part of the Pattern.
16514 If you use this, it should be set to something like:
16516 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
16518 where &quot;min_size&quot; and &quot;max_size&quot; are non-negative integers.
16519 The special value &quot;INF&quot; may be used for the max value.
16520 It represents infinity.
16522 In rare cases it may be useful to use the more general form of the value,
16523 which is a comma-separated list of intervals.
16524 It would look something like:
16526 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
16528 When there is a Size Interval defined, it is a match if the size of
16529 the message is contained in the interval.
16530 The interval includes both endpoints.
16531 If the option is set to a list of intervals then it is a match if the
16532 size of the message is contained in any of the intervals.
16534 The size interval
16536 <CENTER><SAMP>(10000,50000)</SAMP></CENTER>
16538 matches all messages with sizes greater than or equal to 10000, and less
16539 than or equal to 50000.
16540 The interval
16542 <CENTER><SAMP>(100000,INF)</SAMP></CENTER>
16544 matches all messages with sizes greater than or equal to 100000.
16547 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16548 for more information on Patterns.
16550 Look <A HREF="h_edit_nav_cmds">here</A>
16551 to see the available Editing and Navigation commands.
16553 &lt;End of help on this topic&gt;
16554 </BODY>
16555 </HTML>
16556 ======= h_config_role_scorei =======
16557 <HTML>
16558 <HEAD>
16559 <TITLE>Score Interval Explained</TITLE>
16560 </HEAD>
16561 <BODY>
16562 <H1>Score Interval Explained</H1>
16564 The Score Interval, if defined, is part of the Pattern.
16565 If you use this, it should be set to something like:
16567 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
16569 where &quot;min_score&quot; and &quot;max_score&quot; are integers between
16570 -32000 and 32000.
16571 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
16572 the min and max values.
16573 These represent negative and positive infinity.
16575 Actually, the value may be a list of intervals rather than just a
16576 single interval if that is useful.
16577 The elements of the list are separated by commas like:
16579 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
16581 When there is a Score Interval defined, it is a match if the score for
16582 the message is contained in any of the intervals.
16583 The intervals include both endpoints.
16584 The score for a message is calculated by looking at every scoring rule
16585 defined and adding up the Score Values for the rules that match the message.
16586 Scoring rules are created using the
16587 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
16590 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16591 for more information on Patterns.
16593 Look <A HREF="h_edit_nav_cmds">here</A>
16594 to see the available Editing and Navigation commands.
16596 &lt;End of help on this topic&gt;
16597 </BODY>
16598 </HTML>
16599 ======= h_config_role_fldr_type =======
16600 <HTML>
16601 <HEAD>
16602 <TITLE>Current Folder Type Explained</TITLE>
16603 </HEAD>
16604 <BODY>
16605 <H1>Current Folder Type Explained</H1>
16607 The Current Folder Type is part of the role's Pattern.
16608 It refers to the type of the currently open folder, which is the folder
16609 you were last looking at from the MESSAGE INDEX or MESSAGE TEXT screen.
16610 In order for a role to be considered a match, the current folder must
16611 be of the type you set here.
16612 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16613 all what you might think.
16615 If the Current Folder Type for a role's Pattern is set to &quot;News&quot;, for
16616 example, then
16617 that role will only be a match if the current folder is a newsgroup and
16618 the rest of the Pattern matches.
16619 The value &quot;Specific&quot; may be used when you want to limit the match
16620 to a specific folder (not just a specific type of folder), or to a list of
16621 specific folders.
16623 In order to match a specific folder you Select the &quot;Specific&quot;
16624 button <EM>AND</EM> fill in
16625 the name (or list of names) of
16626 the folder in the &quot;Folder List&quot; field.
16627 If the current folder is any of the folders in the list, that is considered
16628 a match.
16629 The name of each folder in the list may be either &quot;INBOX&quot;,
16630 the technical specification
16631 of the folder (like what appears in your configuration file) or, if the
16632 folder is one of your incoming folders, it may be the nickname you've given
16633 the folder.
16634 Here are a couple samples of specific folder names:
16636 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16638 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
16640 The easiest way to fill in the &quot;Folder List&quot; field is to use
16641 the &quot;T&quot; command that is available when the &quot;Folder List&quot; line is
16642 highlighted, or to use the &quot;Take&quot; command with the configuration
16643 feature
16644 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
16645 turned on.
16646 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16647 Current Folder Type is set to &quot;Specific&quot;, and any value that
16648 &quot;Folder List&quot; has is ignored unless the type
16649 is set to &quot;Specific&quot;.
16651 When reading a newsgroup, there may be a performance penalty
16652 incurred when collecting the information necessary to check a Pattern.
16653 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
16655 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16656 for more information on Patterns.
16658 Look <A HREF="h_edit_nav_cmds">here</A>
16659 to see the available Editing and Navigation commands.
16661 &lt;End of help on this topic&gt;
16662 </BODY>
16663 </HTML>
16664 ======= h_config_filt_rule_type =======
16665 <HTML>
16666 <HEAD>
16667 <TITLE>Filter Action Explained</TITLE>
16668 </HEAD>
16669 <BODY>
16670 <H1>Filter Action Explained</H1>
16672 The Filter Action specifies the action to be taken when the Pattern is a
16673 match.
16674 It may be set to &quot;Delete&quot; &quot;Move&quot;, or
16675 &quot;Just Set Message Status&quot;.
16677 If it is set to &quot;Delete&quot;, then the message that matches the
16678 Pattern will be deleted from the open folder.
16680 If it is set to &quot;Move&quot;, then the name of the folder to which
16681 the matching message should be moved is given in the &quot;Folder List&quot; field on the
16682 next line of the screen.
16683 A list of folders separated by commas may be given, in which case the
16684 message will be copied to all of the folders in the list before it is
16685 deleted.
16687 If it is set to neither of those two values (it is set to the value
16688 labeled &quot;Just Set Message Status&quot;) then the message status
16689 setting will happen
16690 but the message will not be deleted or moved.
16692 If you are Moving a message you may also set Message Status if you wish.
16694 The easiest way to fill in the &quot;Folder List&quot; field is to use
16695 the T command that is available when the &quot;Folder List&quot; line is
16696 highlighted.
16697 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16698 Filter Action is set to &quot;Move&quot;, and any value that
16699 &quot;Folder List&quot; has is ignored unless the type
16700 is set to &quot;Move&quot;.
16702 There are a few tokens that may be used in the names in the Folder List.
16703 They are all related to the date on which the filtering is taking place.
16704 The tokens are words surrounded by underscores.
16705 For example, if you want your filter to move messages to a folder named
16706 <P><CENTER><SAMP>abc-year-mon</SAMP></CENTER><P>
16707 you could specify the folder as
16708 <P><CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER><P>
16709 which would result in a file named something like
16710 <P><CENTER><SAMP>abc-2004-oct</SAMP></CENTER><P>
16712 <P><CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER><P>
16713 which would result in a file named something like
16714 <P><CENTER><SAMP>abc-04-10</SAMP></CENTER><P>
16715 The available tokens are listed
16716 <A HREF="h_index_tokens">here</A>.
16718 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16719 for more information on Patterns.
16721 Look <A HREF="h_edit_nav_cmds">here</A>
16722 to see the available Editing and Navigation commands.
16724 &lt;End of help on this topic&gt;
16725 </BODY>
16726 </HTML>
16727 ======= h_config_score_fldr_type =======
16728 <HTML>
16729 <HEAD>
16730 <TITLE>Current Folder Type Explained</TITLE>
16731 </HEAD>
16732 <BODY>
16733 <H1>Current Folder Type Explained</H1>
16735 The Current Folder Type is part of the scoring rule's Pattern.
16736 It refers to the type of the folder that
16737 the message being scored is in.
16738 In order for a rule to be considered a match, the current folder must
16739 be of the type you set here.
16740 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16741 all what you might think.
16743 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
16744 example, then
16745 that Pattern will only match if the current folder is a newsgroup and
16746 the rest of the Pattern matches.
16747 The value &quot;Specific&quot; may be used when you want to limit the match
16748 to a specific folder (not just a specific type of folder), or to a list of
16749 specific folders.
16751 In order to match a specific folder you Select the &quot;Specific&quot;
16752 button <EM>AND</EM> fill in
16753 the name (or list of names) of
16754 the folder in the &quot;Folder List&quot; field.
16755 If the current folder is any of the folders in the list, that is considered
16756 a match.
16757 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
16758 of the folder (like what appears in your configuration file) or, if the
16759 folder is one of your incoming folders, it may be the nickname you've given
16760 the folder.
16761 Here are a couple samples of specific folder names:
16763 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16765 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
16767 The easiest way to fill in the &quot;Folder List&quot; field is to use
16768 the T command that is available when the &quot;Folder List&quot; line is
16769 highlighted.
16770 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16771 Current Folder Type is set to &quot;Specific&quot;, and any value that
16772 &quot;Folder List&quot; has is ignored unless the type
16773 is set to &quot;Specific&quot;.
16775 When reading a newsgroup, there may be a performance penalty
16776 incurred when collecting the information necessary to check a Pattern.
16777 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
16778 For example, if you have Index Line Coloring rules that have Score Intervals
16779 defined then the scores for all the visible messages will need to be calculated.
16780 If some of your Scoring rules have 
16781 a Current Folder Type of
16782 &quot;Any&quot; or &quot;News&quot; this may cause the MESSAGE INDEX
16783 screen to draw more slowly when in a newsgroup.
16785 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16786 for more information on Patterns.
16788 Look <A HREF="h_edit_nav_cmds">here</A>
16789 to see the available Editing and Navigation commands.
16791 &lt;End of help on this topic&gt;
16792 </BODY>
16793 </HTML>
16794 ======= h_config_other_fldr_type =======
16795 <HTML>
16796 <HEAD>
16797 <TITLE>Current Folder Type Explained</TITLE>
16798 </HEAD>
16799 <BODY>
16800 <H1>Current Folder Type Explained</H1>
16802 The Current Folder Type is part of the rule's Pattern.
16803 It refers to the type of the folder being viewed.
16804 In order for a rule to be considered a match, the current folder must
16805 be of the type you set here.
16806 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16807 all what you might think.
16809 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
16810 example, then
16811 that Pattern will only match if the current folder is a newsgroup.
16812 The value &quot;Specific&quot; may be used when you want to limit the match
16813 to a specific folder (not just a specific type of folder), or to a list of
16814 specific folders.
16816 In order to match a specific folder you Select the &quot;Specific&quot;
16817 button <EM>AND</EM> fill in
16818 the name (or list of names) of
16819 the folder in the &quot;Folder List&quot; field.
16820 If the current folder is any of the folders in the list, that is considered
16821 a match.
16822 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
16823 of the folder (like what appears in your configuration file) or, if the
16824 folder is one of your incoming folders, it may be the nickname you've given
16825 the folder.
16826 Here are a couple samples of specific folder names:
16828 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16830 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
16832 The easiest way to fill in the &quot;Folder List&quot; field is to use
16833 the T command that is available when the &quot;Folder List&quot; line is
16834 highlighted.
16835 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16836 Current Folder Type is set to &quot;Specific&quot;, and any value that
16837 &quot;Folder List&quot; has is ignored unless the type
16838 is set to &quot;Specific&quot;.
16840 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16841 for more information on Patterns.
16843 Look <A HREF="h_edit_nav_cmds">here</A>
16844 to see the available Editing and Navigation commands.
16846 &lt;End of help on this topic&gt;
16847 </BODY>
16848 </HTML>
16849 ======= h_config_incol_fldr_type =======
16850 <HTML>
16851 <HEAD>
16852 <TITLE>Current Folder Type Explained</TITLE>
16853 </HEAD>
16854 <BODY>
16855 <H1>Current Folder Type Explained</H1>
16857 The Current Folder Type is part of the Line Coloring rule's Pattern.
16858 It refers to the type of the folder for which the MESSAGE INDEX is
16859 being viewed.
16860 In order for a rule to be considered a match, the current folder must
16861 be of the type you set here.
16862 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16863 all what you might think.
16865 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
16866 example, then
16867 that Pattern will only match if the current folder is a newsgroup and
16868 the rest of the Pattern matches.
16869 The value &quot;Specific&quot; may be used when you want to limit the match
16870 to a specific folder (not just a specific type of folder), or to a list of
16871 specific folders.
16873 In order to match a specific folder you Select the &quot;Specific&quot;
16874 button <EM>AND</EM> fill in
16875 the name (or list of names) of
16876 the folder in the &quot;Folder List&quot; field.
16877 If the current folder is any of the folders in the list, that is considered
16878 a match.
16879 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
16880 of the folder (like what appears in your configuration file) or, if the
16881 folder is one of your incoming folders, it may be the nickname you've given
16882 the folder.
16883 Here are a couple samples of specific folder names:
16885 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16887 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
16889 The easiest way to fill in the &quot;Folder List&quot; field is to use
16890 the T command that is available when the &quot;Folder List&quot; line is
16891 highlighted.
16892 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16893 Current Folder Type is set to &quot;Specific&quot;, and any value that
16894 &quot;Folder List&quot; has is ignored unless the type
16895 is set to &quot;Specific&quot;.
16897 When reading a newsgroup, there may be a performance penalty
16898 incurred when collecting the information necessary to check a Pattern.
16899 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
16900 For example, a rule with a non-Normal Index Line Color
16901 and a Current Folder Type of
16902 &quot;Any&quot; or &quot;News&quot; may cause the MESSAGE INDEX
16903 screen to draw more slowly when in a newsgroup.
16905 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16906 for more information on Patterns.
16908 Look <A HREF="h_edit_nav_cmds">here</A>
16909 to see the available Editing and Navigation commands.
16911 &lt;End of help on this topic&gt;
16912 </BODY>
16913 </HTML>
16914 ======= h_config_filt_fldr_type =======
16915 <HTML>
16916 <HEAD>
16917 <TITLE>Current Folder Type Explained</TITLE>
16918 </HEAD>
16919 <BODY>
16920 <H1>Current Folder Type Explained</H1>
16922 The Current Folder Type is part of the Filtering rule's Pattern.
16923 It refers to the type of the folder for which the filtering is being done.
16924 In order for a rule to be considered a match, the current folder must
16925 be of the type you set here.
16926 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
16927 all what you might think.
16929 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
16930 example, then
16931 that Pattern will only match if the current folder is a newsgroup and
16932 the rest of the Pattern matches.
16933 The value &quot;Specific&quot; may be used when you want to limit the match
16934 to a specific folder (not just a specific type of folder), or to a list of
16935 specific folders.
16937 In order to match a specific folder you Select the &quot;Specific&quot;
16938 button <EM>AND</EM> fill in
16939 the name (or list of names) of
16940 the folder in the &quot;Folder List&quot; field.
16941 If the current folder is any of the folders in the list, that is considered
16942 a match.
16943 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
16944 of the folder (like what appears in your configuration file) or, if the
16945 folder is one of your incoming folders, it may be the nickname you've given
16946 the folder.
16947 Here are a couple samples of specific folder names:
16949 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
16951 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
16953 The easiest way to fill in the &quot;Folder List&quot; field is to use
16954 the T command that is available when the &quot;Folder List&quot; line is
16955 highlighted.
16956 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
16957 Current Folder Type is set to &quot;Specific&quot;, and any value that
16958 &quot;Folder List&quot; has is ignored unless the type
16959 is set to &quot;Specific&quot;.
16961 When reading a newsgroup, there may be a performance penalty
16962 incurred when collecting the information necessary to check a Pattern.
16963 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
16964 For example, a rule with a Current Folder Type of either
16965 &quot;Any&quot; or &quot;News&quot; may cause the filtering to happen
16966 more slowly when opening a newsgroup.
16968 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16969 for more information on Patterns.
16971 Look <A HREF="h_edit_nav_cmds">here</A>
16972 to see the available Editing and Navigation commands.
16974 &lt;End of help on this topic&gt;
16975 </BODY>
16976 </HTML>
16977 ======= h_config_role_stat_imp =======
16978 <HTML>
16979 <HEAD>
16980 <TITLE>Message Important Status Explained</TITLE>
16981 </HEAD>
16982 <BODY>
16983 <H1>Message Important Status Explained</H1>
16985 This part of the Pattern may have one of three possible values.
16986 The default value is &quot;Don't care&quot;, which matches any message.
16987 The other two values are &quot;Yes&quot;, which means the message must be
16988 flagged &quot;Important&quot; in order to be a match; or &quot;No&quot;, which
16989 means the message must <EM>not</EM> be flagged &quot;Important&quot; in order
16990 to be a match.
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_new =======
17002 <HTML>
17003 <HEAD>
17004 <TITLE>Message New Status Explained</TITLE>
17005 </HEAD>
17006 <BODY>
17007 <H1>Message New 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 &quot;New&quot; in order to be a match; or &quot;No&quot;, which
17013 means the message must <EM>not</EM> be &quot;New&quot; in order
17014 to be a match.
17015 &quot;New&quot; is the same as <EM>Unseen</EM> and not &quot;New&quot; is the
17016 same as <EM>Seen</EM>.
17018 The nomenclature for New and Recent is a bit confusing:
17020 New means that the message is Unseen.
17021 It could have been in your mailbox for a long time but if you haven't looked
17022 at it, it is still considered New.
17023 That matches the default Alpine index display that shows an N for such a
17024 message.
17026 Recent means that the message was added to this folder since the last time
17027 you opened the folder.
17028 Alpine also shows an N by default for these types of messages.
17029 If you were to run two copies of Alpine that opened a folder one right after
17030 the other, a message would only show up as Recent in (at most) the first
17031 Alpine session.
17033 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17034 for more information on Patterns.
17036 Look <A HREF="h_edit_nav_cmds">here</A>
17037 to see the available Editing and Navigation commands.
17039 &lt;End of help on this topic&gt;
17040 </BODY>
17041 </HTML>
17042 ======= h_config_role_stat_recent =======
17043 <HTML>
17044 <HEAD>
17045 <TITLE>Message Recent Status Explained</TITLE>
17046 </HEAD>
17047 <BODY>
17048 <H1>Message Recent Status Explained</H1>
17050 This part of the Pattern may have one of three possible values.
17051 The default value is &quot;Don't care&quot;, which matches any message.
17052 The other two values are &quot;Yes&quot;, which means the message must be
17053 &quot;Recent&quot; in order to be a match; or &quot;No&quot;, which
17054 means the message must <EM>not</EM> be &quot;Recent&quot; in order
17055 to be a match.
17056 &quot;Recent&quot; means that the message was added to the folder since
17057 the last time the folder was opened.
17058 If more than one mail client has the folder opened, the message will
17059 appear to be &quot;Recent&quot; to only one of the clients.
17061 The nomenclature for New and Recent is a bit confusing:
17063 New means that the message is Unseen.
17064 It could have been in your mailbox for a long time but if you haven't looked
17065 at it, it is still considered New.
17066 That matches the default Alpine index display that shows an N for such a
17067 message.
17069 Recent means that the message was added to this folder since the last time
17070 you opened the folder.
17071 Alpine also shows an N by default for these types of messages.
17072 If you were to run two copies of Alpine that opened a folder one right after
17073 the other, a message would only show up as Recent in (at most) the first
17074 Alpine session.
17076 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17077 for more information on Patterns.
17079 Look <A HREF="h_edit_nav_cmds">here</A>
17080 to see the available Editing and Navigation commands.
17082 &lt;End of help on this topic&gt;
17083 </BODY>
17084 </HTML>
17085 ======= h_config_role_stat_del =======
17086 <HTML>
17087 <HEAD>
17088 <TITLE>Message Deleted Status Explained</TITLE>
17089 </HEAD>
17090 <BODY>
17091 <H1>Message Deleted Status Explained</H1>
17093 This part of the Pattern may have one of three possible values.
17094 The default value is &quot;Don't care&quot;, which matches any message.
17095 The other two values are &quot;Yes&quot;, which means the message must be
17096 marked &quot;Deleted&quot; in order to be a match; or &quot;No&quot;, which
17097 means the message must <EM>not</EM> be marked &quot;Deleted&quot; in order
17098 to be a match.
17100 If you are thinking of using this part of the Pattern as a way to prevent
17101 messages from being filtered more than once in a Filter Pattern,
17102 take a look at the Filter Option
17103 <A HREF="h_config_filt_opts_notdel">&quot;Move-Only-if-Not-Deleted&quot;</A>
17104 instead.
17105 It should work better than using this field since it will hide the filtered
17106 messages even if they are already Deleted.
17107 That option is at the bottom of the Filter configuration screen.
17109 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17110 for more information on Patterns.
17112 Look <A HREF="h_edit_nav_cmds">here</A>
17113 to see the available Editing and Navigation commands.
17115 &lt;End of help on this topic&gt;
17116 </BODY>
17117 </HTML>
17118 ======= h_config_role_stat_ans =======
17119 <HTML>
17120 <HEAD>
17121 <TITLE>Message Answered Status Explained</TITLE>
17122 </HEAD>
17123 <BODY>
17124 <H1>Message Answered Status Explained</H1>
17126 This part of the Pattern may have one of three possible values.
17127 The default value is &quot;Don't care&quot;, which matches any message.
17128 The other two values are &quot;Yes&quot;, which means the message must be
17129 marked &quot;Answered&quot; in order to be a match; or &quot;No&quot;, which
17130 means the message must <EM>not</EM> be marked &quot;Answered&quot; in order
17131 to be a match.
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_abookfrom =======
17143 <HTML>
17144 <HEAD>
17145 <TITLE>Address in Address Book Explained</TITLE>
17146 </HEAD>
17147 <BODY>
17148 <H1>Address in Address Book Explained</H1>
17150 This option gives you a way to match messages that contain an address
17151 that is in one of your address books.
17152 Only the simple entries in your address books are searched.
17153 Address book distribution lists are ignored!
17155 This part of the Pattern may have one of five possible values.
17156 The default value is &quot;Don't care&quot;, which matches any message.
17157 The value &quot;Yes, in any address book&quot; means at least one of the addresses
17158 from the message must be in at least one of your
17159 address books in order to be a match.
17160 The value &quot;No, not in any address book&quot;
17161 means none of the addresses may
17162 be in any of your address books in order to be a match.
17164 The values &quot;Yes, in specific address books&quot; and
17165 &quot;No, not in any of specific address books&quot; are similar but instead
17166 of depending on all address books you are allowed to give a list of address
17167 books to look in.
17168 Usually this would be a single address book but it may be a
17169 list of address books as well.
17170 For each of these &quot;specific&quot; address book options you Select which
17171 of the Specific options you want (Yes or No) <EM>AND</EM> fill in the
17172 name (or list of names) of the address book in the
17173 &quot;Abook List&quot; field.
17174 The names to be used are those that appear in the ADDRESS BOOK LIST screen.
17175 The easiest way to fill in the Abook List field it to use
17176 the &quot;T&quot; command that is available when the &quot;Abook List&quot;
17177 line is highlighted.
17178 Note that you won't be able to edit the &quot;Abook List&quot; line unless the
17179 option is set to one of the two &quot;Specific&quot;, values.
17181 The addresses from the message that are checked for are determined by the
17182 setting you have for &quot;Types of addresses to check for in address book&quot;.
17183 If you set this to &quot;From&quot; the From address from the message will
17184 be looked up in the address book.
17185 If you set it to &quot;To&quot; instead then the To addresses will be used.
17186 If any of the To addresses are in the address book then it is considered
17187 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
17188 You could set it to both From and To, in which case all of the From and To
17189 addresses are used.
17190 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
17191 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
17192 exists or the From address if there is no Reply-To address.
17193 Same for the Sender address.
17195 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17196 for more information on Patterns.
17198 Look <A HREF="h_edit_nav_cmds">here</A>
17199 to see the available Editing and Navigation commands.
17201 &lt;End of help on this topic&gt;
17202 </BODY>
17203 </HTML>
17204 ======= h_config_inabook_from =======
17205 <HTML>
17206 <HEAD>
17207 <TITLE>From</TITLE>
17208 </HEAD>
17209 <BODY>
17210 <H1>From</H1>
17212 Setting the From line will cause the address from the From header line
17213 of the message to be checked for in the address book.
17215 &lt;End of help on this topic&gt;
17216 </BODY>
17217 </HTML>
17218 ======= h_config_inabook_replyto =======
17219 <HTML>
17220 <HEAD>
17221 <TITLE>Reply-To</TITLE>
17222 </HEAD>
17223 <BODY>
17224 <H1>Reply-To</H1>
17226 Setting the Reply-To line will cause the address from the Reply-To header line
17227 of the message to be checked for in the address book.
17228 However, if there is no Reply-To header line in the message the From header
17229 line will be used instead.
17230 We understand this is dumb but we don't have an easy way around it.
17232 &lt;End of help on this topic&gt;
17233 </BODY>
17234 </HTML>
17235 ======= h_config_inabook_sender =======
17236 <HTML>
17237 <HEAD>
17238 <TITLE>Sender</TITLE>
17239 </HEAD>
17240 <BODY>
17241 <H1>Sender</H1>
17243 Setting the Sender line will cause the address from the Sender header line
17244 of the message to be checked for in the address book.
17245 However, if there is no Sender header line in the message the From header
17246 line will be used instead.
17247 We understand this is dumb but we don't have an easy way around it.
17249 &lt;End of help on this topic&gt;
17250 </BODY>
17251 </HTML>
17252 ======= h_config_inabook_to =======
17253 <HTML>
17254 <HEAD>
17255 <TITLE>To</TITLE>
17256 </HEAD>
17257 <BODY>
17258 <H1>To</H1>
17260 Setting the To line will cause the address from the To header line
17261 of the message to be checked for in the address book.
17263 &lt;End of help on this topic&gt;
17264 </BODY>
17265 </HTML>
17266 ======= h_config_inabook_cc =======
17267 <HTML>
17268 <HEAD>
17269 <TITLE>CC</TITLE>
17270 </HEAD>
17271 <BODY>
17272 <H1>CC</H1>
17274 Setting the CC line will cause the address from the CC header line
17275 of the message to be checked for in the address book.
17277 &lt;End of help on this topic&gt;
17278 </BODY>
17279 </HTML>
17280 ======= h_config_role_stat_8bitsubj =======
17281 <HTML>
17282 <HEAD>
17283 <TITLE>Raw 8-bit in Subject Explained</TITLE>
17284 </HEAD>
17285 <BODY>
17286 <H1>Raw 8-bit in Subject Explained</H1>
17288 It seems that lots of unwanted email contains unencoded 8-bit characters
17289 in the Subject.
17290 Normally, characters with the 8th bit set are not allowed in the Subject
17291 header unless they are MIME-encoded.
17292 This option gives you a way to match messages that have Subjects that
17293 contain unencoded 8-bit characters.
17295 This part of the Pattern may have one of three possible values.
17296 The default value is &quot;Don't care&quot;, which matches any message.
17297 The other two values are &quot;Yes&quot;, which means the Subject of
17298 the message must contain unencoded 8-bit characters (characters with the
17299 most significant bit set)
17300 in order to be a match; or &quot;No&quot;, which
17301 means the Subject must <EM>not</EM>
17302 contain unencoded 8-bit characters in order to be a match.
17304 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17305 for more information on Patterns.
17307 Look <A HREF="h_edit_nav_cmds">here</A>
17308 to see the available Editing and Navigation commands.
17310 &lt;End of help on this topic&gt;
17311 </BODY>
17312 </HTML>
17313 ======= h_config_role_bom =======
17314 <HTML>
17315 <HEAD>
17316 <TITLE>Beginning of Month</TITLE>
17317 </HEAD>
17318 <BODY>
17319 <H1>Beginning of Month</H1>
17321 This option gives you a limited ability to take different actions depending on whether
17322 this is the first time Alpine has been run this month or not.
17323 Though it would be nice to have such an option available, this is not the
17324 same as whether or not this is the first time a paricular folder has been
17325 opened this month.
17326 If you want some action (probably Filtering) to take place in a folder each
17327 month, then you will need to be sure that the folder is opened during the
17328 first Alpine session of the month in order for this option to be helpful.
17330 This part of the Pattern may have one of three possible values.
17331 The default value is &quot;Don't care&quot;, which matches any message.
17332 The other two values are &quot;Yes&quot;, which means this is the first
17333 time Alpine has been run this month;
17334 or &quot;No&quot;, which
17335 means this is not the first time Alpine has been run this month.
17337 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17338 for more information on Patterns.
17340 Here are some technical details.
17341 The way that Alpine decides if it is the beginning of the month or not is
17342 to compare today's date with the date stored in the
17343 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
17344 variable in the config file.
17345 If the month of today's date is later than the month stored in the variable,
17346 then this is considered to be the first time you have run Alpine this month, and
17347 that turns the Beginning of the Month option on.
17349 Look <A HREF="h_edit_nav_cmds">here</A>
17350 to see the available Editing and Navigation commands.
17352 &lt;End of help on this topic&gt;
17353 </BODY>
17354 </HTML>
17355 ======= h_config_role_boy =======
17356 <HTML>
17357 <HEAD>
17358 <TITLE>Beginning of Year</TITLE>
17359 </HEAD>
17360 <BODY>
17361 <H1>Beginning of Year</H1>
17363 This option gives you a limited ability to take different actions depending on whether
17364 this is the first time Alpine has been run this year or not.
17365 Though it would be nice to have such an option available, this is not the
17366 same as whether or not this is the first time a paricular folder has been
17367 opened this year.
17368 If you want some action (probably Filtering) to take place in a folder each
17369 year, then you will need to be sure that the folder is opened during the
17370 first Alpine session of the year in order for this option to be helpful.
17372 This part of the Pattern may have one of three possible values.
17373 The default value is &quot;Don't care&quot;, which matches any message.
17374 The other two values are &quot;Yes&quot;, which means this is the first
17375 time Alpine has been run this year;
17376 or &quot;No&quot;, which
17377 means this is not the first time Alpine has been run this year.
17379 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17380 for more information on Patterns.
17382 Here are some technical details.
17383 The way that Alpine decides if it is the beginning of the year or not is
17384 to compare today's date with the date stored in the
17385 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
17386 variable in the config file.
17387 If the year of today's date is later than the year stored in the variable,
17388 then this is considered to be the first time you have run Alpine this year, and
17389 that turns the Beginning of the Year option on.
17391 Look <A HREF="h_edit_nav_cmds">here</A>
17392 to see the available Editing and Navigation commands.
17394 &lt;End of help on this topic&gt;
17395 </BODY>
17396 </HTML>
17397 ======= h_config_role_inick =======
17398 <HTML>
17399 <HEAD>
17400 <TITLE>Initialize Values From Role Explained</TITLE>
17401 </HEAD>
17402 <BODY>
17403 <H1>Initialize Values From Role Explained</H1>
17405 This is a power user feature.
17406 You will usually want to leave this field empty.
17407 The value of this field is the nickname of another one of your roles.
17408 The Action values from that other role
17409 are used as the initial values of the Action items for this role.
17410 If you put something in any of the action fields for this role, that will
17411 override whatever was in the corresponding field of the initializer role.
17413 You might use this field if the &quot;Action&quot; part of one of your roles
17414 is something you want to use in more than one role.
17415 Instead of filling in those action values again for each role, you
17416 may give the nickname of the role where the values are filled in.
17417 It's just a shortcut way to define Role Actions.
17419 Here's an example to help explain how this works.
17420 Suppose you have a role with nickname &quot;role1&quot; and role1 has
17421 (among other things)
17423 <CENTER><SAMP>Set Reply-To = The Pres &lt;president@example.com&gt;</SAMP></CENTER>
17425 set.
17426 If in &quot;role2&quot; you set &quot;Initialize settings using role&quot; to
17427 &quot;role1&quot;, then role2 will inherit the Set Reply-To value
17428 from role1 by default (and any of the other inheritable action values
17429 that are set).
17430 So if role2 had
17432 <CENTER><SAMP>Set Reply-To = &lt;No Value Set&gt;</SAMP></CENTER>
17434 defined, the Reply-To used with role2 would be &quot;The Pres &lt;president@example.com&gt;&quot;
17435 However, if role2 had
17437 <CENTER><SAMP>Set Reply-To = VP &lt;vicepresident@example.com&gt;</SAMP></CENTER>
17439 defined, then the Reply-To used with role2 would be &quot;VP &lt;vicepresident@example.com&gt;&quot; instead.
17441 If you wish,
17442 you may choose a nickname from your list of roles by using the
17443 &quot;T&quot; command.
17444 If the role you are using to initialize also has a role it initializes from,
17445 then that initialization happens first.
17446 That is, inheritance works as expected with the grandparent and
17447 great-grandparent (and so on) roles having the expected effect.
17449 Look <A HREF="h_edit_nav_cmds">here</A>
17450 to see the available Editing and Navigation commands.
17452 &lt;End of help on this topic&gt;
17453 </BODY>
17454 </HTML>
17455 ======= h_config_role_setfrom =======
17456 <HTML>
17457 <HEAD>
17458 <TITLE>Set From Explained</TITLE>
17459 </HEAD>
17460 <BODY>
17461 <H1>Set From Explained</H1>
17463 This describes part of the action to be taken if the Pattern for this
17464 role is a match.
17465 This field consists of a single address that will be used as the From
17466 address on the message you are sending.
17467 This should be a fully-qualified address like
17469 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
17471 or just
17473 <CENTER><SAMP>user@domain</SAMP></CENTER>
17475 If you wish,
17476 you may choose an address from your address book with the
17477 &quot;T&quot; command.
17479 If this is left blank, then your normal From address will be used.
17481 You may also find it useful to add the changed From address to the
17482 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
17483 configuration option.
17485 Look <A HREF="h_edit_nav_cmds">here</A>
17486 to see the available Editing and Navigation commands.
17488 &lt;End of help on this topic&gt;
17489 </BODY>
17490 </HTML>
17491 ======= h_config_role_setreplyto =======
17492 <HTML>
17493 <HEAD>
17494 <TITLE>Set Reply-To Explained</TITLE>
17495 </HEAD>
17496 <BODY>
17497 <H1>Set Reply-To Explained</H1>
17499 This describes part of the action to be taken if the Pattern for this
17500 role is a match.
17501 This field consists of a single address that will be used as the Reply-To
17502 address on the message you are sending.
17503 This may be a fully-qualified address like
17505 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
17507 or just
17509 <CENTER><SAMP>user@domain</SAMP></CENTER>
17511 If you wish,
17512 you may choose an address from your address book with the
17513 &quot;T&quot; command.
17515 If this is left blank, then there won't be a Reply-To address unless
17516 you have configured one specially with the
17517 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>"
17518 configuration option.
17520 Look <A HREF="h_edit_nav_cmds">here</A>
17521 to see the available Editing and Navigation commands.
17523 &lt;End of help on this topic&gt;
17524 </BODY>
17525 </HTML>
17526 ======= h_config_role_setfcc =======
17527 <HTML>
17528 <HEAD>
17529 <TITLE>Set Fcc Explained</TITLE>
17530 </HEAD>
17531 <BODY>
17532 <H1>Set Fcc Explained</H1>
17534 This describes part of the action to be taken if the Pattern for this
17535 role is a match.
17536 This field consists of a single folder name that will be used in
17537 the Fcc field of the message you are sending.
17538 You may put anything here that you would normally type into the Fcc
17539 field from the composer.
17541 In addition, an fcc of &quot;&quot; (two double quotation marks) means
17542 no Fcc.
17544 A blank field here means that Alpine will use its normal rules for deciding
17545 the default value of the Fcc field.
17546 For many roles, perhaps most, it may make more sense for you to use the
17547 other Alpine facilities for setting the Fcc.
17548 In particular, if you want the Fcc to depend on who you are sending the
17549 message to then the <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A>
17550 is probably more useful.
17551 In that case, you would want to leave the Fcc field here blank.
17552 However, if you have a role that depends on who the message you are replying
17553 to was From, or what address that message was sent to;
17554 then it might make sense to set the Fcc for that role here.
17556 If you wish,
17557 you may choose a folder from your folder collections by using the
17558 &quot;T&quot; command.
17560 Look <A HREF="h_edit_nav_cmds">here</A>
17561 to see the available Editing and Navigation commands.
17563 &lt;End of help on this topic&gt;
17564 </BODY>
17565 </HTML>
17566 ======= h_config_role_usesmtp =======
17567 <HTML>
17568 <HEAD>
17569 <TITLE>Use SMTP Server Explained</TITLE>
17570 </HEAD>
17571 <BODY>
17572 <H1>Use SMTP Server Explained</H1>
17574 This describes part of the action to be taken if the Pattern for this
17575 role is a match.
17576 If this field has a value, then it will be used as the SMTP server
17577 to send mail when this role is being used (unless the SMTP server variable
17578 is set in the system-wide fixed configuration file).
17579 It has the same semantics as the
17580 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
17581 variable in the Setup/Config screen.
17583 If you are using this to post from home when you are at home and from
17584 work when you are at work you need to be careful about postponing messages.
17585 When you postpone a composition that was using a role with this variable
17586 set, the SMTP server list will be saved
17587 with the postponed composition.
17588 It cannot be changed later.
17589 Because of this, you may want to make this a list of SMTP servers
17590 with the preferred server at the front of the list and alternate servers
17591 later in the list.
17592 In your &quot;Home&quot; role you would put the home SMTP server first and
17593 the work SMTP server last.
17594 In your &quot;Work&quot; role you would put the work SMTP server first and
17595 the home SMTP server last.
17596 Then if you start a composition as &quot;Work&quot;, postpone
17597 it, and then later resume it from home the work SMTP server will fail but
17598 the home SMTP server later in the list will succeed.
17600 You may be able to simplify things by making the regular
17601 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
17602 variable in the Setup/Config screen a list instead of using roles
17603 to set the SMTP server.
17606 Look <A HREF="h_edit_nav_cmds">here</A>
17607 to see the available Editing and Navigation commands.
17609 &lt;End of help on this topic&gt;
17610 </BODY>
17611 </HTML>
17612 ======= h_config_role_usenntp =======
17613 <HTML>
17614 <HEAD>
17615 <TITLE>Use NNTP Server Explained</TITLE>
17616 </HEAD>
17617 <BODY>
17618 <H1>Use NNTP Server Explained</H1>
17620 This describes part of the action to be taken if the Pattern for this
17621 role is a match.
17622 If this field has a value, then it will be used as the NNTP server
17623 to post to newsgroups when this role is being used (unless the NNTP server
17624 variable
17625 is set in the system-wide fixed configuration file).
17626 It has the same semantics as the
17627 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
17628 variable in the Setup/Config screen.
17630 This role setting can facilitate posting to the right nntp server for someone
17631 who reads news from various news sources.  The feature
17632 <A HREF="h_config_predict_nntp_server">&quot;<!--#echo var="FEAT_predict-nntp-server"-->&quot;</A>
17633 allows for setting the correct <!--#echo var="VAR_nntp-server"--> without having to individually
17634 set a role for that <!--#echo var="VAR_nntp-server"-->, but for greater flexibility, setting
17635 nntp servers for roles may be more desirable for some people.
17637 If you are using this to post from home when you are at home and from
17638 work when you are at work you need to be careful about postponing messages.
17639 When you postpone a composition that was using a role with this variable
17640 set, the NNTP server list will be saved
17641 with the postponed composition.
17642 It cannot be changed later.
17643 Because of this, you may want to make this a list of NNTP servers
17644 with the preferred server at the front of the list and alternate servers
17645 later in the list.
17646 In your &quot;Home&quot; role you would put the home NNTP server first and
17647 the work NNTP server last.
17648 In your &quot;Work&quot; role you would put the work NNTP server first and
17649 the home NNTP server last.
17650 Then if you start a composition as &quot;Work&quot;, postpone
17651 it, and then later resume it from home the work NNTP server will fail but
17652 the home NNTP server later in the list will succeed.
17654 You may be able to simplify things by making the regular
17655 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
17656 variable in the Setup/Config screen a list instead of using roles
17657 to set the NNTP server.
17660 Look <A HREF="h_edit_nav_cmds">here</A>
17661 to see the available Editing and Navigation commands.
17663 &lt;End of help on this topic&gt;
17664 </BODY>
17665 </HTML>
17666 ======= h_config_role_setotherhdr =======
17667 <HTML>
17668 <HEAD>
17669 <TITLE>Set Other Headers Explained</TITLE>
17670 </HEAD>
17671 <BODY>
17672 <H1>Set Other Headers Explained</H1>
17674 This describes part of the action to be taken if the Pattern for this
17675 role is a match.
17676 This field gives you a way to set values for headers besides
17677 &quot;From&quot; and &quot;Reply-To&quot;.
17678 If you want to set either of those, use the specific
17679 &quot;Set From&quot; and &quot;Set Reply-To&quot; settings above.
17681 This field is similar to the
17682 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" option.
17683 Each header you specify here must include the header tag 
17684 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
17685 and may optionally include a value for that header.
17686 In order to see these headers when you compose using this role you 
17687 must use the rich header
17688 <!--chtml if pinemode="function_key"-->(F5)
17689 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
17690 Here's an example that shows how you might set the To address.
17692 <CENTER><SAMP>Set Other Hdrs = To: Full Name &lt;user@domain&gt;</SAMP></CENTER>
17694 Headers set in this way are different from headers set with the
17695 <!--#echo var="VAR_customized-hdrs"--> option in that the value you give for a header here
17696 will replace any value that already exists.
17697 For example, if you are Replying to a message there will already be at
17698 least one address in the To header (the address you are Replying to).
17699 However, if you Reply using a role that sets the To header, that role's
17700 To header value will be used instead.
17702 Limitation: Because commas are used to separate the list of
17703 Other Headers, it is not possible to have the value of a
17704 header contain a comma;
17705 nor is there currently an &quot;escape&quot; mechanism provided
17706 to make this work.
17708 Look <A HREF="h_edit_nav_cmds">here</A>
17709 to see the available Editing and Navigation commands.
17711 &lt;End of help on this topic&gt;
17712 </BODY>
17713 </HTML>
17714 ======= h_config_role_setlitsig =======
17715 <HTML>
17716 <HEAD>
17717 <TITLE>Set Literal Signature Explained</TITLE>
17718 </HEAD>
17719 <BODY>
17720 <H1>Set Literal Signature Explained</H1>
17722 This describes part of the action to be taken if the Pattern for this
17723 role is a match.
17724 This field contains the actual text for your signature, as opposed to
17725 the name of a file containing your signature.
17726 If this is defined it takes precedence over any value set in the
17727 &quot;Set Signature&quot; field.
17729 This is simply a different way to store the signature.
17730 The signature is stored inside your Alpine configuration file instead of in
17731 a separate file.
17732 Tokens work the same way they do with
17733 <A HREF="h_config_role_setsig">Set Signature</A>, so refer to the
17734 help text there for more information.
17737 The two character sequence &#92;n (backslash followed by
17738 the character n) will be used to signify a line-break in your signature.
17739 You don't have to enter the &#92;n, but it will be visible in the
17740 CHANGE THIS ROLE RULE window after you are done editing the signature.
17742 Look <A HREF="h_edit_nav_cmds">here</A>
17743 to see the available Editing and Navigation commands.
17745 &lt;End of help on this topic&gt;
17746 </BODY>
17747 </HTML>
17748 ======= h_config_role_setsig =======
17749 <HTML>
17750 <HEAD>
17751 <TITLE>Set Signature Explained</TITLE>
17752 </HEAD>
17753 <BODY>
17754 <H1>Set Signature Explained</H1>
17756 This describes part of the action to be taken if the Pattern for this
17757 role is a match.
17759 If either the default <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A>
17760 option from Setup/Config
17761 or the &quot;Set LiteralSig&quot; option for this role are defined,
17762 then this option will be ignored.
17763 You can tell that that is the case because the value of this
17764 option will show up as
17766 <CENTER><SAMP>&lt;Ignored: using LiteralSig instead&gt;</SAMP></CENTER>
17768 You may either use all Literal Signatures (signatures stored in your
17769 configuration file) throughout Alpine, or all signature files.
17770 You can't mix the two.
17772 This field consists of a filename that will be used as the signature
17773 file when using this role.
17775 If the filename is followed by a vertical bar (|) then instead
17776 of reading the contents of the file the file is assumed to be a
17777 program that will produce the text to be used on its standard output.
17778 The program can't have any arguments and doesn't receive any input from Alpine,
17779 but the rest of the processing works as if the contents came from a file.
17781 Instead of storing the data in a local file, the
17782 signature data may be stored remotely in an IMAP folder.
17783 In order to do this, 
17784 you must use a remote name for the signature.
17785 A remote signature name might look like:
17787 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
17790 The syntax used here is the same as the syntax used for a remote
17791 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
17792 Note that you may not access an existing signature file remotely,
17793 you have to create a new <EM>folder</EM> that contains the signature data.
17794 If the name you use here for the signature data is a remote name, then when
17795 you edit the file using the &quot;F&quot; command the data will
17796 be saved remotely in the folder.
17797 You aren't required to do anything special to create the folder, it
17798 gets created if you use a remote name.
17801 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
17802 the name of the file) you have specified.
17803 If you type &quot;T&quot; you may use a browser to choose an existing filename.
17805 Besides containing regular text, a signature file may also
17806 contain (or a signature program may produce) tokens that are replaced with text
17807 that depends on the message you are replying to or forwarding.
17808 The tokens all look like _word_ (a word surrounded by underscores).
17809 For example, if the token
17811 <CENTER><SAMP>_DATE_</SAMP></CENTER>
17813 is included in the text of the signature file, then when you reply to
17814 or forward a message, the token will be replaced with the actual date
17815 the message you are replying to or forwarding was sent.
17817 If you use a role that has a signature file for a plain composition
17818 (that is, not a reply or forward) then there is no original message, so
17819 any tokens that depend on the message will be replaced with nothing.
17820 So if you want a signature file to be useful for new compositions it
17821 shouldn't include any of the tokens that depend on the message being
17822 replied to or forwarded.
17824 The list of available tokens is
17825 <A HREF="h_index_tokens">here</A>.
17827 Actually, for the adventurous, there is a way to conditionally include text based
17828 on whether or not a token would result in specific replacement text.
17829 For example, you could include some text based on whether or not
17830 the _NEWS_ token would result in any newsgroups if it was used.
17831 It's explained in detail
17832 <A HREF="h_reply_token_conditionals">here</A>.
17834 In the very unlikely event that you want to include a literal token in
17835 a signature file, you must precede it with a backslash character.
17836 For example, to include the literal text _DATE_ you must actually use
17837 &#92;_DATE_.
17838 It is not possible to have a literal backslash followed by an expanded token.
17840 A blank field here means that Alpine will use its normal rules for deciding
17841 which file (if any) to use for the signature file.
17843 An alternate method for storing the signature is available in
17844 <A HREF="h_config_role_setlitsig">Set Literal Signature</A>.
17846 Look <A HREF="h_edit_nav_cmds">here</A>
17847 to see the available Editing and Navigation commands.
17849 &lt;End of help on this topic&gt;
17850 </BODY>
17851 </HTML>
17852 ======= h_config_role_settempl =======
17853 <HTML>
17854 <HEAD>
17855 <TITLE>Set Template Explained</TITLE>
17856 </HEAD>
17857 <BODY>
17858 <H1>Set Template Explained</H1>
17860 This describes part of the action to be taken if the Pattern for this
17861 role is a match.
17862 This field consists of a filename that will be used as the template
17863 file when using this role.
17864 The template file is a file that is included at the top of the message you
17865 are composing.
17867 If the filename is followed by a vertical bar (|) then instead
17868 of reading the contents of the file the file is assumed to be a
17869 program that will produce the text to be used on its standard output.
17870 The program can't have any arguments and doesn't receive any input from Alpine,
17871 but the rest of the processing works as if the contents came from a file.
17873 Instead of storing the data in a local file, the
17874 template may be stored remotely in an IMAP folder.
17875 In order to do this, 
17876 you must use a remote name for the template.
17877 A remote template name might look like:
17879 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/templ3</SAMP></CENTER>
17882 The syntax used here is the same as the syntax used for a remote
17883 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
17884 Note that you may not access an existing template file remotely,
17885 you have to create a new <EM>folder</EM> that contains the template data.
17886 If the name you use here for the template is a remote name, then when
17887 you edit the file using the &quot;F&quot; command the data will
17888 be saved remotely in the folder.
17889 You aren't required to do anything special to create the folder, it
17890 gets created if you use a remote name.
17892 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
17893 the name of the file) you have specified.
17894 If you type &quot;T&quot; you may use a browser to choose an existing filename.
17896 Besides containing regular text, the template file may also
17897 contain (or a template file program may produce) tokens that are replaced with text
17898 that depends on the message you are replying to or forwarding.
17899 The tokens all look like _word_ (a word surrounded by underscores).
17900 For example, if the token
17902 <CENTER><SAMP>_DATE_</SAMP></CENTER>
17904 is included in the text of the template file, then when you reply to
17905 or forward a message, the token will be replaced with the actual date
17906 the message you are replying to or forwarding was sent.
17908 If you use a role that has a template file for a plain composition
17909 (that is, not a reply or forward) then there is no original message, so
17910 any tokens that depend on the message will be replaced with nothing.
17911 So if you want a template file to be useful for new compositions it
17912 shouldn't include any of the tokens that depend on the message being
17913 replied to or forwarded.
17915 The list of available tokens is
17916 <A HREF="h_index_tokens">here</A>.
17918 Actually, for the adventurous, there is a way to conditionally include text based
17919 on whether or not a token would result in specific replacement text.
17920 For example, you could include some text based on whether or not
17921 the _NEWS_ token would result in any newsgroups if it was used.
17922 It's explained in detail
17923 <A HREF="h_reply_token_conditionals">here</A>.
17925 In the very unlikely event that you want to include a literal token in
17926 a template file, you must precede it with a backslash character.
17927 For example, to include the literal text _DATE_ you must actually use
17928 &#92;_DATE_.
17929 It is not possible to have a literal backslash followed by an expanded token.
17931 A blank template field means that Alpine will not use a template file when
17932 this role is being used.
17934 Look <A HREF="h_edit_nav_cmds">here</A>
17935 to see the available Editing and Navigation commands.
17937 &lt;End of help on this topic&gt;
17938 </BODY>
17939 </HTML>
17940 ======= h_config_filt_stat_imp =======
17941 <HTML>
17942 <HEAD>
17943 <TITLE>Set Important Status Explained</TITLE>
17944 </HEAD>
17945 <BODY>
17946 <H1>Set Important Status Explained</H1>
17948 This describes part of the action to be taken if the Pattern for this
17949 filter is a match.
17950 If set to &quot;Don't change it&quot; then this does nothing.
17951 If set to &quot;Set this state&quot; then the Important flag is set
17952 for the matching message.
17953 If set to &quot;Clear this state&quot; then the Important flag is cleared
17954 for the matching message.
17955 The important flag usually causes an asterisk to show up in the MESSAGE
17956 INDEX.
17957 It may also be useful when selecting a set of messages
17958 with the Select command.
17960 Look <A HREF="h_edit_nav_cmds">here</A>
17961 to see the available Editing and Navigation commands.
17963 &lt;End of help on this topic&gt;
17964 </BODY>
17965 </HTML>
17966 ======= h_config_filt_stat_new =======
17967 <HTML>
17968 <HEAD>
17969 <TITLE>Set New Status Explained</TITLE>
17970 </HEAD>
17971 <BODY>
17972 <H1>Set New Status Explained</H1>
17974 This describes part of the action to be taken if the Pattern for this
17975 filter is a match.
17976 If set to &quot;Don't change it&quot; then this does nothing.
17977 If set to &quot;Set this state&quot; then the
17978 matching message is marked New.
17979 If set to &quot;Clear this state&quot; then the
17980 matching message is marked Seen.
17982 Look <A HREF="h_edit_nav_cmds">here</A>
17983 to see the available Editing and Navigation commands.
17985 &lt;End of help on this topic&gt;
17986 </BODY>
17987 </HTML>
17988 ======= h_config_filt_stat_ans =======
17989 <HTML>
17990 <HEAD>
17991 <TITLE>Set Answered Status Explained</TITLE>
17992 </HEAD>
17993 <BODY>
17994 <H1>Set Answered Status Explained</H1>
17996 This describes part of the action to be taken if the Pattern for this
17997 filter is a match.
17998 If set to &quot;Don't change it&quot; then this does nothing.
17999 If set to &quot;Set this state&quot; then the Answered flag is set
18000 for the matching message.
18001 If set to &quot;Clear this state&quot; then the Answered flag is cleared
18002 for the matching message.
18004 Look <A HREF="h_edit_nav_cmds">here</A>
18005 to see the available Editing and Navigation commands.
18007 &lt;End of help on this topic&gt;
18008 </BODY>
18009 </HTML>
18010 ======= h_config_filt_stat_del =======
18011 <HTML>
18012 <HEAD>
18013 <TITLE>Set Deleted Status Explained</TITLE>
18014 </HEAD>
18015 <BODY>
18016 <H1>Set Deleted Status Explained</H1>
18018 This describes part of the action to be taken if the Pattern for this
18019 filter is a match.
18020 If set to &quot;Don't change it&quot; then this does nothing.
18021 If set to &quot;Set this state&quot; then the
18022 matching message is marked Deleted.
18023 If set to &quot;Clear this state&quot; then the
18024 matching message is marked UnDeleted.
18026 You should not use this option unless you are prepared to have matching
18027 messages expunged from the folder permanently.
18028 For example, if you type the Expunge command, this filter is applied
18029 before the expunge, so matching messages will be marked Deleted and then
18030 will be permanently expunged from the folder.
18031 However, since the index isn't redrawn in between the time that the message
18032 is marked Deleted and the time that you are asked to expunge, the only
18033 indication that you are expunging the message comes in the number of messages
18034 being expunged.
18035 The same thing may happen when you close a folder.
18036 It is also possible that an expunge not initiated by you will
18037 delete matching messages.
18039 Look <A HREF="h_edit_nav_cmds">here</A>
18040 to see the available Editing and Navigation commands.
18042 &lt;End of help on this topic&gt;
18043 </BODY>
18044 </HTML>
18045 ======= h_config_role_scoreval =======
18046 <HTML>
18047 <HEAD>
18048 <TITLE>Score Value Explained</TITLE>
18049 </HEAD>
18050 <BODY>
18051 <H1>Score Value Explained</H1>
18053 A message's score is the sum of the Score Values from all of the Scoring rules
18054 with Patterns that match the message.
18055 The value you give here is the Score Value associated with this rule.
18056 A Score Value is an integer between -100 and 100, with the default
18057 value of zero.
18059 Alternatively, if the
18060 <A HREF="h_config_role_scorehdrtok">&quot;Score From Header&quot;</A>
18061 field is defined
18062 (on the line right below the &quot;Score Value&quot; field)
18063 then the &quot;Score Value&quot; is ignored and
18064 the &quot;Score From Header&quot; field is used instead.
18066 Look <A HREF="h_edit_nav_cmds">here</A>
18067 to see the available Editing and Navigation commands.
18069 &lt;End of help on this topic&gt;
18070 </BODY>
18071 </HTML>
18072 ======= h_config_role_scorehdrtok =======
18073 <HTML>
18074 <HEAD>
18075 <TITLE>Score Value From Header Explained</TITLE>
18076 </HEAD>
18077 <BODY>
18078 <H1>Score Value From Header Explained</H1>
18080 This option provides a way to use a number that appears in the headers of your
18081 messages as the message's score, or as a component of that score.
18082 If this field is defined then it is used instead of the &quot;Score Value&quot;.
18083 The idea behind this option is that there may be a score embedded in the
18084 headers of messages that has already been calculated outside of Alpine.
18085 For example, messages delivered to you may contain an &quot;X-Spam&quot; header and
18086 somewhere in that header there is a score.
18088 The value for this option is the name of the header followed by parentheses
18089 with two arguments inside:
18091 <CENTER><SAMP>HeaderName(field_number,field_separators)</SAMP></CENTER>
18093 No space is allowed between the comma and the start of the field_separators.
18094 It would be interpreted as the first separator if it was there.
18095 Field 0 is the whole line, Field 1 is the data up to the first separator, Field 2
18096 starts after that and goes to the second separator, and so on.
18097 It's easier to explain with examples.
18099 <CENTER><SAMP>X-Spam(2,&quot;&nbsp;&quot;)</SAMP></CENTER>
18101 In the above example the header that is used is the &quot;X-Spam&quot; header.
18102 The value of that header (the part after the colon and the space) is split
18103 into fields separated by spaces.
18105 <CENTER><SAMP>Field1 &lt;space&gt; Field2 &lt;space&gt; Field3 ...</SAMP></CENTER>
18107 The second field is selected and converted to an integer. It only makes sense
18108 if Field2 really is an integer.
18110 Here's an example of a SpamAssassin header.
18111 The exact look of the header will vary, but if your incoming mail
18112 contains headers that look like the following
18114 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
18116 you might want to use the hits value as a score.
18117 Since the score is an integer value you can't make use of the decimal part of
18118 the number, but
18119 you might split off the hits=10 part as a score by using the characters &quot;=&quot;
18120 and &quot;.&quot; as your separators.
18122 <CENTER><SAMP>X-Spam-Status(2,&quot;=.&quot;)</SAMP></CENTER>
18124 The first field starts with the Y in Yes and goes until the &quot;=&quot; after
18125 hits.
18126 The second field is &quot;10&quot; so the score value would be 10.
18128 Another example we've seen has headers that look like
18130 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
18132 Because there are two equals before the 7% the value
18134 <CENTER><SAMP>X-Spam(3,&quot;=%&quot;)</SAMP></CENTER>
18136 should capture the probability as the score.
18138 The Score From Header scoring value actually works just like the
18139 regular Score Value in that the rest of the pattern has to match before
18140 it is used and the scores from all the different scoring rules that
18141 match for a particular message are added together.
18142 When using the Score From Header method it may (or may not) make sense to
18143 use only a single scoring rule with a pattern that matches every message.
18145 Look <A HREF="h_edit_nav_cmds">here</A>
18146 to see the available Editing and Navigation commands.
18148 &lt;End of help on this topic&gt;
18149 </BODY>
18150 </HTML>
18151 ======= h_config_role_replyuse =======
18152 <HTML>
18153 <HEAD>
18154 <TITLE>Reply Use Explained</TITLE>
18155 </HEAD>
18156 <BODY>
18157 <H1>Reply Use Explained</H1>
18159 This option determines how this particular role will be used when Replying
18160 to a message.
18161 There are three possible values for this option.
18162 The value &quot;Never&quot;
18163 means that this role will not be a candidate for use when Replying.
18164 The role's Pattern will not be checked for a match, however the role will
18165 be available to be manually switched to if there is a confirmation prompt.
18168 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18169 mean that you do want to consider this role when Replying.
18170 For either of these settings, the role's Pattern will be compared with
18171 the message being replied to.
18172 If there is a match then this role will either be used without confirmation
18173 or will be the default when confirmation is asked for, depending on
18174 which of the two options is selected.
18175 If confirmation is requested, you will also have a chance to
18176 manually change the role to any one of your other roles.
18179 You won't be prompted for confirmation if none of your role Patterns
18180 match the message being replied to.
18181 This is independent of the value of the current option.
18182 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18183 feature may be used to change this behavior.
18185 &lt;End of help on this topic&gt;
18186 </BODY>
18187 </HTML>
18188 ======= h_config_role_forwarduse =======
18189 <HTML>
18190 <HEAD>
18191 <TITLE>Forward Use Explained</TITLE>
18192 </HEAD>
18193 <BODY>
18194 <H1>Forward Use Explained</H1>
18196 This option determines how this particular role will be used when Forwarding
18197 a message.
18198 There are three possible values for this option.
18199 The value &quot;Never&quot;
18200 means that this role will not be a candidate for use when Forwarding.
18201 The role's Pattern will not be checked for a match, however the role will
18202 be available to be manually switched to if there is a confirmation prompt.
18205 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18206 mean that you do want to consider this role when Forwarding.
18207 For either of these settings, the role's Pattern will be compared with
18208 the message being forwarded.
18209 If there is a match then this role will either be used without confirmation
18210 or will be the default when confirmation is asked for, depending on
18211 which of the two options is selected.
18212 If confirmation is requested, you will also have a chance to
18213 manually change the role to any one of your other roles.
18216 You won't be prompted for confirmation if none of your role Patterns
18217 match the message being forwarded.
18218 This is independent of the value of the current option.
18219 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18220 feature may be used to change this behavior.
18222 &lt;End of help on this topic&gt;
18223 </BODY>
18224 </HTML>
18225 ======= h_config_role_composeuse =======
18226 <HTML>
18227 <HEAD>
18228 <TITLE>Compose Use Explained</TITLE>
18229 </HEAD>
18230 <BODY>
18231 <H1>Compose Use Explained</H1>
18233 This option determines how this particular role will be used when Composing
18234 a new message using the &quot;Compose&quot; command.
18235 This does not affect what happens when using the &quot;Role&quot; command
18236 to compose a new message.
18237 The &quot;Role&quot; command allows you to select a role from all of the
18238 roles you have defined, regardless of what Uses you've assigned to those
18239 roles.
18242 There are three possible values for this option.
18243 The value &quot;Never&quot;
18244 means that this role will not be a candidate for use when Composing.
18245 The role's Current Folder Type will not be checked for a match, however the role
18246 will be available to be manually switched to if there is a confirmation prompt.
18249 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18250 mean that you do want to consider this role when Composing.
18251 For either of these settings,
18252 the role's Current Folder Type will be checked (since there is no message
18253 to compare with, the rest of the Pattern is considered a match).
18254 If there is a match then this role will either be used without confirmation
18255 or will be the default when confirmation is asked for, depending on
18256 which of the two options is selected.
18257 If confirmation is requested, you will also have a chance to
18258 manually change the role to any one of your other roles.
18261 When using the Compose command the role checking is a little different
18262 because there is no message being replied to or forwarded.
18263 Because of this the Current Folder Type is checked but the header pattern
18264 fields, the AllText pattern, the BodyText pattern, and the Score Interval are all ignored.
18265 A role is considered to be a match if it is a candidate for Compose Use and
18266 its Current Folder Type matches the currently open folder.
18267 This could be useful if you want to set a role based on the folder you
18268 are reading, or the type of folder you are reading.
18271 You won't be prompted for confirmation if none of your role Patterns
18272 are a match.
18273 This is independent of the value of the current option.
18274 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18275 feature may be used to change this behavior.
18277 &lt;End of help on this topic&gt;
18278 </BODY>
18279 </HTML>
18280 ======= h_config_filter_folder =======
18281 <HTML>
18282 <HEAD>
18283 <TITLE>Filter Folder Explained</TITLE>
18284 </HEAD>
18285 <BODY>
18286 <H1>Filter Folder Explained</H1>
18288 When the Filter Action is set to &quot;Move&quot;,
18289 the folder or folders specified here will be used to store messages matching
18290 the provided pattern.
18293 If you set the Filter Action to &quot;Move&quot; you must give a folder name
18294 here.
18297 If you wish,
18298 you may choose a folder from your folder collections by using the
18299 &quot;T&quot; command.
18301 Besides regular text, the folder name may also contain
18302 tokens that are replaced with text representing the current date
18303 when you run Alpine.
18304 For example, if the folder name you use is
18306 <CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER>
18308 that is replaced with something like
18310 <CENTER><SAMP>abc-2004-oct</SAMP></CENTER>
18314 <CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER>
18316 becomes
18318 <CENTER><SAMP>abc-04-10</SAMP></CENTER>
18320 The token names must be surrounded by underscores in order to be recognized
18321 as tokens.
18322 The tokens that may be used are those that are derived from the current date.
18323 They're listed near the bottom of the list of tokens give
18324 <A HREF="h_index_tokens">here</A>.
18326 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18327 for more information on Patterns.
18329 Look <A HREF="h_edit_nav_cmds">here</A>
18330 to see the available Editing and Navigation commands.
18332 &lt;End of help on this topic&gt;
18333 </BODY>
18334 </HTML>
18335 ======= h_config_filter_kw_set =======
18336 <HTML>
18337 <HEAD>
18338 <TITLE>Set These Keywords Explained</TITLE>
18339 </HEAD>
18340 <BODY>
18341 <H1>Set These Keywords Explained</H1>
18343 This describes part of the action to be taken if the Pattern for this
18344 filter is a match.
18345 Read a little about keywords in the help text for the
18346 <A HREF="h_common_flag">Flag</A> command.
18347 This option is a list of keywords that will be Set when there is a match.
18348 If you wish, you may choose keywords from the list of keywords you have
18349 defined with the &quot;T&quot; command.
18350 You may add new keywords by defining them in the
18351 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
18352 If you have given a keyword a nickname when configuring it,
18353 that nickname may be used instead of the actual keyword.
18356 Look <A HREF="h_edit_nav_cmds">here</A>
18357 to see the available Editing and Navigation commands.
18359 &lt;End of help on this topic&gt;
18360 </BODY>
18361 </HTML>
18362 ======= h_config_filter_kw_clr =======
18363 <HTML>
18364 <HEAD>
18365 <TITLE>Clear These Keywords Explained</TITLE>
18366 </HEAD>
18367 <BODY>
18368 <H1>Clear These Keywords Explained</H1>
18370 This describes part of the action to be taken if the Pattern for this
18371 filter is a match.
18372 Read a little about keywords in the help text for the
18373 <A HREF="h_common_flag">Flag</A> command.
18374 This option is a list of keywords that will be Cleared when there is a match.
18375 If you wish, you may choose keywords from the list of keywords you have
18376 defined with the &quot;T&quot; command.
18377 You may add new keywords by defining them in the
18378 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
18379 If you have given a keyword a nickname when configuring it,
18380 that nickname may be used instead of the actual keyword.
18383 Look <A HREF="h_edit_nav_cmds">here</A>
18384 to see the available Editing and Navigation commands.
18386 &lt;End of help on this topic&gt;
18387 </BODY>
18388 </HTML>
18389 ======= h_index_tokens =======
18390 <HTML>
18391 <HEAD>
18392 <TITLE>Tokens for Index and Replying</TITLE>
18393 </HEAD>
18394 <BODY>
18396 This set of special tokens may be used in the
18397 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option,
18398 in the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
18399 in signature files,
18400 in template files used in
18401 <A HREF="h_rules_roles">&quot;roles&quot;</A>, and in the folder name
18402 that is the target of a Filter Rule.
18403 Some of them aren't available in all situations.
18405 The tokens are used as they appear below for the &quot;<!--#echo var="VAR_index-format"-->&quot;
18406 option, but they must be surrounded by underscores for the
18407 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option, in signature and template files,
18408 and in the target of Filter Rules.
18412 <H1><EM>Tokens Available for all Cases (except Filter Rules)</EM></H1>
18414 <DL>
18415 <DT>SUBJECT</DT>
18416 <DD>
18417 This token represents the Subject the sender gave the message.
18418 Alternatives for use in the index screen are
18419 SUBJKEY, SUBJKEYINIT, SUBJECTTEXT, SUBJKEYTEXT, and SUBJKEYINITTEXT.
18420 You may color the subject text in the MESSAGE INDEX screen differently by using the
18421 <A HREF="h_config_index_subject_color">Index Subject Color</A> and the
18422 <A HREF="h_config_index_opening_color">Index Opening Color</A>
18423 options available from
18424 the <A HREF="h_color_setup">Setup Kolor</A> screen.
18425 </DD>
18427 <DT>FROM</DT>
18428 <DD>
18429 This token represents the personal name (or email address if the name
18430 is unavailable) of the person specified in the message's &quot;From:&quot;
18431 header field.
18432 You may color the from text in the MESSAGE INDEX screen differently by using the
18433 <A HREF="h_config_index_from_color">Index From Color</A>
18434 option available from
18435 the <A HREF="h_color_setup">Setup Kolor</A> screen.
18436 </DD>
18438 <DT>ADDRESS</DT>
18439 <DD>
18440 This is similar to the &quot;FROM&quot; token, only it is always the
18441 email address, never the personal name.
18442 For example, &quot;mailbox@domain&quot;.
18443 </DD>
18445 <DT>MAILBOX</DT>
18446 <DD>
18447 This is the same as the &quot;ADDRESS&quot; except that the 
18448 domain part of the address is left off.
18449 For example, &quot;mailbox&quot;.
18450 </DD>
18452 <DT>SENDER</DT>
18453 <DD>
18454 This token represents the personal name (or email address) of the person
18455 listed in the message's &quot;Sender:&quot; header field.
18456 </DD>
18458 <DT>TO</DT>
18459 <DD>
18460 This token represents the personal names (or email addresses if the names
18461 are unavailable) of the persons specified in the
18462 message's &quot;To:&quot; header field.
18463 </DD>
18465 <DT>NEWSANDTO</DT>
18466 <DD>
18467 This token represents the newsgroups from the
18468 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
18469 the personal names (or email addresses if the names
18470 are unavailable) of the persons specified in the
18471 message's &quot;To:&quot; header field.
18472 </DD>
18474 <DT>TOANDNEWS</DT>
18475 <DD>
18476 Same as &quot;NEWSANDTO&quot; except in the opposite order.
18477 </DD>
18479 <DT>NEWS</DT>
18480 <DD>
18481 This token represents the newsgroups from the
18482 message's &quot;Newsgroups:&quot; header field.
18483 </DD>
18485 <DT>CC</DT>
18486 <DD>
18487 This token represents the personal names (or email addresses if the names
18488 are unavailable) of the persons specified in the
18489 message's &quot;Cc:&quot; header field.
18490 </DD>
18492 <DT>RECIPS</DT>
18493 <DD>
18494 This token represents the personal names (or email addresses if the names
18495 are unavailable) of the persons specified in both the
18496 message's &quot;To:&quot; header field and
18497 the message's &quot;Cc:&quot; header field.
18498 </DD>
18500 <DT>NEWSANDRECIPS</DT>
18501 <DD>
18502 This token represents the newsgroups from the
18503 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
18504 the personal names (or email addresses if the names
18505 are unavailable) of the persons specified in the
18506 message's &quot;To:&quot; and &quot;Cc:&quot; header fields.
18507 </DD>
18509 <DT>RECIPSANDNEWS</DT>
18510 <DD>
18511 Same as &quot;NEWSANDRECIPS&quot; except in the opposite order.
18512 </DD>
18514 <DT>INIT</DT>
18515 <DD>
18516 This token represents the initials from the personal name
18517 of the person specified in the message's &quot;From:&quot;
18518 header field.
18519 If there is no personal name, it is blank.
18520 </DD>
18522 <DT>DATE</DT>
18523 <DD>
18524 This token represents the date on which the message was sent, according
18525 to the &quot;Date&quot; header field.
18526 It has the format MMM DD. For example, &quot;Oct 23&quot;.
18527 The feature
18528 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>,
18529 which adjusts for the timezone the message was sent from,
18530 may have an affect on the value of this token as well as the values of
18531 all of the other DATE or TIME tokens.
18532 Some of the DATE and TIME tokens are displayed in a locale-specific
18533 way unless the option
18534 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is set.
18535 </DD>
18537 <DT>SMARTDATE</DT>
18538 <DD>
18539 This token represents the date on which the message was sent, according
18540 to the &quot;Date&quot; header field.
18541 It is &quot;Today&quot; if the message was sent today,
18542 &quot;Yesterday&quot; for yesterday,
18543 &quot;Wednesday&quot; if it was last Wednesday, and so on. If the
18544 message is from last year and is more than six months old it includes the year, as well.
18545 See the SMARTDATE alternatives below, as well.
18546 </DD>
18548 <DT>SMARTTIME</DT>
18549 <DD>
18550 This token represents the most relevant elements of the date on which
18551 the message was sent (according to the &quot;Date&quot; header field),
18552 in a compact form. If the message was sent today, only the time is used
18553 (e.g. &quot;9:22am&quot;, &quot;10:07pm&quot;); if it was sent during
18554 the past week, the day of the week and the hour are used
18555 (e.g. &quot;Wed09am&quot;, &quot;Thu10pm&quot;); other dates are
18556 given as date, month, and year (e.g. &quot;23Aug00&quot;,
18557 &quot;9Apr98&quot;).
18558 </DD>
18560 <DT>SMARTDATETIME</DT>
18561 <DD>
18562 This is a combination of SMARTDATE and SMARTTIME.
18563 It is SMARTDATE unless the SMARTDATE value is &quot;Today&quot;, in which
18564 case it is SMARTTIME.
18565 See the SMARTDATETIME alternatives below, as well.
18566 </DD>
18568 <DT>DATEISO</DT>
18569 <DD>
18570 This token represents the date on which the message was sent, according
18571 to the &quot;Date&quot; header field.
18572 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
18573 </DD>
18575 <DT>SHORTDATEISO</DT>
18576 <DD>
18577 This token represents the date on which the message was sent, according
18578 to the &quot;Date&quot; header field.
18579 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
18580 </DD>
18582 <DT>SHORTDATE1</DT>
18583 <DD>
18584 This token represents the date on which the message was sent, according
18585 to the &quot;Date&quot; header field.
18586 It has the format MM/DD/YY. For example, &quot;10/23/98&quot;.
18587 </DD>
18589 <DT>SHORTDATE2</DT>
18590 <DD>
18591 This token represents the date on which the message was sent, according
18592 to the &quot;Date&quot; header field.
18593 It has the format DD/MM/YY. For example, &quot;23/10/98&quot;.
18594 </DD>
18596 <DT>SHORTDATE3</DT>
18597 <DD>
18598 This token represents the date on which the message was sent, according
18599 to the &quot;Date&quot; header field.
18600 It has the format DD.MM.YY. For example, &quot;23.10.98&quot;.
18601 </DD>
18603 <DT>SHORTDATE4</DT>
18604 <DD>
18605 This token represents the date on which the message was sent, according
18606 to the &quot;Date&quot; header field.
18607 It has the format YY.MM.DD. For example, &quot;98.10.23&quot;.
18608 </DD>
18610 <DT>LONGDATE</DT>
18611 <DD>
18612 This token represents the date on which the message was sent, according
18613 to the &quot;Date&quot; header field.
18614 It has the format MMM DD, YYYY. For example, &quot;Oct 23, 1998&quot;.
18615 </DD>
18617 <DT>SMARTDATE alternatives</DT>
18618 <DD>
18619 There are several versions of SMARTDATE that are all the same except
18620 for the way they format dates far in the past.
18621 SMARTDATE formats the date using the information from your locale settings
18622 to format the date string. It may end up formatting dates so that they look
18623 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
18624 The feature
18625 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
18626 may have an affect on the values of these tokens.
18627 If you want more control you may use one of the following.
18628   <DL>
18629   <DT>SMARTDATE</DT> <DD>If the option
18630 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
18631 then this will be locale specific. Control this with the
18632 LC_TIME locale setting on a UNIX system. On Windows
18633 the Regional Options control panel may be used to set the Short date
18634 format. At the programming level, the strftime routine is what Alpine
18635 uses to print the date.
18636 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
18637 to SMARTDATES1.</DD>
18638   <DT>SMARTDATEISO</DT> <DD>DATEISO format. See text above.</DD>
18639   <DT>SMARTDATESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
18640   <DT>SMARTDATES1</DT> <DD>SHORTDATE1 format.</DD>
18641   <DT>SMARTDATES2</DT> <DD>SHORTDATE2 format.</DD>
18642   <DT>SMARTDATES3</DT> <DD>SHORTDATE3 format.</DD>
18643   <DT>SMARTDATES4</DT> <DD>SHORTDATE4 format.</DD>
18644   </DL>
18645 </DD>
18647 <DT>SMARTDATETIME alternatives</DT>
18648 <DD>
18649 There are several versions of SMARTDATETIME that are all very similar.
18650 The ones that end in 24 use a 24-hour clock for Today's messages instead
18651 of a 12-hour clock.
18652 The other variation is
18653 for the way they format dates far in the past.
18654 SMARTDATETIME and SMARTDATETIME24 format the date using the information from your locale settings
18655 to format the date string. It may end up formatting dates so that they look
18656 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
18657 The feature
18658 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
18659 may have an affect on the values of these tokens.
18660 The possible choices are:
18661   <DL>
18662   <DT>SMARTDATETIME</DT> <DD>If the option
18663 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
18664 then this will be locale specific. Control this with the
18665 LC_TIME locale setting on a UNIX system. On Windows
18666 the Regional Options control panel may be used to set the Short date
18667 format. At the programming level, the strftime routine is what Alpine
18668 uses to print the date.
18669 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
18670 to SMARTDATETIMES1.</DD>
18671   <DT>SMARTDATETIME24</DT> <DD>Use TIME24 for Today</DD>
18672   <DT>SMARTDATETIMEISO</DT> <DD>DATEISO format. See text above.</DD>
18673   <DT>SMARTDATETIMEISO24</DT> <DD>Use TIME24 for Today</DD>
18674   <DT>SMARTDATETIMESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
18675   <DT>SMARTDATETIMESHORTISO24</DT> <DD>Use TIME24 for Today</DD>
18676   <DT>SMARTDATETIMES1</DT> <DD>SHORTDATE1 format.</DD>
18677   <DT>SMARTDATETIMES124</DT> <DD>Use TIME24 for Today</DD>
18678   <DT>SMARTDATETIMES2</DT> <DD>SHORTDATE2 format.</DD>
18679   <DT>SMARTDATETIMES224</DT> <DD>Use TIME24 for Today</DD>
18680   <DT>SMARTDATETIMES3</DT> <DD>SHORTDATE3 format.</DD>
18681   <DT>SMARTDATETIMES324</DT> <DD>Use TIME24 for Today</DD>
18682   <DT>SMARTDATETIMES4</DT> <DD>SHORTDATE4 format.</DD>
18683   <DT>SMARTDATETIMES424</DT> <DD>Use TIME24 for Today</DD>
18684   </DL>
18685 </DD>
18687 <DT>DAYDATE</DT>
18688 <DD>
18689 This token represents the date on which the message was sent, according
18690 to the &quot;Date&quot; header field.
18691 It looks like &quot;Sat, 23 Oct 1998&quot;.
18692 This token is never converted in any locale-specific way.
18693 </DD>
18695 <DT>PREFDATE</DT>
18696 <DD>
18697 This token represents the date on which the message was sent, according
18698 to the &quot;Date&quot; header field.
18699 It is your operating system's idea of the preferred date representation for the current locale.
18700 Internally it uses the %x version of the date from the strftime routine.
18701 </DD>
18703 <DT>PREFTIME</DT>
18704 <DD>
18705 This token represents the time at which the message was sent, according
18706 to the &quot;Date&quot; header field.
18707 It is the preferred time representation for the current locale.
18708 Internally it uses the %X version of the time from the strftime routine.
18709 </DD>
18711 <DT>PREFDATETIME</DT>
18712 <DD>
18713 This token represents the date and time at which the message was sent, according
18714 to the &quot;Date&quot; header field.
18715 It is the preferred date and time representation for the current locale.
18716 Internally it uses the %c version of the time from the strftime routine.
18717 </DD>
18719 <DT>DAY</DT>
18720 <DD>
18721 This token represents the day of the month on which the message was sent,
18722 according to the &quot;Date&quot; header field.
18723 For example, &quot;23&quot; or &quot;9&quot;.
18724 </DD>
18726 <DT>DAY2DIGIT</DT>
18727 <DD>
18728 This token represents the day of the month on which the message was sent,
18729 according to the &quot;Date&quot; header field.
18730 For example, &quot;23&quot; or &quot;09&quot;.
18731 It is always 2 digits.
18732 </DD>
18734 <DT>DAYORDINAL</DT>
18735 <DD>
18736 This token represents the ordinal number that is the day of
18737 the month on which the message was sent,
18738 according to the &quot;Date&quot; header field.
18739 For example, &quot;23rd&quot; or &quot;9th&quot;.
18740 </DD>
18742 <DT>DAYOFWEEK</DT>
18743 <DD>
18744 This token represents the day of the week on which the message was sent,
18745 according to the &quot;Date&quot; header field.
18746 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
18747 </DD>
18749 <DT>DAYOFWEEKABBREV</DT>
18750 <DD>
18751 This token represents the day of the week on which the message was sent,
18752 according to the &quot;Date&quot; header field.
18753 For example, &quot;Sun&quot; or &quot;Wed&quot;.
18754 </DD>
18756 <DT>MONTHABBREV</DT>
18757 <DD>
18758 This token represents the month the message was sent, according
18759 to the &quot;Date&quot; header field.
18760 For example, &quot;Oct&quot;.
18761 </DD>
18763 <DT>MONTHLONG</DT>
18764 <DD>
18765 This token represents the month in which the message was sent, according
18766 to the &quot;Date&quot; header field.
18767 For example, &quot;October&quot;.
18768 </DD>
18770 <DT>MONTH</DT>
18771 <DD>
18772 This token represents the month in which the message was sent, according
18773 to the &quot;Date&quot; header field.
18774 For example, &quot;10&quot; or &quot;9&quot;.
18775 </DD>
18777 <DT>MONTH2DIGIT</DT>
18778 <DD>
18779 This token represents the month in which the message was sent, according
18780 to the &quot;Date&quot; header field.
18781 For example, &quot;10&quot; or &quot;09&quot;.
18782 It is always 2 digits.
18783 </DD>
18785 <DT>YEAR</DT>
18786 <DD>
18787 This token represents the year the message was sent, according
18788 to the &quot;Date&quot; header field.
18789 For example, &quot;1998&quot; or &quot;2001&quot;.
18790 </DD>
18792 <DT>YEAR2DIGIT</DT>
18793 <DD>
18794 This token represents the year the message was sent, according
18795 to the &quot;Date&quot; header field.
18796 For example, &quot;98&quot; or &quot;01&quot;.
18797 It is always 2 digits.
18798 </DD>
18800 <DT>TIME24</DT>
18801 <DD>
18802 This token represents the time at which the message was sent, according
18803 to the &quot;Date&quot; header field.
18804 There is no adjustment made for different time zones, so you'll get
18805 the time the message was sent according to the time zone the sender
18806 was in.
18807 It has the format HH:MM. For example, &quot;17:28&quot;.
18808 </DD>
18810 <DT>TIME12</DT>
18811 <DD>
18812 This token represents the time at which the message was sent, according
18813 to the &quot;Date&quot; header field.
18814 This time is for a 12 hour clock.
18815 It has the format HH:MMpm.
18816 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
18817 </DD>
18819 <DT>TIMEZONE</DT>
18820 <DD>
18821 This token represents the numeric timezone from
18822 the &quot;Date&quot; header field.
18823 It has the format [+-]HHMM. For example, &quot;-0800&quot;.
18824 </DD>
18826 </DL>
18829 <H1><EM>Tokens Available Only for <!--#echo var="VAR_index-format"--></EM></H1>
18831 <DL>
18832 <DT>MSGNO</DT>
18833 <DD>
18834 This token represents the message's current position in the folder that,
18835 of course, may change as the folder is sorted or new mail arrives.
18836 </DD>
18838 <DT>STATUS</DT>
18839 <DD>
18840 This token represents a three character wide field displaying various
18841 aspects of the message's state.
18842 The first character is either blank,
18843 a '*' for message marked Important, or a '+' indicating a message
18844 addressed directly to you (as opposed to your having received it via a
18845 mailing list, for example).
18846 When the feature
18847 &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot;
18848 is set, if the first character would have been
18849 blank then it will instead be a '-' if the message is cc'd to you.
18850 The second character is typically blank,
18851 though the arrow cursor may occupy it if either the 
18852 &quot;<A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>&quot;
18853 or the
18854 &quot;<A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A>&quot; feature
18855 is set (or you actually are on a slow link).
18856 The third character is either '<A HREF="h_flag_deleted">D</A>' (Deleted),
18857 '<A HREF="h_flag_answered">A</A>' (Answered),
18858 '<A HREF="h_flag_forwarded">F</A>' (Forwarded),
18859 '<A HREF="h_flag_new">N</A>' (New), or blank.
18861 If you are using a threaded view of the index and this message is at the
18862 top of a collapsed portion of a thread,
18863 then this token refers to all of the messages in the collapsed portion of
18864 the thread instead of just the top message.
18865 The first character will be a '*' if <EM>any</EM> of the messages in the thread
18866 are marked Important, else a '+' if any of the messages are addressed
18867 to you, else a '-' if any of the messages are cc'd to you.
18868 The third character will be a 'D' if <EM>all</EM> of the messages
18869 in the collapsed thread are marked deleted,
18870 an 'A' if <EM>all</EM> of the messages
18871 in the collapsed thread are marked answered,
18872 it will be an 'N' if any of
18873 the messages are undeleted and unseen, and it will be blank otherwise.
18874 </DD>
18876 <DT>FULLSTATUS</DT>
18877 <DD>
18878 This token represents a less abbreviated alternative
18879 to the &quot;STATUS&quot; token.
18880 It is six characters wide.
18881 The first character is '+', '-', or blank, the
18882 second blank, the third either '*' or blank, the fourth
18883 '<A HREF="h_flag_new">N</A>' or blank,
18884 the fifth '<A HREF="h_flag_answered">A</A>'
18885 or blank, and the sixth character is
18886 either '<A HREF="h_flag_deleted">D</A>' or
18887 blank.
18889 If you are using a threaded view of the index and this message is at the
18890 top of a collapsed portion of a thread,
18891 then this token refers to all of the messages in the collapsed portion of
18892 the thread instead of just the top message.
18893 The first character is '+', '-', or blank depending on whether <EM>any</EM>
18894 of the messages in the collapsed thread are addressed to you or cc'd to you.
18895 The third character will be '*' if any of the messages are marked
18896 Important.
18897 The fourth character will be 'N' if all of the messages in the thread
18898 are New, else 'n' if some of the messages in the thread are New, else blank.
18899 The fifth character will be 'A' or 'a' or blank, and the sixth character
18900 will be 'D' or 'd' or blank.
18901 </DD>
18903 <DT>IMAPSTATUS</DT>
18904 <DD>
18905 This token represents an even less abbreviated alternative to the
18906 &quot;STATUS&quot; token.
18907 It differs from &quot;FULLSTATUS&quot; in only the fourth character, which is
18908 an 'N' if the message is new to this folder since the last time
18909 it was opened <EM>and</EM> it has not been viewed, an 'R' (Recent) if the message
18910 is new to the folder and has been viewed, a 'U' (Unseen) if the message is not 
18911 new to the folder since it was last opened <EM>but</EM> has not been
18912 viewed, or a blank if the message has been in the folder since it was
18913 last opened and has been viewed.
18915 If you are using a threaded view of the index and this message is at the
18916 top of a collapsed portion of a thread,
18917 then the fourth character will be
18918 'N' if all of the messages in the thread are unseen and recent;
18919 else 'n' if some of the messages in the thread are unseen and recent;
18920 else 'U' if all of the messages in the thread are unseen and not recent;
18921 else 'u' if some of the messages in the thread are unseen and not recent;
18922 else 'R' if all of the messages in the thread are seen and recent;
18923 else 'r' if some of the messages in the thread are seen and recent;
18924 else blank.
18925 </DD>
18927 <DT>SHORTIMAPSTATUS</DT>
18928 <DD>
18929 This is the same as the last four of the six characters of IMAPSTATUS,
18930 so the '+' To Me information will be missing.
18931 </DD>
18933 <DT>SIZE</DT>
18934 <DD>
18935 This token represents the total size, in bytes, of the message.
18936 If a &quot;K&quot; (Kilobyte)
18937 follows the number, the size is approximately 1,000
18938 times that many bytes (rounded to the nearest 1,000).
18939 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
18940 1,000,000 times that many bytes.
18941 Commas are not used in this field.
18942 This field is seven characters wide, including the enclosing parentheses.
18943 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
18944 The progression of sizes used looks like:
18947 <CENTER><SAMP>0 1 ... 9999 10K ... 999K 1.0M ... 99.9M 100M ... 2000M</SAMP></CENTER>
18949 </DD>
18951 <DT>SIZECOMMA</DT>
18952 <DD>
18953 This token represents the total size, in bytes, of the message.
18954 If a &quot;K&quot; (Kilobyte)
18955 follows the number, the size is approximately 1,000
18956 times that many bytes (rounded to the nearest 1,000).
18957 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
18958 1,000,000 times that many bytes.
18959 Commas are used if the number shown is 1,000 or greater.
18960 The SIZECOMMA field is one character wider than the SIZE field.
18961 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
18962 The progression of sizes used looks like:
18965 <CENTER><SAMP>0 1 ... 99,999 100K ... 9,999K 10.0M ... 999.9M 1,000M ... 2,000M</SAMP></CENTER>
18967 </DD>
18969 <DT>KSIZE</DT>
18970 <DD>
18971 This token represents the total size of the message, expressed in
18972 kilobytes or megabytes, as most appropriate.
18973 These are 1,024 byte kilobytes and 1,024 x 1,024 byte megabytes.
18974 The progression of sizes used looks like:
18977 <CENTER><SAMP>0K 1K ... 1023K 1.0M ... 99.9M 100M ... 2047M</SAMP></CENTER>
18979 </DD>
18981 <DT>SIZENARROW</DT>
18982 <DD>
18983 This token represents the total size, in bytes, of the message.
18984 If a &quot;K&quot; (Kilobyte)
18985 follows the number, the size is approximately 1,000
18986 times that many bytes.
18987 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
18988 1,000,000 times that many bytes.
18989 If a &quot;G&quot; (Gigabyte) follows the number, the size is approximately
18990 1,000,000,000 times that many bytes.
18991 This field uses only five characters of screen width, including the enclosing
18992 parentheses.
18993 The progression of sizes used looks like:
18996 <CENTER><SAMP>0 1 ... 999 1K ... 99K .1M ... .9M 1M ... 99M .1G ... .9G 1G 2G</SAMP></CENTER>
18998 </DD>
19000 <DT>DESCRIPSIZE</DT>
19001 <DD>
19002 This token is intended to represent a more useful description of the
19003 message than just its size, but it isn't very useful at this point.
19004 The plus sign in this view means there are attachments.
19005 Note that including this token in
19006 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19007 display a little while Alpine collects the necessary information.
19008 </DD>
19010 <DT>SUBJKEY</DT>
19011 <DD>
19012 This token is the same as the SUBJECT token unless keywords are set for
19013 the message.
19014 In that case, a list of keywords enclosed in braces will be prepended to
19015 the subject of the message.
19016 Only those keywords that you have defined in your
19017 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19018 in Setup/Config are considered in the list.
19019 In other words, keywords that have been set by some other means, perhaps
19020 by another email program, won't show up unless included in
19021 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19022 Having this set in the <!--#echo var="VAR_index-format"--> will also cause the keywords to be
19023 prepended to the subject in the MESSAGE TEXT screen.
19024 If you have given a keyword a nickname
19025 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19026 instead of the actual keyword.
19027 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19028 option may be used to modify this token slightly.
19029 It is also possible to color keywords in the index using the
19030 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19031 </DD>
19033 <DT>SUBJKEYINIT</DT>
19034 <DD>
19035 This token is the same as the SUBJKEY token except that instead of
19036 prepending a list of keywords to the subject, a list of first initials
19037 of keywords will be prepended instead.
19038 For example, if a message has the keywords <EM>Work</EM> and <EM>Now</EM>
19039 set (or Work and Now are the Alpine nicknames of keywords that are set)
19040 then the SUBJKEY token would cause a result like
19042 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
19044 whereas the SUBJKEYINIT token would give
19046 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
19048 Only those keywords that you have defined in your
19049 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19050 in Setup/Config are considered in the list.
19051 In other words, keywords that have been set by some other means, perhaps
19052 by another email program, won't show up unless included in
19053 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19054 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19055 option may be used to modify this token slightly.
19056 It is also possible to color keywords in the index using the
19057 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19058 </DD>
19060 <DT>SUBJECTTEXT</DT>
19061 <DD>
19062 Same as SUBJECT but if there is room in the Subject field for more text,
19063 the opening part of the text of the message is displayed after the subject.
19064 The time needed to fetch the text may cause a performance problem
19065 which can, of course, be avoided by using the SUBJECT version of
19066 the Subject instead.
19067 You may color this opening text differently by using the
19068 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19069 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19070 You may adjust the characters that are displayed between the Subject and the
19071 opening text with the option
19072 <A HREF="h_config_opening_sep"><!--#echo var="VAR_opening-text-separator-chars"--></A>.
19073 </DD>
19075 <DT>SUBJKEYTEXT</DT>
19076 <DD>
19077 Same as SUBJKEY but with the opening message text.
19078 </DD>
19080 <DT>OPENINGTEXT</DT>
19081 <DD>
19082 This is similar to SUBJECTTEXT.
19083 Instead of combining the Subject and the opening text in a single
19084 field in the index screen this token allows you to allocate a
19085 separate column just for the opening text of the message.
19086 The time needed to fetch this text may cause a performance problem.
19087 You may color this opening text differently by using the
19088 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19089 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19090 </DD>
19092 <DT>OPENINGTEXTNQ</DT>
19093 <DD>
19094 This is very similar to OPENINGTEXT.
19095 The NQ stands for No Quotes.
19096 The only difference is that quoted text (lines beginning with &gt;) is deleted.
19097 For some messages this may be confusing.
19098 For example, a message might have a line preceding some quoted
19099 text that reads something like &quot;On May 8th person A said.&quot;
19100 That no longer makes sense after the quoted text is deleted and it
19101 will appear that person A said whatever the text after the quote
19102 is, even though that is really person B talking.
19103 </DD>
19105 <DT>SUBJKEYINITTEXT</DT>
19106 <DD>
19107 Same as SUBJKEYINIT but with the opening message text.
19108 </DD>
19110 <DT>KEY</DT>
19111 <DD>
19112 This is a space-delimited list of keywords that are set for the message.
19113 Only those keywords that you have defined in your
19114 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19115 in Setup/Config are considered in the list.
19116 In other words, keywords that have been set by some other means, perhaps
19117 by another email program, won't show up unless included in
19118 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19119 If you have given a keyword a nickname
19120 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19121 instead of the actual keyword.
19122 It is also possible to color keywords in the index using the
19123 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19124 This token defaults to an arbitrary width of 5.
19125 You should set it to whatever width suits you using something
19126 like KEY(17) in the <!--#echo var="VAR_index-format"-->.
19127 </DD>
19129 <DT>KEYINIT</DT>
19130 <DD>
19131 This is a list of keyword initials that are set for the message.
19132 If you have given a keyword a nickname
19133 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), the initial of that nickname
19134 is displayed instead of the initial of the actual keyword.
19135 It is also possible to color keyword initials in the index using the
19136 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19137 This token defaults to an arbitrary width of 2.
19138 You should set it to whatever width suits you using something
19139 like KEYINIT(3) in the <!--#echo var="VAR_index-format"-->.
19140 </DD>
19142 <DT>PRIORITY</DT>
19143 <DD>
19144 The X-Priority header is a non-standard header that is used in a
19145 somewhat standard way by many mail programs.
19146 Alpine expects the value of this header to be a digit with a value
19147 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
19148 Since this priority is something that the sender sets it is only an indication
19149 of the priority that the sender attaches to the mail and it is therefore almost
19150 totally unreliable for use as a filtering criterion.
19151 This token will display the numeric value of the priority if it is between
19152 1 and 5.
19153 It will be suppressed (blank) if the value is 3, which is normal priority.
19154 This token may be colored with the
19155 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19156 </DD>
19158 <DT>PRIORITYALPHA</DT>
19159 <DD>
19160 This is a more verbose interpretation of the X-Priority field.
19161 Once again nothing is displayed unless the value of the field
19162 is 1, 2, 4, or 5.
19163 The values displayed for those values are:
19165 <TABLE>
19166 <TR> <TD>1</TD> <TD>Highest</TD> </TR>
19167 <TR> <TD>2</TD> <TD>High</TD> </TR>
19168 <TR> <TD>4</TD> <TD>Low</TD> </TR>
19169 <TR> <TD>5</TD> <TD>Lowest</TD> </TR>
19170 </TABLE>
19172 This token may be colored with the
19173 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19174 </DD>
19176 <DT>PRIORITY!</DT>
19177 <DD>
19178 This is a one character, non-numeric version of the X-Priority field.
19179 If the value of the X-Priority header is 1 or 2 an exclamation
19180 point is displayed.
19181 If the value is 4 or 5 a &quot;v&quot; (think down arrow) is displayed.
19182 This token may be colored with the
19183 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19184 </DD>
19186 <DT>ATT</DT>
19187 <DD>
19188 This is a one column wide field that represents the number of attachments
19189 a message has. It will be blank if there are no attachments, a single
19190 digit for one to nine attachments, or an asterisk for more than nine.
19191 Note that including this token in
19192 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19193 display a little while Alpine collects the necessary information.
19194 </DD>
19196 <DT>FROMORTO</DT>
19197 <DD>
19198 This token represents <EM>either</EM> the personal name (or email address) of
19199 the person listed in the message's &quot;From:&quot; header
19200 field, <EM>or</EM>, if that address is yours or one of your
19201 <A HREF="h_config_alt_addresses">alternate addresses</A>,
19202 the first person specified in the
19203 message's &quot;To:&quot; header field
19204 with the prefix &quot;To: &quot; prepended.
19205 If the from address is yours and there is also no &quot;To&quot; address,
19206 Alpine will use the address on the &quot;Cc&quot; line.
19207 If there is no address there, either, Alpine will look for a newsgroup name
19208 from the &quot;Newsgroups&quot; header field and put
19209 that after the &quot;To: &quot; prefix.
19210 </DD>
19212 <DT>FROMORTONOTNEWS</DT>
19213 <DD>
19214 This is almost the same as <EM>FROMORTO</EM>.
19215 The difference is that newsgroups aren't considered.
19216 When a message is from you, doesn't have a To or Cc, and does have
19217 a Newsgroups header; this token will be your name instead of the name
19218 of the newsgroup (like it would be with FROMORTO).
19219 </DD>
19221 <DT>TEXT</DT>
19222 <DD>
19223 This is a different sort of token.
19224 It allows you to display a label within each index line.
19225 It will be the same fixed text for each line.
19226 It is different from all the other tokens in that there is no space column
19227 displayed after this token.
19228 Instead, it is butted up against the following field.
19229 It also has a different syntax.
19230 The text to display is given following a colon after the
19231 word &quot;TEXT&quot;.
19232 For example,
19234 <CENTER><SAMP>TEXT:abc=</SAMP></CENTER>
19236 would insert the literal text &quot;abc=&quot; (without the quotes)
19237 into the index display line.
19238 You must quote the text if it includes space characters, like
19240 <CENTER><SAMP>TEXT:&quot;abc&nbsp;=&nbsp;&quot;</SAMP></CENTER>
19242 </DD>
19244 <DT>HEADER</DT>
19245 <DD>
19246 This allows you to display the text from a particular header line in the
19247 message.
19248 The syntax for this token is substantially different from all the others
19249 in order that you might be able to display a portion of the text following
19250 a particular header.
19251 The header name you are interested in is given following a colon
19252 after the word &quot;HEADER&quot;.
19253 For example,
19255 <CENTER><SAMP>HEADER:X-Spam</SAMP></CENTER>
19257 would display the text of the X-Spam header, if any.
19258 Like for other index tokens a width field may (and probably should)
19259 follow this.
19261 <CENTER><SAMP>HEADER:X-Spam(10)</SAMP></CENTER>
19263 displays the first ten characters of the X-Spam header.
19264 Unlike other index tokens, the syntax for HEADER is more flexible.
19265 An optional second argument comes after a comma inside the parentheses.
19266 It specifies the &quot;field&quot; number.
19267 By default, the field separator is a space character.
19268 No extra space characters are allowed in the argument list.
19270 <CENTER><SAMP>HEADER:X-Spam(10,2)</SAMP></CENTER>
19272 would display the second field, left-justified, in a 10 character
19273 wide field.
19274 The second field would consist of all the text after the first space
19275 up to the next space or the end of the header.
19276 The default field number is zero, which stands for the entire line.
19277 There is also an optional third argument that is a list of field
19278 separators. It defaults to a space character.
19279 The example
19281 <CENTER><SAMP>HEADER:X-Spam(10,2,:%&nbsp;)</SAMP></CENTER>
19283 would cause the field separators to be any of colon, percent,
19284 or space (there is a space character between the percent and the
19285 right parenthesis).
19286 The first field runs from the start of the header value up to the first
19287 colon, percent, or space; the second goes from there to the next; and so on.
19288 In order to use a comma character as a field separator you must escape
19289 it by preceding it with a backslash (&#92;).
19290 The same is true of the backslash character itself.
19291 There is one further optional argument.
19292 It is an R or an L to specify right or left adjustment of the text
19293 within the field.
19294 The default is to left justify, however if you are displaying numbers
19295 you might prefer to right justify.
19297 Here's an example of a SpamAssassin header.
19298 The exact look of the header will vary, but if your incoming mail
19299 contains headers that look like the following
19301 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
19303 you might want to display the hits value.
19304 The first field starts with the Y in Yes.
19305 To get what you're interested in you might use &quot;=&quot; and
19306 space as the field separators and display the third field, like
19308 <CENTER><SAMP>HEADER:X-Spam-Status(4,3,=&nbsp;)</SAMP></CENTER>
19310 or maybe you would break at the dot instead
19312 <CENTER><SAMP>HEADER:X-Spam-Status(2,2,=.,R)</SAMP></CENTER>
19314 Another example we've seen has headers that look like
19316 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
19318 Because there are two equals and a comma before the 7% and a comma
19319 after it, the token
19321 <CENTER><SAMP>HEADER:X-Spam(3,4,=&#92;,,R)</SAMP></CENTER>
19323 should display the probability (for example 7% or 83%) right justified
19324 in a 3-wide field.
19325 </DD>
19327 <DT>ARROW</DT>
19328 <DD>
19329 This gives an alternative way to display the current message in the
19330 MESSAGE INDEX screen.
19331 Usually the current message is indicated by the line being shown in
19332 reverse video.
19333 Instead, if the ARROW token is included in your <!--#echo var="VAR_index-format"-->,
19334 the current line will include an &quot;arrow&quot; that
19335 looks like
19337 <CENTER><SAMP>-&gt;</SAMP></CENTER>
19339 in the ARROW token's field.
19340 For all of the non-current messages, the ARROW field will be filled
19341 with blanks.
19342 If you use the fixed-field width feature the length of the &quot;arrow&quot;
19343 may be adjusted.
19344 The arrow will be drawn as width-1 dashes followed by a greater than sign.
19345 For example, if you use ARROW(3) you will get
19347 <CENTER><SAMP>--&gt;</SAMP></CENTER>
19349 and ARROW(1) will give you just
19351 <CENTER><SAMP>&gt;</SAMP></CENTER>
19353 It is also possible to set the color of the ARROW field.
19354 By default (and for non-current messages) the arrow is colored the same
19355 as the index line it is part of.
19356 You may set it to be another color with the 
19357 <A HREF="h_config_index_arrow_color">Index Arrow Color</A> option available from
19358 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19359 </DD>
19361 <DT>SCORE</DT>
19362 <DD>
19363 This gives the
19364 <a href="h_rules_score">score</a>
19365 of each message.
19366 This will be six columns wide to accomodate the widest possible score.
19367 You will probably want to use the <!--#echo var="VAR_index-format"--> fixed-field width feature
19368 to limit the width of the field to the widest score that
19369 you use (e.g. SCORE(3) if your scores are always between 0 and 999).
19370 If you have not defined any score rules the scores will all be zero.
19371 If any of your score rules contain AllText or BodyText patterns
19372 then including SCORE in the <!--#echo var="VAR_index-format"-->
19373 may slow down the display of the MESSAGE INDEX screen.
19374 </DD>
19375 </DL>
19378 <H1><EM>Tokens Available for all but <!--#echo var="VAR_index-format"--></EM></H1>
19380 <DL>
19381 <DT>CURNEWS</DT>
19382 <DD>
19383 This token represents the current newsgroup if there is one.
19384 For example, &quot;comp.mail.pine&quot;.
19385 </DD>
19387 <DT>MSGID</DT>
19388 <DD>
19389 This token represents the message ID of the message.
19390 This token does not work with Filter Rule folder names.
19391 </DD>
19393 <DT>CURDATE</DT>
19394 <DD>
19395 This token represents the current date.
19396 It has the format MMM DD. For example, &quot;Oct 23&quot;.
19397 </DD>
19399 <DT>CURDATEISO</DT>
19400 <DD>
19401 This token represents the current date.
19402 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
19403 </DD>
19405 <DT>CURDATEISOS</DT>
19406 <DD>
19407 This token represents the current date.
19408 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
19409 </DD>
19411 <DT>CURPREFDATE</DT>
19412 <DD>
19413 This token represents the current date.
19414 It is your operating system's idea of the preferred date representation for the current locale.
19415 Internally it uses the %x version of the date from the strftime routine.
19416 </DD>
19418 <DT>CURPREFTIME</DT>
19419 <DD>
19420 This token represents the current time.
19421 It is the preferred time representation for the current locale.
19422 Internally it uses the %X version of the time from the strftime routine.
19423 </DD>
19425 <DT>CURPREFDATETIME</DT>
19426 <DD>
19427 This token represents the current date and time.
19428 It is the preferred date and time representation for the current locale.
19429 Internally it uses the %c version of the time from the strftime routine.
19430 </DD>
19432 <DT>CURTIME24</DT>
19433 <DD>
19434 This token represents the current time.
19435 It has the format HH:MM. For example, &quot;17:28&quot;.
19436 </DD>
19438 <DT>CURTIME12</DT>
19439 <DD>
19440 This token represents the current time.
19441 This time is for a 12 hour clock.
19442 It has the format HH:MMpm.
19443 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
19444 </DD>
19446 <DT>CURDAY</DT>
19447 <DD>
19448 This token represents the current day of the month.
19449 For example, &quot;23&quot; or &quot;9&quot;.
19450 </DD>
19452 <DT>CURDAY2DIGIT</DT>
19453 <DD>
19454 This token represents the current day of the month.
19455 For example, &quot;23&quot; or &quot;09&quot;.
19456 It is always 2 digits.
19457 </DD>
19459 <DT>CURDAYOFWEEK</DT>
19460 <DD>
19461 This token represents the current day of the week.
19462 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
19463 </DD>
19465 <DT>CURDAYOFWEEKABBREV</DT>
19466 <DD>
19467 This token represents the current day of the week.
19468 For example, &quot;Sun&quot; or &quot;Wed&quot;.
19469 </DD>
19471 <DT>CURMONTH</DT>
19472 <DD>
19473 This token represents the current month.
19474 For example, &quot;10&quot; or &quot;9&quot;.
19475 </DD>
19477 <DT>CURMONTH2DIGIT</DT>
19478 <DD>
19479 This token represents the current month.
19480 For example, &quot;10&quot; or &quot;09&quot;.
19481 It is always 2 digits.
19482 </DD>
19484 <DT>CURMONTHLONG</DT>
19485 <DD>
19486 This token represents the current month.
19487 For example, &quot;October&quot;.
19488 </DD>
19490 <DT>CURMONTHABBREV</DT>
19491 <DD>
19492 This token represents the current month.
19493 For example, &quot;Oct&quot;.
19494 </DD>
19496 <DT>CURYEAR</DT>
19497 <DD>
19498 This token represents the current year.
19499 For example, &quot;1998&quot; or &quot;2001&quot;.
19500 </DD>
19502 <DT>CURYEAR2DIGIT</DT>
19503 <DD>
19504 This token represents the current year.
19505 For example, &quot;98&quot; or &quot;01&quot;.
19506 It is always 2 digits.
19507 </DD>
19509 <DT>LASTMONTH</DT>
19510 <DD>
19511 This token represents last month.
19512 For example, if this is November (the 11th month),
19513 it is equal to &quot;10&quot; or if this is October (the 10th month),
19514 it is &quot;9&quot;.
19515 It is possible that this and the other tokens beginning with LASTMONTH
19516 below could be useful when used with a Filtering Rule that
19517 has the &quot;Beginning of Month&quot; option set.
19518 </DD>
19520 <DT>LASTMONTH2DIGIT</DT>
19521 <DD>
19522 This token represents last month.
19523 For example, if this is November (the 11th month),
19524 it is equal to &quot;10&quot; or if this is October (the 10th month),
19525 it is &quot;09&quot;.
19526 It is always 2 digits.
19527 </DD>
19529 <DT>LASTMONTHLONG</DT>
19530 <DD>
19531 This token represents last month.
19532 For example, if this is November the value is &quot;October&quot;.
19533 </DD>
19535 <DT>LASTMONTHABBREV</DT>
19536 <DD>
19537 This token represents last month.
19538 For example, if this is November the value is &quot;Oct&quot;.
19539 </DD>
19541 <DT>LASTMONTHYEAR</DT>
19542 <DD>
19543 This token represents what the year was a month ago.
19544 For example, if this is October, 1998, it is &quot;1998&quot;.
19545 If this is January, 1998, it is &quot;1997&quot;.
19546 </DD>
19548 <DT>LASTMONTHYEAR2DIGIT</DT>
19549 <DD>
19550 This token represents what the year was a month ago.
19551 For example, if this is October, 1998, it is &quot;98&quot;.
19552 If this is January, 1998, it is &quot;97&quot;.
19553 </DD>
19555 <DT>LASTYEAR</DT>
19556 <DD>
19557 This token represents last year.
19558 For example, if this is 1998, it equals &quot;1997&quot;.
19559 It is possible that this
19560 could be useful when used with a Filtering Rule that
19561 has the &quot;Beginning of Year&quot; option set.
19562 </DD>
19564 <DT>LASTYEAR2DIGIT</DT>
19565 <DD>
19566 This token represents last year.
19567 For example, if this is 1998, it equals &quot;97&quot;.
19568 It is always 2 digits.
19569 </DD>
19571 <DT>ROLENICK</DT>
19572 <DD>
19573 This token represents the nickname of the
19574 role currently being used.  If no role is being used,
19575 then no text will be printed for this token.
19576 This token does not work with Filter Rule folder names.
19577 </DD>
19578 </DL>
19581 <H1><EM>Token Available Only for <!--#echo var="VAR_reply-leadin"--></EM></H1>
19582 See the help for the
19583 <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option
19584 to see why you might want to use this.
19585 Since the <!--#echo var="VAR_reply-leadin"--> contains free text this token
19586 must be surrounded by underscores when used.
19588 <DL>
19589 <DT>NEWLINE</DT>
19590 <DD>
19591 This is an end of line marker.
19592 </DD>
19593 </DL>
19596 <H1><EM>Token Available Only for Templates and Signatures</EM></H1>
19598 <DL>
19599 <DT>CURSORPOS</DT>
19600 <DD>
19601 This token is different from the others.
19602 When it is replaced it is replaced with nothing, but it sets an Alpine
19603 internal variable that tells the composer to start with the cursor
19604 positioned at the position where this token was.
19605 If both the template file and the signature file contain
19606 a &quot;CURSORPOS&quot; token, then the position in the template file
19607 is used.
19608 If there is a template file and neither it nor the signature file contains
19609 a &quot;CURSORPOS&quot; token, then the cursor is positioned
19610 after the end of the contents of the
19611 template file when the composer starts up.
19612 </DD>
19613 </DL>
19616 &lt;End of help on this topic&gt;
19617 </BODY>
19618 </HTML>
19619 ======= h_reply_token_conditionals =======
19620 <HTML>
19621 <HEAD>
19622 <TITLE>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</TITLE>
19623 </HEAD>
19624 <BODY>
19625 <H1>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</H1>
19627 Conditional text inclusion may be used with
19628 the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
19629 in signature files, and in template files used in
19630 <A HREF="h_rules_roles">&quot;roles&quot;</A>.
19631 It may <EM>not</EM> be used with the
19632 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
19635 There is a limited if-else capability for including text.
19636 The if-else condition is based
19637 on whether or not a given token would result in replacement text you
19638 specify.
19639 The syntax of this conditional inclusion is
19641 <CENTER><SAMP>_token_(match_this, if_matched [ , if_not_matched ] )</SAMP></CENTER>
19643 The left parenthesis must follow the underscore immediately, with no
19644 intervening space.
19645 It means the token is expanded and the results of that expansion are
19646 compared against the &quot;match_this&quot; argument.
19647 If there is an exact match, then the &quot;if_matched&quot; text is used
19648 as the replacement text.
19649 Otherwise, the &quot;if_not_matched&quot; text is used.
19650 One of the most useful values for the &quot;match_this&quot; argument is
19651 the empty string, &quot;&quot;.
19652 In that case the expansion is compared against the empty string.
19654 Here's an example to make it clearer.
19655 This text could be included in one of your template files:
19657 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;I'm replying to email&quot;, &quot;I'm replying to news&quot;)</SAMP></CENTER>
19659 If that is included in a template file that you are using while replying
19660 to a message (because you chose to use the role it was part of),
19661 and that message has a newsgroup header and a newsgroup in that header,
19662 then the text
19664 <CENTER><SAMP>I'm replying to news</SAMP></CENTER>
19666 will be included in the message you are about to compose.
19667 On the other hand, if the message you are replying to does not have
19668 a newsgroup, then the text
19670 <CENTER><SAMP>I'm replying to email</SAMP></CENTER>
19672 would be included instead.
19673 This would also work in signature files and in
19674 the &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option.
19675 If the &quot;match_this&quot;, &quot;if_matched&quot;,
19676 or &quot;if_not_matched&quot; arguments contain
19677 spaces, parentheses, or commas;
19678 they have to be quoted with double quotation marks (like in the example
19679 above).
19680 If you want to include a literal quote (&quot;) in the text you must escape the
19681 quote by preceding it with a backslash (&#92;) character.
19682 If you want to include a literal backslash character you must escape it
19683 by preceding it with another backslash.
19685 The comma followed by &quot;if_not_matched&quot; is optional.
19686 If there is no &quot;if_not_matched&quot;
19687 present then no text is included if the not_matched case is true.
19688 Here's another example:
19690 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;&quot;, &quot;This msg was seen in group: _NEWS_.&quot;)</SAMP></CENTER>
19692 Here you can see that tokens may appear in the arguments.
19693 The same is true for tokens with the conditional parentheses.
19694 They may appear in arguments,
19695 though you do have to be careful to get the quoting and escaping of
19696 nested double quotes correct.
19697 If this was in the signature file being used and you were replying to a message
19698 sent to comp.mail.pine the resulting text would be:
19700 <CENTER><SAMP>This msg was seen in group: comp.mail.pine.</SAMP></CENTER>
19702 If you were replying to a message that wasn't sent to any newsgroup the
19703 resulting text would be a single blank line.
19704 The reason you'd get a blank line is because the end of the line is
19705 outside of the conditional, so is always included.
19706 If you wanted to get rid of that blank line you could do so by moving
19707 the end of line inside the conditional.
19708 In other words, it's ok to have multi-line
19709 &quot;if_matched&quot; or &quot;if_not_matched&quot; arguments in your
19710 template file.
19711 The text just continues until the next double quotation, even if it's not
19712 on the same line.
19714 Here's an example for use in the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;:
19716 <CENTER><SAMP>On _DAYDATE_, _FROM__CURNEWS_(&quot;&quot;, &quot;&quot;, &quot;seen in _CURNEWS_,&quot;) wrote</SAMP></CENTER>
19718 If this was in your <!--#echo var="VAR_reply-leadin"--> and you were replying to a message
19719 while reading the newsgroup comp.mail.pine the resulting text would be:
19721 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone, seen in comp.mail.pine, wrote:</SAMP></CENTER>
19723 If you were replying to a message while reading an email folder instead
19724 of a newsgroup the resulting leadin text would be
19726 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
19728 Here's one more (contrived) example illustrating a matching argument
19729 that is not the empty string.
19731 <CENTER><SAMP>_SMARTDATE_("Today", _SMARTDATE_, "On _DATE_") _FROM_ wrote:</SAMP></CENTER>
19733 If this was the value of your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option and you
19734 were replying to
19735 a message that was sent today, then the value of the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;
19736 would be
19738 <CENTER><SAMP>Today Fred Flintstone wrote:</SAMP></CENTER>
19740 But if you were replying to a message sent on Oct. 27 (and that wasn't
19741 today) you would get
19743 <CENTER><SAMP>On Oct 27 Fred Flintstone wrote:</SAMP></CENTER>
19746 &lt;End of help on this topic&gt;
19747 </BODY>
19748 </HTML>
19749 ======= h_composer_cntxt_nick =======
19750 <HTML>
19751 <HEAD>
19752 <TITLE>Collection Nickname Explained</TITLE>
19753 </HEAD>
19754 <BODY>
19755 <H1>Collection Edit Help -- Nickname Field</H1>
19757 This field is provided so you can add a short nickname to use when
19758 referring to this collection within Alpine.  Spaces are allowed, and
19759 you don't need to use double-quotes.  However, the double-quote
19760 character is not allowed.
19762 Look <A HREF="h_edit_nav_cmds">here</A>
19763 to see the available Editing and Navigation commands.
19765 &lt;End of help on this topic&gt;
19766 </BODY>
19767 </HTML>
19768 ======= h_folder_server_syntax =======
19769 <HTML>
19770 <HEAD>
19771 <TITLE>Server Name Syntax</TITLE>
19772 </HEAD>
19773 <BODY>
19774 <H1>Server Name Syntax</H1>
19776 This help describes the syntax that may be used for server names
19777 that may be associated with remote folders or SMTP servers.
19780 A server name is the hostname of the server.
19781 It's a good idea to use the host's fully-qualified network name.
19784 <CENTER><SAMP>foo.example.com</SAMP></CENTER>
19787 However, IP addresses are allowed if surrounded
19788 with square-brackets.
19791 <CENTER><SAMP>[127.0.0.1]</SAMP></CENTER>
19794 An optional network port number may be supplied by appending
19795 a colon (:) followed by the port number
19796 to the server name.
19797 By default, the IMAP port number, 143, is used.
19800 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
19803 Besides server name and optional port number, various other optional
19804 parameters may be supplied that alter Alpine's interaction with the server.
19805 A parameter is supplied by appending a slash (/) character followed by
19806 the parameter's name and,
19807 depending on the particular parameter, the value assigned to that
19808 name, to the server name (and optional port number).
19809 Parameter names are <EM>not</EM> case sensitive.
19810 Currently supported parameters include:
19812 <DL>
19814 <DT>User</DT>
19815 <DD>This parameter requires an associated value, and is intended to
19816 provide the username identifier with which to establish the server
19817 connection.
19818 If your SMTP server offers SMTP AUTH authentication, adding this 
19819 parameter to the
19820 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
19821 option will cause Alpine to attempt to authenticate to the server using the
19822 supplied username.
19823 Similarly, if your NNTP server offers NNTP &quot;AUTHINFO SASL&quot;
19824 or &quot;AUTHINFO USER&quot; authentication, adding this parameter to the
19825 <A HREF="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></A>
19826 option (or to the server name for any folder collection using NNTP)
19827 will cause Alpine to attempt
19828 to authenticate to the server using the supplied username.
19829 An example might be:
19832 <CENTER><SAMP>/user=katie</SAMP></CENTER>
19835 </DD>
19837 <DT>TLS</DT>
19838 <DD>
19839 Normally, when a new connection is made an attempt is made to 
19840 negotiate a secure (encrypted) session using Transport Layer Security (TLS).
19841 If that fails then a non-encrypted connection will be attempted instead.
19842 This is a unary parameter indicating communication with the server must 
19843 take place over a TLS connection. If the attempt to use TLS fails then
19844 this parameter will cause the connection to fail instead of falling
19845 back to an unsecure connection.
19848 <CENTER><SAMP>/tls</SAMP></CENTER>
19851 </DD>
19853 <DT>SSL</DT>
19854 <DD>
19855 This is a unary parameter indicating communication with the server should 
19856 take place over a Secure Socket Layer connection.  The server must support
19857 this method, and be prepared to accept connections on the appropriate
19858 port (993 by default).
19859 Alpine must be linked with an SSL library for this option to be operational.
19862 <CENTER><SAMP>/ssl</SAMP></CENTER>
19865 </DD>
19867 <DT>TLS1</DT>
19868 <DD>
19869 This parameter indicates that the connection to the server will be made
19870 over the SSL port, but using the TLSv1 protocol, instead of the usual
19871 SSLv3 or SSLv2 protocols.
19872 Alpine must be linked with an SSL library for this option to be operational.
19875 <CENTER><SAMP>/tls1</SAMP></CENTER>
19878 </DD>
19880 <DT>DTLS1</DT>
19881 <DD>
19882 This parameter indicates that the connection to the server will be made
19883 over the SSL port, but using the DTLSv1 protocol, instead of the usual
19884 SSLv3 or SSLv2 protocols.
19885 Alpine must be linked with an SSL library for this option to be operational.
19888 <CENTER><SAMP>/dtls1</SAMP></CENTER>
19891 </DD>
19893 <DT>TLS1_1</DT>
19894 <DD>
19895 This parameter indicates that the connection to the server will be made
19896 over the SSL port, but using the TLSv1.1 protocol, instead of the usual
19897 SSLv3 or SSLv2 protocols.
19898 Alpine must be linked with an SSL library for this option to be operational.
19901 <CENTER><SAMP>/tls1_1</SAMP></CENTER>
19904 </DD>
19906 <DT>TLS1_2</DT>
19907 <DD>
19908 This parameter indicates that the connection to the server will be made
19909 over the SSL port, but using the TLSv1.2 protocol, instead of the usual
19910 SSLv3 or SSLv2 protocols.
19911 Alpine must be linked with an SSL library for this option to be operational.
19914 <CENTER><SAMP>/tls1_2</SAMP></CENTER>
19917 </DD>
19920 <DT>NoValidate-Cert</DT>
19921 <DD>Do not validate certificates (for TLS or SSL connections) from the server.
19922 This is needed if the server uses self-signed certificates or if Alpine
19923 cannot validate the certificate for some other known reason.
19925 </DD>
19927 <DT>Anonymous</DT>
19928 <DD>This is a unary parameter (that means it does not have a value)
19929 indicating that the connection be logged in as
19930 &quot;anonymous&quot; rather than a specific user.
19931 Not all servers offer anonymous
19932 access; those which do generally only offer read-only access to certain
19933 &quot;public&quot; folders.
19936 <CENTER><SAMP>/anonymous</SAMP></CENTER>
19939 </DD>
19941 <DT>Secure</DT>
19942 <DD>This is a unary parameter indicating that the connection use the
19943 most secure authentication method mutually supported by Alpine and the
19944 server.
19945 Alpine is capable of authenticating connections to 
19946 the server using several methods.
19947 By default, Alpine will attempt each
19948 method until either a connection is established or the
19949 list of methods is exhausted.
19950 This parameter causes Alpine to instead fail 
19951 the connection if the first (generally most &quot;secure&quot;) method fails.
19954 <CENTER><SAMP>/secure</SAMP></CENTER>
19957 </DD>
19959 <DT>Submit</DT>
19960 <DD>This is a unary parameter for use with the
19961 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A> option.
19962 It indicates that the connection should be made to the Submit server
19963 (<A HREF="http://www.ietf.org/rfc/rfc2476.txt">RFC 3676</A>)
19964 (port 587) instead of the SMTP port (25).
19965 At the time this help was written the submit option was equivalent to
19966 specifying port 587.
19969 <CENTER><SAMP>/submit</SAMP></CENTER>
19973 <CENTER><SAMP>host:587</SAMP></CENTER>
19976 </DD>
19978 <DT>Debug</DT>
19979 <DD>This is a unary parameter indicating that the connection be established
19980 in a verbose mode.  Basically, it causes Alpine to log the communication with
19981 the server in Alpine's debug file.
19982 Normally, the pine -d command-line flag would be used instead.
19984 </DD>
19986 <DT>NoRsh</DT>
19987 <DD>By default, Alpine attempts to login using &quot;rsh&quot;,
19988 the UNIX remote shell program.
19989 Including &quot;NoRsh&quot; will cause connections to this server to skip
19990 the &quot;rsh&quot; attempt.
19991 This might be useful to avoid long timeouts caused by rsh firewalls, for
19992 example.
19994 </DD>
19996 <DT>Service</DT>
19997 <DD>This parameter requires an associated value.  The default value is
19998 &quot;IMAP&quot; which indicates communication with the server based
19999 on the IMAP4rev1 protocol (defined in RFC 3501 -- see 
20000 <A HREF="http://www.imap.org/docs/rfc3501.html">http://www.imap.org/docs/rfc3501.html</A>).</DD>
20002 Other service values include:
20003  <DL>
20004  <DT>NNTP</DT>
20005  <DD>This value indicates communication with the server takes place via
20006 the Network News Transfer Protocol.  Use this to define a collection
20007 of newsgroups on a remote news server.  So
20010 <CENTER><SAMP>/service=NNTP</SAMP></CENTER>
20012 or just
20014 <CENTER><SAMP>/NNTP</SAMP></CENTER>
20017 is the way to specify NNTP access.
20019  </DD>
20021  <DT>POP3</DT>
20022  <DD>This value indicates communication with the server takes place via the
20023 Post Office Protocol 3 protocol.
20026 <CENTER><SAMP>/service=POP3</SAMP></CENTER>
20028 or just
20030 <CENTER><SAMP>/POP3</SAMP></CENTER>
20033 Note that there are several important issues
20034 to consider when selecting this option:
20035 <OL>
20036  <LI> POP3 provides access to only your INBOX.  In other words,
20037 secondary folders such as your &quot;saved-messages&quot; are inaccessible.
20038  <LI> Alpine's implementation of POP3 does not follow the traditional POP
20039 model and will leave your mail on the server. Refer to the
20040 <A HREF="h_maildrop">Mail Drop</A> functionality for a possible way around this problem.
20041  <LI> See the discussion about new-mail checking in <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
20042 </OL>
20043 </DD>
20044 </DL>
20045 </DL>
20048 Note that it is possible to include more than one parameter in a server
20049 specification by concatenating the parameters. For example:
20052 <CENTER><SAMP>foo.example.com:port/user=katie/novalidate-cert/debug</SAMP></CENTER>
20056 &lt;End of help on this topic&gt;
20057 </BODY>
20058 </HTML>
20059 ======= h_composer_cntxt_server =======
20060 <HTML>
20061 <HEAD>
20062 <TITLE>Collection Server: Explained</TITLE>
20063 </HEAD>
20064 <BODY>
20065 <H1>Collection Edit Help -- Server Field</H1>
20067 This collection's &quot;Server:&quot; definition indicates the
20068 hostname of the server providing access to the folders in this
20069 collection.
20070 The syntax of this server name is the same as for other server names used
20071 in remote folder names in
20072 Alpine and is described
20073 <A HREF="h_folder_server_syntax">here</A>.
20076 &lt;End of help on this topic&gt;
20077 </BODY>
20078 </HTML>
20079 ======= h_composer_cntxt_path =======
20080 <HTML>
20081 <HEAD>
20082 <TITLE>Collection Path: Explained</TITLE>
20083 </HEAD>
20084 <BODY>
20085 <H1>Collection Edit Help -- Path Field</H1>
20087 The collection's &quot;Path:&quot; definition indicates the location
20088 of the folders in this collection.  If the path or any of its components
20089 do not exist, Alpine will prompt you for their creation when exiting the
20090 Add/Change screen.
20092 <P> 
20093 By default the path is interpreted as defining a section of your personal
20094 folder area.  This area and how you specify it are defined by the
20095 server, if one is specified in the collection, or, typically, the home
20096 directory if no server is defined.
20099 To define a collection outside the default &quot;area&quot;, prefix
20100 the path with the &quot;namespace&quot; to use when interpreting the
20101 given path.  If a namespace is specified, the Path begins with the
20102 sharp, &quot;#&quot;, character followed by the name of the namespace
20103 and then the namespace's path-element-delimiter.  Aside from the
20104 path's format, namespaces can also imply access rights, content
20105 policy, audience, location, and, occasionally, access methods.
20108 Each server exports its own set (possibly of size one) of 
20109 namespaces.  Hence, it's likely communication with your server's
20110 administrator will be required for specific configurations.  Some of
20111 the more common namespaces, however, include:
20113 <DL>
20114 <DT>#news.</DT>
20115 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
20116 names are hierarchically defined with each level delimited by a period.
20117 </DD>
20118 <DT>#public/</DT>
20119 <DD>This specifies a folder area that the server may export to the general
20120 public.
20121 </DD>
20122 <DT>#shared/</DT>
20123 <DD>This specifies a folder area that the folder may export to groups
20124 of users.
20125 </DD>
20126 <DT>#ftp/</DT>
20127 <DD>This specifies a folder area that is the same as that it may have 
20128 exported via the &quot;File Transfer Protocol&quot;.
20129 </DD>
20130 <DT>#mh/</DT>
20131 <DD>This specifies the personal folder area associated with folders
20132 and directories that were created using the MH message handling system.
20133 </DD>
20134 </DL>
20137 In addition, the server may support access to other user's folders,
20138 provided you have suitable permissions.  Common methods use a prefix
20139 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
20140 indicate the root of the other user's folder area.
20143 No, nothing's simple.
20146 &lt;End of help on this topic&gt;
20147 </BODY>
20148 </HTML>
20149 ======= h_composer_cntxt_view =======
20150 <HTML>
20151 <HEAD>
20152 <TITLE>Collection View: Explained</TITLE>
20153 </HEAD>
20154 <BODY>
20155 <H1>Collection Edit Help -- View Field</H1>
20157 The collection's &quot;View:&quot; definition provides a way to limit
20158 the displayed list of folders within a collection.  By default, only
20159 folders that contain the specified characters anywhere in their name
20160 are shown in the collection's folder list.
20163 Additionally, you can use a wildcard character to better control
20164 the list of folders selected for display.  The wildcard specifier is
20165 the star, &quot;*&quot;, character.
20168 So, for example, to define a collection of all folders ending with
20169 &quot;c&quot;, you'd specify a view of &quot;*c&quot; (without the
20170 quote characters!).  Or, similarly, to define a collection of folders
20171 whose names start with &quot;a&quot; and end with &quot;z&quot;, you'd
20172 specify a view of &quot;a*z&quot;.
20175 &lt;End of help on this topic&gt;
20176 </BODY>
20177 </HTML>
20178 ======= h_composer_abook_add_server =======
20179 <HTML>
20180 <HEAD>
20181 <TITLE>Addressbook Server Name Field Explained</TITLE>
20182 </HEAD>
20183 <BODY>
20184 This field should be left blank if the address book is stored in a regular
20185 file on this system.  If it is a remote address book stored on an IMAP
20186 server then this is the name of that IMAP server.
20188 Look <A HREF="h_edit_nav_cmds">here</A>
20189 to see the available Editing and Navigation commands.
20191 &lt;End of help on this topic&gt;
20192 </BODY>
20193 </HTML>
20194 ======= h_composer_abook_add_folder =======
20195 <HTML>
20196 <HEAD>
20197 <TITLE>Addressbook Folder Name Field Explained</TITLE>
20198 </HEAD>
20199 <BODY>
20200 For a remote address book (one for which the Server Name is filled in)
20201 this is the name of a folder on the remote server. The address book data
20202 will be stored in this folder. This folder should be used only for
20203 storing this single address book, not for other address books or for
20204 other messages.
20206 For a local address book (one for which the Server Name is not filled in)
20207 this is the name of a file in which the address book will be stored.
20208 The file is in the same directory as the Alpine configuration file if the
20209 configuration file is local.
20210 If the configuration file is remote, then this will be in the home directory
20211 for Unix Alpine and in the directory specified by the
20212 &quot;-aux local_directory&quot; command line argument.
20214 Look <A HREF="h_edit_nav_cmds">here</A>
20215 to see the available Editing and Navigation commands.
20217 &lt;End of help on this topic&gt;
20218 </BODY>
20219 </HTML>
20220 ======= h_composer_abook_add_nick =======
20221 <HTML>
20222 <HEAD>
20223 <TITLE>Addressbook NickName Field Explained</TITLE>
20224 </HEAD>
20225 <BODY>
20226 This is just an optional nickname for this address book. If present, it
20227 is used in some of the displays and error messages in the address book
20228 maintenance screens. It is for your convenience only and serves no
20229 other purpose.
20231 Look <A HREF="h_edit_nav_cmds">here</A>
20232 to see the available Editing and Navigation commands.
20234 &lt;End of help on this topic&gt;
20235 </BODY>
20236 </HTML>
20237 ======= h_composer_qserv_cn =======
20238 <HTML>
20239 <HEAD>
20240 <TITLE>Directory Query Form Explained</TITLE>
20241 </HEAD>
20242 <BODY>
20244 Fill in as many of these fields as you wish to narrow down your
20245 search. All the fields you fill in must match in order for an entry
20246 to be returned. You may use the wildcard character &quot;*&quot; in
20247 any of the fields, it matches any zero or more characters at that
20248 point in the string. There are no implicit wildcards, so the match is
20249 exact unless you include wildcards.
20252 Note that if an attribute isn't present at all, then the match will fail.
20253 For example, if a server doesn't support the Locality attribute, then no
20254 matter what you put in the Locality field (other than leaving it empty)
20255 the search will fail.
20258 This field, the Common Name field, is typically a person's full name.
20261 <H1>EDITING and NAVIGATION COMMANDS</H1>
20262 <!--chtml if pinemode="function_key"-->
20263 <PRE>
20264 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
20265 ^B (Left Arrow)    Back character       | ^D       Delete current character
20266 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
20267 ^P (Up Arrow)      Previous line        |
20268 ^N (Down Arrow)    Next line            | F9       Cut marked text or
20269 ^A                 Beginning of line    |            delete current line
20270 ^E                 End of line          | F10      Undelete line(s)
20271 F7                 Previous page        |
20272 F8                 Next page            |-------------------------------------
20273 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
20274 ----------------------------------------|
20275 EXIT COMMANDS    |  GENERAL COMMANDS    | F5    Restore previous search
20276 F2   Cancel      |   F1    Get help     |
20277 F3   Search      |   ^Z    Suspend      | ^L    Redraw Screen
20278 </PRE>
20279 <!--chtml else-->
20280 <PRE>
20281 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
20282 ^B (Left Arrow)    Back character       | ^D       Delete current character
20283 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
20284 ^P (Up Arrow)      Previous line        |
20285 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
20286 ^A                 Beginning of line    |            delete current line
20287 ^E                 End of line          | ^U       Undelete line(s)
20288 ^Y                 Previous page        |
20289 ^V                 Next page            |-------------------------------------
20290 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
20291 ----------------------------------------|
20292 EXIT COMMANDS    |  GENERAL COMMANDS    | ^R     Restore previous search
20293 ^C   Cancel      |   ^G    Get help     |
20294 ^X   Search      |   ^Z    Suspend      | ^L     Redraw Screen
20295 </PRE>
20296 <!--chtml endif-->
20297 <P><UL>
20298 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20299 </UL><P>
20300 &lt;End of help on this topic&gt;
20301 </BODY>
20302 </HTML>
20303 ======= h_composer_qserv_sn =======
20305 The Surname is usually the family name of a person.
20307 <End of help on this topic>
20308 ======= h_composer_qserv_gn =======
20310 This is the part of a person's name that isn't the surname or initials.
20312 <End of help on this topic>
20313 ======= h_composer_qserv_mail =======
20315 This is the email address of a person.
20317 <End of help on this topic>
20318 ======= h_composer_qserv_org =======
20320 This is the organization a person belongs to.
20322 <End of help on this topic>
20323 ======= h_composer_qserv_unit =======
20325 This is the organizational unit a person belongs to.
20327 <End of help on this topic>
20328 ======= h_composer_qserv_country =======
20330 This is the country a person belongs to.
20332 <End of help on this topic>
20333 ======= h_composer_qserv_state =======
20335 This is the state a person belongs to.
20337 <End of help on this topic>
20338 ======= h_composer_qserv_locality =======
20340 This is the locality a person belongs to.
20342 <End of help on this topic>
20343 ======= h_composer_qserv_custom =======
20345 This one is for advanced users only! If you put something in this field,
20346 then the rest of the fields are ignored.
20348 This field may be set to the string representation of an LDAP search
20349 filter (see RFC1960). Here are some examples:
20351 To search for an entry with a surname equal to "clinton" you could set
20352 the custom filter to:
20354      (sn=clinton)
20355     
20356 This is equivalent to putting "clinton" in the SurName field.
20357 To search for an entry that has a surname that begins with "clint" and
20358 has a givenname equal to "william" you could use:
20360      (&(sn=clint*)(givenname=william))
20361     
20362 This is equivalent to setting the SurName field to "clint*" and the
20363 GivenName field to "william".
20364 To search for an entry where either the common name OR the email address
20365 contains "abcde" you could use:
20367      (|(cn=*abcde*)(mail=*abcde*))
20369 That isn't equivalent to anything you can do by setting the other fields
20370 because of the OR.
20372 <End of help on this topic>
20373 ======= h_composer_qserv_qq =======
20375 This one is a little different from the rest of the categories.  It causes
20376 a search to be formed from the configured search filter that you filled
20377 in when you added the directory server to your configuration. It can also
20378 be combined with the other fields if you'd like.
20380 <End of help on this topic>
20381 ======= h_address_format =======
20382 <HTML>
20383 <HEAD>
20384 <TITLE>INTERNET EMAIL ADDRESS FORMAT</TITLE>
20385 </HEAD>
20386 <BODY>
20387 <H1>INTERNET EMAIL ADDRESS FORMAT</H1>
20389 A valid email address on the Internet has a username, an &quot;@&quot; sign, 
20390 and then a domain, with no spaces.  
20391 For example, jsmith@art.example.com might be the email address
20392 of a person  
20393 with the username &quot;jsmith&quot; who has an account in the domain
20394 &quot;art.example.com&quot;.  The number of dot-separated segments on the 
20395 right of the &quot;@&quot; sign can vary - a shorter example would be 
20396 isabelle@elsewhere.edu (the shortest possible form: here, only the 
20397 organization's domain is specified after the &quot;@&quot; sign); a longer 
20398 example would be 
20399  jsingh@shakti.edutech.example.com
20400 (here, the name of the host &quot;shakti&quot; in the domain 
20401 edutech.example.com is also specified).  
20402 <P>  
20403 If you do not know the exact email address of someone you want to write 
20404 to, ask them what it is using other means of communication than email; or 
20405 use the tools for 
20406 finding people's addresses that are available on the Internet.
20408 If you are sending to someone on the same system as you are, you can leave
20409 the &quot;@&quot; sign and all the information to its right off of the 
20410 address, and Alpine will fill it in automatically, 
20411 unless the feature 
20412 <A HREF="h_config_compose_rejects_unqual">&quot;<!--#echo var="FEAT_compose-rejects-unqualified-addrs"-->&quot;</A> is set in SETUP CONFIGURATION.
20415 When an email address you send a message to is not reachable -- either because 
20416 it is simply an incorrect address, or because email can temporarily not be 
20417 delivered to it due to a technical problem on the way to or at the recipient's 
20418 end -- you will almost always get an error notification email message back.
20420 If you encounter problems with, or have questions about, email delivery or
20421 email address syntax, contact your local network computing consultants.
20422 <P><UL>
20423 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20424 </UL>
20426 &lt;End of help on this topic&gt;
20427 </BODY>
20428 </HTML>
20429 ======= h_flag_user_flag =======
20430 <HTML>
20431 <HEAD>
20432 <TITLE>STATUS FLAG: User Defined Keyword</TITLE>
20433 </HEAD>
20434 <BODY>
20435 <H1>STATUS FLAG: User Defined Keyword</h1>
20437 This is a keyword that is defined for this folder.
20438 It was most likely defined by the owner of the folder.
20439 Alpine will not set or clear this flag on its own.
20441 <P><UL>
20442 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20443 </UL><P>
20444 &lt;End of help on this topic&gt;
20445 </BODY>
20446 </HTML>
20447 ======= h_flag_important =======
20448 <html>
20449 <title>STATUS FLAG: Important</title>
20450 <body>
20451 <h1>STATUS FLAG: Important</h1>
20454 The <EM>Important</EM> flag, indicated by an asterisk in Alpine's
20455 MESSAGE&nbsp;INDEX
20456 screen, can only be set by the user, and is intended to be used in
20457 whatever fashion makes sense to you.  You are the only one that can set or
20458 clear it. 
20461 &lt;End of help on this topic&gt;
20462 </BODY>
20463 </HTML>
20464 ======= h_flag_new =======
20465 <html>
20466 <title>STATUS FLAG: New</title>
20467 <body>
20468 <h1>STATUS FLAG: New</h1>
20471 The <EM>New</EM> flag, indicated by the letter 'N' in Alpine's
20472 MESSAGE&nbsp;INDEX screen,
20473 is automatically set when messages are delivered to your Inbox (or other
20474 folder specified outside of Alpine).  Likewise, it is cleared automatically
20475 the first time you read the message it is associated with.
20478 Sometimes it's helpful in prioritizing your mail.  For example, perhaps
20479 a message isn't weighty enough to assign it an <A HREF="h_flag_important">Important</A> flag, but
20480 you'd like to be reminded of it next time you read mail.  This can be done
20481 easily by <A HREF="h_common_flag">explicitly</A> resetting the <EM>New</EM> flag.
20485 &lt;End of help on this topic&gt;
20486 </BODY>
20487 </HTML>
20488 ======= h_flag_answered =======
20489 <html>
20490 <title>STATUS FLAG: Answered</title>
20491 <body>
20492 <h1>STATUS FLAG: Answered</h1>
20494 The <EM>Answered</EM> flag, indicated by the letter 'A' in Alpine's
20495 MESSAGE&nbsp;INDEX
20496 screen, is automatically set when you reply to a message.  This flag is not
20497 automatically cleared.
20500 &lt;End of help on this topic&gt;
20501 </BODY>
20502 </HTML>
20503 ======= h_flag_forwarded =======
20504 <html>
20505 <title>STATUS FLAG: Forwarded</title>
20506 <body>
20507 <h1>STATUS FLAG: Forwarded</h1>
20509 The <EM>Forwarded</EM> flag, indicated by the letter 'F' in Alpine's
20510 MESSAGE&nbsp;INDEX
20511 screen, is automatically set when you forward a message.  This flag is not
20512 automatically cleared.
20515 &lt;End of help on this topic&gt;
20516 </BODY>
20517 </HTML>
20518 ======= h_flag_deleted =======
20519 <html>
20520 <title>STATUS FLAG: Deleted</title>
20521 <body>
20522 <h1>STATUS FLAG: Deleted</h1>
20524 The <EM>Deleted</EM> flag, indicated by the letter 'D' in Alpine's
20525 MESSAGE&nbsp;INDEX
20526 screen, is set when you use the &quot;"D&nbsp;Delete&quot; command.
20527 It is cleared
20528 when you use the &quot;U&nbsp;Undelete&quot; command.
20531 Messages marked with this flag will be permanently removed from
20532 the folder when you issue the <A HREF="h_index_cmd_expunge">Expunge</A>
20533 command, or
20534 when you indicate acceptance of their removal upon leaving the folder.
20537 Note, there can be other actions implicit in the
20538 &quot;D&nbsp;Delete&quot; command,
20539 such as advancing to the next message, that may be momentarily undesirable.
20540 For this reason, it's sometimes useful to set or clear the <EM>Deleted</EM>
20541 flag <A HREF="h_common_flag">explicitly</A>.
20544 &lt;End of help on this topic&gt;
20545 </BODY>
20546 </HTML>
20547 ====== h_config_incoming_timeo ======
20548 <HTML>
20549 <HEAD>
20550 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></TITLE>
20551 </HEAD>
20552 <BODY>
20553 <H1>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></H1>
20555 This option has no effect unless the feature
20556 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20557 is set, which in turn has no effect unless
20558 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20559 is set.
20561 Sets the time in seconds that Alpine will
20562 attempt to open a network connection used for monitoring for Unseen
20563 messages in Incoming Folders. The default is 5.
20564 If a connection has not completed within this many seconds Alpine will
20565 give up and consider it a failed connection.
20567 <UL>   
20568 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20569 </UL><P>
20570 &lt;End of help on this topic&gt;
20571 </BODY>
20572 </HTML>
20573 ====== h_config_incoming_interv ======
20574 <HTML>
20575 <HEAD>
20576 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval"--></TITLE>
20577 </HEAD>
20578 <BODY>
20579 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval"--></H1>
20581 This option has no effect unless the feature
20582 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20583 is set, which in turn has no effect unless
20584 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20585 is set.
20587 This option specifies, in seconds, how often Alpine will check
20588 for new mail and state changes in Incoming Folders when Incoming Folders
20589 Checking is turned on.
20590 The default is 3 minutes (180).
20591 This value applies only to folders that are local to the system that
20592 Alpine is running on or that are accessed using the IMAP protocol.
20593 The similar option
20594 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>
20595 applies to all other monitored folders.
20597 <UL>   
20598 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20599 </UL><P>
20600 &lt;End of help on this topic&gt;
20601 </BODY>
20602 </HTML>
20603 ====== h_config_incoming_second_interv ======
20604 <HTML>
20605 <HEAD>
20606 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></TITLE>
20607 </HEAD>
20608 <BODY>
20609 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></H1>
20611 This option has no effect unless the feature
20612 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20613 is set, which in turn has no effect unless
20614 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20615 is set.
20617 This option together with the option
20618 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
20619 specifies, in seconds, how often Alpine will check
20620 for new mail and state changes in Incoming Folders when Incoming Folders
20621 Checking is turned on.
20622 The default for this option is 3 minutes (180).
20623 For folders that are local to this system or
20624 that are accessed using the IMAP protocol
20625 the value of the option
20626 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
20627 is used.
20628 For all other monitored folders, the value of this option is used.
20630 The reason there are two separate options is because it is usually
20631 less expensive to check local and IMAP folders than it is to check
20632 other types, like POP or NNTP folders.
20633 You may want to set this secondary value to a higher number than
20634 the primary check interval.
20636 <UL>   
20637 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20638 </UL><P>
20639 &lt;End of help on this topic&gt;
20640 </BODY>
20641 </HTML>
20642 ====== h_config_incoming_list ======
20643 <HTML>
20644 <HEAD>
20645 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-list"--></TITLE>
20646 </HEAD>
20647 <BODY>
20648 <H1>OPTION: <!--#echo var="VAR_incoming-check-list"--></H1>
20650 This option has no effect unless the feature
20651 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
20652 is set, which in turn has no effect unless
20653 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
20654 is set.
20656 When monitoring the Incoming Message Folders for Unseen messages Alpine will
20657 normally monitor all Incoming Folders.
20658 You may use this option to restrict the list of monitored folders to a
20659 subset of all Incoming Folders.
20661 <UL>   
20662 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20663 </UL><P>
20664 &lt;End of help on this topic&gt;
20665 </BODY>
20666 </HTML>
20667 ====== h_config_pers_name ======
20668 <HTML>
20669 <HEAD>
20670 <TITLE>OPTION: <!--#echo var="VAR_personal-name"--></TITLE>
20671 </HEAD>
20672 <BODY>
20673 <H1>OPTION: <!--#echo var="VAR_personal-name"--></H1>
20675 This value is used to determine the full name part of the "From" address
20676 on messages you send.
20677 <!--chtml if pinemode="os_windows"-->
20678  PC-Alpine requires that this be set in order to properly construct the "From" address.
20679 <!--chtml else-->
20680  If unset, Unix Alpine will obtain your full name from
20681  the system password file. PC-Alpine, on the other hand, requires that this be set.
20682 <!--chtml endif-->
20684 If you want to change the value of what gets included in the From header
20685 in messages you send (other than just the Personal Name)
20686 look <A HREF="h_config_change_your_from">here</A> for a description.
20687 <P><UL>
20688 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20689 </UL><P>
20690 &lt;End of help on this topic&gt;
20691 </BODY>
20692 </HTML>
20693 ====== h_config_pruned_folders ======
20694 <html>
20695 <header>
20696 <title>OPTION: <!--#echo var="VAR_pruned-folders"--></title>
20697 </header>
20698 <body>
20699 <h1>OPTION: <!--#echo var="VAR_pruned-folders"--></h1>
20701 This variable allows you to define a list of one or more folders that
20702 Alpine will offer to prune for you in the same way it automatically offers
20703 to prune your "sent-mail" folder each month.
20704 Each folder in this list must be a folder in your default folder collection
20705 (the first folder collection if you have more than one), and it is just
20706 the relative name of the folder in the collection, not the fully-qualified name.
20707 It is similar to sent-mail.
20708 Instead of something like
20710 <CENTER><SAMP><!--#echo var="VAR_pruned-folders"-->={servername}mail/folder</SAMP></CENTER>
20712 the correct value to use would be
20714 <CENTER><SAMP>folder</SAMP></CENTER>
20716 There is an assumption here that your first collection is the folders in
20718 <CENTER><SAMP>{servername}mail</SAMP></CENTER>
20721 Once a month, for each folder listed, Alpine will offer to move
20722 the contents of the folder to a new folder of the same name but with
20723 the previous month's date appended.  Alpine will then look for any such
20724 date-appended folder names created for a previous month, and offer each
20725 one it finds for deletion.
20728 If you decline the first offer, no mail is moved and no new folder is
20729 created.
20732 The new folders will be created
20733 in your default folder collection.
20736 <UL>   
20737 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20738 </UL><P>
20739 &lt;End of help on this topic&gt;
20740 </body>
20741 </html>
20742 ====== h_config_upload_cmd ======
20743 <HTML>
20744 <HEAD>
20745 <TITLE>OPTION: <!--#echo var="VAR_upload-command"--></TITLE>
20746 </HEAD>
20747 <BODY>
20748 <H1>OPTION: <!--#echo var="VAR_upload-command"--></H1>
20750 This option affects the behavior of the Composer's &quot;Read File&quot; 
20751 (^R in the message body) and &quot;Attach File&quot; (^J in the header) 
20752 commands.  It specifies
20753 a Unix program name, and any necessary command line arguments, that Alpine can
20754 use to transfer files from your personal computer into messages that you are
20755 composing.<P>
20757 <B>Note:</B> this facility is intended for use with serial line transfer 
20758 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
20759 to work with TCP/IP file transfer programs such as ftp.<P>
20761 If a program is specified, the commands listed above are modified to offer a
20762 subcommand (^Y) to activate the transfer.  Obviously, the Unix program
20763 specified here must match the transfer program or protocol available on the
20764 personal computer.<P>
20766 Alpine expects to exchange uploaded data via a file on your Unix system.  When
20767 the specified upload program finishes, Alpine expects the uploaded data to be
20768 contained in this file.<P>
20770 When upload is invoked via the &quot;Read File&quot; subcommand, Alpine 
20771 generates a
20772 temporary file name that it will pass to the specified Unix program.  Alpine
20773 will read the resulting uploaded text from this file and then delete it when
20774 the upload command is finished.<P>
20776 When upload is invoked via the &quot;Attach File&quot; subcommand, Alpine will 
20777 prompt
20778 you for the name of the file that is to contain the uploaded information that
20779 it is to attach.  Alpine will attach this file to the composition, but will
20780 <B>not</B> delete this file after the upload command is finished.<P>
20782 The special token &quot;_FILE_&quot; may be included among the Unix program's 
20783 command
20784 line arguments.  Alpine will replace this symbol with the name of the file
20785 being used to exchange the uploaded information.  This token allows you to
20786 position the file name where it is required in the Unix program's command
20787 line arguments.<P>
20789 If the &quot;_FILE_&quot; token is not present in the specified command, the
20790 temporary file's name is automatically appended to the specified Unix
20791 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
20792 <B>last</B> command line argument.
20793 <P><UL>
20794 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20795 </UL><P>
20796 &lt;End of help on this topic&gt;
20797 </BODY>
20798 </HTML>
20799 ====== h_config_upload_prefix ======
20800 <HTML>
20801 <HEAD>
20802 <TITLE>OPTION: <!--#echo var="VAR_upload-command-prefix"--></TITLE>
20803 </HEAD>
20804 <BODY>
20805 <H1>OPTION: <!--#echo var="VAR_upload-command-prefix"--></H1>
20807 This option is used in conjunction with the <!--#echo var="VAR_upload-command"--> option.
20808 It defines text to be written to the terminal emulator (via standard output)
20809 immediately prior to starting upload command.  This is useful for
20810 integrated serial line file transfer agents that permit command passing
20811 (e.g., Kermit's APC method).<P>
20813 The special token &quot;_FILE_&quot; may be included in the string specification.
20814 That symbol will be replaced with the (Alpine-created) name of the temporary
20815 file in which Alpine will expect to find the uploaded file.
20816 <P><UL>
20817 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20818 </UL><P>
20819 &lt;End of help on this topic&gt;
20820 </BODY>
20821 </HTML>
20822 ====== h_config_download_cmd ======
20823 <HTML>
20824 <HEAD>
20825 <TITLE>OPTION: <!--#echo var="VAR_download-command"--></TITLE>
20826 </HEAD>
20827 <BODY>
20828 <H1>OPTION: <!--#echo var="VAR_download-command"--></H1>
20830 This option affects the behavior of the Export command.  It specifies a Unix
20831 program name, and any necessary command line arguments, that Alpine can use to
20832 transfer the exported message to your personal computer's disk.<P>
20833 Note: this facility is intended for use with serial line transfer 
20834 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
20835 to work with TCP/IP file transfer programs such as ftp.<P>
20836 If a program is specified, the Export command is modified to offer a
20837 subcommand (^V) to activate the transfer (in lieu of saving it to
20838  the machine where Alpine is running).  Obviously, the Unix program
20839 specified here must match the transfer program or protocol available on the
20840 personal computer.<P>
20842 When this subcommand is selected and before Alpine invokes the specified Unix
20843 program, Alpine will create a temporary file containing the text of the
20844 exported message.  Alpine uses this file to pass the exported message text to
20845 the specified Unix program.<P>
20847 The special token &quot;_FILE_&quot; may be included among the Unix program's command
20848 line arguments.  Alpine will replace this symbol with the temporary file's name
20849 before executing the Unix program.  This token allows you to position the
20850 file name where it is required in the Unix program's command line arguments.
20852 If the &quot;_FILE_&quot; token is not present in the specified command, the
20853 temporary file's name is automatically appended to the specified Unix
20854 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
20855 <B>last</B> command line argument.
20856 <P><UL>
20857 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20858 </UL><P>
20859 &lt;End of help on this topic&gt;
20860 </BODY>
20861 </HTML>
20862 ====== h_config_download_prefix ======
20863 <HTML>
20864 <HEAD>
20865 <TITLE>OPTION: <!--#echo var="VAR_download-command-prefix"--></TITLE>
20866 </HEAD>
20867 <BODY>
20868 <H1>OPTION: <!--#echo var="VAR_download-command-prefix"--></H1>
20870 This option is used in conjunction with the <!--#echo var="VAR_download-command"--> option.
20871 It defines text to be written to the terminal emulator (via standard output)
20872 immediately prior to starting the download command.  This is useful for
20873 integrated serial line file transfer agents that permit command passing
20874 (e.g., Kermit's APC method).
20876 The special token &quot;_FILE_&quot; may be included in the string 
20877 specification.
20878 That symbol will be replaced with the (Alpine-created) name of the temporary
20879 file into which Alpine will place the message to be downloaded.
20880 <P><UL>
20881 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20882 </UL><P>
20883 &lt;End of help on this topic&gt;
20884 </BODY>
20885 </HTML>
20886 ====== h_config_mailcap_path ======
20887 <HTML>
20888 <HEAD>
20889 <TITLE>OPTION: <!--#echo var="VAR_mailcap-search-path"--></TITLE>
20890 </HEAD>
20891 <BODY>
20892 <H1>OPTION: <!--#echo var="VAR_mailcap-search-path"--></H1>
20893 This variable is used to replace Alpine's default mailcap file search path.
20894 It takes one or more file names (full paths must be specified) in which to
20895 look for mail capability data.  The default search path can be found in this
20896 <A HREF="h_news_config">Alpine Configuration</A> help, near the bottom.
20897 If there is more than one file name listed, list members should be delimited
20898 by 
20899 <!--chtml if pinemode="os_windows"-->
20900 a semi-colon (;) under Windows; for example:<PRE>
20901         C:&#92;MYCONFIG&#92;MAILCAP.TXT;H:&#92;NETCONFIG&#92;MAILCAP.TXT
20902 </PRE>
20903 <!--chtml else-->
20904 a colon (:) under UNIX; for example:<PRE>
20905         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
20906 </PRE>
20907 <!--chtml endif-->
20908 <P><UL>
20909 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20910 </UL>
20912 &lt;End of help on this topic&gt;
20913 </BODY>
20914 </HTML>
20915 ====== h_config_mimetype_path ======
20916 <HTML>
20917 <HEAD>
20918 <TITLE>OPTION: <!--#echo var="VAR_mimetype-search-path"--></TITLE>
20919 </HEAD>
20920 <BODY>
20921 <H1>OPTION: <!--#echo var="VAR_mimetype-search-path"--></H1>
20923 This variable is used to replace Alpine's default mime.types file search path.
20924 It takes one or more file names (full paths must be specified) in which to
20925 look for file-name-extension to MIME type mapping data.  The default search
20926 path can be found in this
20927 <A HREF="h_news_config">Alpine Configuration</A> help.
20931 If there is more than one file name listed, list members should be delimited
20932 by a colon (:) under UNIX and a semi-colon (;) under Windows.
20934 &lt;End of help on this topic&gt;
20935 </BODY></HTML>
20936 ====== h_config_set_att_ansi ======
20937 <HTML><HEAD>
20938 <TITLE>OPTION: Set printer to attached ansi printer</TITLE>
20939 </HEAD>
20940 <BODY>
20941 <H1>OPTION: Set printer to attached ansi printer</H1>
20943 Type "S" to set your printer to "attached-to-ansi".<BR>
20944 It is OK to include "attached-to-ansi" in your personal list below.
20946 &lt;End of help on this topic&gt;
20947 </BODY></HTML>
20948 ====== h_config_set_att_ansi2 ======
20949 <HTML><HEAD>
20950 <TITLE>OPTION: Set printer to attached ansi printer (no formfeed)</TITLE>
20951 </HEAD>
20952 <BODY>
20953 <H1>OPTION: Set printer to attached ansi printer (no formfeed)</H1>
20955 Type "S" to set your printer to "attached-to-ansi-no-formfeed".<BR>
20956 It is OK to include "attached-to-ansi-no-formfeed" in your personal
20957 list below.
20961 This is the same as the "attached-to-ansi" option except that a
20962 formfeed character will not be appended to the end of the print job.
20963 If your printer already ejects the paper by itself at the end of the
20964 job, you may prefer the "no-formfeed" form of this printer so that you
20965 don't get an extra blank page between print jobs.
20968 &lt;End of help on this topic&gt;
20969 </BODY></HTML>
20970 ====== h_config_set_att_wyse ======
20971 <HTML><HEAD>
20972 <TITLE>OPTION: Set printer to attached Wyse60 printer</TITLE>
20973 </HEAD>
20974 <BODY>
20975 <H1>OPTION: Set printer to attached Wyse60 printer</H1>
20977 Type "S" to set your printer to "attached-to-wyse".<BR>
20978 It is OK to include "attached-to-wyse" in your personal list below.
20980 This is very similar to "attached-to-ansi".
20981 The only difference is in the control characters sent to turn the printer
20982 on and off.
20983 The ansi version of the printer uses ESC LEFT_BRACKET 5 i
20984 to turn on the printer and ESC LEFT_BRACKET 4 i
20985 to turn it off.
20986 The Wyse version uses Ctrl-R for on, and Ctrl-T for off.
20987 &lt;End of help on this topic&gt;
20988 </BODY></HTML>
20989 ====== h_config_set_att_wyse2 ======
20990 <HTML><HEAD>
20991 <TITLE>OPTION: Set printer to attached Wyse60 printer (no formfeed)</TITLE>
20992 </HEAD>
20993 <BODY>
20994 <H1>OPTION: Set printer to attached Wyse60 printer (no formfeed)</H1>
20996 Type "S" to set your printer to "attached-to-wyse-no-formfeed".<BR>
20997 It is OK to include "attached-to-wyse-no-formfeed" in your personal
20998 list below.
21002 This is the same as the "attached-to-wyse" option except that a
21003 formfeed character will not be appended to the end of the print job.
21004 If your printer already ejects the paper by itself at the end of the
21005 job, you may prefer the "no-formfeed" form of this printer so that you
21006 don't get an extra blank page between print jobs.
21009 &lt;End of help on this topic&gt;
21010 </BODY></HTML>
21011 ====== h_config_set_stand_print ======
21012 <HTML>
21013 <HEAD>
21014 <TITLE>OPTION: Set default printer</TITLE>
21015 </HEAD>
21016 <H1>OPTION: Set default printer</H1>
21017 <BODY>
21018 Move to the printer you want and type "S" to set it to be your
21019 default printer.  This list is not modifiable by you and has been
21020 set up by the system administrators.  If there is more than one printer
21021 listed in the Command List, you will be able to cycle through that
21022 whole list at the time you print, starting with your default.
21023 It is OK to include entries from this Standard list in your personal
21024 list below.
21026 &lt;End of help on this topic&gt;
21027 </BODY>
21028 </HTML>
21029 ====== h_config_set_custom_print ======
21030 <HTML>
21031 <HEAD>
21032 <TITLE>OPTION: Set default printer</TITLE>
21033 </HEAD>
21034 <H1>OPTION: Set default printer</H1>
21035 <BODY>
21036 You may add as many print commands as you want to your personal list.
21037 Specify one of them as your default printer by moving to the printer
21038 you want and typing "S".  If there is more than one printer listed
21039 in the Command List, you will be able to cycle through that list at
21040 the time you print, starting with your default.  It is OK to include
21041 entries from the Standard list above or to include the command
21042 "attached-to-ansi", "attached-to-ansi-no-formfeed", "attached-to-wyse", or
21043 "attached-to-wyse-no-formfeed" as one of the entries here.
21045 &lt;End of help on this topic&gt;
21046 </BODY>
21047 </HTML>
21048 ====== h_config_user_id =====
21049 <HTML>
21050 <HEAD>
21051 <TITLE>OPTION: <!--#echo var="VAR_user-id"--></TITLE>
21052 </HEAD>
21053 <BODY>
21054 <H1>OPTION: <!--#echo var="VAR_user-id"--></H1>
21056 This value is used as part of the "From" address on messages you send.
21057 It is also the default login name for remote IMAP server access.  Set this
21058 to the username part you want to appear on outgoing email.
21060 If you want to change the value of what gets included in the From header
21061 in messages you send (other than just the User ID)
21062 look <A HREF="h_config_change_your_from">here</A> for a description.
21064 <P><UL>   
21065 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21066 </UL><P>
21067 &lt;End of help on this topic&gt;
21068 </BODY>
21069 </HTML>
21070 ====== h_config_user_dom =====
21071 <HTML>
21072 <HEAD>
21073 <TITLE>OPTION: <!--#echo var="VAR_user-domain"--></TITLE>
21074 </HEAD>
21075 <BODY>
21076 <H1>OPTION: <!--#echo var="VAR_user-domain"--></H1>
21078 This value specifies the domain part (right-hand side) of your return
21079 address on outgoing email and is also used as the default domain for email
21080 composed to a local user.
21081 <!--chtml if pinemode="os_windows"-->
21082  This value is required for PC-Alpine. If you are unsure as to what this should be,
21083  contact your local help desk, system administrator, or Internet Service Provider.
21084 <!--chtml else-->
21085  If unset, Unix Alpine will obtain the domain from
21086  the system.  Often this value will be set for your whole site by the
21087  system administrator.<P>
21088 <!--chtml endif-->
21089 If you set this, see also the <A HREF="h_config_quell_local_lookup">
21090 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
21092 If you want to change the value of what gets included in the From header
21093 in messages you send (other than just the User Domain)
21094 look <A HREF="h_config_change_your_from">here</A> for a description.
21095 <P><UL>
21096 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21097 </UL><P>
21098 &lt;End of help on this topic&gt;
21099 </BODY>
21100 </HTML>
21101 ====== h_config_smtp_server =====
21102 <HTML>
21103 <HEAD>
21104 <TITLE>OPTION: <!--#echo var="VAR_smtp-server"--></TITLE>
21105 </HEAD>
21106 <BODY>
21107 <H1>OPTION: <!--#echo var="VAR_smtp-server"--></H1>
21108 This value specifies the name of one or more SMTP 
21109 (Simple Mail Transfer Protocol) servers for sending mail. 
21110 <!--chtml if pinemode="os_windows"-->
21111 You must have an SMTP server for use with PC-Alpine.
21112 SMTP servers are
21113 normally set up by a system administrator for use by all members of a given
21114 campus or department.
21115 Contact your local help desk to ask what SMTP
21116 servers you should use.  
21117 <!--chtml else-->
21118 Unix Alpine users may not need to set an SMTP server.
21119 Alpine will attempt to execute the program (usually sendmail) that is used
21120 to insert mail into the mail system.
21121 If this works for you, you may leave this option blank.
21122 If there is an SMTP server running on the Unix host you may be able to
21123 improve sending performance slightly by setting the SMTP server option
21124 to &quot;localhost&quot; or to the actual name of the Unix host.
21126 If the Unix host doesn't work the way Alpine was expecting you will need to
21127 set the value of this option.
21128 SMTP servers are
21129 normally set up by a system administrator for use by all members of a given
21130 campus or department.
21131 Contact your local help desk to ask what SMTP
21132 servers you should use.  
21133 <!--chtml endif-->
21135 Your SMTP server may offer SMTP AUTH authentication.
21136 It may even require it.
21137 If your SMTP server offers SMTP AUTH authentication you may specify a
21138 &quot;user&quot; name parameter to cause Alpine to attempt to authenticate.
21139 This parameter requires an associated value,
21140 the username identifier with which to establish the server
21141 connection.
21142 An example might be:
21145 <CENTER><SAMP>smtpserver.example.com/user=katie</SAMP></CENTER>
21148 If AUTH authentication is offered by the server, this will cause Alpine to
21149 attempt to use it.
21150 If AUTH authentication is not offered by the server, this will cause Alpine
21151 to fail sending with an error similar to:
21154 <CENTER><SAMP>Error: SMTP authentication not available</SAMP></CENTER>
21157 Another type of authentication that is used by some ISPs is called
21158 &quot;POP before SMTP&quot; or &quot;IMAP before SMTP&quot;,
21159 which means that you have to authenticate
21160 yourself to the POP or IMAP server by opening a mailbox before you
21161 can send mail.
21162 To do this, you usually only have to open your INBOX.
21165 You may tell Alpine to use the
21166 <A HREF="http://www.ietf.org/rfc/rfc2476.txt">Message Submission</A>
21167 port (587) instead of the SMTP port (25) by including the &quot;submit&quot;
21168 parameter
21169 in this option.
21170 At this time &quot;/submit&quot; is simply equivalent to specifying
21171 port 587, though it may imply more than that at some point in the future.
21172 Some ISPs are blocking port 25 in order to reduce the amount of spam
21173 being sent to their users.
21174 You may find that the submit option allows you to get around such a block.
21177 <CENTER><SAMP>smtpserver.example.com/submit</SAMP></CENTER>
21180 To specify any non-standard port number on the SMTP server you may follow
21181 the hostname with a colon followed by the portnumber.
21184 <CENTER><SAMP>smtpserver.example.com:12345</SAMP></CENTER>
21187 Normally, when a connection is made to the Smtp-Server Alpine will attempt
21188 to negotiate a secure (encrypted) session using Transport Layer Security (TLS).
21189 If that fails then a non-encrypted connection will be attempted instead.
21190 You may specify that a TLS connection is required if you wish.
21191 If you append &quot;/tls&quot; to the name then the connection will fail
21192 instead of falling back to a non-secure connection.
21195 <CENTER><SAMP>smtpserver.example.com/tls</SAMP></CENTER>
21199 For more details about server name possibilities see
21200 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
21203 <UL>
21204 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21205 </UL>
21207 &lt;End of help on this topic&gt;
21208 </BODY>
21209 </HTML>
21210 ====== h_config_nntp_server =====
21211 <HTML>
21212 <HEAD>
21213 <TITLE>OPTION: <!--#echo var="VAR_nntp-server"--></TITLE></HEAD>
21214 <BODY>
21215 <H1>OPTION: <!--#echo var="VAR_nntp-server"--></H1>
21217 This value specifies the name of one or more NNTP
21218 (Network News Transfer Protocol)
21219 servers for reading and posting USENET news.
21220 NNTP servers are normally
21221 set up by a system administrator for use by all members of a given campus
21222 or department.
21223 Contact your local help desk to ask what NNTP servers you should use.  
21224 <!--chtml if pinemode="os_windows"--><!--chtml else-->
21225 Often Unix Alpine users will find that this variable has been
21226 set for the whole system (and they don't have to worry about it).  
21227 <!--chtml endif-->
21228 When you define an NNTP server here, Alpine implicitly defines a news
21229 collection for you, assuming that server as the news server and assuming
21230 that you will use the NNTP protocol and a local newsrc configuration file
21231 for reading news.
21232 For more about reading news with Alpine, see
21233 <A HREF="h_reading_news">how to use Alpine to read news</A>.
21235 Your NNTP server may offer NNTP &quot;AUTHINFO SASL&quot;
21236 or &quot;AUTHINFO USER&quot; authentication.
21237 It may even require it.
21238 If your NNTP server does offer such authentication you may specify a user name
21239 parameter to cause Alpine to attempt to authenticate.
21240 The same is true for the server name in a folder collection that uses NNTP.
21241 This parameter requires an associated value,
21242 the username identifier with which to establish the server connection.
21243 An example might be:
21246 <CENTER><SAMP>nntpserver.example.com/user=katie</SAMP></CENTER>
21249 If authentication is offered by the server, this will cause Alpine to
21250 attempt to use it.
21251 If authentication is not offered by the server, this will cause Alpine
21252 to fail with an error similar to:
21255 <CENTER><SAMP>Error: NNTP authentication not available</SAMP></CENTER>
21257 For more details about the server name possibilities see
21258 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
21259 <P><UL>
21260 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21261 </UL><P>
21262 &lt;End of help on this topic&gt;
21263 </BODY>
21264 </HTML>
21265 ====== h_config_inbox_path =====
21266 <HTML>
21267 <HEAD>
21268 <TITLE>OPTION: <!--#echo var="VAR_inbox-path"--></TITLE>
21269 </HEAD>
21270 <BODY>
21271 <H1>OPTION: <!--#echo var="VAR_inbox-path"--></H1>
21273 This value overrides the default value of your INBOX name/path/location.
21274 <!--chtml if pinemode="os_windows"-->
21275 PC-Alpine users must specify an inbox path and it must be a folder on an
21276 IMAP server.  
21277 <!--chtml else-->
21278 Unix and VMS Alpine users will often find that this variable
21279 has been pre-configured by your system administrator.  
21280 <!--chtml endif-->
21281 You may be able to specify an alternate INBOX that is either a local folder 
21282 or a folder on an IMAP server.
21284 A typical remote <!--#echo var="VAR_inbox-path"--> entry would be: &#123;monet.art.example.com}INBOX
21285 where &quot;monet.art.example.com&quot; is replaced by the name of your IMAP
21286 mail server.
21288 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21289 details on the syntax of folder definitions.
21291 See <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A> if your
21292 mail is disappearing.
21293 <P><UL>
21294 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21295 </UL><P>
21296 &lt;End of help on this topic&gt;
21297 </BODY>
21298 </HTML>
21299 ====== h_config_change_your_from =====
21300 <HTML>
21301 <HEAD>
21302 <TITLE>How to Change your From Address</TITLE>
21303 </HEAD>
21304 <BODY>
21305 <H1>How to Change your From Address</H1>
21307 If the From address that Alpine includes in mail that you send is not correct,
21308 you may want to configure a different default value for the From address.
21309 You may follow these directions to change the default:
21312 <UL>
21313   <LI> Go to the Main Alpine Menu
21314   <LI> From there type the Setup Command
21315   <LI> From there type the Config Command
21316 </UL>
21319 You've probably already seen this SETUP CONFIGURATION screen.
21320 If not, there are many options you may want to set here.
21321 To set the value of the From header you may use the
21322 <A href="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> option.
21323 Find it by scrolling down a few pages or use the WhereIs command to
21324 search for &quot;customized&quot;.
21325 You may want to read the help text associated with the option.
21327 To add a custom From header, type the Add command and enter the
21328 full header line, including the leading &quot;From:&nbsp;&quot;.
21329 For example:
21331 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
21333 Now exit the Setup command and try sending mail to yourself to see
21334 what the From line looks like.
21336 When you are in the composer you may edit the custom From line by typing
21337 Ctrl-R while your cursor is in the headers of the message and then moving
21338 to the From line and editing.
21339 If you want to leave the default value the same but add the possibility
21340 of being able to edit the header when you compose, add just the header
21341 name without a value.
21342 For example:
21344 <CENTER><SAMP>From:</SAMP></CENTER>
21346 If you change your From address you may also find it useful to add the
21347 changed From address to the
21348 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
21349 configuration option.
21351 <UL>   
21352 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21353 </UL><P>
21354 &lt;End of help on this topic&gt;
21355 </BODY>
21356 </HTML>
21357 ====== h_config_default_fcc =====
21358 <HTML>
21359 <HEAD>
21360 <TITLE>OPTION: <!--#echo var="VAR_default-fcc"--></TITLE>
21361 </HEAD>
21362 <BODY>
21363 <H1>OPTION: <!--#echo var="VAR_default-fcc"--></H1>
21365 This value specifies where a copy of outgoing mail should be saved.  If
21366 this is not a path name, it will be in the default collection for saves.
21367 Any valid folder specification, local or IMAP, is allowed.  This default
21368 folder carbon copy only applies when the 
21369 <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A> 
21370 is set to use the default folder.  
21371 <!--chtml if pinemode="os_windows"-->
21372 PC-Alpine default is &quot;SENTMAIL&quot; (normally stored as SENTMAIL.MTX)
21373 <!--chtml else-->
21374 Unix Alpine default
21375 is normally &quot;sent-mail&quot; in the default folder collection. 
21376 <!--chtml endif-->
21378 If you access your email through an IMAP server, especially if you often switch between Unix Alpine
21379 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on your
21380 IMAP server (remember that in order to later access this remote folder through Alpine, it
21381 must be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
21382 for more information). An example:<p>
21383 <CENTER><SAMP>{monet.art.example.com}mail/sent-mail</SAMP></CENTER>
21385 To suppress saving of outgoing mail, set: <!--#echo var="VAR_default-fcc"-->=&quot;&quot;
21387 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21388 details on the syntax of folder definitions.
21390 <UL>   
21391 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21392 </UL><P>
21393 &lt;End of help on this topic&gt;
21394 </BODY>
21395 </HTML>
21396 ====== h_config_def_save_folder =====
21397 <HTML>
21398 <HEAD>
21399 <TITLE>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></TITLE>
21400 </HEAD>
21401 <BODY>
21402 <H1>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></H1>
21404 This option determines the default folder name for save-message operations 
21405 (&quot;saves&quot;).
21407 If this is not a path name, it will be in the default collection for saves.
21408 Any valid folder specification, local or IMAP, is allowed.  This default
21409 folder only applies when the
21410 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
21411 doesn't override it.  
21412 <!--chtml if pinemode="os_windows"-->
21413 PC-Alpine default is &quot;SAVEMAIL&quot; (normally stored as SAVEMAIL.MTX).
21414 <!--chtml else-->
21415 Unix Alpine default
21416 is normally &quot;saved-messages&quot; in the default folder collection.
21417 <!--chtml endif-->
21418 If you access your email through an IMAP server, especially if you often switch between Unix
21419 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on an
21420 IMAP server (remember that in order to later access this remote folder through Alpine, it
21421 should be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
21422 for more information). An example:<p>
21423 <CENTER><SAMP>{monet.art.example.com}mail/saved-messages</SAMP></CENTER>
21425 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21426 details on the syntax of folder definitions.
21428 <UL>   
21429 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21430 </UL><P>
21431 &lt;End of help on this topic&gt;
21432 </BODY>
21433 </HTML>
21434 ====== h_config_postponed_folder =====
21435 <HTML>
21436 <HEAD>
21437 <TITLE>OPTION: <!--#echo var="VAR_postponed-folder"--></TITLE>
21438 </HEAD>
21439 <BODY>
21440 <H1>OPTION: <!--#echo var="VAR_postponed-folder"--></H1>
21442 This value overrides the default name for the folder where postponed
21443 messages are saved.  If this is not a path name, it will be in the default
21444 collection for message Saves.  Any valid folder specification, local or
21445 remote, is allowed. 
21446 PC-Alpine default
21447 is &quot;POSTPOND&quot; (stored as POSTPOND.MTX).
21448 The Unix Alpine default is normally &quot;postponed-msgs&quot;
21449 in the default collection. 
21451 Tip: If you are using different installations of (PC-)Alpine -- for example, PC-Alpine on your personal
21452 computer at home, and Unix Alpine on campus -- you can postpone a composition begun with one Alpine and
21453 resume it later with the other if you set this option to the <B>same folder on the same IMAP host</B>
21454 in all Alpine copies you use. 
21455 (Remember that in order to later access this remote folder through Alpine, it must be in a folder
21456 collection. See <A HREF="h_what_are_collections">Folder Collections Extensions Explained</a>
21457 for more information). An
21458 example:<p> 
21459 <CENTER><SAMP>{monet.art.example.com}mail/postponed-msgs</SAMP></CENTER>
21461 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21462 details on the syntax of folder definitions.
21464 <UL>   
21465 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21466 </UL><P>
21467 &lt;End of help on this topic&gt;
21468 </BODY>
21469 </HTML>
21470 ====== h_config_read_message_folder =====
21471 <HTML>
21472 <HEAD>
21473 <TITLE>OPTION: <!--#echo var="VAR_read-message-folder"--></TITLE>
21474 </HEAD>
21475 <BODY>
21476 <H1>OPTION: <!--#echo var="VAR_read-message-folder"--></H1>
21478 By virtue of specifying a folder name here, Alpine will be configured to
21479 save all messages that you have read during a session into the designated
21480 &quot;read messages&quot; folder.  This allows you to more easily distinguish
21481 between your really new email (in your INBOX) and those that you have
21482 already read.  Depending on how you define the 
21483 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
21484 setting, you may or may not be asked when you quit
21485 Alpine if you want read messages to be moved to this folder.  In either
21486 case, moving the messages means they will be deleted from your INBOX.
21488 If this is not a path name, it will be in the default collection for
21489 saves.  Any valid folder specification, local or remote (via IMAP), is
21490 allowed.  There is no default for the name of the read message folder.
21492 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21493 details on the syntax of folder definitions.
21495 <UL>   
21496 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21497 </UL><P>
21498 &lt;End of help on this topic&gt;
21499 </BODY>
21500 </HTML>
21501 ====== h_config_form_folder =====
21502 <HTML>
21503 <HEAD>
21504 <TITLE>OPTION: <!--#echo var="VAR_form-letter-folder"--></TITLE>
21505 </HEAD>
21506 <BODY>
21507 <H1>OPTION: <!--#echo var="VAR_form-letter-folder"--></H1>
21509 A &quot;<!--#echo var="VAR_form-letter-folder"-->&quot; is a mail folder that is intended to
21510 contain messages that you have composed and that are intended to be
21511 sent in their original form repeatedly.
21514 Setting this variable will alter Alpine's usual behavior when you
21515 execute the Compose command.  Normally, Alpine offers a chance to
21516 continue a postponed or interrupted message should one or the other
21517 exist.  When this variable is set to a folder name that exists, Alpine
21518 will also offer the chance to select a message from the folder to
21519 insert into the composer (much like when continuing a postponed message).
21520 The difference, however, is that Alpine will not automatically delete
21521 the selected message from the Form Letter Folder.
21523 Setting this variable will also affect Alpine's behavior when you
21524 Postpone a message from the composer.  Normally, Alpine simply stashes
21525 the message away in your
21526 &quot;<A HREF="h_config_postponed_folder"><!--#echo var="VAR_postponed-folder"--></A>&quot;.
21527 Regardless of the specified folder's existence, Alpine will ask which
21528 folder you intend the message to be stored in.  Choose the
21529 &quot;F&quot; option to store the message in your Form Letter Folder.
21530 This is the most common way to add a message to the folder.
21533 Another method of adding messages to the folder is via the Alpine
21534 composer's <SAMP>Fcc:</SAMP> field.  If you are sending a message that
21535 you expect to send in the same form again, you can enter the Form
21536 Letter Folder's name in this field.  Alpine, as usual, will copy the
21537 message as it's sent.  Note, when you later select this message from 
21538 your Form Letter Folder, it will have the same recipients as the original
21539 message.
21542 To delete a message from the Form Letter Folder, you can either select
21543 the folder from a suitable FOLDER LIST screen, or use the Delete
21544 command in the MESSAGE INDEX offered when selecting from the folder as
21545 part of the Compose command.  You can delete a Form Letter Folder just
21546 as any other folder from a suitable FOLDER LIST screen.
21549 You may find that the <A HREF="h_rules_roles">&quot;Roles&quot;</A>
21550 facility can be used
21551 to replace the Form Letter Folder.
21554 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21555 details on the syntax of folder definitions.
21558 <UL>   
21559 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21560 </UL><P>
21561 &lt;End of help on this topic&gt;
21562 </BODY>
21563 </HTML>
21564 ====== h_config_archived_folders =====
21565 <HTML>
21566 <HEAD>
21567 <TITLE>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></TITLE>
21568 </HEAD>
21569 <BODY>
21570 <H1>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></H1>
21572 This is like
21573 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>,
21574 only more general.  You may archive
21575 any of the folders in your incoming collection.  This is a list of folder
21576 pairs, with the first separated from the second in the pair by a space.
21577 The first folder in a pair is the folder you want to archive, and the
21578 second folder is the folder that read messages from the first should be
21579 moved to.  Depending on how you define the
21580 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
21581 setting, you may or may not be asked when you
21582 leave the first folder if you want read messages to be moved to the
21583 second folder.  In either case, moving the messages means they will be
21584 deleted from the first folder.
21586 The name of the first folder in each pair can be either the technical
21587 specification of the folder (like what appears in your configuration file)
21588 or (much easier) the nickname that you gave the folder when you made it
21589 an incoming folder.
21591 For example:<p>
21592 <CENTER><SAMP>{monet.art.example.com}inbox {monet.art.example.com}mail/inbox-archive</SAMP></CENTER>
21593 <p>or, using nicknames:<p>
21594 <CENTER><SAMP>inbox inbox-archive</SAMP></CENTER>
21596 If these are not path names, they will be in the default collection for
21597 saves. Any valid folder specification, local or remote (via IMAP), is
21598 allowed. There is no default.
21600 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21601 details on the syntax of folder definitions.
21603 <UL>   
21604 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21605 </UL><P>
21606 &lt;End of help on this topic&gt;
21607 </BODY>
21608 </HTML>
21609 ====== h_config_newsrc_path ======
21610 <HTML>
21611 <HEAD>
21612 <TITLE>OPTION: <!--#echo var="VAR_newsrc-path"--></TITLE>
21613 </HEAD>
21614 <BODY>
21615 <H1>OPTION: <!--#echo var="VAR_newsrc-path"--></H1>
21617 This option overrides the default name Alpine uses for your "newsrc" news
21618 status and subscription file.  If set, Alpine will take this value as the
21619 full pathname for the desired newsrc file.<P>
21621 If this option is <B>not</B> set, 
21622 <!--chtml if pinemode="os_windows"-->
21623 PC-Alpine looks first for $HOME&#92;NEWSRC (where $HOME defaults to the root
21624 of the current drive, e.g. &quot;C:&#92;&quot;) and then it looks in the same
21625 directory as your pinerc file for NEWSRC.
21626 <!--chtml else-->
21627 Unix Alpine looks for the file ~/.newsrc (that is, the file named .newsrc in 
21628 your account's home directory).
21629 <!--chtml endif-->
21630 <P><UL>
21631 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21632 </UL>
21634 &lt;End of help on this topic&gt;
21635 </BODY>
21636 </HTML>
21637 ====== h_config_literal_sig =====
21638 <HTML>
21639 <HEAD>
21640 <TITLE>OPTION: <!--#echo var="VAR_literal-signature"--></TITLE>
21641 </HEAD>
21642 <BODY>
21643 <H1>OPTION: <!--#echo var="VAR_literal-signature"--></H1>
21645 With this option your actual signature, as opposed to
21646 the name of a file containing your signature,
21647 is stored in the Alpine configuration file.
21648 If this is defined it takes precedence over the <!--#echo var="VAR_signature-file"--> option.
21651 This is simply a different way to store the signature.
21652 The signature is stored inside your Alpine configuration file instead of in
21653 a separate file.
21654 Tokens work the same way they do with the
21655 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A> so look there for
21656 help.
21659 The Setup/Signature command on Alpine's MAIN MENU will edit
21660 the &quot;<!--#echo var="VAR_literal-signature"-->&quot; by default.  However, if no
21661 &quot;<!--#echo var="VAR_literal-signature"-->&quot; is defined and the file named in the
21662 &quot;<!--#echo var="VAR_signature-file"-->&quot; option exists, then the latter will be used
21663 instead.
21666 The two character sequence &#92;n (backslash followed by
21667 the character n) will be used to signify a line-break in your signature.
21668 You don't have to enter the &#92;n, but it will be visible in the
21669 SETUP CONFIGURATION window after you are done editing the signature.
21672 <UL>   
21673 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21674 </UL><P>
21675 &lt;End of help on this topic&gt;
21676 </BODY>
21677 </HTML>
21678 ====== h_config_signature_file =====
21679 <HTML>
21680 <HEAD>
21681 <TITLE>OPTION: <!--#echo var="VAR_signature-file"--></TITLE>
21682 </HEAD>
21683 <BODY>
21684 <H1>OPTION: <!--#echo var="VAR_signature-file"--></H1>
21686 If a <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined,
21687 then this &quot;<!--#echo var="VAR_signature-file"-->&quot; option will be ignored.
21688 You can tell that that is the case because the value of the
21689 &quot;<!--#echo var="VAR_signature-file"-->&quot; will show up as
21691 <CENTER><SAMP>&lt;Ignored: using <!--#echo var="VAR_literal-signature"--> instead&gt;</SAMP></CENTER>
21693 You may either use all Literal Signatures (signatures stored in your
21694 configuration file) throughout Alpine, or all signature files.
21695 You can't mix the two.
21697 This is the name of a file that will be automatically inserted into
21698 outgoing messages.
21699 It typically contains information such as your
21700 name, email address and organizational affiliation.
21701 Alpine adds the
21702 signature into the message as soon as you enter the composer so you
21703 can choose to remove it or edit it on a message by message basis.
21704 Signature file placement in message replies is controlled by the
21705 &quot;<A HREF="h_config_sig_at_bottom"><!--#echo var="FEAT_signature-at-bottom"--></A>&quot;
21706 setting in the feature list.
21709 The default file name is
21710 <!--chtml if pinemode="os_windows"-->
21711 &quot;PINE.SIG&quot; in the same directory as your PINERC file if your
21712 PINERC file is a local file.
21713 If your PINERC file is remote, then it will be in the directory specified
21714 by the &quot;-aux local_directory&quot; command line option.
21715 <!--chtml else-->
21716 &quot;.signature&quot;.
21717 <!--chtml endif-->
21720 To create or edit your signature file choose Setup from the MAIN MENU
21721 and then select S for Signature (Main/Setup/Signature).  This puts you
21722 into the Signature Editor where you can enter a <EM>few</EM> lines of
21723 text containing your identity and affiliation.
21726 If the filename is followed by a vertical bar (|) then instead
21727 of reading the contents of the file the file is assumed to be a
21728 program that will produce the text to be used on its standard output.
21729 The program can't have any arguments and doesn't receive any input from Alpine,
21730 but the rest of the processing works as if the contents came from a file.
21733 Instead of storing the data in a local file, the
21734 signature data may be stored remotely in an IMAP folder.
21735 In order to do this, 
21736 you must use a remote name for the file.
21737 A remote <!--#echo var="VAR_signature-file"--> name might look like:
21739 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/signature</SAMP></CENTER>
21742 The syntax used here is the same as the syntax used for remote configuration
21743 files from the command line.
21744 Note that you may not access an existing signature file remotely,
21745 you have to create a new <EM>folder</EM> that contains the signature data.
21746 If the name you use here for the signature file is a remote name, then when
21747 you edit the file from the Setup/Signature command the data will be stored
21748 remotely in the folder.
21749 You aren't required to do anything special to create the folder, it
21750 gets created automatically if you use a remote name.
21753 Besides regular text, the signature file may also contain
21754 (or a signature program may produce) tokens that
21755 are replaced with text that usually depends on the message you are replying
21756 to or forwarding.
21757 For example, if the signature file contains the token
21759 <CENTER><SAMP>_DATE_</SAMP></CENTER>
21761 anywhere in the text, then that token is replaced by the date
21762 the message you are replying to or forwarding was sent.
21763 If it contains
21765 <CENTER><SAMP>_CURDATE_</SAMP></CENTER>
21767 that is replaced with the current date.
21768 The first is an example of a token that depends on the message you
21769 are replying to (or forwarding) and the second is an example which
21770 doesn't depend on anything other than the current date.
21771 You have to be a little careful with this facility since tokens that
21772 depend on the message you are replying to or forwarding will be replaced
21773 by nothing in the case where you are composing a new message from scratch.
21774 The use of <A HREF="h_rules_roles">&quot;roles&quot;</A> may help you
21775 in this respect.
21776 It allows you to use different signature files in different cases.
21779 The list of tokens available for use in the signature file is
21780 <A HREF="h_index_tokens">here</A>.
21783 Instead of, or along with the use of &quot;roles&quot; to give you
21784 different signature files in different situations, there is also
21785 a way to conditionally include text based
21786 on whether or not a token would result in specific replacement text.
21787 For example, you could include some text based on whether or not
21788 the _NEWS_ token would result in any newsgroups if it was used.
21789 This is explained in detail
21790 <A HREF="h_reply_token_conditionals">here</A>.
21791 This isn't for the faint of heart.
21793 In the very unlikely event that you want to include a literal token
21794 in the signature you must precede it with a backslash character.
21795 For example,
21797 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
21799 would produce something like
21801 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
21803 It is not possible to have a literal backslash followed by an expanded token.
21805 An alternate method for storing the signature data is available by using the
21806 <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> configuration option.
21807 This variable will be used by default.
21809 <UL>   
21810 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21811 </UL><P>
21812 &lt;End of help on this topic&gt;
21813 </BODY>
21814 </HTML>
21815 ====== h_config_init_cmd_list =====
21816 <HTML>
21817 <HEAD>
21818 <TITLE>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></TITLE>
21819 </HEAD>
21820 <BODY>
21821 <H1>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></H1>
21823 The initial keystroke--or command--list option lets you start Alpine at
21824 any place you like.
21825 Whatever keystrokes you specify here will be executed
21826 by Alpine upon startup as a macro.
21827 The words SPACE, TAB, DOWN, UP, LEFT, and
21828 RIGHT indicate the pressing of those keys.
21829 CR indicates the pressing of the RETURN key.
21830 F1 through F12 represent the function keys, and ^ followed
21831 by a character indicates that key pressed along with the control key (in
21832 other words, ^P means Ctrl-P).
21833 As a shortcut notation, an element of the list may be several characters
21834 surrounded by double-quotes (").
21835 That will be expanded into the individual keystrokes
21836 (excluding the double-quote characters).
21837 For example, the quoted-string
21839 <P><CENTER>"ABC"</CENTER>
21842 is interpreted the same as the three separate list members
21844 <P><CENTER>A and B and C</CENTER>
21847 which is also the same as
21849 <P><CENTER>A,B,C</CENTER>
21852 An example: To view message 1 on startup,
21853 you could use an <!--#echo var="VAR_initial-keystroke-list"--> equal to
21855 <P><CENTER>I,J,1,CR,V</CENTER>
21858 An equivalent version of this is
21860 <P><CENTER>"IJ1",CR,V</CENTER>
21863 Restrictions: You cannot pre-type into the composer with the initial
21864 keystroke list, and you cannot mix function key commands with letter
21865 commands.
21867 <P><UL>   
21868 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21869 </UL>
21871 &lt;End of help on this topic&gt;
21872 </BODY>
21873 </HTML>
21874 ====== h_config_comp_hdrs =====
21875 <html>
21876 <header>
21877 <title>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></title>
21878 </header>
21879 <body>
21880 <h1>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></h1>
21882 You can control which headers you want visible when composing outgoing
21883 email using this option.
21884 You can specify any of the regular set, any
21885 <A HREF="h_compose_richhdr">Rich Header</A>,
21886 or any <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
21887 that you have already defined.
21888 If you use this setting at all, you must specify all the
21889 headers you want to see, you can't just add to the regular header set.
21890 The default set is To:, Cc:, Attchmnt:, and Subject:.<p>
21892 Note that the "Newsgroups:" header will be abbreviated in the Composer
21893 display, but should be spelled out in full here.<p>
21894 <UL>   
21895 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21896 </UL><P>
21897 &lt;End of help on this topic&gt;
21898 </body>
21899 </html>
21900 ====== h_config_custom_hdrs =====
21901 <HTML>
21902 <HEAD>
21903 <TITLE>OPTION: <!--#echo var="VAR_customized-hdrs"--></TITLE>
21904 </HEAD>
21905 <BODY>
21906 <H1>OPTION: <!--#echo var="VAR_customized-hdrs"--></H1>
21908 You may add your own custom headers to outgoing messages.
21909 Each header you specify here must include the header tag 
21910 (<A HREF="h_composer_reply_to">Reply-To:</A>, Approved:, etc.)
21911 and may optionally include a value for that header.
21912 If you want to see these custom headers each time you compose a message,
21913 you must add them to your
21914 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> list, 
21915 otherwise they become part
21916 of the rich header set that you only see when you press the
21917 <A HREF="h_compose_richhdr">Rich Header</A>
21918 <!--chtml if pinemode="function_key"-->(F5)
21919 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
21920 (If you are looking for a way to change which headers are <EM>displayed</EM>
21921 when you view a message, take a look at the
21922 <A HREF="h_config_viewer_headers"><!--#echo var="VAR_viewer-hdrs"--></A>
21923 option instead.)
21924 Here's an example that shows how you might set your From address
21926 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
21928 and another showing how you might set a Reply-To address
21930 <CENTER><SAMP>Reply-To: user@example.com</SAMP></CENTER>
21932 You may also set non-standard header values here.
21933 For example, you could add
21935 <CENTER><SAMP>Organization: My Organization Name</SAMP></CENTER>
21937 or even
21939 <CENTER><SAMP>X-Favorite-Colors: Purple and Gold</SAMP></CENTER>
21941 If you include a value after the colon then that header will be included
21942 in your outgoing messages unless you delete it before sending.
21943 If a header in the <!--#echo var="VAR_customized-hdrs"--> list has only a tag but no value, then
21944 it will not be included in outgoing messages unless you edit a value
21945 in manually.
21946 For example, if
21948 <CENTER><SAMP>Reply-To:</SAMP></CENTER>
21950 is in the list, then the Reply-To header will be available for editing
21951 but won't be included unless a value is added while in the composer.
21953 It's actually a little more complicated than that.
21954 The values of headers that you set with the <!--#echo var="VAR_customized-hdrs"--> option are
21955 defaults.
21956 If the message you are about to compose already has a value for a header,
21957 that value is used instead of a value from your <!--#echo var="VAR_customized-hdrs"-->.
21958 For example, if you are Replying to a message the Subject field
21959 will already be filled in.
21960 In that case, if the <!--#echo var="VAR_customized-hdrs"--> list contains a Subject line, the
21961 custom subject will <EM>NOT</EM> be used.
21962 The subject derived from the subject of the message you are Replying
21963 to will be used instead.
21965 It is also possible to make header setting even more complicated and more
21966 automatic by using
21967 <A HREF="h_rules_roles">Roles</A>,
21968 but if all you want to do is set a default value for a header, you don't
21969 need to think about Roles.
21971 If you change your From address you may also find it useful to add the
21972 changed From address to the
21973 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
21974 configuration option.
21976 Limitation: Because commas are used to separate the list of
21977 <!--#echo var="VAR_customized-hdrs"-->, it is not possible to have the value of a
21978 header contain a comma.
21979 Nor is there currently an &quot;escape&quot; mechanism provided
21980 to make this work.
21981 <P><UL>
21982 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21983 </UL>
21985 &lt;End of help on this topic&gt;
21986 </BODY>
21987 </HTML>
21988 ====== h_config_viewer_headers =====
21989 <HTML>
21990 <HEAD>
21991 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdrs"--></TITLE>
21992 </HEAD>
21993 <BODY>
21994 <H1>OPTION: <!--#echo var="VAR_viewer-hdrs"--></H1>
21996 You may change the default list of headers that are viewed by listing
21997 the headers you want to view here.  If the headers in your
21998 &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list are present in the message, then they
21999 will be shown.  The order of the headers you list will be honored.  If
22000 the special value &quot;all-except&quot; is included as the first
22001 header in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list, then all headers in the
22002 message except those in the list will be shown.  The values are all
22003 case insensitive.
22006 Note that once you put anything in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list,
22007 then the original default headers are ignored.  So, if you just wanted
22008 to add the header Organization to the list, you would have to list
22009 Organization plus all of the other headers originally in the default
22010 list.  If you just included Organization and nothing else, then you
22011 would see only the Organization header, nothing else.
22014 The default list of headers includes:
22015 <UL>
22016   <LI>From
22017   <LI>Resent-From
22018   <LI>To
22019   <LI>Resent-To
22020   <LI>Cc
22021   <LI>Resent-cc
22022   <LI>Bcc
22023   <LI>Newsgroups
22024   <LI>Followup-To
22025   <LI>Date
22026   <LI>Resent-Date
22027   <LI>Subject
22028   <LI>Resent-Subject
22029   <LI>Reply-To
22030 </UL>
22033 If you are looking for a way to control which headers are included in
22034 outgoing mail and are visible or not in the composer, take a look at the
22035 options
22036 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22037 and <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> instead of
22038 this option.
22040 <UL>   
22041 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22042 </UL><P>
22043 &lt;End of help on this topic&gt;
22044 </BODY>
22045 </HTML>
22046 ====== h_config_viewer_margin_left =====
22047 <HTML>
22048 <HEAD>
22049 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-left"--></TITLE>
22050 </HEAD>
22051 <BODY>
22052 <H1>OPTION: <!--#echo var="VAR_viewer-margin-left"--></H1>
22054 This variable controls the left-hand vertical margin's width in
22055 Alpine's Message Viewing screen.
22056 Its value is the number of space characters preceding each displayed line.
22057 For consistency with
22058 <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>,
22059 you may specify the column number to start in
22060 (column numbering begins with number 1)
22061 instead of the width of the margin by appending a lower case letter
22062 &quot;c&quot; to the number.
22063 For example, a value of &quot;2c&quot; means to start the text in column two,
22064 which is entirely equivalent to a value of &quot;1&quot;, which means to
22065 leave a margin of 1 space.
22067 The default is a left margin of 0 (zero).
22068 Misconfigurations (for example, negative values or values with starting
22069 left columns greater than the ending right column)
22070 are silently ignored.
22071 If the number of columns for text between the <!--#echo var="VAR_viewer-margin-left"--> and
22072 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22073 instead.
22076 &lt;End of help on this topic&gt;
22077 </BODY>
22078 </HTML>
22079 ====== h_config_viewer_margin_right =====
22080 <HTML>
22081 <HEAD>
22082 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-right"--></TITLE>
22083 </HEAD>
22084 <BODY>
22085 <H1>OPTION: <!--#echo var="VAR_viewer-margin-right"--></H1>
22087 This variable controls the right-hand vertical margin's width in
22088 Alpine's Message Viewing screen.
22089 Its value is the number of space characters following each displayed line.
22090 You may specify the column number to end the text in
22091 (column numbering begins with number 1)
22092 instead of the width of the margin by appending a lower case letter
22093 &quot;c&quot; to the number.
22094 For example, a value of &quot;76c&quot; means to end the text in column 76.
22095 If the screen is 80 characters wide, this is equivalent to a value
22096 of &quot;4&quot;, which means to leave a margin of 4 spaces.
22097 However, if you use different size screens at different times, then these
22098 two values are not equivalent.
22100 The default right margin is 4.
22101 Misconfigurations (for example, negative values or values with starting
22102 left columns greater than the ending right column)
22103 are silently ignored.
22104 If the number of columns for text between the
22105 <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
22106 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22107 instead.
22110 &lt;End of help on this topic&gt;
22111 </BODY>
22112 </HTML>
22113 ====== h_config_quote_suppression =====
22114 <HTML>
22115 <HEAD>
22116 <TITLE>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></TITLE>
22117 </HEAD>
22118 <BODY>
22119 <H1>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></H1>
22121 This option should be used with care.
22122 It will cause some of the quoted text to be eliminated from the
22123 display when viewing a message in the MESSAGE TEXT screen.
22124 For example, if you set the <!--#echo var="VAR_quote-suppression-threshold"--> to the
22125 value &quot;5&quot;,
22126 this will cause quoted text that is longer than five lines to be truncated.
22127 Quoted text of five or fewer consecutive lines will be displayed in its entirety.
22128 Quoted text of more than six lines will have the first five lines displayed
22129 followed by a line that looks something like
22131 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
22133 As a special case, if exactly one line of quoted text would be hidden, the
22134 entire quote will be shown instead.
22135 So for the above example, quoted text that is exactly six lines long will
22136 will be shown in its entirety.
22137 (In other words, instead of hiding a single line and adding a line
22138 that announces that one line was hidden, the line is just shown.)
22140 If the sender of a message has carefully chosen the quotes that he or she
22141 includes, hiding those quotes may change the meaning of the message.
22142 For that reason, Alpine requires that when you want to set the value of this
22143 variable to something less than four lines, you actually have to set it
22144 to the negative of that number.
22145 So if you want to set this option to &quot;3&quot;, you actually have to
22146 set it to &quot;-3&quot;.
22147 The only purpose of this is to get you to think about whether or not you
22148 really want to do this!
22149 If you want to delete all quoted text you set the value of this option
22150 to the special value &quot;-10&quot;.
22152 The legal values for this option are
22154 <TABLE>   
22155 <TR>
22156   <TD> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22157   <TD> Default, don't hide anything </TD>
22158 </TR>
22159 <TR>
22160   <TD> &nbsp;-1,-2,-3&nbsp;&nbsp; </TD>
22161   <TD> Suppress quote lines past 1, 2, or 3 lines </TD>
22162 </TR>
22163 <TR>
22164   <TD> &nbsp;4,5,6,...&nbsp; </TD>
22165   <TD> Suppress if more than that many lines </TD>
22166 </TR>
22167 <TR>
22168   <TD> &nbsp;&nbsp;&nbsp;-10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22169   <TD> Suppress all quoted lines </TD>
22170 </TR>
22171 </TABLE>
22173 If you set this option to a non-default value you may sometimes wish to
22174 view the quoted text that is not shown.
22175 When this is the case, the
22176 <A HREF="h_common_hdrmode">HdrMode Command</A>
22177 may be used to show the hidden text.
22178 Typing the &quot;H&quot; command once will show the hidden text.
22179 Typing a second &quot;H&quot; will also turn on Full Header mode.
22180 The presence or absence of the HdrMode command is determined by the
22181 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
22182 Feature-List option in your Alpine configuration, so you will want to
22183 be sure that is turned on if you use quote suppression.
22185 For the purposes of this option, a quote is a line that begins with the
22186 character &quot;&gt;&quot;.
22188 Quotes are only suppressed when displaying a message on the screen.
22189 The entire quote will be left intact when printing or forwarding or something
22190 similar.
22192 &lt;End of help on this topic&gt;
22193 </BODY>
22194 </HTML>
22195 ====== h_config_saved_msg_name_rule =====
22196 <HTML>
22197 <HEAD>
22198 <TITLE>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></TITLE>
22199 </HEAD>
22200 <BODY>
22201 <H1>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></H1>
22203 This option determines the default folder name when saving
22204 a message.
22207 The default option is &quot;default-folder&quot;, which is the folder
22208 called &quot;saved-messages&quot; in Unix Alpine and
22209 &quot;savemail&quot; in PC-Alpine.  To change the default folder, modify
22210 the Alpine option called
22211 <A HREF="h_config_def_save_folder">&quot;<!--#echo var="VAR_default-saved-msg-folder"-->&quot;</A>.
22214 Choosing any of the &quot;by-&quot; options cause Alpine to attempt to
22215 get the chosen option's value for the message being saved (or for the
22216 first message being saved if using an aggregrate save).
22217 For example, if &quot;by-from&quot; is chosen, Alpine attempts to get the
22218 value of who the message came from (i.e. the from address).
22219 Alpine then attempts to save the message to a folder matching that value.
22220 If &quot;by-from&quot; is chosen and no value is obtained, Alpine uses
22221 &quot;by-sender&quot;.
22222 The opposite is also true.
22223 If &quot;by-recipient&quot; is chosen and the message was posted to a
22224 newsgroup, Alpine will use the newsgroup name.
22225 If &quot;by-replyto&quot; is chosen and no value is obtained, Alpine uses
22226 &quot;by-from&quot;.
22229 If any of the &quot;by-realname&quot; options are chosen, Alpine will attempt
22230 to use the personal name part of the address instead of the mailbox part.
22231 If any of the &quot;by-nick&quot; options are chosen, the
22232 address is looked up in your address book and if found, the
22233 nickname for that entry is used.
22234 Only simple address book entries are checked, not distribution lists.
22235 Similarly, if any of the
22236 &quot;by-fcc&quot; options are chosen, the fcc from the corresponding
22237 address book entry is used.
22238 If by-realname, or the by-nick or by-fcc lookups result in no value,
22239 then if the chosen option ends with the &quot;then-from&quot;,
22240 &quot;then-sender&quot;, &quot;then-replyto&quot;,
22241 or &quot;then-recip&quot; suffix, Alpine
22242 reverts to the same behavior as &quot;by-from&quot;,
22243 &quot;by-sender&quot;, &quot;by-replyto&quot;, or &quot;by-recip&quot;
22244 depending on which option was specified.
22245 If the chosen option doesn't end with one of
22246 the &quot;then-&quot; suffixes, then Alpine reverts to the default
22247 folder when no match is found in the address book.
22250 Choosing the option called &quot;last-folder-used&quot;, causes Alpine
22251 to save to the folder that you saved to the last time you saved a
22252 message.  The first time you save a message in an Alpine session, Alpine
22253 attempts to save the message to the default folder.
22256 Here is an example to make some of the options clearer.
22257 If the message is From
22259 <CENTER><SAMP>Fred Flintstone &lt;flint@bedrock.org&gt;</SAMP></CENTER>
22261 and this rule is set to &quot;by-from&quot;, then the default folder offered
22262 in the save dialog would be &quot;flint&quot;.
22264 If this rule is set to &quot;by-realname-of-from&quot; then the default would
22265 be &quot;Fred Flintstone&quot;.
22267 If this rule is set to &quot;by-nick-of-from&quot; then Alpine will search
22268 for the address &quot;flint@bedrock.org&quot; in your address book.
22269 If an entry is found and it has a nickname associated with it, that nickname
22270 will be offered as the default folder.
22271 If not, the default saved message folder will be offered as the default.
22273 If this rule is set to &quot;by-fcc-of-from&quot; then Alpine will search
22274 for the address &quot;flint@bedrock.org&quot; in your address book.
22275 If an entry is found and it has an Fcc associated with it, that Fcc
22276 will be offered as the default folder.
22277 If not, the default saved message folder will be offered as the default.
22279 If this rule is set to &quot;by-nick-of-from-then-from&quot; then Alpine will search
22280 for the address &quot;flint@bedrock.org&quot; in your address book.
22281 If an entry is found and it has a nickname associated with it, that nickname
22282 will be offered as the default folder.
22283 If it is not found (or has no nickname) then the default offered will be
22284 the same as it would be for the &quot;by-from&quot; rule.
22285 That is, it would be &quot;flint&quot;
22287 <UL>   
22288 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22289 </UL><P>
22290 &lt;End of help on this topic&gt;
22291 </BODY>
22292 </HTML>
22293 ====== h_config_fcc_rule =====
22294 <HTML>
22295 <HEAD>
22296 <TITLE>OPTION: <!--#echo var="VAR_fcc-name-rule"--></TITLE>
22297 </HEAD>
22298 <BODY>
22299 <H1>OPTION: <!--#echo var="VAR_fcc-name-rule"--></H1>
22301 This option determines the default name for folder carbon copy. Choose
22302 one:
22304 <DL>
22305 <DT>default-fcc</DT>
22306 <DD>This is the normal default, the value of which is set in the
22307 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable as specified earlier in this
22308 configuration.
22309 </DD>
22311 <DT>last-fcc-used</DT>
22312 <DD> Causes Alpine to use the folder that was last
22313 used in the fcc field
22314 </DD>
22316 <DT>by-nickname</DT>
22317 <DD>Means that Alpine will use the nickname
22318 from your address book that matches the first address in the To line.
22319 If there is no match, it will use the value of the
22320 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable.
22321 </DD>
22323 <DT>by-recipient</DT>
22324 <DD>Means Alpine will form a folder name
22325 based on the left hand side of the first address in the To line.
22326 </DD>
22328 <DT>by-nick-then-recip</DT>
22329 <DD>Means that it will use the
22330 matching nickname from your address book if there is one, otherwise it
22331 will extract the recipient name from the address and use that (like
22332 by-recipient).
22333 </DD>
22335 <DT>current-folder</DT>
22336 <DD>Causes a copy to be written to
22337 the currently open folder, unless that is the INBOX.  In the case
22338 where the current folder is the INBOX, the &quot;<!--#echo var="VAR_default-fcc"-->&quot; is
22339 used instead.
22340 </DD>
22341 </DL>
22344 Note: Whatever the fcc specified by the rule here, it will be
22345 over-ridden by any fcc entries you have in your address book.
22348 <UL>   
22349 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22350 </UL><P>
22351 &lt;End of help on this topic&gt;
22352 </BODY>
22353 </HTML>
22354 ====== h_config_sort_key =====
22355 <HTML>
22356 <HEAD>
22357 <TITLE>OPTION: <!--#echo var="VAR_sort-key"--></TITLE>
22358 </HEAD>
22359 <BODY>
22360 <H1>OPTION: <!--#echo var="VAR_sort-key"--></H1>
22362 This option determines the order in which messages will be displayed in
22363 the MESSAGE INDEX screen.  Choose from:
22365 <UL>
22366  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
22367  <LI> <A HREF="h_index_sort_date">Date</A>
22368  <LI> <A HREF="h_index_sort_subj">Subject</A>
22369  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
22370  <LI> <A HREF="h_index_sort_thread">Thread</A>
22371  <LI> <A HREF="h_index_sort_from">From</A>
22372  <LI> <A HREF="h_index_sort_size">Size</A>
22373  <LI> <A HREF="h_index_sort_score">Score</A>
22374  <LI> <A HREF="h_index_sort_to">To</A>
22375  <LI> <A HREF="h_index_sort_cc">Cc</A>
22376 </UL>
22379 Each type of sort may also be reversed.
22380 Normal default is by &quot;Arrival&quot;.
22383 A possible point of confusion arises when you change the configuration
22384 of the <!--#echo var="VAR_sort-key"-->.
22385 The folder will normally be re-sorted when you go back to viewing the
22386 index.
22387 However, if you have manually sorted the folder with the
22388 Sort
22389 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
22390 command, then it will not be re-sorted until the next time it is opened.
22393 <UL>   
22394 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22395 </UL><P>
22396 &lt;End of help on this topic&gt;
22397 </BODY>
22398 </HTML>
22399 ====== h_config_other_startup =====
22400 <HTML>
22401 <HEAD>
22402 <TITLE>OPTION: Set Startup Rule</TITLE>
22403 </HEAD>
22404 <BODY>
22405 <H1>OPTION: Set Startup Rule</H1>
22407 This option determines which message will be the <EM>current message</EM> when
22408 the folder is first opened.
22409 It works the same way that the option
22410 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
22411 works, so look there for help.
22412 It may be used for any folder, not just incoming folders.
22415 <UL>   
22416 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22417 </UL><P>
22418 &lt;End of help on this topic&gt;
22419 </BODY>
22420 </HTML>
22421 ====== h_config_perfolder_sort =====
22422 <HTML>
22423 <HEAD>
22424 <TITLE>Set Sort Order</TITLE>
22425 </HEAD>
22426 <BODY>
22427 <H1>Set Sort Order</H1>
22429 This option determines the order in which messages will be displayed in
22430 the MESSAGE INDEX screen when the Current Folder Type set in the
22431 Pattern is a match. Choose from:
22433 <UL>
22434  <LI> <A HREF="h_index_sort_default">Default</A>
22435  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
22436  <LI> <A HREF="h_index_sort_date">Date</A>
22437  <LI> <A HREF="h_index_sort_subj">Subject</A>
22438  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
22439  <LI> <A HREF="h_index_sort_thread">Thread</A>
22440  <LI> <A HREF="h_index_sort_from">From</A>
22441  <LI> <A HREF="h_index_sort_size">Size</A>
22442  <LI> <A HREF="h_index_sort_score">Score</A>
22443  <LI> <A HREF="h_index_sort_to">To</A>
22444  <LI> <A HREF="h_index_sort_cc">Cc</A>
22445 </UL>
22448 Each type of sort may also be reversed.
22449 Normal default is by &quot;Arrival&quot;.
22452 A possible point of confusion arises when you change the configuration
22453 of the Sort Order for the currently open folder.
22454 The folder will normally be re-sorted when you go back to viewing the
22455 index.
22456 However, if you have manually sorted the folder with the
22457 Sort
22458 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
22459 command, then it will not be re-sorted until the next time it is opened.
22462 <UL>   
22463 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22464 </UL><P>
22465 &lt;End of help on this topic&gt;
22466 </BODY>
22467 </HTML>
22468 ====== h_config_fld_sort_rule =====
22469 <HTML>
22470 <HEAD>
22471 <TITLE>OPTION: <!--#echo var="VAR_folder-sort-rule"--></TITLE>
22472 </HEAD>
22473 <BODY>
22474 <H1>OPTION: <!--#echo var="VAR_folder-sort-rule"--></H1>
22476 This option controls the order in which folder list entries will be
22477 presented in the FOLDER LIST screen.  Choose one of the following:
22479 <DL>
22480 <DT>Alphabetical</DT>
22481 <DD>sort by alphabetical name independent of type
22482 </DD>
22484 <DT>Alpha-with-dirs-last</DT>
22485 <DD>sort by alphabetical name grouping directory entries
22486 to the end of the list
22487 </DD>
22489 <DT>Alpha-with-dirs-first</DT>
22490 <DD>sort by alphabetical name grouping directory entries
22491 to the start of the list
22492 </DD>
22493 </DL>
22495 The normal default is &quot;Alphabetical&quot;.
22498 <UL>   
22499 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22500 </UL><P>
22501 &lt;End of help on this topic&gt;
22502 </BODY>
22503 </HTML>
22504 ====== h_config_ab_sort_rule =====
22505 <HTML>
22506 <HEAD>
22507 <TITLE>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></TITLE>
22508 </HEAD>
22509 <BODY>
22510 <H1>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></H1>
22512 This option controls the order in which address book entries will be
22513 presented.  Choose one of the following:
22515 <DL>
22516 <DT>fullname</DT>
22517 <DD>use fullname field, lists mixed in
22518 </DD>
22520 <DT>fullname-with-lists-last</DT>
22521 <DD>use fullname field, but put lists at end
22522 </DD>
22524 <DT>nickname</DT>
22525 <DD>use nickname field, lists mixed in
22526 </DD>
22528 <DT>nickname-with-lists-last</DT>
22529 <DD>use nickname field, but put lists at end
22530 </DD>
22532 <DT>dont-sort</DT>
22533 <DD>don't change order of file
22534 </DD>
22535 </DL>
22538 The normal default is &quot;fullname-with-lists-last&quot;.
22539 If you use an address book from more than one computer and those
22540 computers sort the address book differently then the sort order
22541 will be the order where the last change to the address book was
22542 made.
22543 There are two reasons the sorting might be different on different
22544 systems.
22545 First, the <!--#echo var="VAR_addrbook-sort-rule"--></a> may be set differently in the two
22546 places.
22547 Second, the collation rules on the two computers may be different.
22548 For example, one system might ignore special characters while the other
22549 doesn't or one may sort upper and lower case letters together while
22550 the other doesn't.
22551 In any case, the order you see is the order on the system where the
22552 last change was made, for example by an address book edit or a
22553 Take Address command.
22556 <UL>   
22557 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22558 </UL><P>
22559 &lt;End of help on this topic&gt;
22560 </BODY>
22561 </HTML>
22562 ====== h_config_post_char_set =====
22563 <HTML>
22564 <HEAD>
22565 <TITLE>OPTION: <!--#echo var="VAR_posting-character-set"--></TITLE>
22566 </HEAD>
22567 <BODY>
22568 <H1>OPTION: <!--#echo var="VAR_posting-character-set"--></H1>
22570 The <!--#echo var="VAR_posting-character-set"--> configuration option is used
22571 when sending messages.
22575 When sending a message the text typed in the composer is
22576 labeled with the character set specified by this option.
22577 If the composed text is not fully representable in the 
22578 specified <!--#echo var="VAR_posting-character-set"-->, then it is labeled as &quot;UTF-8.&quot
22579 instead;
22582 Attachments are labeled with your
22583 <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>.
22586 Generally, there should be little need to set this option.
22587 If left unset, the
22588 default behavior is to label composed text as specifically as
22589 possible.  That is, if the composed text has no non-ASCII characters,
22590 it is labeled as &quot;US-ASCII.&quot; Similarly, if it is composed of
22591 only ISO-8859-15 characters, it is labeled as such.  Alpine will
22592 attempt to automatically detect a number of character sets including ISO-8859-15,
22593 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
22594 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, and EUC-KR.
22595 If the message contains a mix of character sets,
22596 it is labeled as &quot;UTF-8.&quot;
22600 This setting is provided to allow you to force a particular character set that
22601 Alpine does not automatically detect. For example, if a message is representable
22602 in more than one character set then Alpine may choose a different default
22603 than you want.
22604 Lastly, by setting this option explicitly to
22605 &quot;UTF-8&quot; all non-ASCII messages you send will be labeled as
22606 &quot;UTF-8&quot; instead of something more specific.
22609 In the Setup/Config screen you may choose from a list of all the
22610 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
22613 The options
22614 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
22615 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
22616 are closely related.
22617 Setting the feature
22618 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
22619 should cause this option to be ignored.
22622 <UL>   
22623 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22624 </UL><P>
22625 &lt;End of help on this topic&gt;
22626 </BODY>
22627 </HTML>
22628 ====== h_config_unk_char_set =====
22629 <HTML>
22630 <HEAD>
22631 <TITLE>OPTION: <!--#echo var="VAR_unknown-character-set"--></TITLE>
22632 </HEAD>
22633 <BODY>
22634 <H1>OPTION: <!--#echo var="VAR_unknown-character-set"--></H1>
22636 The <!--#echo var="VAR_unknown-character-set"--> configuration option is used
22637 when reading or replying to messages.
22641 A text message should either be made up of all US-ASCII characters
22642 or it should contain a charset label which tells the software which
22643 character set encoding to use to interpret the message.
22644 Sometimes a malformed message may be unlabeled but contain non-ascii text.
22645 This message is outside of the standards so any attempt to read it could fail.
22646 When Alpine attempts to read such a message it will try to interpret the
22647 text in the character set you specify here.
22648 For example, if you have correspondents who send you unlabeled messages that
22649 are usually made up of characters from the WINDOWS-1251 character set, setting
22650 this <!--#echo var="VAR_unknown-character-set"--> to <CODE>WINDOWS-1251</CODE> will
22651 allow you to read those messages.
22652 Of course, if the unlabeled message is actually in some other character set,
22653 then you may see garbage on your screen.
22655 Instead of just unlabeled text, this option also affects text which is labeled
22656 with the charsets &quot;X-Unknown&quot; or &quot;US-ASCII&quot;.
22659 In the Setup/Config screen you may choose from a list of all the
22660 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
22663 <UL>   
22664 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22665 </UL><P>
22666 &lt;End of help on this topic&gt;
22667 </BODY>
22668 </HTML>
22669 ====== h_config_char_set =====
22670 <HTML>
22671 <HEAD>
22672 <TITLE>OPTION: Display Character Set</TITLE>
22673 </HEAD>
22674 <BODY>
22675 <H1>OPTION: Display Character Set</H1>
22677 The Display Character Set configuration option is used when viewing messages.
22679 Alpine uses Unicode characters internally and 
22680 it is a goal for Alpine to handle email in many different languages.
22681 Alpine will properly display only left-to-right character sets
22682 in a fixed-width font. Specifically, Alpine assumes that a fixed-width
22683 font is in use, in the sense that
22684 characters are assumed to take up zero, one, or two character cell
22685 widths from left to right on the screen. This is true even in PC-Alpine.
22688 Alpine recognizes some local character sets that are right-to-left
22689 (Arabic, Hebrew, and Thai) or not representable in a fixed-width font
22690 (Arabic) and properly converts texts in these character sets to/from
22691 Unicode; however, there are known display bugs with these character
22692 sets.
22695 There are three possible configuration character settings and some
22696 environment variable settings that can affect how Alpine
22697 handles international characters.
22698 The first two of these are only available in UNIX Alpine.
22699 The three configuration options are
22700 Display Character Set,
22701 Keyboard Character Set, and
22702 <!--#echo var="VAR_posting-character-set"-->.
22703 The Keyboard Character Set defaults to being the same value
22704 as the Display Character Set, and that is usually correct, because
22705 the keyboard almost always produces characters in the same character set
22706 as the display displays.
22707 The Display Character Set is the character set that Alpine
22708 will attempt to use when sending characters to the display.
22711 By default, the Display Character Set variable is not set and UNIX Alpine
22712 will attempt to get this information from the environment.
22713 In particular, the <CODE>nl_langinfo(CODESET)</CODE> call is used.
22714 This usually depends on the setting of the environment variables LANG or LC_CTYPE.
22715 An explicit configuration setting for Display Character Set will,
22716 of course, override any default setting.
22718 For PC-Alpine the Display Character Set
22719 and the Keyboard Character Set
22720 are always equivalent to <CODE>UTF-8</CODE> and this is not settable.
22723 It is probably best to use UNIX Alpine in a terminal emulator
22724 capable of displaying UTF-8 characters, since that will allow you to
22725 view just about any received text that is correctly formatted (note,
22726 however, the above comments about known index display bugs with certain
22727 character sets). You'll need to have an emulator that uses a UTF-8 font
22728 and you'll need to set up your environment to use a UTF-8 charmap. For
22729 example, on a Linux system you might include
22731 <CENTER> <CODE>setenv LANG en_US.UTF-8</CODE> </CENTER>
22734 or something similar in your UNIX startup files.
22735 You'd also have to select a UTF-8 font in your terminal emulator.
22738 The types of values that the character set variables may be set to are
22739 <CODE>UTF-8</CODE>, <CODE>ISO-8859-1</CODE>, or <CODE>EUC-JP</CODE>.
22740 The <CODE>ISO-2022</CODE> character sets are not supported for input or
22741 for display, but as a special case, <CODE>ISO-2022-JP</CODE> is supported
22742 for use only as a <!--#echo var="VAR_posting-character-set"-->.
22743 In the Setup/Config screen you may choose from a list of all the
22744 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
22745 Here is a list of many of the possible character sets:
22748 <TABLE>
22749 <TR> <TD>UTF-8</TD> <TD>Unicode</TD> </TR>
22750 <TR> <TD>US-ASCII</TD> <TD>7 bit American English characters</TD> </TR>
22751 <TR> <TD>ISO-8859-1</TD> <TD>8 bit European "Latin 1" character set</TD> </TR>
22752 <TR> <TD>ISO-8859-2</TD> <TD>8 bit European "Latin 2" character set</TD> </TR>
22753 <TR> <TD>ISO-8859-3</TD> <TD>8 bit European "Latin 3" character set</TD> </TR>
22754 <TR> <TD>ISO-8859-4</TD> <TD>8 bit European "Latin 4" character set</TD> </TR>
22755 <TR> <TD>ISO-8859-5</TD> <TD>8 bit Latin and Cyrillic</TD> </TR>
22756 <TR> <TD>ISO-8859-6</TD> <TD>8 bit Latin and Arabic</TD> </TR>
22757 <TR> <TD>ISO-8859-7</TD> <TD>8 bit Latin and Greek</TD> </TR>
22758 <TR> <TD>ISO-8859-8</TD> <TD>8 bit Latin and Hebrew</TD> </TR>
22759 <TR> <TD>ISO-8859-9</TD> <TD>8 bit European "Latin 5" character set</TD> </TR>
22760 <TR> <TD>ISO-8859-10</TD> <TD>8 bit European "Latin 6" character set</TD> </TR>
22761 <TR> <TD>ISO-8859-11</TD> <TD>Latin and Thai</TD> </TR>
22762 <TR> <TD>ISO-8859-12</TD> <TD>Reserved</TD> </TR>
22763 <TR> <TD>ISO-8859-13</TD> <TD>8 bit European "Latin 7" character set</TD> </TR>
22764 <TR> <TD>ISO-8859-14</TD> <TD>8 bit European "Latin 8" character set</TD> </TR>
22765 <TR> <TD>ISO-8859-15</TD> <TD>8 bit European "Latin 9" character set</TD> </TR>
22766 <TR> <TD>ISO-8859-16</TD> <TD>8 bit European "Latin 10" character set</TD> </TR>
22767 <TR> <TD>KOI8-R</TD> <TD>8 bit Latin and Russian</TD> </TR>
22768 <TR> <TD>KOI8-U</TD> <TD>8 bit Latin and Ukranian</TD> </TR>
22769 <TR> <TD>WINDOWS-1251</TD> <TD>8 bit Latin and Russian</TD> </TR>
22770 <TR> <TD>TIS-620</TD> <TD>8 bit Latin and Thai</TD> </TR>
22771 <TR> <TD>VISCII</TD> <TD>8 bit Latin and Vietnamese</TD> </TR>
22772 <TR> <TD>GBK</TD> <TD>Latin and Chinese Simplified</TD> </TR>
22773 <TR> <TD>GB2312</TD> <TD>Latin and Chinese Simplified</TD> </TR>
22774 <TR> <TD>CN-GB</TD> <TD>Latin and Chinese Simplified</TD> </TR>
22775 <TR> <TD>BIG5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
22776 <TR> <TD>BIG-5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
22777 <TR> <TD>EUC-JP</TD> <TD>Latin and Japanese</TD> </TR>
22778 <TR> <TD>SHIFT-JIS</TD> <TD>Latin and Japanese</TD> </TR>
22779 <TR> <TD>EUC-KR</TD> <TD>Latin and Korean</TD> </TR>
22780 <TR> <TD>KSC5601</TD> <TD>Latin and Korean</TD> </TR>
22781 </TABLE>
22784 When reading incoming email, Alpine understands many different
22785 character sets and is able to convert the incoming mail into Unicode.
22786 The Unicode will be converted to the Display Character Set
22787 for display on your terminal.
22788 Characters typed at the keyboard will be converted from the
22789 Keyboard Character Set to Unicode for Alpine's internal
22790 use.
22791 You may find that you can read some malformed messages that do not
22792 contain a character set label by setting the option
22793 <A HREF="h_config_unk_char_set">&quot;<!--#echo var="VAR_unknown-character-set"-->&quot;</A>.
22796 The <!--#echo var="VAR_posting-character-set"--> is used when sending messages.
22797 The default behavior obtained by leaving this variable unset is usually
22798 what is wanted. In that default case, Alpine will attempt
22799 to label the message with the most specific character set from the
22800 rather arbitrary set
22802 US-ASCII, ISO-8859-15,
22803 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
22804 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, EUC-KR, and UTF-8.
22807 For example, if the message is made up of only US-ASCII characters, it
22808 will be labeled US-ASCII. Otherwise, if it is all ISO-8859-15 characters,
22809 that will be the label. If that doesn't work the same is tried for the
22810 remaining members of the list.
22813 It might make sense to set <!--#echo var="VAR_posting-character-set"--> to an
22814 explicit value instead.
22815 For example, if you usually send messages in Greek, setting this
22816 option to ISO-8859-7 will result in messages being labeled as
22817 US-ASCII if there are no non-ascii characters, ISO-8859-7 if there
22818 are only Greek characters, or UTF-8 if there are some characters
22819 that aren't representable in ISO-8859-7.
22820 Another possibility is to set this option explicitly to UTF-8.
22821 In that case
22822 Alpine labels only ascii messages as US-ASCII and all other
22823 messages as UTF-8.
22826 The options
22827 <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
22828 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
22829 are closely related to this option.
22830 Setting the feature
22831 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
22832 should cause this option to be ignored.
22835 When displaying a message, Alpine compares this setting to the character
22836 set specified in the message.  If not all of the
22837 characters in the message can be displayed using the Display Character Set
22838 then Alpine places an editorial
22839 comment in the displayed text (enclosed in square-brackets) indicating
22840 that some characters may not be displayed correctly.
22841 This comment may be eliminated by turning on the option
22842 <A HREF="h_config_quell_charset_warning"><!--#echo var="FEAT_quell-charset-warning"--></A>.
22845 <UL>   
22846 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22847 </UL><P>
22848 &lt;End of help on this topic&gt;
22849 </BODY>
22850 </HTML>
22851 ====== h_config_key_char_set =====
22852 <HTML>
22853 <HEAD>
22854 <TITLE>OPTION: Keyboard Character Set</TITLE>
22855 </HEAD>
22856 <BODY>
22857 <H1>OPTION: Keyboard Character Set</H1>
22859 UNIX Alpine only.
22861 The Keyboard Character Set identifies the character set of the characters
22862 coming from your keyboard.
22863 It defaults to having the same value as your
22864 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>,
22865 which in turn defaults to a value obtained from your environment.
22866 It is unlikely that you will need to use this option, because the keyboard
22867 almost always produces the same kind of characters as the display displays.
22870 This character set is also used when accessing files in your local
22871 file system.
22872 The names of the files are assumed to be in the same character set as
22873 what the keyboard produces, as well as the contents of the files.
22876 In the Setup/Config screen you may choose from a list of all the
22877 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
22880 The options
22881 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
22882 and <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
22883 are closely related.
22884 Setting the feature
22885 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
22886 should cause this option to be ignored.
22889 <UL>   
22890 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22891 </UL><P>
22892 &lt;End of help on this topic&gt;
22893 </BODY>
22894 </HTML>
22895 ====== h_config_editor =====
22896 <HTML>
22897 <HEAD>
22898 <TITLE>OPTION: <!--#echo var="VAR_editor"--></TITLE>
22899 </HEAD>
22900 <BODY>
22901 <H1>OPTION: <!--#echo var="VAR_editor"--></H1>
22903 <!--#echo var="VAR_editor"--> specifies the program invoked by ^_ in the Composer. This is
22904 normally an alternative to Alpine's internal composer (Pico).  You could use
22905 this setting to specify an alternate editor to use occasionally or if you
22906 have a favorite editor and want to use it all the time (see the 
22907 <A HREF="h_config_alt_ed_now">&quot;<!--#echo var="FEAT_enable-alternate-editor-implicitly"-->&quot;</A> setting).  <P>
22908 If you specify multiple editors for this option, ^_ will invoke the first one 
22909 of those specified that exists and is executable.  When specifying a program 
22910 for use here, make sure that the format of the text it saves -- which, when 
22911 you exit it, will become the message body in Alpine -- is appropriate 
22912 for the body of an email message; avoid proprietary formats that may result in 
22913 a message body that the recipient of your message will be unable to decipher.
22915 <!--chtml if pinemode="os_windows"-->
22916 <!--chtml else-->
22917 If you are in doubt about what editors are available on your system, or which 
22918 of them may be appropriate for specification here, ask your local computing 
22919 support staff.  
22920 <!--chtml endif-->
22922 Note that if <a href="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></a> is
22923 unset, outgoing text will be set as flowed.  In most cases this will be fine,
22924 but if the editor has a &quot;flowed text&quot; mode, it would be best to
22925 use that.
22927 <P><UL>
22928 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22929 </UL>
22931 &lt;End of help on this topic&gt;
22932 </BODY>
22933 </HTML>
22934 ====== h_config_speller =====
22935 <HTML>
22936 <HEAD>
22937 <TITLE>OPTION: <!--#echo var="VAR_speller"--></TITLE>
22938 </HEAD>
22939 <BODY>
22940 <H1>OPTION: <!--#echo var="VAR_speller"--></H1>
22942 UNIX Alpine only.
22944 For PC-Alpine, you must install the aspell library code that you
22945 may get from
22946 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
22948 This option affects the behavior of the ^T (spell check) command in the
22949 Composer.  It specifies the program invoked by ^T in the Composer.
22950 By default, Alpine uses
22952 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
22954 if it knows where to find &quot;aspell&quot;.
22955 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
22956 then the command used is
22958 <CENTER><SAMP>ispell -l</SAMP></CENTER>
22960 Otherwise, the ancient &quot;spell&quot; command is used.
22962 If you specify a value for this command (with full pathname) then that is what
22963 will be used instead of any of the defaults.
22964 When invoking this
22965 spell-checking program, Alpine appends a tempfile name (where the message is
22966 passed) to the command line. Alpine expects the speller to correct the
22967 spelling in that file. When you exit from that program Alpine will read the
22968 tempfile back into the composer.
22970 Don't set this speller option to the standard Unix spell command.
22971 That won't work because spell works in a different way.
22974 <UL>   
22975 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22976 </UL><P>
22977 &lt;End of help on this topic&gt;
22978 </BODY>
22979 </HTML>
22980 ====== h_config_display_filters =====
22981 <HTML>
22982 <HEAD>
22983 <TITLE>OPTION: <!--#echo var="VAR_display-filters"--></TITLE>
22984 </HEAD>
22985 <BODY>
22986 <H1>OPTION: <!--#echo var="VAR_display-filters"--></H1>
22988 This option defines a list of text-filtering commands (programs or
22989 scripts) that may be used to filter text portions of received messages
22990 prior to their use (e.g., presentation in the &quot;MESSAGE TEXT&quot;
22991 display screen, exporting to a text file).  
22992 For security reasons, the full path name of the
22993 filter command must be specified.
22996 The command is executed and the message is piped into its standard input. 
22997 The standard output of the command is read back by Alpine.  The
22998 &quot;_TMPFILE_&quot; token (see below) overrides this default behavior. 
23000 <P> 
23001 The filter's use is based on the configured &quot;trigger&quot; string.  The
23002 format of a filter definition is:
23004 <P>   
23005 <CENTER>&lt;trigger&gt; &lt;command&gt; &lt;arguments&gt;</CENTER>
23008 You can specify as many filters as you wish, separating them with a comma.  
23009 Each filter can have only one trigger and command.  Thus, two trigger 
23010 strings that invoke the same command require separate filter 
23011 specifications. 
23013 <P> 
23014 The &quot;trigger&quot; is simply text that, if found in the message,
23015 will invoke the associated command.  If the trigger contains any space
23016 characters, it must be placed within quotes.  Likewise, should you
23017 wish a filter to be invoked unconditionally, define the trigger as the
23018 null string, &quot;&quot; (two consecutive double-quote characters).  If the
23019 trigger string is found anywhere in the text of the message the filter
23020 is invoked.  Placing the trigger text within the tokens defined below
23021 changes where within the text the trigger must be before considering
23022 it a match.
23024 <P>  
23025 Trigger Modifying Tokens:
23026 <DL>
23027 <DT>_CHARSET(<VAR>string</VAR>)_</DT>
23028 <DD>This token tells Alpine to invoke the supplied command
23029 if the text is in a character set matching <VAR>string</VAR>
23030 (e.g., ISO-8859-2 or ISO-2022-JP).
23031 </DD>
23034 <DT>_LEADING(<VAR>string</VAR>)_</DT>
23035 <DD>This token tells Alpine to invoke the supplied command
23036 if the enclosed <VAR>string</VAR> is found to be the first
23037 non-whitespace text.
23038 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23039 the space character.
23040 </DD>
23042 <DT>_BEGINNING(<VAR>string</VAR>)_</DT>
23043 <DD>This token tells Alpine to invoke the supplied command
23044 if the enclosed <VAR>string</VAR> is found at the beginning
23045 of any line in the text.
23046 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23047 the space character.
23048 </DD>
23049 </DL>
23052 The &quot;command&quot; and &quot;arguments&quot; portion is simply
23053 the command line to be invoked if the trigger string is found.  Below
23054 are tokens that Alpine will recognize and replace with special values
23055 when the command is actually invoked.
23058 Command Modifying Tokens:
23060 <DL>
23061 <DT>_TMPFILE_</DT>
23062 <DD>When the command is executed, this token is 
23063 replaced with the path and name of the temporary 
23064 file containing the text to be filtered.  Alpine 
23065 expects the filter to replace this data with the 
23066 filter's result.
23069 NOTE: Use of this token implies that the text to 
23070 be filtered is not piped into standard input of the 
23071 executed command and its standard output is ignored. 
23072 Alpine restores the tty modes before invoking the
23073 filter in case the filter interacts with the user
23074 via its own standard input and output.  
23075 </DD>
23076                         
23077 <DT>_RESULTFILE_</DT>
23078 <DD>When the command is executed, this token is 
23079 replaced with the path and name of a temporary 
23080 file intended to contain a status message from the 
23081 filter.  Alpine displays this in the message status 
23082 field. 
23083 </DD>
23085 <DT>_DATAFILE_</DT>
23086 <DD>When the command is executed, this token is 
23087 replaced with the path and name of a temporary 
23088 file that Alpine creates once per session and deletes 
23089 upon exit.  The file is intended to be used by the 
23090 filter to store state information between instances 
23091 of the filter.
23092 </DD>
23093    
23094 <DT>_PREPENDKEY_</DT>
23095 <DD>When the command is executed, this token indicates that a random
23096 number will be passed down the input stream before the message text.
23097 This number could be used as a session key.  It is sent in this way to
23098 improve security.  The number is unique to the current Alpine session
23099 and is only generated once per session.
23100 </DD>
23102 <DT>_SILENT_</DT>
23103 <DD>When the filter is executed, this token tells Alpine not to repaint
23104 the screen while the command is being executed. This can be used with 
23105 filters that do not interact with the user, and therefore repainting 
23106 the screen is not necessary. 
23107 </DD>
23108 </DL>
23111 The feature
23112 <A HREF="h_config_disable_reset_disp"><!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></A> is related.
23114 Performance caveat/considerations:
23115 <BR>
23116 Testing for the trigger and invoking the filter doesn't come for free.
23117 There is overhead associated with searching for the trigger string, testing
23118 for the filter's existence and actually piping the text through the filter.
23119 The impact can be reduced if the Trigger Modifying Tokens above are 
23120 employed.
23122 &lt;End of help on this topic&gt;
23123 </BODY>
23124 </HTML>
23125 ====== h_config_sending_filter =====
23126 <HTML>
23127 <HEAD>
23128 <TITLE>OPTION: <!--#echo var="VAR_sending-filters"--></TITLE>
23129 </HEAD>
23130 <BODY>
23131 <H1>OPTION: <!--#echo var="VAR_sending-filters"--></H1>
23132       
23133 This option defines a list of text-filtering commands (programs and
23134 scripts) that may be selectively invoked to process a message just before
23135 it is sent.  If set, the Composer's ^X (Send) command will allow you to
23136 select which filter (or none) to apply to the message before it is sent. 
23137 For security reasons, the full path of the filter program must be
23138 specified.
23141 Command Modifying Tokens:
23143 <DL>
23144 <DT>_RECIPIENTS_</DT>
23145 <DD>When the command is executed, this token is replaced 
23146 with the space delimited list of recipients of the 
23147 message being sent. 
23148 </DD>
23149         
23150 <DT>_TMPFILE_</DT>
23151 <DD>
23152 When the command is executed, this token is 
23153 replaced with the path and name of the temporary 
23154 file containing the text to be filtered.  Alpine 
23155 expects the filter to replace this data with the 
23156 filter's result.
23159 NOTE: Use of this token implies that the text to 
23160 be filtered is not piped into standard input of the 
23161 executed command and its standard output is ignored. 
23162 Alpine restores the tty modes before invoking the
23163 filter in case the filter interacts with the user
23164 via its own standard input and output.  
23165 </DD>
23166                         
23167 <DT>_RESULTFILE_</DT>
23168 <DD>When the command is executed, this token is 
23169 replaced with the path and name of a temporary 
23170 file intended to contain a status message from the 
23171 filter.  Alpine displays this in the message status 
23172 field. 
23173 </DD>
23175 <DT>_DATAFILE_</DT>
23176 <DD>When the command is executed, this token is replaced 
23177 in the command line with the path and name of a 
23178 temporary file that Alpine creates once per session 
23179 and deletes upon exit.  The file is intended to be 
23180 used by the filter to store state information between 
23181 instances of the filter.
23182 </DD>
23183    
23184 <DT>_PREPENDKEY_</DT>
23185 <DD>When the command is executed, this token indicates 
23186 that a random number will be passed down the input 
23187 stream before the message text.  This number could 
23188 be used as a session key.  It is sent in this way 
23189 to improve security.  The number is unique to the 
23190 current Alpine session and is only generated once per 
23191 session. 
23192 </DD>
23194 <DT>_INCLUDEALLHDRS_</DT>
23195 <DD>When the command is executed, this token indicates 
23196 that the headers of the message will be passed down the input stream
23197 before the message text.
23198 </DD>
23200 <DT>_MIMETYPE_</DT>
23201 <DD>When the command is executed, this token is replaced in the
23202 command name with a temporary file name used to accept any new MIME
23203 Content-Type information necessitated by the output of the filter.
23204 Upon the filter's exit, if the file contains new MIME type
23205 information, Alpine verifies its format and replaces the outgoing
23206 message's MIME type information with that contained in the file. This
23207 is basically a cheap way of sending something other than Text/Plain.
23208 </DD>
23209 </DL>
23211 <P>   
23212 NOTE: Only the body text, which is visible in the Composer, is piped
23213 through this filter.  Attachments are not sent to the filter.
23214 <P>   
23215 Sending filters are not used if the feature
23216 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set.
23218 <UL>   
23219 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23220 </UL><P>
23221 &lt;End of help on this topic&gt;
23222 </BODY>
23223 </HTML>
23224 ====== h_config_keywords =====
23225 <HTML>
23226 <HEAD>
23227 <TITLE>OPTION: <!--#echo var="VAR_keywords"--></TITLE>
23228 </HEAD>
23229 <BODY>
23230 <H1>OPTION: <!--#echo var="VAR_keywords"--></H1>
23232 You may define your own set of keywords and optionally set them on a
23233 message by message basis.
23234 These are similar to the &quot;Important&quot; flag which the user
23235 may set using the Flag command.
23236 The difference is that the Important flag is always present for each folder.
23237 User-defined keywords are chosen by the user.
23238 You may set up the list of possible keywords here, or you may add keywords
23239 from the Flag Details screen that you
23240 can get to after typing the
23241 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
23242 command.
23243 After the keywords have been defined,
23244 then you use the <A HREF="h_common_flag">Flag command</A>
23245 to set or clear the keywords in each message.
23246 The behavior of the flag command may be modified by using the
23247 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
23248 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
23251 Keywords may be used when Selecting messages (Select Keyword).
23252 Keywords may also be used in the Patterns of Rules (Filters, Indexcolors, etc).
23253 Filter Rules may be used to set keywords automatically.
23254 Keywords may be displayed as part of the Subject of a message by using
23255 the SUBJKEY or SUBJKEYINIT tokens in the
23256 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
23257 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
23258 option may be used to modify the display of keywords using
23259 SUBJKEY and SUBJKEYINIT slightly.
23260 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
23261 screen by using the KEY or KEYINIT tokens.
23262 It is also possible to color keywords in the index using the
23263 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
23264 Keywords are not supported by all mail servers.
23267 You may give keywords nicknames if you wish.
23268 If the keyword definition you type in contains a SPACE character, then the
23269 actual value of the keyword is everything after the last SPACE and the
23270 nickname for that keyword is everything before the last SPACE.
23271 For example, suppose you are trying to interoperate with another email program
23272 that uses a particular keyword with an unpleasant name.
23273 Maybe it uses a keyword called
23275 <CENTER><SAMP>VendorName.SoftwareName.08</SAMP></CENTER>
23277 but for you that keyword means that the message is work-related.
23278 You could define a keyword to have the value
23280 <CENTER><SAMP>Work VendorName.SoftwareName.08</SAMP></CENTER>
23282 and then you would use the name &quot;Work&quot; when dealing with
23283 that keyword in Alpine.
23284 If you defined it as
23286 <CENTER><SAMP>My Work VendorName.SoftwareName.08</SAMP></CENTER>
23288 the nickname would be everything before the last SPACE, that is the nickname
23289 would be &quot;My Work&quot;.
23291 Some commonly used keywords begin with dollar signs.
23292 This presents a slight complication, because the dollar sign is normally used
23293 to signify
23294 <A HREF="h_news_config">environment variable expansion</A>
23295 in the Alpine configuration.
23296 In order to specify a keyword that begins with a dollar sign you must
23297 precede the dollar sign with a second dollar sign to escape its special
23298 meaning.
23299 For example, if you want to include the keyword
23301 <CENTER><SAMP>$Label1</SAMP></CENTER>
23303 as one of your possible keywords, you must enter the text
23305 <CENTER><SAMP>$$Label1</SAMP></CENTER>
23308 instead.
23310 There are a couple limitations.
23311 First, not all servers support keywords.
23312 Second, some servers (including the IMAP server included with Alpine)
23313 have a per folder limit on the number of keywords that may be defined.
23314 This count commonly includes every keyword you have ever used in the
23315 folder, even if it is no longer being used.
23316 In other words, you can add keywords but you cannot remove them easily.
23317 If you have changed keywords over the life of a folder and find that
23318 you have reached such a limit, one possible solution might be to copy
23319 all of the messages to a newly created folder (using Alpine) and then
23320 delete the original and rename the new folder.
23321 The reason this might work is that only the keywords currently set in
23322 any of the messages will be used in the new folder, hopefully putting you
23323 under the limit.
23326 <UL>   
23327 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23328 </UL><P>
23329 &lt;End of help on this topic&gt;
23330 </BODY>
23331 </HTML>
23332 ====== h_config_alt_addresses =====
23333 <HTML>
23334 <HEAD>
23335 <TITLE>OPTION: <!--#echo var="VAR_alt-addresses"--></TITLE>
23336 </HEAD>
23337 <BODY>
23338 <H1>OPTION: <!--#echo var="VAR_alt-addresses"--></H1>
23340 This option provides a place for you to list alternate email addresses
23341 you may have.
23342 Each address in the list should be the actual email address part of an
23343 address, without the full name field or the angle brackets.
23344 For example:
23347 <CENTER><SAMP>user@example.com</SAMP></CENTER>
23350 The matching is case-insensitive, so this would match any of
23351 <SAMP>User@example.com</SAMP>, <SAMP>user@Example.Com</SAMP>, or
23352 <SAMP>USER@EXAMPLE.COM</SAMP> as well.
23355 If set, the option affects the behavior of the Reply
23356 command and the &quot;+&quot; symbol in the MESSAGE INDEX, which denotes that
23357 a message has been addressed specifically to you.
23360 In the default INDEX display
23361 the personal name (or email address) of
23362 the person listed in the message's &quot;From:&quot; header
23363 field is usually displayed except when that address is yours or one of your
23364 alternate addresses.
23365 In that case you will usually see the name of
23366 the first person specified in the
23367 message's &quot;To:&quot; header field
23368 with the prefix &quot;To: &quot; prepended.
23371 With respect to Reply, the reply-to-all option will exclude addresses
23372 listed here.
23375 The feature
23376 <A HREF="h_config_copy_to_to_from"><!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></A>
23377 is somewhat related to this option.
23380 In addition to a list of actual addresses,
23381 you may use regular expressions (as used with egrep with the ignore case flag)
23382 to describe the addresses you want to match.
23383 Alpine will somewhat arbitrarily interpret your entry as a regular
23384 expression if it contains any of the characters
23385 *, |, +, ?, {, [, ^, $, or &#92;.
23386 Otherwise, it will be treated literally.
23387 The feature
23388 <a href="h_config_disable_regex"><!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
23389 may be used to turn off regular expression processing regardless of whether or not
23390 special characters appear in the entry.
23393 A description of how regular expressions work is beyond the
23394 scope of this help text, but some examples follow.
23397 The entry
23400 <CENTER><SAMP>.*@example.com</SAMP></CENTER>
23403 in the <!--#echo var="VAR_alt-addresses"--> list would mean that any
23404 address with a domain name of <SAMP>example.com</SAMP> (such as
23405 <SAMP>fred@example.com</SAMP> or <SAMP>wilma@example.com</SAMP>) will be considered
23406 one of your alternate addresses.
23407 Strictly speaking, the dot in <SAMP>example.com</SAMP> ought to be escaped with
23408 a backslash, as in <SAMP>example&#92;.com</SAMP>, and a dollar sign anchor ought
23409 to come at the end of the expression to prevent a match of <SAMP>example.com.org</SAMP>.
23410 Complicating things further, the dollar sign
23411 is special in the Alpine configuration (it signifies environment variable expansion)
23412 so the dollar sign should be doubled or backslash escaped for Alpine's sake.
23413 Quotes around the whole expression will not escape the dollar sign successfully.
23414 So this example should look like
23417 <CENTER><SAMP>.*@example&#92;.com$$</SAMP></CENTER>
23421 The entry
23424 <CENTER><SAMP>^fred[0-9]*@example.com$$</SAMP></CENTER>
23427 would match
23428 <SAMP>fred3@example.com</SAMP> or <SAMP>fred17@example.com</SAMP> as well
23429 as <SAMP>fred@example.com</SAMP>.
23432 You could match all addresses that look like
23433 <SAMP>fred+stuff@example.com</SAMP> for any value of <SAMP>stuff</SAMP> with the
23434 entry
23437 <CENTER><SAMP>^fred&#92;+.*@example.com$$</SAMP></CENTER>
23440 Notice that you have to escape the plus sign with a backslash because plus
23441 is a special character in regular expressions.
23442 If you wanted to match plain <SAMP>fred</SAMP> as well as <SAMP>fred+stuff</SAMP>
23443 the expression
23446 <CENTER><SAMP>^fred(()|&#92;+.*)@example.com$$</SAMP></CENTER>
23449 would do it, but it would be easier to just add fred@example.com as a
23450 separate entry.
23453 One more example, a match of all first-level subdomains, is given by
23456 <CENTER><SAMP>^fred@[[:alnum:]_-]*&#92;.example&#92;.com$$</SAMP></CENTER>
23460 Because the regular expression matching is based on an old library
23461 (<SAMP>hs_regex</SAMP>) the regular expressions might not work exactly as you expect,
23462 but they should be close.
23465 <UL>   
23466 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23467 </UL><P>
23468 &lt;End of help on this topic&gt;
23469 </BODY>
23470 </HTML>
23471 ====== h_config_abook_formats =====
23472 <HTML>
23473 <HEAD>
23474 <TITLE>OPTION: <!--#echo var="VAR_addressbook-formats"--></TITLE>
23475 </HEAD>
23476 <BODY>
23477 <H1>OPTION: <!--#echo var="VAR_addressbook-formats"--></H1>
23479 This option specifies the format that address books are displayed in.
23480 Normally, address books are displayed with the nicknames in the first
23481 column, the fullnames in the second column, and addresses in the third
23482 column.  The system figures out reasonable defaults for the widths of
23483 the columns.  An address book may be given a different format by
23484 listing special tokens in the order you want them to display.  The
23485 possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
23486 So, for example, to get the default behavior you could list
23489 <CENTER><!--#echo var="VAR_addressbook-formats"-->=NICKNAME FULLNAME ADDRESS</CENTER>
23492 (You can also use the token DEFAULT to get the default behavior for
23493 an address book format.)
23496 The tokens are separated by spaces.  &quot;<!--#echo var="VAR_addressbook-formats"-->&quot;
23497 is a list, so if you have more than one address book you may have a
23498 separate format for each by putting its format at the corresponding
23499 location in the &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.
23503 Listed first are the personal address books, then the global address
23504 books.  So, if you have two personal address books and one global
23505 address book, you may have up to three formats in the
23506 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.  If
23507 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; doesn't have as many elements as there
23508 are address books, the last element is used repeatedly.
23512 Each of the tokens may also be optionally followed by parentheses with
23513 either a number or a percentage inside the parentheses.  For example,
23514 <SAMP>FULLNAME(13)</SAMP> means to allocate 13 characters of space to
23515 the fullnames column, <SAMP>FULLNAME(20%)</SAMP> means to allocate 20%
23516 of the available space (the screen width minus the space for
23517 inter-column spaces) to the fullnames column, while plain
23518 <SAMP>FULLNAME</SAMP> means the system will attempt to figure out a
23519 reasonable number of columns.
23522 There are always 2 spaces between every column, so if you use
23523 fixed column widths (like 13) you should remember to take that into
23524 account.
23527 <UL>   
23528 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23529 </UL><P>
23530 &lt;End of help on this topic&gt;
23531 </BODY>
23532 </HTML>
23533 ====== h_config_set_index_format =====
23534 <HTML>
23535 <HEAD>
23536 <TITLE>Set Index Format</TITLE>
23537 </HEAD>
23538 <BODY>
23539 <H1>Set Index Format</H1>
23541 This option is used to customize the content of lines in the
23542 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.
23543 This action works exactly like the regular
23544 &quot;<!--#echo var="VAR_index-format"-->&quot; option in the Setup/Config screen,
23545 except that you can have a folder-specific value for it if you specify it here.
23546 Consult the help for
23547 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
23548 for more information.
23551 <UL>   
23552 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23553 </UL><P>
23554 &lt;End of help on this topic&gt;
23555 </BODY>
23556 </HTML>
23557 ====== h_config_index_format =====
23558 <HTML>
23559 <HEAD>
23560 <TITLE>OPTION: <!--#echo var="VAR_index-format"--></TITLE>
23561 </HEAD>
23562 <BODY>
23563 <H1>OPTION: <!--#echo var="VAR_index-format"--></H1>
23565 This option is used to customize the content of lines in the
23566 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.  Each line is intended 
23567 to convey some amount of immediately relevant information about each 
23568 message in the current folder.
23571 Alpine provides a pre-defined set of informational fields with
23572 reasonable column widths automatically computed.  You can, however,
23573 replace this default set by listing special tokens in the order you
23574 want them displayed.
23577 The list of available tokens is
23578 <A HREF="h_index_tokens">here</A>.
23581 Spaces are used to separate listed tokens.  Additionally, you can
23582 specify how much of the screen's width the token's associated data
23583 should occupy on the index line by appending to the token a pair of
23584 parentheses enclosing either a number or percentage.  For example,
23585 &quot;SUBJECT(13)&quot; means to allocate 13 characters of space to the subject
23586 column, and &quot;SUBJECT(20%)&quot; means to
23587 allocate 20% of the available space
23588 to the subjects column, while plain &quot;SUBJECT&quot; means the system will
23589 attempt to figure out a reasonable amount of space.
23592 There is always one space between every pair of columns, so if you use fixed
23593 column widths (like 13) you should remember to take that into account.
23594 Several of the fields are virtually fixed-width, so it doesn't make
23595 much sense to specify the width for them.  The fields STATUS,
23596 FULLSTATUS, IMAPSTATUS, MSGNO, the DATE fields, SIZE,
23597 and DESCRIPSIZE all fall into that category.
23598 You <EM>may</EM> specify widths for those if you wish, but
23599 you're probably better off letting the system pick those widths.  <P>
23602 The default is equivalent to:
23605 <CENTER><SAMP>STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)</SAMP></CENTER>
23608 This means that the four fields without percentages will be allocated
23609 first, and then 33% and 67% of the <EM>remaining</EM> space will go to
23610 the from and subject fields.  If one of those two fields is specified
23611 as a percentage and the other is left for the system to choose, then
23612 the percentage is taken as an absolute percentage of the screen, not
23613 of the space remaining after allocating the first four columns.  It
23614 doesn't usually make sense to do it that way.  If you leave off all
23615 the widths, then the subject and from fields (if both are present) are
23616 allocated space in a 2 to 1 ratio, which is almost exactly the same as
23617 the default.
23620 What you are most likely to do with this configuration option is to
23621 specify which fields appear at all, which order they appear in, and the
23622 percentage of screen that is used for the from and subject fields if you
23623 don't like the 2 to 1 default.
23626 If you want to retain the default format that Pine 4.64 had, use
23629 <CENTER><SAMP><!--#echo var="VAR_index-format"-->=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)</SAMP></CENTER>
23631 <EM>and</EM> set the feature
23632 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>.
23633 <UL>   
23634 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23635 </UL><P>
23636 &lt;End of help on this topic&gt;
23637 </BODY>
23638 </HTML>
23639 ====== h_config_reply_intro =====
23640 <HTML>
23641 <HEAD>
23642 <TITLE>OPTION: <!--#echo var="VAR_reply-leadin"--></TITLE>
23643 </HEAD>
23644 <BODY>
23645 <H1>OPTION: <!--#echo var="VAR_reply-leadin"--></H1>
23647 This option is used to customize the content of the introduction line
23648 that is included when replying to a message and including the original
23649 message in the reply.
23650 The normal default (what you will get if you delete this variable) looks
23651 something like:
23653 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
23655 where the day of the week is only included if it is available in the
23656 original message.
23657 You can replace this default with text of your own.
23658 The text may contain tokens that are replaced with text
23659 that depends on the message you are replying to.
23660 For example, the default is equivalent to:
23662 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
23665 Since this variable includes regular text mixed with special tokens
23666 the tokens have to be surrounded by underscore characters.
23667 For example, to use the token &quot;<SAMP>PREFDATE</SAMP>&quot;
23668 you would need to use &quot;<SAMP>_PREFDATE_</SAMP>&quot;,
23669 not &quot;<SAMP>PREFDATE</SAMP>&quot;.
23671 The list of available tokens is
23672 <A HREF="h_index_tokens">here</A>.
23675 By default, the text is all on a single line and is followed by a blank line.
23676 If your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; turns out to be longer
23677 than 80 characters when replying to a particular message, it is shortened.
23678 However, if you use the token
23680 <CENTER><SAMP>_NEWLINE_</SAMP></CENTER>
23683 anywhere in the value, no end of line or blank line is appended, and no
23684 shortening is done.
23685 The _NEWLINE_ token may be used to get rid of the blank line following
23686 the text, to add more blank lines, or to form a multi-line
23687 &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
23688 To clarify how _NEWLINE_ works recall that the default value is:
23690 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
23693 That is equivalent to
23695 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE__NEWLINE_</SAMP></CENTER>
23698 In the former case, two newlines are added automatically because
23699 no _NEWLINE_ token appears in the value of the option (for backwards
23700 compatibility). In the latter case, the newlines are explicit.
23701 If you want to remove the blank line that follows the
23702 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; text use a single
23703 _NEWLINE_ token like
23705 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE_</SAMP></CENTER>
23708 Because of the backwards compatibility problem, it is not possible to
23709 remove all of the ends of lines, because then there will be no _NEWLINE_ tokens
23710 and that will cause the automatic adding of two newlines!
23711 If you want, you may embed newlines in the middle of the text, as well,
23712 producing a multi-line &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
23715 By default, no attempt is made to localize the date.
23716 If you prefer a localized form you may find that one of the tokens
23717 _PREFDATE_ or _PREFDATETIME_ is a satisfactory substitute.
23718 If you want more control one of the many other date tokens, such as _DATEISO_,
23719 might be better.
23722 For the adventurous, there is a way to conditionally include text based
23723 on whether or not a token would result in specific replacement text.
23724 For example, you could include some text based on whether or not
23725 the _NEWS_ token would result in any newsgroups if it was used.
23726 It's explained in detail
23727 <A HREF="h_reply_token_conditionals">here</A>.
23730 In the very unlikely event that you want to include a literal token
23731 in the introduction line you must precede it with a backslash character.
23732 For example,
23734 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
23736 would produce something like
23738 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
23740 It is not possible to have a literal backslash followed by an expanded token.
23742 <UL>   
23743 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23744 </UL><P>
23745 &lt;End of help on this topic&gt;
23746 </BODY>
23747 </HTML>
23748 ====== h_config_remote_abook_history =====
23749 <HTML>
23750 <HEAD>
23751 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-history"--></TITLE>
23752 </HEAD>
23753 <BODY>
23754 <H1>OPTION: <!--#echo var="VAR_remote-abook-history"--></H1>
23756 Sets how many extra copies of
23757 remote address book
23758 data will be kept in each remote address book folder.
23759 The default is three.
23760 These extra copies are simply old versions of the data. Each time a change
23761 is made a new copy of the address book data is appended to the folder. Old
23762 copies are trimmed, if possible, when Alpine exits.
23763 An old copy can be put back into use by
23764 deleting and expunging newer versions of the data from the folder.
23765 Don't delete the first message from the folder. It is a special header
23766 message for the remote address book and it must be there.
23767 This is to prevent regular folders from being used as remote address book
23768 folders and having their data destroyed.
23770 This option is also used to determine how many extra copies of remote
23771 Alpine configuration files are kept.
23773 <UL>   
23774 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23775 </UL><P>
23776 &lt;End of help on this topic&gt;
23777 </BODY>
23778 </HTML>
23779 ====== h_config_remote_abook_validity =====
23780 <HTML>
23781 <HEAD>
23782 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-validity"--></TITLE>
23783 </HEAD>
23784 <BODY>
23785 <H1>OPTION: <!--#echo var="VAR_remote-abook-validity"--></H1>
23787 Sets the minimum number of minutes that a
23788 remote address book will be considered up to date.
23789 Whenever an entry contained in a remote address book is used,
23790 if more than this many minutes have
23791 passed since the last check the remote server will be queried to see if the
23792 address book has changed.
23793 If it has changed, the local copy is updated.
23794 The default value is five minutes.
23795 The special value of -1 means never check.
23796 The special value of zero means only check when the address book is first
23797 opened.
23799 No matter what the value, the validity check is always done when the
23800 address book is about to be changed by the user.
23801 The check can be initiated manually by typing <EM>^L</EM> (Ctrl-L)
23802 while in the address book maintenance screen for the remote address book.
23804 <UL>   
23805 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23806 </UL><P>
23807 &lt;End of help on this topic&gt;
23808 </BODY>
23809 </HTML>
23810 ====== h_config_user_input_timeo =====
23811 <HTML>
23812 <HEAD>
23813 <TITLE>OPTION: <!--#echo var="VAR_user-input-timeout"--></TITLE>
23814 </HEAD>
23815 <BODY>
23816 <H1>OPTION: <!--#echo var="VAR_user-input-timeout"--></H1>
23818 If this is set to an integer greater than zero, then this is the number
23819 of <EM>hours</EM> to wait for user input before Alpine times out.
23820 If Alpine is
23821 in the midst of composing a message or is waiting for user response to
23822 a question, then it will not timeout.
23823 However, if Alpine is sitting idle waiting for
23824 the user to tell it what to do next and the user does not give any
23825 input for this many hours, Alpine will exit.
23826 No expunging or moving of read
23827 messages will take place.
23828 It will exit similarly to the way it would exit
23829 if it received a hangup signal.
23830 This may be useful for cleaning up unused Alpine sessions that have been
23831 forgotten by their owners.
23832 The Alpine developers envision system administrators
23833 setting this to a value of several hours (24?) so that it won't surprise
23834 a user who didn't want to be disconnected.
23836 <UL>   
23837 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23838 </UL><P>
23839 &lt;End of help on this topic&gt;
23840 </BODY>
23841 </HTML>
23842 ====== h_config_ssh_open_timeo =====
23843 <HTML>
23844 <HEAD>
23845 <TITLE>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></TITLE>
23846 </HEAD>
23847 <BODY>
23848 <H1>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></H1>
23850 Sets the time in seconds that Alpine will
23851 attempt to open a UNIX secure shell connection.
23852 The default is 15, the minimum non-zero value is 5,
23853 and the maximum is unlimited. If this is set to zero ssh connections
23854 will be completely disabled.
23856 <UL>   
23857 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23858 </UL><P>
23859 &lt;End of help on this topic&gt;
23860 </BODY>
23861 </HTML>
23862 ====== h_config_rsh_open_timeo =====
23863 <HTML>
23864 <HEAD>
23865 <TITLE>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></TITLE>
23866 </HEAD>
23867 <BODY>
23868 <H1>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></H1>
23870 Sets the time in seconds that Alpine will
23871 attempt to open a UNIX remote shell connection.
23872 The default is 15, the minimum non-zero value is 5,
23873 and the maximum is unlimited. If this is set to zero rsh connections
23874 will be completely disabled.
23875 This might be useful if rsh connections will never work in your environment
23876 but are causing delays due to firewalls or some other reason.
23878 <UL>   
23879 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23880 </UL><P>
23881 &lt;End of help on this topic&gt;
23882 </BODY>
23883 </HTML>
23884 ====== h_config_tcp_open_timeo =====
23885 <HTML>
23886 <HEAD>
23887 <TITLE>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></TITLE>
23888 </HEAD>
23889 <BODY>
23890 <H1>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></H1>
23892 Sets the time in seconds that Alpine will
23893 attempt to open a network connection. The default is 30, the minimum is 5,
23894 and the maximum is system defined (typically 75). If a connection has not
23895 completed within this many seconds Alpine will give up and consider it a
23896 failed connection.
23898 <UL>   
23899 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23900 </UL><P>
23901 &lt;End of help on this topic&gt;
23902 </BODY>
23903 </HTML>
23904 ====== h_config_tcp_readwarn_timeo =====
23905 <HTML>
23906 <HEAD>
23907 <TITLE>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></TITLE>
23908 </HEAD>
23909 <BODY>
23910 <H1>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></H1>
23912 Sets the time in seconds that Alpine will
23913 wait for a network read before warning you that things are moving slowly
23914 and possibly giving you the option to break the connection.
23915 The default is 15 seconds. The minimum is 5 seconds and the maximumn is
23916 1000 seconds.
23918 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
23920 <UL>   
23921 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23922 </UL><P>
23923 &lt;End of help on this topic&gt;
23924 </BODY>
23925 </HTML>
23926 ====== h_config_tcp_writewarn_timeo =====
23927 <HTML>
23928 <HEAD>
23929 <TITLE>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></TITLE>
23930 </HEAD>
23931 <BODY>
23932 <H1>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></H1>
23934 Sets the time in seconds that Alpine will
23935 wait for a network write before warning you that things are moving slowly
23936 and possibly giving you the option to break the connection.
23937 The default is 0 which means it is unset. If set to a non-zero value, the
23938 minimum is 5 and the maximum is 1000.
23940 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
23942 <UL>   
23943 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23944 </UL><P>
23945 &lt;End of help on this topic&gt;
23946 </BODY>
23947 </HTML>
23948 ====== h_config_tcp_query_timeo =====
23949 <HTML>
23950 <HEAD>
23951 <TITLE>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></TITLE>
23952 </HEAD>
23953 <BODY>
23954 <H1>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></H1>
23956 When Alpine times out a network read or write it will normally just display
23957 a message saying &quot;Still waiting&quot;.
23958 However, if enough time has elapsed since it started waiting it will offer
23959 to let you break the connection.
23960 That amount of time is set by this option, which defaults to 60 seconds,
23961 has a minimum of 5 seconds, and a maximum of 1000 seconds.
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_incoming_folders =====
23970 <HTML>
23971 <HEAD>
23972 <TITLE>OPTION: <!--#echo var="VAR_incoming-folders"--></TITLE>
23973 </HEAD>
23974 <BODY>
23975 <H1>OPTION: <!--#echo var="VAR_incoming-folders"--></H1>
23977 This is a list of one or more folders other than <EM>INBOX</EM> that
23978 may receive new messages.
23979 It is related to the
23980 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
23981 feature.
23982 This variable is normally manipulated with the Add, Delete, and Rename
23983 commands in the FOLDER LIST for the Incoming Message Folders collection.
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_folder_spec =====
23992 <HTML>
23993 <HEAD>
23994 <TITLE>OPTION: <!--#echo var="VAR_folder-collections"--></TITLE>
23995 </HEAD>
23996 <BODY>
23997 <H1>OPTION: <!--#echo var="VAR_folder-collections"--></H1>
23999 This is a list of one or more collections where saved mail is stored. 
24000 The first collection in this list is the default
24001 collection for <EM>Save</EM>s,
24002 including <A HREF="h_config_default_fcc"><!--#echo var="VAR_default-fcc"--></A>.
24004 This variable is normally manipulated using the Setup/collectionList screen.
24006 <UL>   
24007 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24008 </UL><P>
24009 &lt;End of help on this topic&gt;
24010 </BODY>
24011 </HTML>
24012 ====== h_config_news_spec =====
24013 <HTML>
24014 <HEAD>
24015 <TITLE>OPTION: <!--#echo var="VAR_news-collections"--></TITLE>
24016 </HEAD>
24017 <BODY>
24018 <H1>OPTION: <!--#echo var="VAR_news-collections"--></H1>
24020 This is a list of collections where news folders are located.
24022 This variable is normally manipulated using the Setup/collectionList screen.
24024 <UL>   
24025 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24026 </UL><P>
24027 &lt;End of help on this topic&gt;
24028 </BODY>
24029 </HTML>
24030 ====== h_config_address_book =====
24031 <HTML>
24032 <HEAD>
24033 <TITLE>OPTION: <!--#echo var="VAR_address-book"--></TITLE>
24034 </HEAD>
24035 <BODY>
24036 <H1>OPTION: <!--#echo var="VAR_address-book"--></H1>
24038 A list of personal address books.
24039 Each entry in the list is an
24040 optional nickname followed by a pathname or file name relative to the home
24041 directory.
24042 The nickname is separated from the rest of the line with whitespace.
24043 Instead of a local pathname or file name, a remote folder name can be given.
24044 This causes the address book to
24045 be a Remote address book.
24047 Use the Setup/AddressBook screen to modify this variable.
24049 <UL>   
24050 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24051 </UL><P>
24052 &lt;End of help on this topic&gt;
24053 </BODY>
24054 </HTML>
24055 ====== h_config_glob_addrbook =====
24056 <HTML>
24057 <HEAD>
24058 <TITLE>OPTION: <!--#echo var="VAR_global-address-book"--></TITLE>
24059 </HEAD>
24060 <BODY>
24061 <H1>OPTION: <!--#echo var="VAR_global-address-book"--></H1>
24063 A list of shared address books.  Each entry in the list is an
24064 optional nickname followed by a pathname or file name relative to the home
24065 directory.
24066 A SPACE character separates the nickname from the rest of the line.
24067 Instead of a local pathname or file name, a remote folder name can be given.
24068 This causes the address book to
24069 be a Remote address book.
24070 Global address books are
24071 defined to be ReadOnly.
24073 Use the Setup/AddressBook screen to modify this variable.
24075 <UL>   
24076 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24077 </UL><P>
24078 &lt;End of help on this topic&gt;
24079 </BODY>
24080 </HTML>
24081 ====== h_config_last_vers =====
24082 <HTML>
24083 <HEAD>
24084 <TITLE>OPTION: <!--#echo var="VAR_last-version-used"--></TITLE>
24085 </HEAD>
24086 <BODY>
24087 <H1>OPTION: <!--#echo var="VAR_last-version-used"--></H1>
24089 This is set automatically by Alpine. 
24090 It is used to keep track of the last version of Alpine that
24091 was run by the user.
24092 Whenever the version number increases, a new version message is printed out.
24093 This may not be set in the system-wide configuration files.
24095 <UL>   
24096 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24097 </UL><P>
24098 &lt;End of help on this topic&gt;
24099 </BODY>
24100 </HTML>
24101 ====== h_config_printer =====
24102 <HTML>
24103 <HEAD>
24104 <TITLE>OPTION: Printer</TITLE>
24105 </HEAD>
24106 <BODY>
24107 <H1>OPTION: Printer</H1>
24109 Your default printer selection.
24111 Use the Setup/Printer screen to modify this variable.
24113 <UL>   
24114 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24115 </UL><P>
24116 &lt;End of help on this topic&gt;
24117 </BODY>
24118 </HTML>
24119 ====== h_config_print_cat =====
24120 <HTML>
24121 <HEAD>
24122 <TITLE>OPTION: <!--#echo var="VAR_personal-print-category"--></TITLE>
24123 </HEAD>
24124 <BODY>
24125 <H1>OPTION: <!--#echo var="VAR_personal-print-category"--></H1>
24127 This is an internal Alpine variable.
24128 It will be equal to 1, 2, or 3 depending on whether the default printer is
24129 attached, standard, or a personal print command.
24131 Use the Setup/Printer screen to modify this variable.
24133 <UL>   
24134 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24135 </UL><P>
24136 &lt;End of help on this topic&gt;
24137 </BODY>
24138 </HTML>
24139 ====== h_config_print_command =====
24140 <HTML>
24141 <HEAD>
24142 <TITLE>OPTION: <!--#echo var="VAR_personal-print-command"--></TITLE>
24143 </HEAD>
24144 <BODY>
24145 <H1>OPTION: <!--#echo var="VAR_personal-print-command"--></H1>
24147 List of personal print commands.
24149 Use the Setup/Printer screen to modify this variable.
24151 <UL>   
24152 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24153 </UL><P>
24154 &lt;End of help on this topic&gt;
24155 </BODY>
24156 </HTML>
24157 ====== h_config_pat_old =====
24158 <HTML>
24159 <HEAD>
24160 <TITLE>OPTION: Patterns</TITLE>
24161 </HEAD>
24162 <BODY>
24163 <H1>OPTION: Patterns</H1>
24165 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by the
24166 options Patterns-Roles, Patterns-Filters, Patterns-Scores, Patterns-Indexcolors,
24167 and Patterns-Other.
24168 Patterns-Scores and Patterns-Filters have been replaced since then by
24169 Patterns-Scores2 and Patterns-Filters2.
24171 Use the Setup/Rules screens to modify these variable.
24173 <UL>   
24174 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24175 </UL><P>
24176 &lt;End of help on this topic&gt;
24177 </BODY>
24178 </HTML>
24179 ====== h_config_pat_roles =====
24180 <HTML>
24181 <HEAD>
24182 <TITLE>OPTION: <!--#echo var="VAR_patterns-roles"--></TITLE>
24183 </HEAD>
24184 <BODY>
24185 <H1>OPTION: <!--#echo var="VAR_patterns-roles"--></H1>
24187 List of rules used for roles.
24188 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by this and
24189 other options.
24191 Use the Setup/Rules/Roles screen to modify this variable.
24193 <UL>   
24194 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24195 </UL><P>
24196 &lt;End of help on this topic&gt;
24197 </BODY>
24198 </HTML>
24199 ====== h_config_pat_filts =====
24200 <HTML>
24201 <HEAD>
24202 <TITLE>OPTION: <!--#echo var="VAR_patterns-filters2"--></TITLE>
24203 </HEAD>
24204 <BODY>
24205 <H1>OPTION: <!--#echo var="VAR_patterns-filters2"--></H1>
24207 List of rules used for filters.
24209 Use the Setup/Rules/Filters screen to modify this variable.
24211 <UL>   
24212 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24213 </UL><P>
24214 &lt;End of help on this topic&gt;
24215 </BODY>
24216 </HTML>
24217 ====== h_config_pat_scores =====
24218 <HTML>
24219 <HEAD>
24220 <TITLE>OPTION: <!--#echo var="VAR_patterns-scores2"--></TITLE>
24221 </HEAD>
24222 <BODY>
24223 <H1>OPTION: <!--#echo var="VAR_patterns-scores2"--></H1>
24225 List of rules used for scoring.
24227 Use the Setup/Rules/SetScores screen to modify this variable.
24229 <UL>   
24230 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24231 </UL><P>
24232 &lt;End of help on this topic&gt;
24233 </BODY>
24234 </HTML>
24235 ====== h_config_pat_other =====
24236 <HTML>
24237 <HEAD>
24238 <TITLE>OPTION: <!--#echo var="VAR_patterns-other"--></TITLE>
24239 </HEAD>
24240 <BODY>
24241 <H1>OPTION: <!--#echo var="VAR_patterns-other"--></H1>
24243 List of rules used for miscellaneous configuration.
24245 Use the Setup/Rules/Other screen to modify this variable.
24247 <UL>   
24248 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24249 </UL><P>
24250 &lt;End of help on this topic&gt;
24251 </BODY>
24252 </HTML>
24253 ====== h_config_pat_incols =====
24254 <HTML>
24255 <HEAD>
24256 <TITLE>OPTION: patterns-indexcolors</TITLE>
24257 </HEAD>
24258 <BODY>
24259 <H1>OPTION: patterns-indexcolors</H1>
24261 List of rules used for coloring lines in the index.
24263 Use the Setup/Rules/Indexcolor screen to modify this variable.
24265 <UL>   
24266 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24267 </UL><P>
24268 &lt;End of help on this topic&gt;
24269 </BODY>
24270 </HTML>
24271 ====== h_config_pat_srch =====
24272 <HTML>
24273 <HEAD>
24274 <TITLE>OPTION: patterns-search</TITLE>
24275 </HEAD>
24276 <BODY>
24277 <H1>OPTION: patterns-search</H1>
24279 List of rules used only for searching with the Select command in the MESSAGE INDEX.
24281 Use the Setup/Rules/searCh screen to modify this variable.
24283 <UL>   
24284 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24285 </UL><P>
24286 &lt;End of help on this topic&gt;
24287 </BODY>
24288 </HTML>
24289 ====== h_config_font_name =====
24290 <HTML>
24291 <HEAD>
24292 <TITLE>OPTION: Font Name</TITLE>
24293 </HEAD>
24294 <BODY>
24295 <H1>OPTION: Font Name</H1>
24297 PC-Alpine only.
24299 Name of normal font.
24301 Use the pulldown Config menu to modify this variable.
24303 <UL>   
24304 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24305 </UL><P>
24306 &lt;End of help on this topic&gt;
24307 </BODY>
24308 </HTML>
24309 ====== h_config_font_size =====
24310 <HTML>
24311 <HEAD>
24312 <TITLE>OPTION: Font Size</TITLE>
24313 </HEAD>
24314 <BODY>
24315 <H1>OPTION: Font Size</H1>
24317 PC-Alpine only.
24319 Size of normal font.
24321 Use the pulldown Config menu to modify this variable.
24323 <UL>   
24324 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24325 </UL><P>
24326 &lt;End of help on this topic&gt;
24327 </BODY>
24328 </HTML>
24329 ====== h_config_font_style =====
24330 <HTML>
24331 <HEAD>
24332 <TITLE>OPTION: Font Style</TITLE>
24333 </HEAD>
24334 <BODY>
24335 <H1>OPTION: Font Style</H1>
24337 PC-Alpine only.
24339 Style of normal font.
24341 Use the pulldown Config menu to modify this variable.
24343 <UL>   
24344 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24345 </UL><P>
24346 &lt;End of help on this topic&gt;
24347 </BODY>
24348 </HTML>
24349 ====== h_config_font_char_set =====
24350 <HTML>
24351 <HEAD>
24352 <TITLE>OPTION: Font Character Set</TITLE>
24353 </HEAD>
24354 <BODY>
24355 <H1>OPTION: Font Character Set</H1>
24357 PC-Alpine only.
24359 Character set of normal font.
24361 Use the pulldown Config menu to modify this variable.
24363 <UL>   
24364 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24365 </UL><P>
24366 &lt;End of help on this topic&gt;
24367 </BODY>
24368 </HTML>
24369 ====== h_config_print_font_name =====
24370 <HTML>
24371 <HEAD>
24372 <TITLE>OPTION: Print-Font-Name</TITLE>
24373 </HEAD>
24374 <BODY>
24375 <H1>OPTION: Print-Font-Name</H1>
24377 PC-Alpine only.
24379 Name of printer font.
24381 Use the pulldown Config menu to modify this variable.
24383 <UL>   
24384 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24385 </UL><P>
24386 &lt;End of help on this topic&gt;
24387 </BODY>
24388 </HTML>
24389 ====== h_config_print_font_size =====
24390 <HTML>
24391 <HEAD>
24392 <TITLE>OPTION: Print-Font-Size</TITLE>
24393 </HEAD>
24394 <BODY>
24395 <H1>OPTION: Print-Font-Size</H1>
24397 PC-Alpine only.
24399 Size of printer font.
24401 Use the pulldown Config menu to modify this variable.
24403 <UL>   
24404 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24405 </UL><P>
24406 &lt;End of help on this topic&gt;
24407 </BODY>
24408 </HTML>
24409 ====== h_config_print_font_style =====
24410 <HTML>
24411 <HEAD>
24412 <TITLE>OPTION: Print-Font-Style</TITLE>
24413 </HEAD>
24414 <BODY>
24415 <H1>OPTION: Print-Font-Style</H1>
24417 PC-Alpine only.
24419 Style of printer font.
24421 Use the pulldown Config menu to modify this variable.
24423 <UL>   
24424 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24425 </UL><P>
24426 &lt;End of help on this topic&gt;
24427 </BODY>
24428 </HTML>
24429 ====== h_config_print_font_char_set =====
24430 <HTML>
24431 <HEAD>
24432 <TITLE>OPTION: Print-Font-Char-Set</TITLE>
24433 </HEAD>
24434 <BODY>
24435 <H1>OPTION: Print-Font-Char-Set</H1>
24437 PC-Alpine only.
24439 Character set of printer font.
24441 Use the pulldown Config menu to modify this variable.
24443 <UL>   
24444 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24445 </UL><P>
24446 &lt;End of help on this topic&gt;
24447 </BODY>
24448 </HTML>
24449 ====== h_config_window_position =====
24450 <HTML>
24451 <HEAD>
24452 <TITLE>OPTION: Window-Position</TITLE>
24453 </HEAD>
24454 <BODY>
24455 <H1>OPTION: Window-Position</H1>
24457 PC-Alpine only.
24459 Position on the screen of the Alpine window.
24461 Alpine normally maintains this variable itself, and it is set automatically. 
24462 This variable is provided to those who wish to use the same window position 
24463 across different machines from the same configuration.
24464 <A HREF="h_config_winpos_in_config"><!--#echo var="FEAT_store-window-position-in-config"--></A> 
24465 must also be set for this setting to be used.
24467 The format for this variable is of the form: <CODE>CxR+X+Y</CODE>, where
24468 C is the number of columns, R is the number of rows, and X and Y specify the
24469 top left corner of the window.
24471 <UL>   
24472 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24473 </UL><P>
24474 &lt;End of help on this topic&gt;
24475 </BODY>
24476 </HTML>
24477 ====== h_config_cursor_style =====
24478 <HTML>
24479 <HEAD>
24480 <TITLE>OPTION: Cursor Style</TITLE>
24481 </HEAD>
24482 <BODY>
24483 <H1>OPTION: Cursor Style</H1>
24485 PC-Alpine only.
24487 Cursor style.
24489 Use the pulldown Config menu to modify this variable.
24491 <UL>   
24492 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24493 </UL><P>
24494 &lt;End of help on this topic&gt;
24495 </BODY>
24496 </HTML>
24497 ====== h_config_ldap_servers =====
24498 <HTML>
24499 <HEAD>
24500 <TITLE>OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
24501 </HEAD>
24502 <BODY>
24503 <H1>OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
24505 List of LDAP servers and associated data.
24507 Use the Setup/Directory screen to modify this variable.
24509 <UL>   
24510 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24511 </UL><P>
24512 &lt;End of help on this topic&gt;
24513 </BODY>
24514 </HTML>
24515 ====== h_config_sendmail_path =====
24516 <HTML>
24517 <HEAD>
24518 <TITLE>OPTION: <!--#echo var="VAR_sendmail-path"--></TITLE>
24519 </HEAD>
24520 <BODY>
24521 <H1>OPTION: <!--#echo var="VAR_sendmail-path"--></H1>
24523 This names the path to an
24524 alternative program, and any necessary arguments, to be used in posting
24525 mail messages. See the Technical notes for more information.
24527 <UL>   
24528 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24529 </UL><P>
24530 &lt;End of help on this topic&gt;
24531 </BODY>
24532 </HTML>
24533 ====== h_config_oper_dir =====
24534 <HTML>
24535 <HEAD>
24536 <TITLE>OPTION: <!--#echo var="VAR_operating-dir"--></TITLE>
24537 </HEAD>
24538 <BODY>
24539 <H1>OPTION: <!--#echo var="VAR_operating-dir"--></H1>
24541 This names the root of the
24542 tree to which you are restricted when reading and writing folders and
24543 files. It is usually used in the system-wide,
24544 <EM>fixed</EM> configuration file.
24546 <UL>   
24547 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24548 </UL><P>
24549 &lt;End of help on this topic&gt;
24550 </BODY>
24551 </HTML>
24552 ====== h_config_rshpath =====
24553 <HTML>
24554 <HEAD>
24555 <TITLE>OPTION: <!--#echo var="VAR_rsh-path"--></TITLE>
24556 </HEAD>
24557 <BODY>
24558 <H1>OPTION: <!--#echo var="VAR_rsh-path"--></H1>
24560 Sets the name of the command used to open a UNIX remote shell
24561 connection. The default is typically <CODE>/usr/ucb/rsh</CODE>.
24563 <UL>   
24564 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24565 </UL><P>
24566 &lt;End of help on this topic&gt;
24567 </BODY>
24568 </HTML>
24569 ====== h_config_rshcmd =====
24570 <HTML>
24571 <HEAD>
24572 <TITLE>OPTION: <!--#echo var="VAR_rsh-command"--></TITLE>
24573 </HEAD>
24574 <BODY>
24575 <H1>OPTION: <!--#echo var="VAR_rsh-command"--></H1>
24577 Sets the format of the command used to
24578 open a UNIX remote shell connection. The default is
24579 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
24580 provided command. The first is for the command's pathname, the second is
24581 for the host to connnect to, the third is for the user to connect as, and
24582 the fourth is for the connection method (typically <CODE>imap</CODE>).
24584 <UL>   
24585 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24586 </UL><P>
24587 &lt;End of help on this topic&gt;
24588 </BODY>
24589 </HTML>
24590 ====== h_config_sshpath =====
24591 <HTML>
24592 <HEAD>
24593 <TITLE>OPTION: <!--#echo var="VAR_ssh-path"--></TITLE>
24594 </HEAD>
24595 <BODY>
24596 <H1>OPTION: <!--#echo var="VAR_ssh-path"--></H1>
24598 Sets the name of the command used to open a UNIX secure shell
24599 connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
24601 <UL>   
24602 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24603 </UL><P>
24604 &lt;End of help on this topic&gt;
24605 </BODY>
24606 </HTML>
24607 ====== h_config_sshcmd =====
24608 <HTML>
24609 <HEAD>
24610 <TITLE>OPTION: <!--#echo var="VAR_ssh-command"--></TITLE>
24611 </HEAD>
24612 <BODY>
24613 <H1>OPTION: <!--#echo var="VAR_ssh-command"--></H1>
24615 Sets the format of the command used to
24616 open a UNIX secure shell connection. The default is
24617 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
24618 provided command. The first is for the command's pathname, the second is
24619 for the host to connnect to, the third is for the user to connect as, and
24620 the fourth is for the connection method (typically <CODE>imap</CODE>).
24622 <UL>   
24623 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24624 </UL><P>
24625 &lt;End of help on this topic&gt;
24626 </BODY>
24627 </HTML>
24628 ====== h_config_new_ver_quell =====
24629 <HTML>
24630 <HEAD>
24631 <TITLE>OPTION: <!--#echo var="VAR_new-version-threshold"--></TITLE>
24632 </HEAD>
24633 <BODY>
24634 <H1>OPTION: <!--#echo var="VAR_new-version-threshold"--></H1>
24636 When a new version of Alpine is run for the first time it offers a
24637 special explanatory screen to the user upon startup.  This option
24638 helps control when and if that special screen appears for users that
24639 have previously run Alpine.  It takes as its value an Alpine version
24640 number.  Alpine versions less than the specified value will supress this
24641 special screen while versions equal to or greater than that specified
24642 will behave normally.
24644 <UL>   
24645 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24646 </UL><P>
24647 &lt;End of help on this topic&gt;
24648 </BODY>
24649 </HTML>
24650 ====== h_config_disable_drivers =====
24651 <HTML>
24652 <HEAD>
24653 <TITLE>OPTION: <!--#echo var="VAR_disable-these-drivers"--></TITLE>
24654 </HEAD>
24655 <BODY>
24656 <H1>OPTION: <!--#echo var="VAR_disable-these-drivers"--></H1>
24658 This variable is a list of mail drivers that will be disabled.
24659 The candidates for disabling are listed below.
24660 There may be more in the future if you compile Alpine with
24661 a newer version of the c-client library.
24664 <UL>
24665 <LI> mbox
24666 <LI> mbx
24667 <LI> mh
24668 <LI> mmdf
24669 <LI> mtx
24670 <LI> mx
24671 <LI> news
24672 <LI> phile
24673 <LI> tenex
24674 <LI> unix
24675 </UL>
24678 The <EM>mbox</EM> driver enables the following behavior: if there is a
24679 file called <CODE>mbox</CODE>
24680 in your home directory, and if that file is either empty or in Unix mailbox
24681 format, then every time you open <EM>INBOX</EM> the <EM>mbox</EM> driver
24682 will automatically transfer mail from the system mail spool directory into the
24683 <CODE>mbox</CODE> file and
24684 delete it from the spool directory. If you disable the <EM>mbox</EM> driver,
24685 this will not happen.
24688 It is not recommended to disable the driver that supports the system default
24689 mailbox format. On most non-SCO systems, that driver is the
24690 <EM>unix</EM> driver.
24691 On most SCO systems, it is the <EM>mmdf</EM> driver.
24692 The system default driver may be
24693 configured to something else on your system; check with your system manager
24694 for additional information.
24697 It is most likely not very useful for you to disable any of the drivers other
24698 than possibly <EM>mbox</EM>.
24699 You could disable some of the others if you know for
24700 certain that you don't need them but the performance gain in doing so
24701 is very modest.
24703 <UL>   
24704 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24705 </UL><P>
24706 &lt;End of help on this topic&gt;
24707 </BODY>
24708 </HTML>
24709 ====== h_config_disable_auths =====
24710 <HTML>
24711 <HEAD>
24712 <TITLE>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></TITLE>
24713 </HEAD>
24714 <BODY>
24715 <H1>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></H1>
24717 This variable is a list of SASL (Simple Authentication and Security
24718 Layer) authenticators that will be disabled.
24719 SASL is a mechanism for
24720 authenticating to IMAP, POP3, SMTP, and other network servers.
24723 Alpine matches its list of supported authenticators with the server to
24724 determine the most secure authenticator that is supported by both.
24725 If no matching authenticators are found, Alpine will revert to plaintext
24726 login (or, in the case of SMTP, will be unable to authenticate at all).
24728 The candidates for disabling can be found <A HREF="X-Alpine-Config:">here</A>.
24731 Normally, you will not disable any authenticators.
24732 There are two exceptions:
24734 <OL>
24735 <LI> You use a broken server that advertises an authenticator,
24736 but does not actually implement it.
24737 <LI> You have a Kerberos-capable version of Alpine and the server is
24738 also Kerberos-capable, but you can not obtain Kerberos
24739 credentials on the server machine, thus you desire to disable
24740 GSSAPI (which in turn disables Alpine's Kerberos support).
24741 </OL>
24743 It is never necessary to disable authenticators, since Alpine will try
24744 other authenticators before giving up.
24745 However, disabling the relevant authenticator avoids annoying error messages.
24747 <UL>   
24748 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24749 </UL><P>
24750 &lt;End of help on this topic&gt;
24751 </BODY>
24752 </HTML>
24753 ====== h_config_abook_metafile =====
24754 <HTML>
24755 <HEAD>
24756 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></TITLE>
24757 </HEAD>
24758 <BODY>
24759 <H1>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></H1>
24761 This is usually set by Alpine and is the name of a file
24762 that contains data about
24763 remote address books and remote configuration files.
24765 <UL>   
24766 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24767 </UL><P>
24768 &lt;End of help on this topic&gt;
24769 </BODY>
24770 </HTML>
24771 ====== h_config_composer_wrap_column =====
24772 <HTML>
24773 <HEAD>
24774 <TITLE>OPTION: <!--#echo var="VAR_composer-wrap-column"--></TITLE>
24775 </HEAD>
24776 <BODY>
24777 <H1>OPTION: <!--#echo var="VAR_composer-wrap-column"--></H1>
24780 This option specifies an aspect of Alpine's Composer.  This gives the
24781 maximum width that auto-wrapped lines will have.  It's also the maximum
24782 width of lines justified using the <A HREF="h_compose_justify">^J
24783 Justify</A> command.  The normal default
24784 is &quot;74&quot;.  The largest allowed setting is normally &quot;80&quot;
24785 in order to
24786 prevent very long lines from being sent in outgoing mail.  When the mail
24787 is actually sent, trailing spaces will be stripped off of each line.
24790 <UL>   
24791 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24792 </UL><P>
24793 &lt;End of help on this topic&gt;
24794 </BODY>
24795 </HTML>
24796 ====== h_config_deadlets =====
24797 <HTML>
24798 <HEAD>
24799 <TITLE>OPTION: <!--#echo var="VAR_dead-letter-files"--></TITLE>
24800 </HEAD>
24801 <BODY>
24802 <H1>OPTION: <!--#echo var="VAR_dead-letter-files"--></H1>
24805 This option affects Alpine's behavior when you cancel a message being
24806 composed.  Alpine's usual behavior is to write the canceled message to
24807 a file named 
24808 <!--chtml if pinemode="os_windows"-->
24809 &quot;DEADLETR&quot;,
24810 <!--chtml else-->
24811 &quot;dead.letter&quot; in your home directory,
24812 <!--chtml endif-->
24813 overwriting any previous message.
24815 If you set this option to a value higher than one, then that many copies
24816 of dead letter files will be saved.
24817 For example, if you set this option to &quot;3&quot; then you may have
24818 files named
24819 <!--chtml if pinemode="os_windows"-->
24820 &quot;DEADLETR&quot;,
24821 &quot;DEADLETR2&quot;, and
24822 &quot;DEADLETR3&quot;.
24823 <!--chtml else-->
24824 &quot;dead.letter&quot;,
24825 &quot;dead.letter2&quot;, and
24826 &quot;dead.letter3&quot; in your home directory.
24827 <!--chtml endif-->
24828 In this example, the most recently cancelled message will be in
24829 <!--chtml if pinemode="os_windows"-->
24830 &quot;DEADLETR&quot;,
24831 <!--chtml else-->
24832 &quot;dead.letter&quot;,
24833 <!--chtml endif-->
24834 and the third most recently cancelled message will be in
24835 <!--chtml if pinemode="os_windows"-->
24836 &quot;DEADLETR3&quot;.
24837 <!--chtml else-->
24838 &quot;dead.letter3&quot;.
24839 <!--chtml endif-->
24840 The fourth most recently cancelled message will no longer be saved.
24843 If you set this option to zero, then NO record of canceled messages is
24844 maintained.
24846 If the feature
24847 <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A>
24848 is set, that overrides whatever you set for this option.
24849 If this option had existed at the time, then the Quell feature would not
24850 have been added, but it is still there for backwards compatibility.
24851 So, in order for this option to have the desired effect, make sure the
24852 Quell feature is turned off.
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_maxremstream =====
24862 <HTML>
24863 <HEAD>
24864 <TITLE>OPTION: <!--#echo var="VAR_max-remote-connections"--></TITLE>
24865 </HEAD>
24866 <BODY>
24867 <H1>OPTION: <!--#echo var="VAR_max-remote-connections"--></H1>
24869 This option affects low-level behavior of Alpine.
24870 The default value for this option is <EM>3</EM>.
24871 If your INBOX is accessed using the IMAP protocol
24872 from an IMAP server, that connection is kept open throughout the
24873 duration of your Alpine session, independent of the value of this option.
24874 The same is true of any 
24875 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
24876 you have defined.
24877 This option controls Alpine's behavior when connecting to remote IMAP folders
24878 other than your INBOX or your <!--#echo var="VAR_stay-open-folders"-->.
24879 It specifies the maximum number of remote IMAP connections (other than
24880 those mentioned above) that Alpine will use for accessing the rest of your
24881 folders.
24882 If you set this option to zero, you will turn off most remote connection
24883 re-use.
24884 It's difficult to understand exactly what this option does, and it is usually
24885 fine to leave it set to its default value.
24886 It is probably more likely that you will be interested in setting the
24887 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A> option
24888 instead of changing the value of this option.
24889 A slightly longer explanation of what is going on with this option
24890 is given in the next paragraphs.
24893 There are some time costs involved in opening and closing remote IMAP 
24894 folders, the main costs being the time you have to wait for the connection
24895 to the server and the time for the folder to open.
24896 Opening a folder may involve not only the time the server takes to do its
24897 processing but time that Alpine uses to do filtering.
24898 These times can vary widely.
24899 They depend on how loaded the server is, how large
24900 the folder being opened is, and how you set up filtering, among other things.
24901 Once Alpine has opened a connection to a particular folder, it will attempt
24902 to keep that connection open in case you use it again.
24903 In order to do this,
24904 Alpine will attempt to use the <!--#echo var="VAR_max-remote-connections"--> (the value of
24905 this option) IMAP connections you have alloted for this purpose.
24907 For example, suppose the value of this option is set to &quot;2&quot;.
24908 If your INBOX is accessed on a remote server using the IMAP protocol, that
24909 doesn't count as one of the remote connections but it is always kept open.
24910 If you then open another IMAP folder, that would be your first
24911 remote connection counted as one of the <!--#echo var="VAR_max-remote-connections"--> connections.
24912 If you open a third folder the second will be left open, in case you
24913 return to it.
24914 You won't be able to tell it has been left open.
24915 It will appear to be closed when you leave the folder but the connection
24916 will remain in the background.
24917 Now suppose you go back to the second folder (the first folder after the
24918 INBOX).
24919 A connection to that folder is still open so you won't have to wait
24920 for the startup time to open it.
24921 Meanwhile, the connection to the third folder will be left behind.
24922 Now, if you open a fourth folder, you will bump into the
24923 <!--#echo var="VAR_max-remote-connections"--> limit, because this will be the third folder other
24924 than INBOX and you have the option set to &quot;2&quot;.
24925 The connection that is being used for
24926 the third folder will be re-used for this new fourth folder.
24927 If you go back to the third folder after this, it is no longer already
24928 connected when you get there.
24929 You'll still save some time since Alpine will re-use the connection to the
24930 fourth folder and you have already logged in on that connection,
24931 but the folder will have to be re-opened from scratch.
24933 If a folder is large and the startup cost is dominated by the time it takes
24934 to open that folder or to run filters on it, then it will pay to make the
24935 value of this option large enough to keep it open.
24936 On the other hand, if you only revisit a handful of folders or if
24937 the folders are small, then it might
24938 make more sense to keep this number small so that the reconnect
24939 time (the time to start up a new connection and authenticate)
24940 is eliminated instead.
24942 You may also need to consider the impact on the server.
24943 On the surface, a larger number here may cause a larger impact on the
24944 server, since you will have more connections open to the server.
24945 On the other hand, not only will <EM>you</EM> be avoiding the startup costs
24946 associated with reopening a folder, but the <EM>server</EM> will be
24947 avoiding those costs as well.
24949 When twenty five minutes pass without any active use of an IMAP connection
24950 being saved for possible re-use, that connection will be shut down,
24953 <UL>   
24954 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24955 </UL><P>
24956 &lt;End of help on this topic&gt;
24957 </BODY>
24958 </HTML>
24959 ====== h_config_permlocked =====
24960 <HTML>
24961 <HEAD>
24962 <TITLE>OPTION: <!--#echo var="VAR_stay-open-folders"--></TITLE>
24963 </HEAD>
24964 <BODY>
24965 <H1>OPTION: <!--#echo var="VAR_stay-open-folders"--></H1>
24967 This option affects low-level behavior of Alpine.
24968 There is no default value for this option.
24969 It is related to the options
24970 <A HREF="h_config_preopen_stayopens">&quot;<!--#echo var="FEAT_preopen-stayopen-folders"-->&quot;</A>,
24971 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>,
24972 and <A HREF="h_config_expunge_stayopens">&quot;<!--#echo var="FEAT_offer-expunge-of-stayopen-folders"-->&quot;</A>.
24975 Note: changes made to this list take effect the next time you open a
24976 folder in the list.
24979 This is a list of folders that will be permanently kept open once they
24980 are first opened.
24981 The names in this list may be either the nickname of an Incoming folder
24982 or the full technical specification of a folder.
24983 The folders in this list need not be remote IMAP folders, they could usefully
24984 be local folders, as well.
24985 If a folder in the list is a newsgroup or is not accessed either locally
24986 or via IMAP, then the entry will be ignored.
24987 For example, folders accessed via NNTP or POP3 will not be kept open, since
24988 the way that new mail is found with those protocols involves closing and
24989 reopening the connection.
24991 Once a Stay Open folder has been opened, new-mail checking will continue
24992 to happen on that folder for the rest of the Alpine session.
24993 Your INBOX is always implicitly included in this Stay-Open list and doesn't
24994 need to be added explicitly.
24996 Another difference that you may notice between a Stay Open folder and a
24997 non-Stay Open folder is which message is selected as the current message
24998 when you enter the folder index.
24999 Normally, the starting position for an incoming folder (which most Stay Open
25000 folders will likely be) is controlled by the
25001 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
25002 However, if a folder is a Stay Open folder, when you re-enter the folder
25003 after the first time the current message will be the same as it was when
25004 you left the folder.
25005 An exception is made if you use the TAB command to get to the folder.
25006 In that case, the message number will be incremented by one from what it
25007 was when you left the folder.
25009 The above special behavior is thought to be useful.
25010 However, it is special and different from what you might at first expect.
25011 The feature
25012 <A HREF="h_config_use_reg_start_for_stayopen"><!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></A>
25013 may be used to turn off this special treatment.
25015 If the message that was current when you left the folder no longer exists,
25016 then the regular startup rule will be used instead.
25019 <UL>   
25020 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25021 </UL><P>
25022 &lt;End of help on this topic&gt;
25023 </BODY>
25024 </HTML>
25025 ====== h_config_viewer_overlap =====
25026 <html>
25027 <header>
25028 <title>OPTION: <!--#echo var="VAR_viewer-overlap"--></title>
25029 </header>
25030 <body>
25031 <h1>OPTION: <!--#echo var="VAR_viewer-overlap"--></h1>
25033 This option specifies an aspect of Alpine's Message Viewing screen.  When
25034 the space bar is used to page forward in a message, the number of lines
25035 specified by the &quot;<!--#echo var="VAR_viewer-overlap"-->&quot; variable will be repeated from the
25036 bottom of the screen.  That is, if this was set to two lines, then the
25037 bottom two lines of the screen would be repeated on the top of the next
25038 screen.  The normal default value is "2".<p>
25039 <UL>   
25040 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25041 </UL><P>
25042 &lt;End of help on this topic&gt;
25043 </body>
25044 </html>
25045 ====== h_config_scroll_margin =====
25046 <HTML>
25047 <HEAD>
25048 <TITLE>OPTION: <!--#echo var="VAR_scroll-margin"--></TITLE>
25049 </HEAD>
25050 <BODY>
25051 <H1>OPTION: <!--#echo var="VAR_scroll-margin"--></H1>
25053 This option controls when Alpine's line-by-line scrolling occurs.
25054 Typically, when a selected item is at the top or bottom screen edge
25055 and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
25056 displayed items are scrolled down or up by a single line.
25059 This option allows you to tell Alpine the number of lines from the top and
25060 bottom screen edge that line-by-line paging should occcur.  For example,
25061 setting this value to one (1) will cause Alpine to scroll the display
25062 vertically when you move to select an item on the display's top or
25063 bottom edge.
25066 By default, this variable is zero, indicating that scrolling happens
25067 when you move up or down to select an item immediately off the display's
25068 top or bottom edge.
25071 <UL>   
25072 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25073 </UL><P>
25074 &lt;End of help on this topic&gt;
25075 </BODY>
25076 </HTML>
25077 ====== h_config_wordseps =====
25078 <HTML>
25079 <HEAD>
25080 <TITLE>OPTION: <!--#echo var="VAR_composer-word-separators"--></TITLE>
25081 </HEAD>
25082 <BODY>
25083 <H1>OPTION: <!--#echo var="VAR_composer-word-separators"--></H1>
25085 This option affects how a &quot;word&quot; is defined in the composer.
25086 The definition of a word is used when using the Forward Word and Backward
25087 Word commands in the composer, as well as when using the spell checker.
25088 Whitespace is always considered a word separator.
25089 Punctuation (like question marks, periods, commas, and so on) is always
25090 a word separator if it comes at the end of a word.
25091 By default, a punctuation character that is in the middle of a word does
25092 not break up that word as long as the character before and the character
25093 after it are both alphanumeric.
25094 If you add a character to this option it will be considered a
25095 word separator even when it occurs in the middle of an alphanumeric word.
25096 For example, if you want to skip through each part of an address instead
25097 of skipping the whole address at once you might want to include &quot;@&quot;
25098 and &quot;.&quot; in this list.
25099 If you want the word-skipper to stop on each part of a UNIX filename you
25100 could add &quot;/&quot; to the list.
25101 The equal sign and dash are other possibilities you might find helpful.
25103 <UL>   
25104 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25105 </UL><P>
25106 &lt;End of help on this topic&gt;
25107 </BODY>
25108 </HTML>
25109 ====== h_config_reply_indent_string =====
25110 <HTML>
25111 <HEAD>
25112 <TITLE>OPTION: <!--#echo var="VAR_reply-indent-string"--></TITLE>
25113 </HEAD>
25114 <BODY>
25115 <H1>OPTION: <!--#echo var="VAR_reply-indent-string"--></H1>
25117 This option specifies an aspect of Alpine's Reply command.
25118 When a message is replied to and the text of the message is included, the
25119 included text usually has the string &quot;&gt;&nbsp;&quot; prepended
25120 to each line indicating it is quoted text.
25121 (In case you haven't seen this before, &quot;string&quot; is a technical term
25122 that means chunk of text.)
25125 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
25126 in 1999 and its wide-spread adoption since then, you will usually be better off if you
25127 use one of the standard values,
25128 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot;, for this option.
25131 This option specifies a different value for that string.
25132 If you wish to use a string that begins or ends with a space,
25133 enclose the string in double quotes.
25136 Besides simple text, the prepended string can be based
25137 on the message being replied to.
25138 The following tokens are substituted for the message's corresponding value:
25140 <DL>
25141 <DT>_FROM_</DT>
25142 <DD>This token gets replaced with the message sender's &quot;username&quot;.
25143 If the name is longer than six characters, only the first six characters are
25144 used.
25145 </DD>
25147 <DT>_NICK_</DT>
25148 <DD>This token gets replaced with the nickname of the message sender's
25149 address as found in your addressbook.
25150 If no addressbook entry is found,
25151 Alpine replaces the characters &quot;_NICK_&quot; with nothing.
25152 If the nickname is longer than six characters, only the first six characters are
25153 used.
25154 </DD>
25156 <DT>_INIT_</DT>
25157 <DD>This token gets replaced with the initials of the sender of the message.
25158 </DD>
25160 </DL>
25162 NOTE: When the
25163 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
25164 feature is enabled, you are given the opportunity to edit the string, whether 
25165 it is the default or one automatically generated using the above tokens.
25167 If you change your <!--#echo var="VAR_reply-indent-string"-->
25168 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
25169 quoted text will not be flowed
25170 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
25171 when you reply.
25172 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
25173 set to the default value.
25175 <UL>   
25176 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25177 </UL><P>
25178 &lt;End of help on this topic&gt;
25179 </BODY>
25180 </HTML>
25181 ====== h_config_quote_replace_string =====
25182 <HTML>
25183 <HEAD>
25184 <TITLE>OPTION: <!--#echo var="VAR_quote-replace-string"--></TITLE>
25185 </HEAD>
25186 <BODY>
25187 <H1>OPTION: <!--#echo var="VAR_quote-replace-string"--></H1>
25189 This option specifies what string to use as a quote when <b>viewing</b> a
25190 message.  The standard way of quoting messages when replying is the string
25191 &quot;&gt;&nbsp;&quot; (quote space).
25192 With this variable set, viewing a message will
25193 replace occurrences of 
25194 &quot;&gt;&nbsp;&quot; and &quot;&gt;&quot; with the replacement string.
25195 This setting works best when
25196 <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
25197 or the equivalent setting in your correspondents' mail programs
25198 is set to the default
25199 &quot;&gt;&nbsp;&quot;, but it will also work fine with the
25200 <!--#echo var="VAR_reply-indent-string"--> set to &quot;&gt;&quot;.
25202 By default, this setting will only work on messages that are flowed, which is
25203 the default way of sending messages for many mail clients including
25204 Alpine.  Enable the feature
25205 <A HREF="h_config_quote_replace_noflow"><!--#echo var="FEAT_quote-replace-nonflowed"--></A>
25206 to also have quote-replacement performed on non-flowed messages.
25209 Setting this option will replace  &quot;&gt;&quot; and 
25210 &quot;&gt;&nbsp;&quot; with the new setting. This string may include trailing
25211 spaces. To preserve those spaces enclose the full string in double quotes.
25213 No padding to separate the text of the message from the quote string is
25214 added. This means that if you do not add trailing spaces to the value of
25215 this variable, text will be displayed right next to the quote string,
25216 which may be undesirable. This can be avoided by adding a new string
25217 separated by a space from your selection of quote string replacement. This
25218 last string will be used for padding. For example, setting this variable to 
25219 <br>&quot;&gt;&quot; &quot; &quot; has the effect of setting
25220 &quot;&gt;&quot; as the <!--#echo var="VAR_quote-replace-string"-->, with the text padded by
25221 a space from the last quote string to make it more readable.
25223 One possible setting for this variable could be
25224 &quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot; (four spaces wrapped in quotes), which
25225 would have the effect of indenting each level of quoting four spaces and
25226 removing the &quot;&gt;&quot;'s.  Different levels of quoting could be made
25227 more discernible by setting colors for quoted text.
25229 Replying to or forwarding the viewed message will preserve the original
25230 formatting of the message, so quote-replacement will not be performed on
25231 messages that are being composed.
25233 <UL>   
25234 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25235 </UL><P>
25236 &lt;End of help on this topic&gt;
25237 </BODY>
25238 </HTML>
25239 ====== h_config_empty_hdr_msg =====
25240 <HTML>
25241 <HEAD>
25242 <TITLE>OPTION: <!--#echo var="VAR_empty-header-message"--></TITLE>
25243 </HEAD>
25244 <BODY>
25245 <H1>OPTION: <!--#echo var="VAR_empty-header-message"--></H1>
25247 When sending, if both the To and Cc fields are empty and you
25248 are sending the message to a Bcc,
25249 Alpine will put a special address in the To line.  The default value is:
25252 <CENTER><SAMP>undisclosed-recipients:&nbsp;;</SAMP></CENTER>
25255 The reason for this is to avoid embarrassment caused by some Internet
25256 mail transfer software that interprets a &quot;missing&quot;
25257 <SAMP>To:</SAMP> header as an error and replaces it with an
25258 <SAMP>Apparently-to:</SAMP> header that may contain the addresses you
25259 entered on the <SAMP>Bcc:</SAMP> line, defeating the purpose of the
25260 Bcc.  You may change the part of this message that comes before the
25261 &quot;:&nbsp;;&quot; by setting the &quot;<!--#echo var="VAR_empty-header-message"-->&quot;
25262 variable to something else.
25265 The normal default is &quot;undisclosed-recipients&quot;.
25268 <UL>   
25269 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25270 </UL><P>
25271 &lt;End of help on this topic&gt;
25272 </BODY>
25273 </HTML>
25274 ====== h_config_status_msg_delay =====
25275 <HTML>
25276 <HEAD>
25277 <TITLE>OPTION: <!--#echo var="VAR_status-message-delay"--></TITLE>
25278 </HEAD>
25279 <BODY>
25280 <H1>OPTION: <!--#echo var="VAR_status-message-delay"--></H1>
25282 This option has evolved over time, causing the possible values to be
25283 counter-intuitive.
25284 Read carefully before you set this option.
25285 First we explain what the option does, then there is a longer discussion
25286 following that.
25288 If this is set to zero, the default value, it has <EM>no</EM> effect.
25289 Positive and negative values serve two similar, but different purposes.
25291 If it is set to a positive number, it causes the cursor to move to the
25292 status line whenever a status message is printed and pause there for this
25293 many seconds.
25294 It will probably only be useful if the 
25295 <A HREF="h_config_show_cursor">&quot;<!--#echo var="FEAT_show-cursor"-->&quot;</A> feature is
25296 also turned on.
25297 Setting this option to a positive number can only be used to
25298 <EM>increase</EM> the status message delay.
25299 This may be useful for Braille displays, or other non-traditional displays.
25301 If it is set to a negative number the interpretation is a bit complicated.
25302 Negative numbers are used to <EM>decrease</EM> the amount of delay Alpine uses to
25303 allow you to read important status messages.
25304 Of course, this may cause you to miss some important messages.
25305 If you see a message flash by but miss what it says you can use the
25306 Journal command from the MAIN MENU to read it.
25307 If you set this option to a negative value, the delay will be
25308 no more than one second less than the absolute value
25309 of the value you set.
25310 So if you set it to -1, the delay will be no more than zero seconds, no
25311 delay at all.
25312 If you set it to -2, the delay will be no more than 1 second.
25313 And so on, -3 is 2 seconds, -4 is 3 seconds, ...
25314 If the delay that Alpine would have used by default is less than this delay,
25315 then the smaller delay set by Alpine will be used.
25316 Setting this option to a negative value can only reduce the amount of
25317 delay, never increase it.
25319 Here is a more detailed explanation.
25320 Status messages are the messages that show up spontaneously in the
25321 status message line, usually the third line from the bottom of the screen.
25322 By default, Alpine assigns each status message it produces a minimum
25323 display time.
25324 Some status messages have a minimum display time of zero.
25325 You can see an example of such a message by paging up in this help text
25326 until you reach the top of the screen.
25327 If you try to page past the top you will see the message
25329 <CENTER><SAMP>[Already at start of help text]</SAMP></CENTER>
25331 in the status line.
25332 If there is another more important use of the status message line this message
25333 might be replaced quickly, or it even might not be shown at all.
25334 However, if there is no reason to get rid of the message, it might stay
25335 there for several seconds while you read the help.
25336 An example where it is replaced immediately happens when you page up in
25337 the help text past the top of the screen, but then type the &quot;WhereIs&quot;
25338 command right after paging up.
25339 The message will disappear immediately without causing a delay (unless you
25340 have set this option to a positive value) to allow you to type input for
25341 the &quot;WhereIs&quot; command.
25342 Since it isn't a very important message, Alpine has set its minimum display
25343 time to zero seconds.
25345 Other messages have minimum display times of three or more seconds.
25346 These are usually error messages that Alpine thinks you ought to see.
25347 For example, it might be a message about a failed Save or a failed folder open.
25348 It is often the case that this minimum display time won't delay you in
25349 any way because the status message line is not needed for another reason.
25350 However, there are times when Alpine has to delay what it is doing in
25351 order to display a status message for the minimum display time.
25352 This happens when a message is being displayed and Alpine wants to ask
25353 for input from the keyboard.
25354 For example, when you Save a message you use the status message line.
25355 You get a prompt there asking for the name of the folder to save to.
25356 If there is a status message being displayed that has not
25357 yet displayed for its minimum
25358 time Alpine will display that status message surrounded with the characters
25359 &gt; and &lt; to show you that it is delaying.
25360 That might happen, for example, if you tried to save to a folder that
25361 caused an error, then followed that immediately with another Save command.
25362 You might find yourself waiting for a status message like
25364 <CENTER><SAMP>[&gt;Can't get write access to mailbox, access is readonly&lt;]</SAMP></CENTER>
25366 to finish displaying for three seconds.
25367 If that is something you find happening to you frequently, you may use
25368 negative values of this option to decrease or eliminate that delay, at
25369 the risk of missing the message.
25371 <UL>   
25372 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25373 </UL><P>
25374 &lt;End of help on this topic&gt;
25375 </BODY>
25376 </HTML>
25377 ====== h_config_active_msg_interval =====
25378 <HTML>
25379 <HEAD>
25380 <TITLE>OPTION: <!--#echo var="VAR_busy-cue-rate"--></TITLE>
25381 </HEAD>
25382 <BODY>
25383 <H1>OPTION: <!--#echo var="VAR_busy-cue-rate"--></H1>
25385 When Alpine is delayed for some reason it usually shows that
25386 something is happening with a small animated display in the status
25387 message line near the bottom of the screen.
25388 This option sets how frequently the characters (for example, a spinning bar)
25389 in the active status message lines are updated.
25390 At most, it can be set to be udpated 20 times per second. 
25393 Setting this value to zero will prevent display of the animations
25394 altogether.
25397 The option <A HREF="h_config_use_boring_spinner"><!--#echo var="FEAT_busy-cue-spinner-only"--></A>
25398 can be used to remove the randomness from this animated display.
25401 <UL>   
25402 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25403 </UL><P>
25404 &lt;End of help on this topic&gt;
25405 </BODY>
25406 </HTML>
25407 ====== h_config_mailchecknoncurr =====
25408 <HTML>
25409 <HEADER>
25410 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></TITLE>
25411 </HEADER>
25412 <BODY>
25413 <H1>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></H1>
25415 This option is closely related to the
25416 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
25417 option, as well as the
25418 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A> and
25419 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> options.
25420 If the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot; option is set to zero, then automatic
25421 new-mail checking is disabled and this option will have no effect.
25423 Normally this option is set to zero, which means that the value used will be
25424 the same as the value for the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;.
25425 If you set this option to a value different from zero
25426 (usually larger than the value for &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;)
25427 then that is the check interval that will be used
25428 for folders that are not the currently open folder or the INBOX.
25429 You may not even have any folders that are noncurrent and not the INBOX.
25430 If you do, it is likely that they are due to
25431 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
25432 you have configured.
25433 This option also affects the rate of mail checking done on cached
25434 connections to folders you previously had open but are no longer actively
25435 using.
25436 You aren't expected to understand that last sentence, but if you are interested
25437 take a look at
25438 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>
25439 and the related options.
25441 <UL>   
25442 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25443 </UL><P>
25444 &lt;End of help on this topic&gt;
25445 </BODY>
25446 </HTML>
25447 ====== h_config_fifopath =====
25448 <HTML>
25449 <HEADER>
25450 <TITLE>OPTION: NewMail FIFO Path</TITLE>
25451 </HEADER>
25452 <BODY>
25453 <H1>OPTION: NewMail FIFO Path</H1>
25455 This option is only available in UNIX Alpine.
25456 However, there is a very similar feature built in to PC-Alpine.
25457 In PC-Alpine's Config menu at the top of the screen
25458 is an option called &quot;New Mail Window&quot;.
25460 You may have Alpine create a FIFO special file (also called a named pipe) where
25461 it will send a one-line message each time a new message is received in
25462 the current folder, the INBOX, or any open
25463 <A HREF="h_config_permlocked"><!--#echo var="VAR_stay-open-folders"--></A>.
25464 To protect against two different Alpines both writing to the same FIFO, Alpine
25465 will only create the FIFO and write to it if it doesn't already exist.
25467 A possible way to use this option would be to have a separate window
25468 on your screen running the command
25470 <CENTER><SAMP>cat filename</SAMP></CENTER>
25472 where &quot;filename&quot; is the name of the file given for this option.
25473 Because the file won't exist until after you start Alpine, you must <EM>first</EM>
25474 start Alpine and <EM>then</EM> run the &quot;cat&quot; command.
25475 You may be tempted to use &quot;tail -f filename&quot; to view the new
25476 mail log.
25477 However, the common implementations of the tail command will not do what you
25478 are hoping.
25480 The width of the messages produced for the FIFO may be altered with the
25481 <A HREF="h_config_newmailwidth"><!--#echo var="VAR_newmail-window-width"--></A> option.
25483 On some systems, fifos may only be created in a local filesystem.
25484 In other words, they may not be in NFS filesystems.
25485 This requirement is not universal.
25486 If the system you are using supports it, it should work.
25487 (It is often the case that your home directory is in an NFS filesystem.
25488 If that is the case, you might try using a file in the &quot;/tmp&quot;
25489 filesystem, which is usually a local filesytem.)
25490 Even when it is possible to use an NFS-mounted filesystem as a place to name
25491 the fifo (for example, your home directory), it will still be the case that
25492 the reader (probably the &quot;cat&quot; command) and the
25493 writer (Alpine) of the fifo must be running on the same system.
25495 <UL>   
25496 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25497 </UL><P>
25498 &lt;End of help on this topic&gt;
25499 </BODY>
25500 </HTML>
25501 ====== h_config_newmailwidth =====
25502 <HTML>
25503 <HEADER>
25504 <TITLE>OPTION: <!--#echo var="VAR_newmail-window-width"--></TITLE>
25505 </HEADER>
25506 <BODY>
25507 <H1>OPTION: <!--#echo var="VAR_newmail-window-width"--></H1>
25509 For UNIX Alpine, this option is only useful if you have turned on the
25510 <A HREF="h_config_fifopath">NewMail FIFO Path</A> option.
25511 That option causes new mail messages to be sent to a fifo file.
25512 Those messages will be 80 characters wide by default.
25513 You can change the width of those messages by changing this option.
25514 For example, if you are reading those messages in another window you might
25515 want to set this width to the width of that other window.
25517 If you are using PC-Alpine, it has an option in the Config menu to turn
25518 on the &quot;New Mail Window&quot;.
25519 This present option also controls the width of that window.
25521 <UL>   
25522 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25523 </UL><P>
25524 &lt;End of help on this topic&gt;
25525 </BODY>
25526 </HTML>
25527 ====== h_config_mailcheck =====
25528 <HTML>
25529 <HEADER>
25530 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval"--></TITLE>
25531 </HEADER>
25532 <BODY>
25533 <H1>OPTION: <!--#echo var="VAR_mail-check-interval"--></H1>
25535 This option specifies, in seconds,
25536 how often Alpine will check for new mail.
25537 If set to zero, new-mail checking is disabled.
25538 (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
25539 current message is the last message of the folder.)
25540 There is a minimum value for this option, normally 15 seconds.
25541 The default value is normally 150 seconds.
25542 The higher you set this option, the easier it is on the server.
25544 There are some situations where automatic new-mail checking does not work.
25545 See the discussion about new-mail checking in
25546 <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
25548 The new-mail checking will not happen exactly at the frequency that you specify.
25549 For example, Alpine may elect to defer a non-INBOX mail check if you
25550 are busy typing.
25551 Or, it may check more frequently than you have specified if that is
25552 thought to be necessary to keep the server from closing the connection
25553 to the folder due to inactivity.
25554 If Alpine checks for new mail as a side effect of another command, it will reset
25555 the timer, so that new-mail checking may seem to happen irregularly instead of
25556 every X seconds like clockwork.
25558 If you are anxious to know about new mail as soon as possible, set the check
25559 interval low, and you'll know about the new mail by approximately
25560 that amount of time after it arrives.
25561 If you aren't so worried about knowing right away, set this option to a
25562 higher value.
25563 That will save the server some processing time and may save you some of
25564 the time you spend waiting for new-mail checks to happen if you are
25565 dealing with a slow server or slow network connection.
25567 If you suspect that new-mail checking is causing slow downs for you,
25568 you may want to look into the options
25569 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>,
25570 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> and
25571 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A>,
25572 which refine when mail checking is done.
25574 If the mailbox being checked uses a <A HREF="h_maildrop">Mail Drop</A> then
25575 there is a minimum time
25576 (<A HREF="h_config_maildropcheck">&quot;<!--#echo var="VAR_maildrop-check-minimum"-->&quot;</A>)
25577 between new-mail checks.
25578 Because of this minimum you may notice that new mail does not
25579 appear promptly when you expect it.
25580 The reason for this is to protect the server from over-zealous opening and
25581 closing of the Mail Drop folder, since that is a costly operation.
25583 <UL>   
25584 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25585 </UL><P>
25586 &lt;End of help on this topic&gt;
25587 </BODY>
25588 </HTML>
25589 ====== h_config_quell_checks_comp =====
25590 <HTML>
25591 <HEAD>
25592 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></TITLE>
25593 </HEAD>
25594 <BODY>
25595 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></H1>
25597 This option is closely related to the
25598 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
25599 option, the
25600 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
25601 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A>.
25603 If this option is set, then the normal new-mail checking that happens
25604 while you are composing will not happen for folders other than your
25605 INBOX (which depends on the setting
25606 of &quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;).
25608 You might want to set this option if you are experiencing delays while
25609 composing that you think might be related to the speed of the new-mail
25610 checks.
25612 Even with this option turned on, an occasional new-mail check may be done
25613 in order to keep the server from killing the connection to the folder.
25614 For example, IMAP servers may remove a connection to a folder if there
25615 has been no activity on the connection for 30 minutes or more.
25616 Instead of letting that happen, Alpine will check for new mail before the
25617 30 minutes is up even though you have turned on this feature to quell
25618 those checks.
25620 Besides new-mail checks, checkpoint operations on the folders
25621 will also be quelled when you set this option.
25622 The purpose of checkpointing is to write the changes to a folder out to
25623 disk periodically in order to avoid losing those changes when system or
25624 software problems occur.
25625 New-mail checking and checkpointing while you are not composing are not
25626 affected by this option.
25629 &lt;End of help on this topic&gt;
25630 </BODY>
25631 </HTML>
25632 ====== h_config_quell_checks_comp_inbox =====
25633 <HTML>
25634 <HEAD>
25635 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></TITLE>
25636 </HEAD>
25637 <BODY>
25638 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></H1>
25640 This option is closely related to the
25641 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
25642 option, the
25643 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
25644 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>.
25646 If this option is set, then the normal new-mail checking that happens
25647 while you are composing will not happen for your INBOX.
25648 Checking of other folders is controlled in a similar way with the
25649 &quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot; option.
25651 You might want to set this option if you are experiencing delays while
25652 composing that you think might be related to the speed of the new-mail
25653 checks.
25655 Even with this option turned on, an occasional new-mail check may be done
25656 in order to keep the server from killing the connection to the folder.
25657 For example, IMAP servers may remove a connection to a folder if there
25658 has been no activity on the connection for 30 minutes or more.
25659 Instead of letting that happen, Alpine will check for new mail before the
25660 30 minutes is up even though you have turned on this feature to quell
25661 those checks.
25663 Besides new-mail checks, checkpoint operations on the INBOX
25664 will also be quelled when you set this option.
25665 The purpose of checkpointing is to write the changes to a folder out to
25666 disk periodically in order to avoid losing those changes when system or
25667 software problems occur.
25668 New-mail checking and checkpointing while you are not composing are not
25669 affected by this option.
25671 &lt;End of help on this topic&gt;
25672 </BODY>
25673 </HTML>
25674 ====== h_config_maildropcheck =====
25675 <HTML>
25676 <HEADER>
25677 <TITLE>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></TITLE>
25678 </HEADER>
25679 <BODY>
25680 <H1>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></H1>
25682 New-mail checking for a
25683 <A HREF="h_maildrop">Mail Drop</A> is a little different from new
25684 mail checking for a regular folder.
25685 One of the differences is that the connection to the Mail Drop is not
25686 kept open and so the cost of checking
25687 (delay for you and additional load for the server) may be significant.
25688 Because of this additional cost we set a minimum time that
25689 must pass between checks.
25690 This minimum only applies to the automatic checking done by Alpine.
25691 If you force a check by typing ^L (Ctrl-L) or by typing the Next command when you are
25692 at the end of a folder index, then the check is done right away.
25694 This option specifies, in seconds, the <EM>minimum</EM> time between Mail Drop
25695 new-mail checks.
25696 You may want to set this minimum high in order to avoid experiencing some
25697 of the delays associated with the checks.
25698 Note that the time between checks is still controlled by the regular
25699 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option.
25700 When Alpine is about to do an automatic check for new mail (because
25701 the <!--#echo var="VAR_mail-check-interval"--> has expired) then if the time since the last
25702 new-mail check
25703 of any open Mail Drops has been greater than the <!--#echo var="VAR_maildrop-check-minimum"-->,
25704 the Mail Drop is checked for new mail as well.
25705 Therefore, it is only useful to set this option to a value that is higher
25706 than the <!--#echo var="VAR_mail-check-interval"-->.
25708 If this option is set to zero, automatic Mail Drop new-mail
25709 checking is disabled.
25710 There is a minimum value, normally 60 seconds.
25711 The default value is normally 60 seconds as well.
25712 This applies to the INBOX and to the currently open folder if that is
25713 different from the INBOX.
25716 <UL>   
25717 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25718 </UL><P>
25719 &lt;End of help on this topic&gt;
25720 </BODY>
25721 </HTML>
25722 ====== h_config_nntprange =====
25723 <HTML>
25724 <HEADER>
25725 <TITLE>OPTION: <!--#echo var="VAR_nntp-range"--></TITLE>
25726 </HEADER>
25727 <BODY>
25728 <H1>OPTION: <!--#echo var="VAR_nntp-range"--></H1>
25730 This option applies only to newsgroups accessed using the NNTP protocol.
25731 It does not, for example,
25732 apply to newsgroups accessed using an IMAP-to-NNTP proxy.
25735 When you open a connection to a News server using the NNTP protocol, you
25736 normally have access to all of the articles in each newsgroup.
25737 If a server keeps a large backlog of messages it may speed performance
25738 some to restrict attention to only the newer messages in a group.
25739 This option allows you to set how many article numbers should be checked
25740 when opening a newsgroup.
25741 You can think of &quot;<!--#echo var="VAR_nntp-range"-->&quot; as specifying the maximum number
25742 of messages you ever want to see.
25743 For example, if you only ever wanted to look at the last 500 messages in each
25744 newsgroup you could set this option to 500.
25745 In actuality, it isn't quite that.
25746 Instead, for performance reasons, it specifies the range of article
25747 numbers to be checked, beginning
25748 with the highest numbered article and going backwards from there.
25749 If there are messages that have been canceled or deleted
25750 their article numbers are still counted as part of the range.
25752 So, more precisely, setting the &quot;<!--#echo var="VAR_nntp-range"-->&quot; will cause article
25753 numbers
25754 <P><CENTER>last_article_number - <!--#echo var="VAR_nntp-range"--> + 1 through last_article_number</CENTER>
25756 to be considered when reading a newsgroup.
25757 The number of messages that show up in your index will be less than or equal
25758 to the value of &quot;<!--#echo var="VAR_nntp-range"-->&quot;.
25761 The purpose of this option is simply to speed up access when reading news.
25762 The speedup comes because Alpine can ignore all but the last <!--#echo var="VAR_nntp-range"--> article
25763 numbers, and can avoid downloading any information about the ignored articles.
25764 There is a cost you pay for this speedup.
25765 That cost is that there is no way for you to see those ignored articles.
25766 The articles that come before the range you specify are invisible to you and
25767 to Alpine, as if they did not exist at all.
25768 There is no way to see those messages using, for example, an unexclude command
25769 or something similar.
25770 The only way to see those articles is to set this option high enough (or
25771 set it to zero) and then to reopen the newsgroup.
25774 If this option is set to 0 (which is also the default),
25775 then the range is unlimited.
25776 This option applies globally to all NNTP servers and to all newsgroups
25777 on those servers.
25778 There is no way to set different values for different newsgroups or servers.
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_news_active =====
25788 <html>
25789 <header>
25790 <title>OPTION: <!--#echo var="VAR_news-active-file-path"--></title>
25791 </header>
25792 <body>
25793 <h1>OPTION: <!--#echo var="VAR_news-active-file-path"--></h1>
25795 This option tells Alpine where to look for the "active file" for newsgroups
25796 when accessing news locally, rather than via NNTP.  The default path is
25797 usually "/usr/lib/news/active".<p>
25798 <UL>   
25799 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25800 </UL><P>
25801 &lt;End of help on this topic&gt;
25802 </body>
25803 </html>
25804 ====== h_config_news_spool =====
25805 <html>
25806 <header>
25807 <title>OPTION: <!--#echo var="VAR_news-spool-directory"--></title>
25808 </header>
25809 <body>
25810 <h1>OPTION: <!--#echo var="VAR_news-spool-directory"--></h1>
25812 This option tells Alpine where to look for the "news spool" for newsgroups
25813 when accessing news locally, rather than via NNTP.  The default path is
25814 usually "/var/spool/news".<p>
25815 <UL>   
25816 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25817 </UL><P>
25818 &lt;End of help on this topic&gt;
25819 </body>
25820 </html>
25821 ====== h_config_image_viewer =====
25822 <html>
25823 <header>
25824 <title>OPTION: <!--#echo var="VAR_image-viewer"--></title>
25825 </header>
25826 <body>
25827 <h1>OPTION: <!--#echo var="VAR_image-viewer"--></h1>
25828 <body>
25829 This option specifies the program Alpine should call to view MIME
25830 attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
25831 no longer needed, but remains for backward compatibility.  The more
25832 general method for associating external printing and viewing programs with
25833 specific MIME data types is to use the system's (or your personal)
25834 "mailcap" configuration file.<p>
25835 <UL>   
25836 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25837 </UL><P>
25838 &lt;End of help on this topic&gt;
25839 </body>
25840 </html>
25841 ====== h_config_domain_name =====
25842 <HTML>
25843 <HEAD>
25844 <TITLE>OPTION: <!--#echo var="VAR_use-only-domain-name"--></TITLE>
25845 </HEAD>
25846 <BODY>
25847 <H1>OPTION: <!--#echo var="VAR_use-only-domain-name"--></H1>
25849 This option is used only if the 
25850 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> option is <B>not</B> 
25851 set.  If set to &quot;Yes&quot; (and <!--#echo var="VAR_user-domain"--> is not used), then Alpine 
25852 strips the hostname from your return (&quot;From&quot;) address and when 
25853 completing unqualified addresses that you enter into the composer.
25855 If you set this, see also the <A HREF="h_config_quell_local_lookup">
25856 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
25859 <!--chtml if pinemode="os_windows"-->
25860 <P>This option is not applicable to PC-Alpine.
25861 <!--chtml else-->
25863 <!--chtml endif-->
25864 <UL>
25865 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25866 </UL>
25868 &lt;End of help on this topic&gt;
25869 </BODY>
25870 </HTML>
25871 ====== h_config_prune_date =====
25872 <HTML>
25873 <HEAD>
25874 <TITLE>OPTION: Last-Time-Prune Question</TITLE>
25875 </HEAD>
25876 <BODY>
25877 <H1>OPTION: Last-Time-Prune Question</H1>
25879 This value records the last time you were asked about deleting old
25880 sent-mail.
25881 It is set automatically by Alpine at the beginning of each month.
25882 In the past, if you wished to suppress the monthly sent-mail
25883 pruning feature, you could set this to a date in the future.
25884 This value is relative to the year 1900, so 
25885 to set this, for example, to October 2005, use 105.10.
25887 You can still do that if you wish, or you can use the
25888 <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option, which is probably
25889 a little more convenient to use.
25891 <UL>   
25892 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25893 </UL><P>
25894 &lt;End of help on this topic&gt;
25895 </BODY>
25896 </HTML>
25897 ====== h_config_goto_default =====
25898 <HTML>
25899 <HEAD>
25900 <TITLE>OPTION: <!--#echo var="VAR_goto-default-rule"--></TITLE>
25901 </HEAD>
25902 <BODY>
25903 <H1>OPTION: <!--#echo var="VAR_goto-default-rule"--></H1>
25905 This value affects Alpine's behavior when you use the Goto command.
25906 Alpine's usual behavior has two parts.  If your current folder is
25907 &quot;Inbox&quot;, Alpine will offer the last open folder as the
25908 default.  If the current folder is other than &quot;Inbox&quot;,
25909 &quot;Inbox&quot; is offered as the default.
25912 The available options include:
25914 <DL>
25916  <DT>folder-in-first-collection</DT>
25918  <DD> Alpine will offer the most recently visited folder in the default
25919 collection found in the &quot;Collection List&quot; screen as the default.
25920 </DD>
25922  <DT> inbox-or-folder-in-first-collection</DT>
25924  <DD> If the current folder is &quot;Inbox&quot;,
25925 Alpine will offer the most recently visited folder in the
25926 default collection found in the &quot;Collection List&quot; screen.
25927 If the current folder is other than &quot;Inbox&quot;,
25928 &quot;Inbox&quot; is offered as the default.
25929 </DD>
25931  <DT> inbox-or-folder-in-recent-collection</DT>
25933  <DD> This is Alpine's default behavior.
25934 If the current folder is &quot;Inbox&quot;,
25935 Alpine will offer the last open
25936 folder as the default.
25937 If the current folder is other than &quot;Inbox&quot;,
25938 &quot;Inbox&quot; is offered as the default.
25939 </DD>
25941  <DT> first-collection-with-inbox-default</DT>
25943  <DD> Instead of offering the most recently visited folder in the default
25944 collection, the default collection is offered but with &quot;Inbox&quot; as
25945 the default folder.
25946 If you type in a folder name it will be in the default collection.
25947 If you simply accept the default, however, your &quot;Inbox&quot; will be opened.
25948 </DD>
25950  <DT> most-recent-folder</DT>
25952  <DD> The last accepted value simply causes the most recently opened
25953 folder to be offered as the default regardless of the currently opened
25954 folder.
25955 </DD>
25956 </DL>
25959 NOTE: The default while a newsgroup is open remains the same; the last
25960 open newsgroup.
25963 <UL>   
25964 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25965 </UL><P>
25966 &lt;End of help on this topic&gt;
25967 </BODY>
25968 </HTML>
25969 ====== h_config_thread_lastreply_char =====
25970 <HTML>
25971 <HEAD>
25972 <TITLE>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></TITLE>
25973 </HEAD>
25974 <BODY>
25975 <H1>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></H1>
25977 The <!--#echo var="VAR_threading-lastreply-character"--> option has a small effect on the MESSAGE
25978 INDEX display when using a
25979 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
25980 of &quot;show-thread-structure&quot;, &quot;mutt-like&quot;, or
25981 &quot;show-structure-in-from&quot;; and sorting by Threads or OrderedSubject.
25982 The value of this option is a single character.
25983 This character is used instead of the vertical line character when there are
25984 no more replies directly to the parent of the current message.
25985 It can be used to &quot;round-off&quot; the bottom of the vertical line
25986 by setting it to a character such as a backslash (&#92;) or
25987 a backquote (&#96;).
25988 The default value of this option is the backslash character (&#92;).
25989 This option may not be set to the Empty Value.
25990 In that case, the default will be used instead.
25993 <UL>   
25994 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25995 </UL><P>
25996 &lt;End of help on this topic&gt;
25997 </BODY>
25998 </HTML>
25999 ====== h_config_thread_indicator_char =====
26000 <HTML>
26001 <HEAD>
26002 <TITLE>OPTION: <!--#echo var="VAR_threading-indicator-character"--></TITLE>
26003 </HEAD>
26004 <BODY>
26005 <H1>OPTION: <!--#echo var="VAR_threading-indicator-character"--></H1>
26007 The <!--#echo var="VAR_threading-indicator-character"--> option has a small effect on the MESSAGE
26008 INDEX display when using a
26009 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26010 than &quot;none&quot; and sorting by Threads or OrderedSubject.
26011 The value of this option is a single character.
26012 This character is used to indicate that part of a thread (a conversation) is
26013 hidden beneath a message.
26014 The message could be expanded
26015 if desired with the &quot;/&quot; Collapse/Expand command.
26016 By default, the value of this option is the greater than sign (&gt;).
26018 If this option is set to the Empty Value, then the column (and the following
26019 blank column) will be deleted from the display.
26022 This option is closely related to the
26023 <A HREF="h_config_thread_exp_char"><!--#echo var="VAR_threading-expanded-character"--></A> option.
26024 Another similar option that affects the thread display is the
26025 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
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_exp_char =====
26035 <HTML>
26036 <HEAD>
26037 <TITLE>OPTION: <!--#echo var="VAR_threading-expanded-character"--></TITLE>
26038 </HEAD>
26039 <BODY>
26040 <H1>OPTION: <!--#echo var="VAR_threading-expanded-character"--></H1>
26042 The <!--#echo var="VAR_threading-expanded-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> other
26045 than &quot;none&quot;.
26046 The value of this option is a single character.
26047 This character is used to indicate that part of a thread has been expanded
26048 and could be collapsed if desired with
26049 the &quot;/&quot; Collapse/Expand command.
26050 By default, the value of this option is a dot (.).
26052 If this option is set to the Empty Value, then the column (and the following
26053 blank column) will be deleted from the display.
26056 This option is closely related to the
26057 <A HREF="h_config_thread_indicator_char"><!--#echo var="VAR_threading-indicator-character"--></A> option.
26058 Another similar option that affects the thread display is the
26059 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26062 <UL>   
26063 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26064 </UL><P>
26065 &lt;End of help on this topic&gt;
26066 </BODY>
26067 </HTML>
26068 ====== h_config_thread_index_style =====
26069 <HTML>
26070 <HEAD>
26071 <TITLE>OPTION: <!--#echo var="VAR_threading-index-style"--></TITLE>
26072 </HEAD>
26073 <BODY>
26074 <H1>OPTION: <!--#echo var="VAR_threading-index-style"--></H1>
26076 When a folder is sorted by Threads or OrderedSubject,
26077 this option will affect the INDEX displays.
26080 The possible values for this option are:
26082 <DL>
26083 <DT>regular-index-with-expanded-threads</DT>
26084 <DD>This is the default display.
26085 If the configuration option
26086 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26087 is set to something other than &quot;none&quot;, then this setting
26088 will cause Alpine to start off with a MESSAGE INDEX with all of
26089 the threads expanded.
26090 That is, each message will have a line in the MESSAGE INDEX display.
26091 The Collapse/Expand command (/) may be used to manually collapse or
26092 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26094 This setting affects the display when the folder is first threaded.
26095 The collapsed state may also be re-initialized by re-sorting the folder manually
26096 using the SortIndex command ($).
26097 After re-sorting the threads will once again all be expanded, even if you
26098 have previously collapsed some of them.
26100 If &quot;<!--#echo var="VAR_threading-display-style"-->&quot; is set to &quot;none&quot;, then
26101 the display will be the regular default Alpine MESSAGE INDEX, but sorted
26102 in a different order.
26103 </DD>
26105 <DT>regular-index-with-collapsed-threads</DT>
26106 <DD>If the configuration option
26107 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26108 is set to something other than &quot;none&quot;, then this setting
26109 will cause Alpine to start out with all of the threads collapsed instead of
26110 starting out with all of the threads expanded.
26111 The Collapse/Expand command (/) may be used to manually collapse or
26112 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26114 This setting affects the display when the folder is first threaded.
26115 The collapsed state may also be re-initialized by re-sorting the folder manually
26116 using the SortIndex command ($).
26117 After re-sorting the threads will once again all be collapsed, even if you
26118 have previously expanded some of them.
26119 </DD>
26121 <DT>separate-index-screen-always</DT>
26122 <DD>With this setting and the next, you will see an index of threads
26123 instead of an
26124 index of messages, provided you have sorted by Threads or OrderedSubject.
26126 The THREAD INDEX contains a '*' in the first column if any message in the thread
26127 is marked Important.
26128 If not, it contains a '+' if any message in the thread is to you.
26129 The second column is blank. The third column contains a 'D' if all of the
26130 messages in the thread are deleted.
26131 Otherwise, it contains an 'N' if any of the messages in the thread are New.
26133 When you view a particular thread from the THREAD INDEX you will be
26134 in the MESSAGE INDEX display
26135 but the index will only contain messages from the thread you are viewing.
26136 </DD>
26138 <DT>separate-index-screen-except-for-single-messages</DT>
26139 <DD>This is very similar to the option above.
26140 When you are in the THREAD INDEX, one of the available commands
26141 is &quot;ViewThd&quot;.
26142 With the setting &quot;separate-index-screen-always&quot; (the option above)
26143 when you view a particular thread you will be in the
26144 MESSAGE INDEX display and the index will only contain messages from
26145 the thread you are viewing.
26146 If the thread you are viewing consists of a single message, the MESSAGE INDEX
26147 will be an index with only one message in it.
26148 If you use this &quot;separate-index-screen-except-for-single-messages&quot;
26149 setting instead, then that index that contains a single message
26150 will be skipped and you will go directly from the THREAD INDEX into the
26151 MESSAGE TEXT screen.
26152 </DD>
26154 </DL>
26157 <UL>   
26158 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26159 </UL><P>
26160 &lt;End of help on this topic&gt;
26161 </BODY>
26162 </HTML>
26163 ====== h_config_thread_disp_style =====
26164 <HTML>
26165 <HEAD>
26166 <TITLE>OPTION: <!--#echo var="VAR_threading-display-style"--></TITLE>
26167 </HEAD>
26168 <BODY>
26169 <H1>OPTION: <!--#echo var="VAR_threading-display-style"--></H1>
26171 When a folder is sorted by Threads or OrderedSubject,
26172 this option will affect the MESSAGE INDEX display.
26173 By default, Alpine will display the MESSAGE INDEX in the
26174 &quot;show-thread-structure&quot; style if a folder is sorted
26175 by Threads or OrderedSubject.
26178 The possible values for this option are:
26180 <DL>
26181 <DT>none</DT>
26182 <DD>Regular index display.
26183 The same index line as would be displayed without threading is used.
26184 The only difference will be in the order of the messages.
26185 </DD>
26187 <DT>show-thread-structure</DT>
26188 <DD>Threaded Subjects will be indented and vertical bars and horizontal
26189 lines will be added to make it easier to see the relationships among
26190 the messages in a thread (a conversation).
26191 </DD>
26193 <DT>mutt-like</DT>
26194 <DD>This is the same as the option above except that the Subject
26195 is suppressed (is blank) if it matches the previous Subject in the thread.
26196 The name comes from the email client <A HREF="http://www.mutt.org/">Mutt</A>.
26197 Here is an example of what a mutt-like index might look like.
26198 In this example, the first column represents the message number, the
26199 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
26200 is set to &quot;regular-index-with-expanded-threads&quot;, and the
26201 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A>
26202 is set to a backslash:
26203 <PRE>
26204 &nbsp;&nbsp;&nbsp;1    Some topic
26205 &nbsp;&nbsp;&nbsp;&nbsp;2  . Subject           original message in thread
26206 &nbsp;&nbsp;&nbsp;&nbsp;3    |->               reply to 2
26207 &nbsp;&nbsp;&nbsp;&nbsp;4  . |->               another reply to 2
26208 &nbsp;&nbsp;&nbsp;&nbsp;5  . | &#92;->             reply to 4
26209 &nbsp;&nbsp;&nbsp;&nbsp;6  . |   &#92;->           reply to 5
26210 &nbsp;&nbsp;&nbsp;&nbsp;7    |     &#92;->         reply to 6
26211 &nbsp;&nbsp;&nbsp;&nbsp;8    |->               another reply to 2
26212 &nbsp;&nbsp;&nbsp;&nbsp;9  . |->New subject    another reply to 2 but with a New subject
26213 &nbsp;&nbsp;&nbsp;10    | |->             reply to 9
26214 &nbsp;&nbsp;&nbsp;11    | &#92;->             another reply to 9
26215 &nbsp;&nbsp;&nbsp;12    |   &#92;->           reply to 11
26216 &nbsp;&nbsp;&nbsp;13    &#92;->               final reply to 2
26217 &nbsp;&nbsp;&nbsp;14    Next topic
26218 </PRE>
26219 </DD>
26221 <DT>indent-subject-1</DT>
26222 <DD>Threaded Subjects will be indented one space per level of the conversation.
26223 The bars and lines that show up in the show-thread-structure display will
26224 not be there with this style.
26225 </DD>
26227 <DT>indent-subject-2</DT>
26228 <DD>Same as above but indent two spaces per level instead of one space.
26229 </DD>
26231 <DT>indent-from-1</DT>
26232 <DD>Similar to indent-subject-1, except that instead of indenting the
26233 Subject field one space the From field of a thread will be indented one
26234 space per level of the conversation.
26235 </DD>
26237 <DT>indent-from-2</DT>
26238 <DD>Same as above but indent two spaces per level instead of one space.
26239 </DD>
26241 <DT>show-structure-in-from</DT>
26242 <DD>The structure of the thread is illustrated with indenting, vertical bars,
26243 and horizontal lines just like with the show-thread-structure option, but
26244 the From field is used to show the relationships instead of the Subject field. 
26245 </DD>
26247 </DL>
26250 <UL>   
26251 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26252 </UL><P>
26253 &lt;End of help on this topic&gt;
26254 </BODY>
26255 </HTML>
26256 ====== h_config_pruning_rule =====
26257 <HTML>
26258 <HEAD>
26259 <TITLE>OPTION: <!--#echo var="VAR_pruning-rule"--></TITLE>
26260 </HEAD>
26261 <BODY>
26262 <H1>OPTION: <!--#echo var="VAR_pruning-rule"--></H1>
26264 By default, Alpine will ask at the beginning of each month whether or not
26265 you want to rename your sent-mail folder to a name like sent-mail-month-year.
26266 (See the feature <A HREF="h_config_prune_uses_iso"><!--#echo var="FEAT_prune-uses-yyyy-mm"--></A> to
26267 change the format of the folder to sent-mail-yyyy-mm.)
26268 It will also ask whether you would like to delete old sent-mail folders.
26269 If you have defined
26270 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>
26272 <A HREF="h_config_pruned_folders"><!--#echo var="VAR_pruned-folders"--></A>
26273 Alpine will also ask about pruning those folders.
26276 With this option you may provide an automatic answer to these questions.
26277 The default value is to ask you what you'd like to do.
26280 The six possible values for this option are:
26282 <DL>
26283 <DT>ask about rename, ask about deleting</DT>
26284 <DD>This is the default.
26285 Alpine will ask whether you want to rename the folders and whether you
26286 want to delete each of the old folders.
26287 </DD>
26289 <DT>ask about rename, don't delete</DT>
26290 <DD>Alpine will ask whether you want to rename the folders, but won't
26291 ask about or delete old folders.
26292 </DD>
26294 <DT>always rename, ask about deleting</DT>
26295 <DD>This means you want to always answer yes and have Alpine automatically
26296 rename the folder if possible.
26297 You will also be asked about deleting old folders.
26298 </DD>
26300 <DT>always rename, don't delete</DT>
26301 <DD>This means you want to always answer yes and have Alpine automatically
26302 rename the folder if possible.
26303 There will be no deleting of old folders.
26304 </DD>
26306 <DT>don't rename, ask about deleting</DT>
26307 <DD>This means you want to always answer no.
26308 Alpine will not rename the folder.
26309 You will be asked about deleting old folders.
26310 </DD>
26312 <DT>don't rename, don't delete</DT>
26313 <DD>This means you want to always answer no.
26314 Alpine will not rename the folder.
26315 There will be no deleting of old folders, either.
26316 </DD>
26317 </DL>
26320 <UL>   
26321 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26322 </UL><P>
26323 &lt;End of help on this topic&gt;
26324 </BODY>
26325 </HTML>
26326 ====== h_config_reopen_rule =====
26327 <HTML>
26328 <HEAD>
26329 <TITLE>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></TITLE>
26330 </HEAD>
26331 <BODY>
26332 <H1>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></H1>
26334 Alpine normally checks for new mail in the currently open folder
26335 and in the INBOX every few <A HREF="h_config_mailcheck">minutes</A>.
26338 There are some situations where automatic new-mail checking does not work.
26339 For example, if a mail folder is opened using the POP protocol or a newsgroup
26340 is being read using the NNTP protocol, then new-mail checking is disabled.
26343 It may be possible to check for new mail in these cases by reopening the
26344 folder.
26345 Alpine does not do this for you automatically, but you may do the commands
26346 manually to cause this to happen.
26347 You reopen by going back to the folder list screen from the message
26348 index screen with the &quot;&lt;&quot; command,
26349 and then going back into the message index screen with
26350 the &quot;&gt;&quot; command.
26351 (Actually, any method you would normally use to open a folder will work the
26352 same as the &quot;&lt;&quot; followed by &quot;&gt;&quot; method.
26353 For example, the GoTo Folder command will work, or you may use L to go to the
26354 Folder List screen and Carriage Return to reopen the folder.)
26357 There are some cases where Alpine knows that reopening the folder should
26358 be useful as a way to discover new mail.
26359 At the time of this writing, connections made using the POP protocol,
26360 news reading using the NNTP protocol, local news reading, and local
26361 ReadOnly folders that are in the traditional UNIX or the MMDF format all
26362 fall into this category.
26363 There are other cases where it <EM>may</EM> be a way to discover new mail, but Alpine
26364 has no way of knowing, so it might also just be an exercise in futility.
26365 All remote, ReadOnly folders other than those listed just above fall into this
26366 category.
26367 The setting of this option together with the type of folder
26368 controls how Alpine will react to the apparent attempt to reopen a folder.
26371 If you don't reopen, then you will just be back in
26372 the message index with no change.
26373 You left the index and came back, but the folder remained &quot;open&quot;
26374 the whole time.
26375 However, if you do reopen the folder, the folder is closed and then reopened.
26376 In this case, the current state of the open folder is lost.
26377 The New status, Important and Answered flags,
26378 selected state, Zoom state, collapsed or expanded state of threads,
26379 current message number,
26380 and any other temporary state is all lost when the reopen happens.
26381 For POP folders (but not NNTP newsgroups) the Deleted flags are also lost.
26384 In the possibilities listed below, the text says &quot;POP/NNTP&quot; in
26385 several places.
26386 That really implies the case where Alpine knows it is a good way to discover
26387 new mail, which is more than just POP and NNTP, but POP and NNTP are
26388 the cases of most interest.
26389 This option probably has more possible values than it deserves. They are:
26391 <DL>
26392 <DT>Always reopen</DT>
26393 <DD>Alpine will not ask whether you want to reopen but will just do the reopen
26394 whenever you type a command that implies a reopen, regardless of the
26395 access method.
26396 In other words, it is assumed you would always answer Yes if asked
26397 about reopening.
26398 </DD>
26400 <DT>Yes for POP/NNTP, Ask about other remote [Yes]</DT>
26401 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
26402 will ask you whether to reopen other remote folders,
26403 with a default answer of Yes.
26404 </DD>
26406 <DT>Yes for POP/NNTP, Ask about other remote [No]</DT>
26407 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
26408 will ask you whether to reopen other remote folders,
26409 with a default answer of No.
26410 </DD>
26412 <DT>Yes for POP/NNTP, No for other remote</DT>
26413 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, and
26414 will assume a No answer for all other remote folders.
26415 </DD>
26417 <DT>Always ask [Yes]</DT>
26418 <DD>Alpine will not differentiate based on access method.
26419 It will always ask for all remote folders, with a default answer of Yes.
26420 </DD>
26422 <DT>Always ask [No]</DT>
26423 <DD>Alpine will not differentiate based on access method.
26424 It will always ask for all remote folders, with a default answer of No.
26425 </DD>
26427 <DT>Ask about POP/NNTP [Yes], No for other remote</DT>
26428 <DD>Alpine will ask if the access method is POP or NNTP, with a default answer
26429 of Yes.
26430 It will never attempt to reopen other remote folders.
26431 </DD>
26433 <DT>Ask about POP/NNTP [No], No for other remote</DT>
26434 <DD>This is the default.
26435 Alpine will ask if the access method is POP or NNTP, with a default answer
26436 of No.
26437 It will never attempt to reopen other remote folders.
26438 </DD>
26440 <DT>Never reopen</DT>
26441 <DD>Alpine will never attempt to reopen already open folders.
26442 </DD>
26443 </DL>
26446 Remember, wherever it says POP or NNTP above it really means POP or NNTP or
26447 any of the other situations where it is likely that reopening is a good way
26448 to discover new mail.
26451 There is an alternative that may be of useful in some situations.
26452 Instead of manually checking for new mail you can set up a
26453 <A HREF="h_maildrop">Mail Drop</A>
26454 and automatically check for new mail.
26457 <UL>   
26458 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26459 </UL><P>
26460 &lt;End of help on this topic&gt;
26461 </BODY>
26462 </HTML>
26463 ====== h_config_inc_startup =====
26464 <HTML>
26465 <HEAD>
26466 <TITLE>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></TITLE>
26467 </HEAD>
26468 <BODY>
26469 <H1>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></H1>
26471 This value affects Alpine's behavior when opening the &quot;INBOX&quot; or 
26472 one of the &quot;INCOMING MESSAGE FOLDERS&quot;.
26473 It determines which message will be the <EM>current message</EM> when
26474 the folder is first opened.
26475 The default value is &quot;first-unseen&quot;.
26478 The seven possible values for this option are:
26480 <DL>
26481 <DT>first-unseen</DT>
26482 <DD>The current message is set to the first
26483 unseen message that has not been marked deleted, or the last message if
26484 all of the messages have been seen previously.
26485 Messages which have not been seen or which have been seen but re-marked
26486 as New are considered unseen messages.
26487 See the note at the bottom of this help about newsgroups.
26488 </DD>
26490 <DT>first-recent</DT>
26491 <DD>Similar to the default, but rather than starting on the first
26492 unseen message Alpine starts on the first <EM>recent</EM> message.
26493 A message is recent if it arrived since the last time the folder was
26494 open.  This value causes the current message to be set to the first
26495 recent message if there is one, otherwise to the last
26496 message in the folder.
26497 </DD>
26499 <DT>first-important</DT>
26500 <DD>This will result in the current message being set to the first
26501 message marked Important (but not Deleted).
26502 If no messages are marked Important, then it will be the last message.
26503 Messages are marked Important by <EM>you</EM>, not by the sender, using
26505 <A HREF="h_common_flag">Flag command</A>.
26506 Or they may be marked Important by an Alpine
26507 <A HREF="h_mainhelp_filtering">Filter</A>
26508 that you have set up.
26509 </DD>
26511 <DT>first-important-or-unseen</DT>
26512 <DD>This selects the first of the first unseen and the first important
26513 messages.
26514 </DD>
26516 <DT>first-important-or-recent</DT>
26517 <DD>This selects the first of the first recent and the first important
26518 messages.
26519 </DD>
26521 <DT>first</DT>
26522 <DD>Simply starts you on the <EM>first</EM> undeleted message in the folder.
26523 If all messages are deleted you start on the last message.
26524 </DD>
26526 <DT>last</DT>
26527 <DD>Simply starts you on the <EM>last</EM> undeleted message in the folder
26528 If all messages are deleted you start on the last message.
26529 </DD>
26530 </DL>
26533 NOTE:  For newsgroups in the incoming collection, &quot;first-unseen&quot; and
26534 &quot;first-recent&quot; are the same and are affected by whether or not the
26535 feature 
26536 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
26537 is turned on. 
26538 Also, there is no permanent storage in news for an Important flag.
26539 This means that no messages will be marked Important when a newsgroup is
26540 first opened.
26543 <UL>   
26544 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26545 </UL><P>
26546 &lt;End of help on this topic&gt;
26547 </BODY>
26548 </HTML>
26549 ====== h_config_browser =====
26550 <HTML>
26551 <HEAD>
26552 <TITLE>OPTION: <!--#echo var="VAR_url-viewers"--></TITLE>
26553 </HEAD>
26554 <BODY>
26555 <H1>OPTION: <!--#echo var="VAR_url-viewers"--></H1>
26556 <!--chtml if pinemode="os_windows"-->
26557 PC-Alpine users do not need to enter anything here, unless:<UL>
26558 <LI> they want to override, for use with Alpine, the application defined
26559 in the Windows operating system for handling URLs; or
26560 <LI> they are (planning on) using the same configuration file with 
26561 Unix Alpine.
26562 </UL>
26564 Note that if using a viewer that has a space in its path, you should
26565 use the DOS name for that directory or file. Example:
26566 <PRE>
26567 url-viewer=C:&#92;Progra~1&#92;mozilla&#92;mozilla.exe
26568 </PRE>
26569 <HR><P>
26570 <!--chtml endif-->
26571 This option affects Alpine's handling of URLs that are found in 
26572 messages you read.  Normally, only URLs Alpine can handle directly
26573 are automatically offered for selection in the &quot;Message
26574 Text&quot; screen.  When one or more applications
26575 capable of deciphering URLs on their command line are added here, Alpine
26576 will choose the first available to display URLs it cannot handle directly.
26577 A viewer's availability is based on its being specified with a <B>full
26578 directory path</B> and the evaluation of any optionally supplied
26579 parameters described below.
26582 Additionally, to support various connection methods and applications, each
26583 entry in this list can optionally begin with one or more of
26584 the following special tokens.  The allowed tokens include:
26587 <DL>
26588 <DT>_TEST(<VAR>test-string</VAR>)_</DT>
26589 <DD>
26590 The <VAR>test-string</VAR> is a shell command that Alpine will run to
26591 evaluate a viewer's availability.  The command specified by the test
26592 string is run and if its resulting exit status is non-zero, Alpine will
26593 not consider the associated viewer for use.
26594 </DD>
26596 <DT>_SCHEME(<VAR>scheme-list</VAR>)_</DT>
26597 <DD>
26598 The <VAR>scheme-list</VAR> is a list of one or more (comma-delimited)
26599 URL schemes that are to be used with the associated viewer.  This is
26600 the way to configure Alpine to recognize URLs other than the built-in set.
26602 It can also be used to override Alpine's built-in handlers.
26603 For example, you could specify &quot;news&quot; in the <VAR>scheme-list</VAR>,
26604 and Alpine would use (provided it passed all other criteria) the associated
26605 viewer when it encounterd a URL of the form &quot;news:comp.mail.pine&quot;.
26607 </DD>
26608 </DL>
26611 By default, Alpine will simply append a space character followed by the
26612 selected URL prior to launching the command in your specified SHELL.  You can
26613 optionally specify where in the command the selected URL should appear
26614 by using the &quot;_URL_&quot; token.  All occurrences found in the command
26615 will be replaced with the selected URL before the command is handed
26616 to the shell.  If such replacement occurs, the default appending of the
26617 selected URL does not take place.
26620 NOTE: If the viewer you specify has any command-line arguments,
26621 including the &quot;_URL_&quot; token, you will need to add a
26622 double-quote character before the command path and after the last
26623 argument (see the &quot;lynx&quot; example below).
26626 So, here are some example entries:
26627 <PRE>
26628 url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/local/bin/netscape
26629               &quot;/usr/local/bin/lynx _URL_&quot;
26630               C:&#92;BIN&#92;NETSCAPE.BAT
26631 </PRE>
26633 This example shows that for the first viewer in the list to be used
26634 the environment variable &quot;DISPLAY&quot; must be defined.  If it
26635 is, then the path and file &quot;/usr/local/bin/netscape&quot; must exist.  
26636 If neither condition is met,
26637 then the path and file &quot;/usr/local/bin/lynx&quot; must exist.  
26638 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL. 
26639 If the path to &quot;lynx&quot; is invalid,
26640 then the final path and file C:&#92;BIN&#92;NETSCAPE.BAT must exist.  
26641 Note that the last
26642 entry is a DOS/Windows path.  This is one way to support Alpine running
26643 on more than one architecture with the same configuration file.<P>
26645 <!--chtml if pinemode="os_windows"-->
26646 <!--chtml else-->
26647 Note that depending on the type of browser used and the method of 
26648 its invocation (such as whether it will open in a separate window) from
26649 the MESSAGE TEXT screen, the browser may &quot;supplant&quot; 
26650 the MESSAGE TEXT screen, and you will have to quit the browser to return to 
26651 it (for example, when using Lynx; to exit Lynx, use the &quot;Q&quot; command).
26652 In other words, launching the browser from Alpine may make Alpine 
26653 &quot;disappear&quot; (although it is still &quot;running&quot;)
26654 until you close the browser again.<P>  
26655 <UL><LI><A HREF="h_config_browser_xterm">Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
26656 environment: for advanced users and  systems administrators</A>
26657 </UL>
26658 <!--chtml endif-->
26659 <P>If you are unsure what browsers are available on your system or how to 
26660 specify them in Alpine's <!--#echo var="VAR_url-viewers"--> option for best usability, contact your 
26661 local computing support staff.
26662 <P><UL>
26663 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26664 </UL>
26666 &lt;End of help on this topic&gt;
26667 </BODY>
26668 </HTML>
26669 ====== h_config_browser_xterm =====
26670 <HTML>
26671 <HEAD>
26672 <TITLE><!--#echo var="VAR_url-viewers"--> and X windows applications</TITLE>
26673 </HEAD>
26674 <BODY>
26675 <H1>Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
26676 environment: for advanced users and  systems administrators</H1>
26677 If you are using Alpine with an X-terminal (emulator) and want to define an 
26678 X windows-based application in <!--#echo var="VAR_url-viewers"-->, 
26679 you may want to do so in a manner that causes any <B>already</B> 
26680 invoked viewer application to be used for viewing URLs you select from Alpine 
26681 messages, and a <B>new</B> URL-viewer process to be 
26682 started <B>only</B> if the same application has <B>not already</B> 
26683 been launched -- for one reason, to avoid file-locking contentions among 
26684 multiple invocations of the same URL-viewer application.  
26685 (The example entries set in the help screen for the &quot;<!--#echo var="VAR_url-viewers"-->&quot; 
26686 option does not do this.)  A method of doing that would be:<OL>
26687 <LI> use 
26688 the _TEST(<VAR>test-string</VAR>)_ token in the <B>first</B> entry to 
26689 check (using commands appropriate for your Unix shell
26690 in place of <VAR>test-string</VAR>) for the presence of a 
26691 lockfile created by the URL-viewer application -- which implies that the 
26692 application is already running, though this is not foolproof. 
26693 Following that in the same <!--#echo var="VAR_url-viewers"--> entry, specify the 
26694 application with its appropriate command line option(s) to 
26695 show the URL selected from the Alpine message in an already open window of 
26696 that application, or perhaps in a new window of that application.  
26698 <LI> In the 
26699 <B>second</B> entry for the <!--#echo var="VAR_url-viewers"--> option, specify the same 
26700 application without those command line options, but this time using the 
26701 _TEST(...)_ token to check whether the environment variable &quot;DISPLAY&quot;
26702 is defined.
26703 <LI> If you will be using Alpine (with the same .pinerc file) outside of the X 
26704 windows environment (for instance, using VT-100 terminal emulation), you 
26705 may wish to specify a non-X windows URL-viewer application such as Lynx
26706 as the last entry.
26707 </OL><BR>
26708 How exactly you define your <!--#echo var="VAR_url-viewers"--> entries to do this will depend on 
26709 the command shell, the URL-viewer application(s), and possibly the specific 
26710 version of the latter, you are using.  
26712 Relevant command 
26713 line options for the Netscape browser for showing URLs (selected from Alpine) 
26714 when Netscape is already running are discussed in the document
26715 &quot;Remote Control of UNIX Netscape&quot; 
26716 found at the URL (as of 12 Aug. 1998):
26719 <CENTER><A HREF="http://home.netscape.com/newsref/std/x-remote.html">http://home.netscape.com/newsref/std/x-remote.html</A></CENTER>
26721 <P>(If the URL-viewer application is 
26722 <B>not</B> running on the same host as Alpine, but being launched from an 
26723 applications server, you may not be able to use the command line options for 
26724 using an existing invocation of the application in Alpine's <!--#echo var="VAR_url-viewers"--> entry.)
26726 <!--chtml if this-method="shown-to-work"-->
26727 An example using the Korn shell and the Netscape browser (first entry wrapped 
26728 because of its length, but should all appear on one line):
26730 url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ &quot;/usr/local/bin/netscape -remote 'openURL(_URL_,  new-window)' &amp;&quot;<BR>
26732 _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_ &quot;/usr/local/bin/netscape &amp;&quot;<BR>
26733               &quot;/usr/local/bin/lynx '_URL_'&quot;
26735 <!--chtml endif-->
26737 <UL>   
26738 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26739 </UL><P>
26740 &lt;End of help on this topic&gt;
26741 </BODY>
26742 </HTML>
26743 ====== h_config_enable_full_hdr =====
26744 <HTML>
26745 <HEAD>
26746 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></TITLE>
26747 </HEAD>
26748 <BODY>
26749 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></H1>
26751 This feature enables the &quot;H Full Headers&quot; command which toggles between
26752 the display of all headers in the message and the normal edited view of
26753 headers.  The Full Header command also controls which headers are included
26754 for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
26755 Full Header mode will respect the
26756 <A HREF="h_config_include_header">&quot;Include-Headers-in-Reply&quot;</A>
26757 feature setting.)
26759 If Full Header mode is turned on and you Forward a message, you will
26760 be asked if you'd like to forward the message as an attachment, as opposed
26761 to including the text of the message in the body of your new message.
26763 If you have also turned on the
26764 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
26765 option then the Full Headers command actually rotates through three states
26766 instead of just two.
26767 The first is the normal view with long quotes suppressed.
26768 The second is the normal view but with the long quotes included.
26769 The last enables the display of all headers in the message.
26770 When using Export, Pipe, Print, Forward, or Reply the quotes are
26771 never suppressed, so the first two states are identical.
26773 Normally, the Header Mode will reset
26774 to the default behavior when moving to a new message.
26775 The mode can be made to persist from message to message by setting the feature
26776 <A HREF="h_config_quell_full_hdr_reset"><!--#echo var="FEAT_quell-full-header-auto-reset"--></A>.
26778 <UL>   
26779 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26780 </UL><P>
26781 &lt;End of help on this topic&gt;
26782 </BODY>
26783 </HTML>
26784 ====== h_config_enable_full_hdr_and_text =====
26785 <HTML>
26786 <HEAD>
26787 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></TITLE>
26788 </HEAD>
26789 <BODY>
26790 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></H1>
26792 This feature affects how the &quot;H Full Headers&quot; command displays
26793 message text.  If set, the raw message text will be displayed.  This
26794 especially affects MIME formatted email, where the entire MIME format
26795 will be displayed.  This feature similarly affects how messages are
26796 included for the Export, Pipe, Print, Forward, and Reply functions.
26798 When viewing a raw message that has attachments with this feature set,
26799 you will not be able to view attachments without first leaving full 
26800 headers mode.  This is because MIME parsing is not done on the raw message.
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_pipe =====
26809 <HTML>
26810 <HEAD>
26811 <TITLE>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></TITLE>
26812 </HEAD>
26813 <BODY>
26814 <H1>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></H1>
26816 This feature enables the "| Pipe" command that sends the current message
26817 to the specified command for external processing.
26820 A short description of how the pipe command works is given
26821 <A HREF="h_pipe_command">here</A>.
26824 <UL>   
26825 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26826 </UL><P>
26827 &lt;End of help on this topic&gt;
26828 </BODY>
26829 </HTML>
26830 ====== h_config_quell_full_hdr_reset =====
26831 <HTML>
26832 <HEAD>
26833 <TITLE>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></TITLE>
26834 </HEAD>
26835 <BODY>
26836 <H1>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></H1>
26838 The <A HREF="h_common_hdrmode">HdrMode Command</A>
26839 normally resets to the default state when switching to a new message.
26840 For example, if you've used the &quot;H&quot; command to turn on Full
26841 Headers for a message you are viewing, and then you type the Next command
26842 to look at the next message, the full headers will no longer be shown.
26843 Setting this feature disables that reset.
26844 Instead, the Header Mode remains the same from message to message.
26847 The presence or absence of the HdrMode command is determined by the
26848 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
26849 Feature-List option.
26851 <UL>   
26852 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26853 </UL><P>
26854 &lt;End of help on this topic&gt;
26855 </BODY>
26856 </HTML>
26857 ====== h_config_enable_tab_complete =====
26858 <HTML>
26859 <HEAD>
26860 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></TITLE>
26861 </HEAD>
26862 <BODY>
26863 <H1>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></H1>
26865 This feature enables the TAB key when at a prompt for a filename. In this
26866 case, TAB will cause the partial name already entered to be automatically
26867 completed, provided the partial name is unambiguous.
26868 This feature is on by default.
26870 Similarly, this feature also enables TAB completion of address book
26871 nicknames when at a prompt for a nickname,
26872 or when typing in an address field in the composer.
26874 &lt;End of help on this topic&gt;
26875 </BODY>
26876 </HTML>
26877 ====== h_config_quit_wo_confirm =====
26878 <HTML>
26879 <HEAD>
26880 <TITLE>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></TITLE>
26881 </HEAD>
26882 <BODY>
26883 <H1>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></H1>
26885 This feature controls whether or not Alpine will ask for confirmation when a
26886 Quit command is received.
26888 &lt;End of help on this topic&gt;
26889 </BODY>
26890 </HTML>
26891 ====== h_config_quote_replace_noflow =====
26892 <HTML>
26893 <HEAD>
26894 <TITLE>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></TITLE>
26895 </HEAD>
26896 <BODY>
26897 <H1>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></H1>
26899 This feature, which is only active when
26900 <A HREF="h_config_quote_replace_string"><!--#echo var="VAR_quote-replace-string"--></A> is
26901 also set,
26902 enables quote-replacement on non-flowed messages.  It is off
26903 by default because a non-flowed message is more dependent on its format,
26904 and thus quote-replacement may cause less-than-pleasing results.
26905 Setting this feature will cause quote-replacement similar to that of flowed
26906 messages, but with the added possibility of long lines being wrapped
26907 into new lines if the Quote-Replacement-String is longer than the string
26908 it is replacing, which is &quot;&gt;&nbsp;&quot;.
26910 &lt;End of help on this topic&gt;
26911 </BODY>
26912 </HTML>
26913 ====== h_config_enable_jump =====
26914 <HTML>
26915 <HEAD>
26916 <TITLE>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></TITLE>
26917 </HEAD>
26918 <BODY>
26919 <H1>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></H1>
26921 When this feature is set you may enter a number (followed by RETURN)
26922 and jump to that message number, when in the MESSAGE INDEX or MESSAGE TEXT
26923 screens.  In other words, it obviates the need for typing the "J" for the
26924 Jump command.
26926 &lt;End of help on this topic&gt;
26927 </BODY>
26928 </HTML>
26929 ====== h_config_enable_alt_ed =====
26930 <HTML>
26931 <HEAD>
26932 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></TITLE>
26933 </HEAD>
26934 <BODY>
26935 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></H1>
26937 If this feature is set (the default), and the 
26938 <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
26939 <B>is not</B> set, entering
26940 the ^_ (Ctrl-underscore) key while composing a message will prompt you
26941 for the name of the editor you would like to use.
26943 If the environment variable $EDITOR is set, its value will be offered as
26944 a default.
26946 If the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
26947 <B>is</B> set, the ^_ key will activate the specified
26948 editor without prompting, in which case it is not necessary to
26949 set the &quot;<!--#echo var="FEAT_enable-alternate-editor-cmd"-->&quot; feature.  
26951 <UL>   
26952 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26953 </UL><P>
26954 &lt;End of help on this topic&gt;
26955 </BODY>
26956 </HTML>
26957 ====== h_config_alt_ed_now =====
26958 <HTML>
26959 <HEAD>
26960 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></TITLE>
26961 </HEAD>
26962 <BODY>
26963 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></H1>
26965 If this feature and the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A>
26966 variable are both set, Alpine will
26967 automatically activate the specified editor when the cursor is moved from
26968 the header of the message being composed into the message text.  For
26969 replies, the alternate editor will be activated immediately.  If this
26970 feature is set but the &quot;<!--#echo var="VAR_editor"-->&quot; variable is not set, then Alpine will
26971 automatically ask for the name of an alternate editor when the cursor
26972 is moved out of the header being composed, or if a reply is being done.
26974 <P><UL>
26975 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26976 </UL>
26978 &lt;End of help on this topic&gt;
26979 </BODY>
26980 </HTML>
26981 ====== h_config_enable_bounce =====
26982 <HTML>
26983 <HEAD>
26984 <TITLE>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></TITLE>
26985 </HEAD>
26986 <H1>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></H1>
26987 <BODY>
26989 Setting this feature enables the "B Bounce" command, which will prompt
26990 for an address and *remail* the message to the new recipient.  This command
26991 is used to re-direct messages that you have received in error, or need to
26992 be redirected for some other reason (e.g. list moderation).  The final
26993 recipient will see a header indicating that you have Resent the msg, but
26994 the message's From: header will show the original author of the message,
26995 and replies to it will go back to that author, and not to you.
26997 &lt;End of help on this topic&gt;
26998 </BODY>
26999 </HTML>
27000 ====== h_config_enable_agg_ops =====
27001 <HTML>
27002 <HEAD>
27003 <TITLE>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></TITLE>
27004 </HEAD>
27005 <BODY>
27006 <H1>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></H1>
27008 When this feature is set you may use the commands and subcommands that relate to
27009 performing operations on more than one message at a time.  We call these
27010 &quot;aggregate operations&quot;.  In particular, the 
27011 <!--chtml if pinemode="function_key"-->&quot;F5
27012 <!--chtml else-->&quot;;
27013 <!--chtml endif--> Select&quot;, 
27015 <!--chtml if pinemode="function_key"-->
27016 &quot;F6
27017 <!--chtml else-->
27018 &quot;A 
27019 <!--chtml endif-->
27020 Apply&quot;, and 
27021 <!--chtml if pinemode="function_key"-->
27022 &quot;F4
27023 <!--chtml else-->
27024 &quot;Z 
27025 <!--chtml endif-->
27026 Zoom&quot; commands are enabled by this feature.  Select is used to
27027 &quot;tag&quot; one or more messages meeting the specified criteria.  Apply can
27028 then be used to apply any message command to all of the selected/tagged
27029 messages.  Further, the Zoom command allows you to toggle the MESSAGE INDEX
27030 view between just those Selected and all messages in the folder.
27032 This feature also enables the 
27033 <!--chtml if pinemode="function_key"-->
27034 &quot;F7&quot; 
27035 <!--chtml else-->
27036 &quot;^X&quot; 
27037 <!--chtml endif-->
27039 subcommand in the MESSAGE INDEX 
27040 WhereIs command that causes all messages matching the WhereIs argument to 
27041 become selected; and the Select, Select Current, and ZoomMode commands in the
27042 <A HREF="h_folder_maint">FOLDER LIST screen</A>.
27044 Some related help topics are
27045 <UL>
27046 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
27047 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
27048 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
27049 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
27050 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
27051 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
27052 </UL>
27054 <UL>   
27055 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27056 </UL><P>
27057 &lt;End of help on this topic&gt;
27058 </BODY>
27059 </HTML>
27061 ====== h_config_enable_flag =====
27062 <HTML>
27063 <HEAD>
27064 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></TITLE>
27065 </HEAD>
27066 <BODY>
27067 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></H1>
27069 Setting this feature enables the
27070 <A HREF="h_common_flag">&quot;* Flag&quot;</A>
27071 command that allows you to
27072 manipulate the status flags associated with a message.  By default, Flag
27073 will set the "Important" flag, which results in an asterisk being
27074 displayed in column one of the MESSAGE INDEX for such messages.
27076 &lt;End of help on this topic&gt;
27077 </BODY>
27078 </HTML>
27079 ====== h_config_flag_screen_default =====
27080 <HTML>
27081 <HEAD>
27082 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></TITLE>
27083 </HEAD>
27084 <BODY>
27085 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></H1>
27087 The feature modifies the behavior of the
27088 <a href="h_common_flag">Flag</a>
27089 command (provided it too is
27090 <A HREF="h_config_enable_flag">enabled</A>).
27091 By default, when the "* Flag" command is selected,
27092 Alpine offers a prompt to set one of several flags and also offers the
27093 option of entering the detailed flag manipulation screen via the "^T"
27094 key. Enabling this feature causes Alpine to immediately enter the detailed
27095 flag screen rather than first offer the simple prompt.
27097 <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.
27099 &lt;End of help on this topic&gt;
27100 </BODY>
27101 </HTML>
27102 ====== h_config_flag_screen_kw_shortcut =====
27103 <HTML>
27104 <HEAD>
27105 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></TITLE>
27106 </HEAD>
27107 <BODY>
27108 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></H1>
27110 This feature modifies the behavior of the
27111 <a href="h_common_flag">Flag</a> command
27112 and the <A HREF="h_index_cmd_select">Select</A> command.
27113 This feature is set by default.
27114 When this feature is not set, when the "* Flag" command is selected,
27115 Alpine offers a prompt to set one of several flags and also offers the
27116 option of entering the detailed flag manipulation screen via the "^T"
27117 key.
27118 If you have
27119 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
27120 defined, then enabling this feature adds a shortcut way to set or unset
27121 keywords.
27122 You use &quot;*&quot; followed by the first letter of a keyword (or the nickname of
27123 a keyword if you've given it a nickname) and that will set the keyword.
27125 An example is easier to understand than the explanation.
27126 The flag command can always be used to set the system flags.
27127 For example, to set the Answered flag you would type
27129 <CENTER><SAMP>* A</SAMP></CENTER>
27131 Now suppose you have defined a keyword &quot;Work&quot; using the <!--#echo var="VAR_keywords"-->
27132 option in the Config screen.
27133 By default, to set a keyword like &quot;Work&quot; you would usually
27134 have to go to the Flag Details screen using
27135 the &quot;^T To Flag Details&quot; command.
27136 Instead, if you have enabled this feature, you may type
27138 <CENTER><SAMP>* W</SAMP></CENTER>
27140 to set the Work flag, or
27142 <CENTER><SAMP>* ! W</SAMP></CENTER>
27144 to unset it.
27145 Just like for the other flag setting commands, the case of the letter does
27146 not matter, so &quot;w&quot; or &quot;W&quot; both set the &quot;Work&quot;
27147 keyword.
27149 Notice that you can only use this trick for one keyword that begins
27150 with &quot;W&quot;.
27151 If you happen to have a &quot;Work&quot; keyword and another keyword that is
27152 &quot;WIFI&quot; the &quot;* W&quot; command will set the first one in
27153 your list of keywords.
27154 Also, there are five letters that are reserved for system
27155 flags and the NOT command.
27156 If you type &quot;* A&quot; it will always set the Answered flag, not
27157 your &quot;Aardvark&quot; keyword.
27158 In order to set the &quot;Aardvark&quot; keyword you'll still have to use
27159 the Flag Details screen.
27161 Because enabling the
27162 <A HREF="h_config_flag_screen_default"><!--#echo var="FEAT_enable-flag-screen-implicitly"--></A>
27163 option causes Alpine to skip directly to the Flag Details screen when the
27164 Flag command is used, 
27165 setting it will cause this feature to have no effect at all.
27167 Similarly, when Selecting by Keyword, setting this option will allow you
27168 to use Keyword initials instead of full keywords.
27170 &lt;End of help on this topic&gt;
27171 </BODY>
27172 </HTML>
27173 ====== h_config_can_suspend =====
27174 <HTML>
27175 <HEAD>
27176 <TITLE>FEATURE: <!--#echo var="FEAT_enable-suspend"--></TITLE>
27177 </HEAD>
27178 <BODY>
27179 <H1>FEATURE: <!--#echo var="FEAT_enable-suspend"--></H1>
27181 Setting this feature will allow you to type ^Z (Control Z) to 
27182 <!--chtml if pinemode="os_windows"-->
27183 minimize Alpine into its icon, bringing into focus whatever
27184 application is running behind the PC-Alpine window.
27185 <!--chtml else-->
27186 temporarily suspend Alpine.
27189 This does not exit Alpine, but puts it in the background to watch
27190 for new mail and such.  Normally, you type a command, such
27191 as &quot;fg&quot; at your system prompt to return to your Alpine session.
27194 The <A HREF="h_config_suspend_spawns"><!--#echo var="FEAT_use-subshell-for-suspend"--></A> feature
27195 adjusts whether Alpine is placed into the background of the shell its 
27196 running in or starts a news shell.
27197 <!--chtml endif-->
27200 <UL>   
27201 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27202 </UL><P>
27203 &lt;End of help on this topic&gt;
27204 </BODY>
27205 </HTML>
27206 ====== h_config_take_lastfirst ======
27207 <HTML>
27208 <HEAD>
27209 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></TITLE>
27210 </HEAD>
27211 <BODY>
27212 <H1>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></H1>
27214 Normally, when TakeAddr is used to copy an address from a message into
27215 an address book entry, Alpine will attempt to rewrite the full name of the
27216 address in the form
27219 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last, First<P>
27221 instead of<P>
27223 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First Last
27226 It does this because many people find it useful to sort by Last name
27227 instead of First name.  If this feature is set, then the TakeAddr command
27228 will not attempt to reverse the name in this manner.
27230 &lt;End of help on this topic&gt;
27231 </BODY></HTML>
27232 ====== h_config_disable_regex ======
27233 <HTML>
27234 <HEAD>
27235 <TITLE>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></TITLE>
27236 </HEAD>
27237 <BODY>
27238 <H1>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></H1>
27240 Normally, the
27241 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
27242 option is interpreted as a regular expression.
27243 One type of address that might cause trouble is an address that
27244 contains a plus sign.
27245 If you want to have an address with a plus as one of your
27246 <!--#echo var="VAR_alt-addresses"-->
27247 and you don't want to use regular expressions, then setting this
27248 feature will cause Alpine to treat the addresses you list literally instead.
27250 &lt;End of help on this topic&gt;
27251 </BODY></HTML>
27252 ====== h_config_take_fullname ======
27253 <HTML>
27254 <HEAD>
27255 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></TITLE>
27256 </HEAD>
27257 <BODY>
27258 <H1>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></H1>
27260 Normally, when TakeAddr is used to copy an address or addresses
27261 from a message into an address book entry, Alpine will try to preserve
27262 the full name associated with each address in the list of addresses.
27263 The reason for this is so that if the entry is a list or later becomes a
27264 list, then information about the individual addresses in the list
27265 is preserved.
27266 If you would rather just have the simple addresses in the list of addresses,
27267 set this feature. For example, with the default setting you might
27268 see something like this in the ADDRESS BOOK editor after you type TakeAddr
27270 <PRE>
27271  Nickname  : nick
27272  Fullname  : Bedrock Elders
27273  Fcc       :
27274  Comment   :
27275  Addresses : Fred Flintstone &lt;flint@bedrock.org&gt;,
27276              Barney Rubble &lt;rubble@bedrock.org&gt;
27277 </PRE>
27279 but with this feature set it would look like
27281 <PRE>
27282  Nickname  : nick
27283  Fullname  : Bedrock Elders
27284  Fcc       :
27285  Comment   :
27286  Addresses : flint@bedrock.org,
27287              rubble@bedrock.org
27288 </PRE>
27290 instead. Note the difference in the Addresses field.
27292 &lt;End of help on this topic&gt;
27293 </BODY></HTML>
27294 ====== h_config_print_from ======
27295 <HTML>
27296 <HEAD>
27297 <TITLE>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></TITLE>
27298 </HEAD>
27299 <BODY>
27300 <H1>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></H1>
27302 If this feature is set, then the Berkeley-mail style From line is included
27303 at the start of each message that is printed.  This line looks something
27304 like the following, with the address replaced by the address from the
27305 From line of the message being printed:
27307 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From user@domain.somewhere.com Mon May 13
27308 14:11:06 1998
27310 &lt;End of help on this topic&gt;
27311 </BODY>
27312 </HTML>
27313 ====== h_config_expanded_distlists ======
27314 <HTML>
27315 <HEAD>
27316 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></TITLE>
27317 </HEAD>
27318 <BODY>
27319 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></H1>
27320 If this feature is set, then distribution lists in the address book
27321 screen will always be expanded automatically.
27323 &lt;End of help on this topic&gt;
27324 </BODY>
27325 </HTML>
27326 ====== h_config_compose_news_wo_conf ======
27327 <HTML>
27328 <HEAD>
27329 <TITLE>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></TITLE>
27330 </HEAD>
27331 <BODY>
27332 <H1>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></H1>
27333 This feature controls one aspect of Alpine's Composer.  If you enter the
27334 composer while reading a newsgroup, you will normally be prompted to
27335 determine whether you intend the new message to be posted to the current
27336 newsgroup or not.  If this feature is set, Alpine will not prompt you
27337 in this situation, and will assume that you do indeed wish to post
27338 to the newsgroup you are reading.
27340 &lt;End of help on this topic&gt;
27341 </BODY>
27342 </HTML>
27343 ====== h_config_compose_rejects_unqual ======
27344 <HTML>
27345 <HEAD>
27346 <TITLE>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></TITLE>
27347 </HEAD>
27348 <BODY>
27349 <H1>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></H1>
27351 This feature controls one aspect of the message composer; in particular,
27352 what happens when an unqualified name is entered into an address header.
27353 If set, unqualified names entered as addresses will be treated as errors
27354 unless they match an addressbook nickname.  Alpine will not attempt to turn
27355 them into complete addresses by adding your local domain.<P>
27357 A complete (fully qualified) address is one containing a username followed
27358 by an &quot;@&quot; (&quot;at&quot;) symbol, followed by a domain name (e.g.
27359 &quot;jsmith@example.com&quot;).  An unqualified name is one <B>without</B> 
27360 the &quot;@&quot; symbol and domain name (e.g. &quot;jsmith&quot;). 
27362 (See also <A HREF="h_address_format">Explanation of Address formats</A>.)
27366 When you enter a fully qualified address, Alpine does not interpret or
27367 modify it, but simply passes it on to the mail-transport-agent (MTA) for
27368 your system.  Alpine conforms to the Internet standards governing message
27369 headers and will not send an unqualifed name to the MTA.  Therefore, when
27370 you enter an unqualified name, Alpine will normally attempt to turn it into
27371 a fully qualified address, first by checking to see if you have entered a
27372 matching nickname in your addressbook, or failing that, by simply adding
27373 your own domain to the name entered.  So if your address is
27374 &quot;jsmith@example.com&quot; and you enter &quot;fred&quot;, then (assuming 
27375 &quot;fred&quot; is not a nickname in your addressbook), Alpine will turn 
27376 that into &quot;fred@example.com&quot;.<P>
27378 There are situations where it is not desirable for Alpine to interpret such
27379 unqualified names as valid (local) addresses.  For example, if &quot;fred&quot;
27380 turned out to be a typo (intended to be an addressbook nickname), but
27381 there actually was a &quot;fred&quot; in your local domain, the message might 
27382 be mis-delivered without your realizing it.  In order to reduce the likelihood
27383 of such accidents, setting this feature will cause Alpine to treat such
27384 addresses as errors, and require that you explicitly enter the full local
27385 address (e.g. &quot;fred@example.com&quot;) or correct the name so that it 
27386 matches an address book nickname.<P>
27388 Consider this a safety feature against mis-directed mail.
27390 <UL>   
27391 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27392 </UL><P>
27393 &lt;End of help on this topic&gt;
27394 </BODY>
27395 </HTML>
27396 ====== h_config_quell_local_lookup ======
27397 <HTML>
27398 <HEAD>
27399 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></TITLE>
27400 </HEAD>
27401 <BODY>
27402 <H1>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></H1>
27404 This feature controls an aspect of Alpine's Composer, and if needed, will
27405 usually be set by your system manager in Alpine's system-wide configuration
27406 file. Specifically, if this feature is set, Alpine will not attempt to look
27407 in the system password file to find a Full Name for the entered address.
27409 Normally, names you enter into address fields (e.g. To: or Cc:) are
27410 checked against your address book(s) to see if they match an address book
27411 nickname.  Failing that, (in Unix Alpine) the name is then checked against
27412 the Unix password file.  If the entered name matches a username in the
27413 system password file, Alpine extracts the corresponding Full Name information
27414 for that individual, and adds that to the address being entered.
27416 However, password file matching can have surprising (incorrect) results if
27417 other users of the system do not receive mail at the domain you are using.
27418 That is, if either the 
27419 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> or 
27420 <A HREF="h_config_domain_name">&quot;<!--#echo var="VAR_use-only-domain-name"-->&quot;</A>
27421 option
27422 is set such that the administrative domain of other users on the system
27423 isn't accurately reflected, Alpine should be told that a passwd file match
27424 is coincidental, and Full Name info will be incorrect.  For example, a
27425 personal name from the password file could get falsely paired with the
27426 entered name as it is turned into an address in the configured domain.
27428 If you are seeing this behavior, enabling this feature will prevent Unix
27429 Alpine from looking up names in the password file to find the Full Name
27430 for incomplete addresses you enter.<P>
27431 <UL>
27432 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27433 </UL>
27435 &lt;End of help on this topic&gt;
27436 </BODY>
27437 </HTML>
27438 ====== h_config_tab_checks_recent ======
27439 <HTML>
27440 <HEAD>
27441 <TITLE>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></TITLE>
27442 </HEAD>
27443 <BODY>
27444 <H1>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></H1>
27446 In a FOLDER LIST screen, the TAB key usually just changes which
27447 folder is highlighted.
27448 If this feature is set, then the TAB key will cause the number of
27449 recent messages and the total number of messages in the highlighted folder
27450 to be displayed instead.
27453 &lt;End of help on this topic&gt;
27454 </BODY>
27455 </HTML>
27456 ====== h_config_maildrops_preserve_state ======
27457 <HTML>
27458 <HEAD>
27459 <TITLE>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></TITLE>
27460 </HEAD>
27461 <BODY>
27462 <H1>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></H1>
27464 This feature affects the way <A HREF="h_maildrop">Mail Drops</A> work.
27465 Normally, when mail is moved from a Mail Drop folder to a destination
27466 folder, it is delivered as new mail.
27467 Any Seen/New, Answered, Important/Flagged state that has changed will be
27468 ignored.
27469 All of the mail will be considered unSeen, unAnswered, and unImportant after
27470 it is moved.
27472 If this feature is set, then the state changes that have been made
27473 to the messages in the Mail Drop folder will be preserved.
27475 In any case, messages that are already marked Deleted when the
27476 mail is to be moved from the Mail Drop will be ignored.
27478 &lt;End of help on this topic&gt;
27479 </BODY>
27480 </HTML>
27481 ====== h_config_preopen_stayopens ======
27482 <HTML>
27483 <HEAD>
27484 <TITLE>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></TITLE>
27485 </HEAD>
27486 <BODY>
27487 <H1>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></H1>
27489 This feature is related to the option
27490 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
27491 Normally, Stay Open folders are only opened on demand, when the user
27492 asks to open them.
27493 From then on they are kept open for the duration of the session.
27494 However, if this feature is set, then the Stay Open folders will all be
27495 opened at startup, at the same time that the INBOX is opened.
27498 &lt;End of help on this topic&gt;
27499 </BODY>
27500 </HTML>
27501 ====== h_config_expunge_inbox ======
27502 <HTML>
27503 <HEAD>
27504 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></TITLE>
27505 </HEAD>
27506 <BODY>
27507 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></H1>
27509 The INBOX is normally treated differently from regular folders in several
27510 ways.
27511 One of the differences is that the normal &quot;close&quot; sequence of
27512 events is deferred until Alpine is exited, instead of happening when you
27513 leave the INBOX to view another folder.
27514 The &quot;close&quot; sequence normally includes the Expunging
27515 of deleted messages
27516 (either automatically or after a prompt, controlled by the features
27517 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
27518 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
27519 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
27520 handling of the
27521 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>.
27524 If this feature is set the &quot;close&quot; sequence handling will take
27525 place every time you leave the INBOX.
27526 The INBOX will still be kept open, but the offer to Expunge and the archiving
27527 to the <!--#echo var="VAR_read-message-folder"-->
27528 will take place each time you leave the INBOX instead of only once at the
27529 end of the session.
27532 &lt;End of help on this topic&gt;
27533 </BODY>
27534 </HTML>
27535 ====== h_config_expunge_stayopens ======
27536 <HTML>
27537 <HEAD>
27538 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></TITLE>
27539 </HEAD>
27540 <BODY>
27541 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></H1>
27543 This feature is related to the option
27544 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
27545 Stay Open folders are treated differently from regular folders in several
27546 ways.
27547 One of the differences is that the normal &quot;close&quot; sequence of
27548 events is deferred until Alpine is exited, instead of happening when you
27549 leave the folder to view another folder.
27550 The &quot;close&quot; sequence normally includes the Expunging
27551 of deleted messages
27552 (either automatically or after a prompt, controlled by the features
27553 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
27554 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
27555 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
27556 handling of
27557 <A HREF="h_config_archived_folders"><!--#echo var="VAR_incoming-archive-folders"--></A>.
27560 If this feature is set the &quot;close&quot; sequence handling will take
27561 place when you leave the Stay Open folder.
27562 The folder will still be kept open, but the offer to Expunge and the archiving
27563 will take place each time you leave the folder instead of only once at the
27564 end of the session.
27565 This feature does not affect the INBOX, which will still only be processed
27566 when you exit Alpine.
27567 However, there is a similar feature that affects only the INBOX called
27568 <A HREF="h_config_expunge_inbox">&quot;<!--#echo var="FEAT_offer-expunge-of-inbox"-->&quot;</A>.
27571 &lt;End of help on this topic&gt;
27572 </BODY>
27573 </HTML>
27574 ====== h_config_preserve_start_stop ======
27575 <HTML>
27576 <HEAD>
27577 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></TITLE>
27578 </HEAD>
27579 <BODY>
27580 <H1>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></H1>
27582 This feature controls how special control key characters, typically
27583 Ctrl-S and Ctrl-Q, are interpreted when input to Alpine.  These characters
27584 are known as the "stop" and "start" characters and are sometimes used in
27585 communications paths to control data flow between devices that operate at
27586 different speeds.
27590 By default, Alpine turns the system's handling of these special characters
27591 off except during printing.  However, if you see Alpine reporting input errors
27592 such as:
27594 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ Command "^Q" not defined for this screen.]
27596 and, at the same time, see your display become garbled, then it is likely
27597 that setting this option will solve the problem.  Be aware, though, that
27598 enabling this feature will also cause Alpine to ostensibly "hang" 
27599 whenever the Ctrl-S key combination is entered as the system is now
27600 interpreting such input as a "stop output" command.  To "start
27601 output"  again, simply type Ctrl-Q. 
27603 &lt;End of help on this topic&gt;
27604 </BODY>
27605 </HTML>
27606 ====== h_config_enable_incoming ======
27607 <HTML>
27608 <HEAD>
27609 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></TITLE>
27610 </HEAD>
27611 <BODY>
27612 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></H1>
27614 Alpine's Incoming Message Folders collection
27615 provides a convenient way to access multiple incoming folders.
27616 It is also useful if you have accounts on multiple computers.
27619 If set, this feature defines a pseudo-folder collection called
27620 &quot;INCOMING MESSAGE FOLDERS&quot;.  Initially, the only folder included
27621 in this collection will be your INBOX, which will no longer show up in
27622 your Default folder collection.
27625 You may add more folders to the Incoming Message Folders collection by
27626 using the
27627 <!--chtml if pinemode="function_key"-->
27628 &quot;F10
27629 <!--chtml else-->
27630 &quot;A
27631 <!--chtml endif-->
27632 Add&quot; command in the FOLDER LIST screen.  You will be prompted for
27633 the host the folder is stored on (which defaults to the same host used
27634 for your INBOX), a nickname, and the actual folder name.  Once a set
27635 of Incoming Message Folders are defined, the TAB key (in MESSAGE INDEX
27636 or MESSAGE TEXT screens) may be used to scan the folders for those
27637 with Recent messages.  If you add more folders to
27638 your <!--#echo var="VAR_incoming-folders"--> collection, turning this feature back off will have
27639 no effect.
27641 NOTE: Normally the software that actually delivers mail (the stuff that happens
27642 before Alpine is involved) is in a better position to do delivery filtering
27643 than is Alpine itself.
27644 If possible, you may want to look at programs such as
27645 &quot;filter&quot; or &quot;procmail&quot;, which are examples of delivery
27646 filtering programs.
27647 If you'd prefer to have Alpine do the filtering for you, you may set that
27649 Look <A HREF="h_rules_filter">here</A> for help with Alpine filtering.
27651 <UL>   
27652 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27653 </UL><P>
27654 &lt;End of help on this topic&gt;
27655 </BODY>
27656 </HTML>
27657 ====== h_config_enable_incoming_checking ======
27658 <HTML>
27659 <HEAD>
27660 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></TITLE>
27661 </HEAD>
27662 <BODY>
27663 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></H1>
27665 This feature is only operational if you have enabled the optional
27666 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> collection.
27667 If you do have Incoming Message Folders and you also set this feature,
27668 then the number of Unseen messages in each folder will be displayed
27669 in the FOLDER LIST screen for the Incoming Message Folders.
27670 The number of Unseen messages in a folder will be displayed in parentheses
27671 to the right of the name of each folder.
27672 If there are no Unseen messages in a folder then only the name
27673 is displayed, not a set of parentheses with zero inside them.
27674 A redraw command, Ctrl-L, can be used in the FOLDER LIST screen for
27675 the Incoming Message Folders to cause an immediate update.
27677 If a check for Unseen messages fails for a particular folder then Alpine
27678 will no longer attempt to check that folder for the duration of the
27679 session and this will be indicated by a question mark inside the
27680 parentheses.
27682 The features
27683 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>,
27684 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>,
27685 <A HREF="h_config_incoming_list"><!--#echo var="VAR_incoming-check-list"--></A>,
27686 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>,
27687 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>, and
27688 <A HREF="h_config_incoming_timeo"><!--#echo var="VAR_incoming-check-timeout"--></A>
27689 all affect how this feature behaves.
27691 <UL>   
27692 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27693 </UL><P>
27694 &lt;End of help on this topic&gt;
27695 </BODY>
27696 </HTML>
27697 ====== h_config_incoming_checking_total ======
27698 <HTML>
27699 <HEAD>
27700 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></TITLE>
27701 </HEAD>
27702 <BODY>
27703 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></H1>
27705 This option has no effect unless the feature
27706 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
27707 is set, which in turn has no effect unless
27708 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
27709 is set.
27711 When incoming folder checking is turned on the default is to display
27712 the number of unseen messages in each folder.
27713 More precisely, it is the number of undeleted unseen messages.
27714 Using this option you may also display the total number of messages
27715 in each folder.
27716 Instead of a single number representing the number of unseen messages
27717 you will get two numbers separated by a slash character.
27718 The first is the number of unseen messages and the second is the
27719 total number of messages.
27721 You may also use the recent message count instead of the unseen message
27722 count by turning on the feature
27723 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>.
27725 <UL>   
27726 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27727 </UL><P>
27728 &lt;End of help on this topic&gt;
27729 </BODY>
27730 </HTML>
27731 ====== h_config_incoming_checking_recent ======
27732 <HTML>
27733 <HEAD>
27734 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></TITLE>
27735 </HEAD>
27736 <BODY>
27737 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></H1>
27739 This option has no effect unless the feature
27740 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
27741 is set, which in turn has no effect unless
27742 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
27743 is set.
27745 When incoming folder checking is turned on the default is to display
27746 the number of unseen messages in each folder.
27747 More precisely, it is the number of undeleted unseen messages.
27748 Using this option you may display the number of recent messages instead
27749 of the number of unseen messages.
27750 A message is only counted as recent if this is the first session to
27751 see it, so the recent count might be less than the unseen count.
27752 The difference between the two would be accounted for by the unseen messages
27753 in the folder which were there previously but have not been looked at yet.
27755 If you simultaneously run more than one email client at a time
27756 (for example, you run more than one Alpine in parallel) then turning
27757 this feature on can cause some confusion.
27758 The confusion stems from the fact that each message is only considered to be
27759 recent in one session.
27760 That means that the counts of new messages may be different in the two
27761 Alpines running side by side, because each incoming message will only be
27762 counted as recent in one of the two sessions.
27764 You may also display the total number of messages
27765 in each folder by using the
27766 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
27767 option.
27769 <UL>   
27770 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27771 </UL><P>
27772 &lt;End of help on this topic&gt;
27773 </BODY>
27774 </HTML>
27775 ====== h_config_attach_in_reply ======
27776 <HTML>
27777 <HEAD>
27778 <TITLE>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></TITLE>
27779 </HEAD>
27780 <BODY>
27781 <H1>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></H1>
27783 This feature controls an aspect of Alpine's Reply command. If set, any MIME
27784 attachments that were part of the original message will automatically be
27785 included in the Reply.
27787 &lt;End of help on this topic&gt;
27788 </BODY>
27789 </HTML>
27790 ====== h_config_include_header =====
27791 <HTML>
27792 <HEAD>
27793 <TITLE>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></TITLE>
27794 </HEAD>
27795 <BODY>
27796 <H1>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></H1>
27798 This feature controls an aspect of Alpine's Reply command. If set, and the
27799 original message is being included in the reply, then headers from that
27800 message will also be part of the reply.
27802 &lt;End of help on this topic&gt;
27803 </HEAD>
27804 </HTML>
27805 ====== h_config_sig_at_bottom =====
27806 <HTML>
27807 <HEAD>        
27808 <TITLE>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></TITLE>
27809 </HEAD>
27810 <BODY>
27811 <H1>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></H1>
27813 This feature controls an aspect of Alpine's Reply command.  If this feature
27814 is set, and the original message is being included in the reply, then the
27815 contents of your signature file (if any) will be inserted after the included
27816 message.
27818 This feature does not affect the results of a Forward command.
27820 &lt;End of help on this topic&gt;
27821 </BODY>
27822 </HTML>
27823 ====== h_config_sigdashes =====
27824 <HTML>
27825 <HEAD>
27826 <TITLE>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></TITLE>
27827 </HEAD>
27828 <BODY>
27829 <H1>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></H1>
27831 This feature enables support for the common USENET news convention 
27832 of preceding a message signature with the special line consisting of 
27833 the three characters &quot;--&nbsp;&quot; (i.e., dash, dash, and space).
27836 When enabled and a
27837 &quot;<A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>&quot; exists,
27838 Alpine will insert the special line before including the file's text (unless
27839 the special line already exists somewhere in the file's text).
27842 In addition, when you Reply or Followup to a message containing one of
27843 these special lines and choose to include its text, Alpine will observe
27844 the convention of not including text beyond the special line in your
27845 reply.
27846 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
27847 mode is enabled and turned on, then Alpine <EM>will</EM>
27848 include the text beyond the special line regardless of the setting of
27849 this feature.
27852 See also &quot;<a href="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>&quot;
27853 for a related feature.
27856 <UL>   
27857 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27858 </UL><P>
27859 &lt;End of help on this topic&gt;
27860 </BODY>
27861 </HTML>
27862 ====== h_config_new_thread_blank_subject =====
27863 <HTML>
27864 <HEAD>
27865 <TITLE>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></TITLE>
27866 </HEAD>
27867 <BODY>
27868 <H1>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></H1>
27870 When this feature is enabled (the default) Alpine will create a new thread
27871 every time that the subject line becomes empty at any time during composition.
27874 This behavior is particularly useful in case you are replying to a message.
27875 Replying to a message causes the message to be in the same thread than the
27876 original message that is being replied to. However, many authors want to create
27877 a new message (in a different thread) while replying to a message, and they do
27878 this by changing the full subject, by first deleting the original subject and
27879 typing the new subject of the current message.
27882 Enabling this feature causes that any time that the subject is deleted, the 
27883 message being composed will be considered the first message of a new thread.
27886 <UL>   
27887 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27888 </UL><P>
27889 &lt;End of help on this topic&gt;
27890 </BODY>
27891 </HTML>
27892 ====== h_config_strip_sigdashes =====
27893 <HTML>
27894 <HEAD>
27895 <TITLE>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></TITLE>
27896 </HEAD>
27897 <BODY>
27898 <H1>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></H1>
27900 This feature doesn't do anything if the feature
27901 &quot;<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A>&quot; is turned on.
27902 However, if the &quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot; feature is not turned on,
27903 then turning on this feature enables support for the convention
27904 of not including text beyond the sigdashes line when Replying or Following
27905 up to a message and including the text of that message.
27906 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
27907 mode is enabled and turned on, then Alpine <EM>will</EM>
27908 include the text beyond the special line regardless of the setting of
27909 this feature.
27911 In other words, this is a way to turn on the signature stripping behavior
27912 without also turning on the dashes-adding behavior.
27914 <UL>   
27915 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27916 </UL><P>
27917 &lt;End of help on this topic&gt;
27918 </BODY>
27919 </HTML>
27920 ====== h_config_forward_as_attachment =====
27921 <HTML>
27922 <HEAD>
27923 <TITLE>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></TITLE>
27924 </HEAD>
27925 <BODY>
27926 <H1>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></H1>
27928 This feature affects the way forwarded message text is handled.  When set, rather than 
27929 include the text of the forwarded message below any additional text you provide in the
27930 composer, the forwarded message is attached in its entirety to the message you send.
27932 This is useful in that it keeps the text you provide in the composer distinct from the
27933 text of the forwarded message.  Similarly, it allows the recipient to 
27934 conveniently operate on the forwarded message.  For example, they might reply directly to
27935 the sender of the forwarded message, or process it as part of a spam report.
27936 <UL>   
27937 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27938 </UL><P>
27939 &lt;End of help on this topic&gt;
27940 </BODY>
27941 </HTML>
27942 ====== h_config_preserve_field =====
27943 <HTML>
27944 <HEAD>
27945 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></TITLE>
27946 </HEAD>
27947 <BODY>
27948 <H1>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></H1>
27950 This feature affects Alpine's behavior when one replies to a message. 
27951 When you receive a message, some or all of the recipients of the message 
27952 have been added to the To: and Cc: fields. If you reply to such message, 
27953 and this feature is disabled, then the original sender of the message is 
27954 added to the To: field, and all other recipients are added to the Cc: 
27955 field, while your address is added to the From: field.
27958 However, if this feature is enabled, then Alpine will preserve the 
27959 original fields as sent in the original message, so the Cc: and To: 
27960 fields will be preserved. The sender's address will be added to the To: 
27961 field, while your address is added to the From: field.
27964 The behavior of this feature is that replies to all messages will behave 
27965 in the way described above. If you only intend this to happen on a per 
27966 message basis, then keep this feature disabled, and when replying to a 
27967 message you will see a new option in the menu for the &quot;Reply to all 
27968 recipients?&quot; question. In this case, pressing &quot;p&quot; will 
27969 make Alpine toggle its question so you can preserve the To: and Cc: 
27970 fields for that message only.
27972 <UL>   
27973 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27974 </UL><P>
27975 &lt;End of help on this topic&gt;
27976 </BODY>
27977 </HTML>
27978 ====== h_config_sub_lists =====
27979 <HTML>
27980 <HEAD>
27981 <TITLE>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></TITLE>
27982 </HEAD>
27983 <BODY>
27984 <H1>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></H1>
27986 This feature affects the subcommands available when Saving, 
27987 or when Opening a new folder. If set, the subcommand ^X ListMatches will be
27988 available. This command allows you to type in a substring of the folder
27989 you are looking for and when you type ^X it will display all folders
27990 that contain that substring in their names.
27991 This feature is set by default.
27994 &lt;End of help on this topic&gt;
27995 </BODY>
27996 </HTML>
27997 ====== h_config_scramble_message_id =====
27998 <HTML>
27999 <HEAD>
28000 <TITLE>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></TITLE>
28001 </HEAD>
28002 <BODY>
28003 <H1>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></H1>
28005 Normally the Message-ID header that Alpine generates when sending a message
28006 contains the name of the computer from which the message is being sent.
28007 Some believe that this hostname could be used by spammers or could
28008 be used by others for nefarious purposes.
28009 If this feature is set, that name will be transformed with a simple
28010 Rot13 transformation.
28011 The result will still have the correct syntax for a Message-ID but the
28012 part of the MessageID that is often a domain name will not be an actual
28013 domain name because the letters will be scrambled.
28015 It is possible (but unlikely?) that some spam detection
28016 software will use that as a reason to reject the mail as spam.
28017 It has also been reported that some spam detection software uses the
28018 fact that there are no dots after the &quot;@&quot; as a reason to reject
28019 messages.
28020 If your PC-Alpine Message-ID is using a name without a dot that is because
28021 that is what Windows thinks is your &quot;Full computer name&quot;.
28022 The method used to set this varies from one type of Windows to another but
28023 check under Settings -> Control Panel -> System and
28024 look for Network Identification or Computer Name or something similar.
28025 How to set it is beyond the scope of Alpine.
28028 &lt;End of help on this topic&gt;
28029 </BODY>
28030 </HTML>
28031 ====== h_downgrade_multipart_to_text =====
28032 <HTML>
28033 <HEAD>
28034 <TITLE>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></TITLE>
28035 </HEAD>
28036 <BODY>
28037 <H1>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></H1>
28040 This feature affects Alpine's behavior when sending mail.  Internet
28041 standards require Alpine to translate all non-ASCII characters in
28042 messages that it sends using MIME encoding.  This encoding can be
28043 ostensibly broken for recipients if any agent between Alpine and the
28044 recipient, such as an email list expander, appends text to the
28045 message, such as list information or advertising.  When sending such
28046 messages Alpine attempts to protect such encoding by placing extra
28047 MIME boundaries around the message text.
28049 These extra boundaries are invisible to recipients that 
28050 use MIME-aware email programs (the vast majority).  However, if
28051 you correspond with users of email programs that are not MIME-aware,
28052 or do not handle the extra boundaries gracefully, you can
28053 use this feature to prevent Alpine from including the extra
28054 MIME information.  Of course, it will increase the likelihood
28055 that non-ASCII text you send may appear corrupt to the recipient.
28057 &lt;End of help on this topic&gt;
28058 </BODY>
28059 </HTML>
28060 ====== h_config_show_sort =====
28061 <HTML>
28062 <HEAD>
28063 <TITLE>FEATURE: <!--#echo var="FEAT_show-sort"--></TITLE>
28064 </HEAD>
28065 <BODY>
28066 <H1>FEATURE: <!--#echo var="FEAT_show-sort"--></H1>
28068 If this feature is set and there is sufficient space on the screen,
28069 a short indication of the current sort order will be
28070 added in the titlebar (the top line on the screen), before the name
28071 of the folder.
28072 For example, with the default Arrival sort in effect,
28073 the display would have the characters
28075 <P><CENTER>[A]</CENTER><P>
28077 added between the title of the screen and the folder name.
28078 The letters are the same as the letters you may type to manually
28079 sort a folder with the SortIndex command ($).
28080 The letters in the table below are the ones that may show
28081 up in the titlebar line.
28083 <TABLE>   
28084 <TR> <TD> A </TD> <TD> <EM>A</EM>rrival        </TD> </TR>
28085 <TR> <TD> S </TD> <TD> <EM>S</EM>ubject        </TD> </TR>
28086 <TR> <TD> F </TD> <TD> <EM>F</EM>rom           </TD> </TR>
28087 <TR> <TD> T </TD> <TD> <EM>T</EM>o             </TD> </TR>
28088 <TR> <TD> C </TD> <TD> <EM>C</EM>c             </TD> </TR>
28089 <TR> <TD> D </TD> <TD> <EM>D</EM>ate           </TD> </TR>
28090 <TR> <TD> Z </TD> <TD> si<EM>Z</EM>e           </TD> </TR>
28091 <TR> <TD> O </TD> <TD> <EM>O</EM>rderedsubject </TD> </TR>
28092 <TR> <TD> E </TD> <TD> scor<EM>E</EM>          </TD> </TR>
28093 <TR> <TD> H </TD> <TD> t<EM>H</EM>read         </TD> </TR>
28094 </TABLE>
28096 If the sort order is Reversed, the letter above will be preceded by the letter
28097 &quot;R&quot;, for example
28099 <P><CENTER>[RS]</CENTER><P>
28101 means that a Reverse Subject sort is in effect.
28102 For the case where the sort is in Reverse Arrival order, the &quot;A&quot; is
28103 left out, and just an &quot;R&quot; is shown.
28105 <P><CENTER>[R]</CENTER>
28108 &lt;End of help on this topic&gt;
28109 </BODY>
28110 </HTML>
28111 ====== h_config_disable_reset_disp =====
28112 <HTML>
28113 <HEAD>
28114 <TITLE>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></TITLE>
28115 </HEAD>
28116 <BODY>
28117 <H1>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></H1>
28119 UNIX Alpine only.
28121 This feature affects Alpine's behavior when using
28122 <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>.
28123 Normally, before the display filter is run, the terminal mode is reset
28124 to what it was before you started Alpine.
28125 This may be necessary if the filter requires the use of the terminal.
28126 For example, it may need to interact with you.
28127 If you set this feature, then the terminal mode will not be reset.
28128 One thing that turning on this feature should fix is the coloring of
28129 <A HREF="h_config_quote_color">quoted text</A> in the message view, which
28130 breaks because the terminal reset resets the color state of the terminal.
28133 &lt;End of help on this topic&gt;
28134 </BODY>
28135 </HTML>
28136 ====== h_config_disable_sender =====
28137 <HTML>
28138 <HEAD>
28139 <TITLE>FEATURE: <!--#echo var="FEAT_disable-sender"--></TITLE>
28140 </HEAD>
28141 <BODY>
28142 <H1>FEATURE: <!--#echo var="FEAT_disable-sender"--></H1>
28144 This feature affects Alpine's generation of the &quot;Sender:&quot; or
28145 <A HREF="h_config_use_sender_not_x">&quot;X-X-Sender&quot;</A>
28146 header fields.
28147 By default, Alpine will generate such a header in situations where the
28148 username or domain are not the same as
28149 the &quot;From:&quot; header on the message.
28150 With this feature set,
28151 no &quot;Sender:&quot; or &quot;X-X-Sender&quot; header will be generated.
28152 This may be desirable on a system that is virtually hosting many domains,
28153 and the sysadmin has other methods available for tracking a message to
28154 its originator.
28156 See also <A HREF="h_config_allow_chg_from">&quot;<!--#echo var="FEAT_allow-changing-from"-->&quot;</A>.
28159 &lt;End of help on this topic&gt;
28160 </BODY>
28161 </HTML>
28162 ====== h_config_use_sender_not_x =====
28163 <HTML>
28164 <HEAD>
28165 <TITLE>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></TITLE>
28166 </HEAD>
28167 <BODY>
28168 <H1>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></H1>
28170 Normally Alpine adds a header line
28171 labeled &quot;X-X-Sender&quot;, if the sender is
28172 different from the From: line.
28173 The standard specifies that this header
28174 line should be labeled &quot;Sender&quot;, not &quot;X-X-Sender&quot;.
28175 Setting this feature causes
28176 &quot;Sender&quot; to be used instead of &quot;X-X-Sender&quot;.
28178 See also <A HREF="h_config_disable_sender">&quot;<!--#echo var="FEAT_disable-sender"-->&quot;</A>.
28181 &lt;End of help on this topic&gt;
28182 </BODY>
28183 </HTML>
28184 ====== h_config_use_fk =====
28185 <HTML>
28186 <HEAD>
28187 <TITLE>FEATURE: <!--#echo var="FEAT_use-function-keys"--></TITLE>
28188 </HEAD>
28189 <BODY>
28190 <H1>FEATURE: <!--#echo var="FEAT_use-function-keys"--></H1>
28192 This feature specifies that Alpine will respond to function keys instead of
28193 the normal single-letter commands. In this mode, the key menus at the
28194 bottom of each screen will show function key designations instead of the
28195 normal mnemonic key.
28198 &lt;End of help on this topic&gt;
28199 </BODY>
28200 </HTML>
28201 ====== h_config_cancel_confirm =====
28202 <HTML>
28203 <HEAD>
28204 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></TITLE>
28205 </HEAD>
28206 <BODY>
28207 <H1>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></H1>
28209 This feature affects what happens when you type ^C to cancel a composition.
28210 By default, if you attempt to cancel a composition by typing ^C, you will be
28211 asked to confirm the cancellation by typing a &quot;C&quot;
28212 for <EM>C</EM>onfirm.
28213 It logically ought to be a &quot;Y&quot; for <EM>Y</EM>es, but that is
28214 risky because the &quot;^C Y&quot; needed to cancel a message
28215 is close (on the keyboard) to the &quot;^X Y&quot; needed to send a message.
28217 If this feature is set the confirmation asked for
28218 will be a &quot;<EM>Y</EM>es&quot;
28219 instead of a &quot;<EM>C</EM>onfirm&quot; response.
28222 &lt;End of help on this topic&gt;
28223 </BODY>
28224 </HTML>
28225 ====== h_config_compose_maps_del =====
28226 <HTML>
28227 <HEAD>
28228 <TITLE>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></TITLE>
28229 </HEAD>
28230 <BODY>
28231 <H1>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></H1>
28233 This feature affects the behavior of the DELETE key.
28234 If set, Delete will be equivalent to ^D, and delete
28235 the current character.  Normally Alpine defines the Delete key
28236 to be equivalent to ^H, which deletes the <EM>previous</EM>
28237 character.
28240 &lt;End of help on this topic&gt;
28241 </BODY>
28242 </HTML>
28243 ====== h_config_compose_bg_post =====
28244 <HTML>
28245 <HEAD>
28246 <TITLE>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></TITLE>
28247 </HEAD>
28248 <BODY>
28249 <H1>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></H1>
28251 This feature affects the behavior of Alpine's mail sending.  If set, this
28252 feature enables a subcommand in the composer's "Send?" confirmation
28253 prompt.  The subcommand allows you to tell Alpine to handle the actual
28254 posting in the background.  While this feature usually allows posting
28255 to appear to happen very fast, it has no affect on the actual delivery
28256 time it takes a message to arrive at its destination.
28259 Please Note:
28260 <OL>
28261  <LI>This feature will have no effect if the feature
28262        <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A>
28263        is set.
28264  <LI>This feature isn't supported on all systems.  All DOS and Windows,
28265        as well as several Unix ports, do not recognize this feature.
28266  <LI>Error handling is significantly different when this feature is
28267         enabled.  Any message posting failure results in the message
28268         being appended to your &quot;Interrupted&quot; mail folder.  When you
28269         type the <A HREF="h_common_compose">C</A>ompose command,
28270         Alpine will notice this folder and
28271         offer to extract any messages contained.  Upon continuing a 
28272         failed message, Alpine will display the nature of the failure 
28273         in the status message line.
28274  <LI> <EM>WARNING</EM>: Under extreme conditions, it is possible
28275         for message data to
28276         get lost.  <EM>Do</EM> <EM>not</EM> enable this feature
28277         if you typically run close to any sort of disk-space limits or quotas.
28278 </OL>
28280 &lt;End of help on this topic&gt;
28281 </BODY>
28282 </HTML>
28283 ====== h_config_compose_dsn =====
28284 <HTML>
28285 <HEAD>
28286 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></TITLE>
28287 </HEAD>
28288 <BODY>
28289 <H1>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></H1>
28291 This feature affects the behavior of Alpine's mail sending.  If set, this
28292 feature enables a subcommand in the composer's &quot;Send?&quot; confirmation
28293 prompt.  The subcommand allows you to tell Alpine to request the type of
28294 Delivery Status Notification (DSN) that you would like.  Most users will
28295 be happy with the default, and need not enable this feature.
28297 If the feature
28298 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
28299 then this feature has no effect and the type of DSN is not selectable.
28302 Turning on this feature and then turning on the DSNOpts from the send
28303 prompt reveals four on-off toggles at the bottom of the screen.
28304 The &quot;X&quot; command toggles between NoErrRets and ErrRets.  NoErrRets requests
28305 that no notification be returned to you, even if there is a delivery
28306 failure.  The &quot;D&quot; key toggles between Delay and NoDelay.  This tells the
28307 server that you are willing (or not) to receive delay notifications, which
28308 happen when there is an unusual delay at some mail server (in that mail
28309 server's opinion).  The &quot;S&quot; key toggles between Success and NoSuccess.
28310 Success requests that you be sent a DSN message when the message is
28311 successfully delivered to the recipients mailbox.  Setting NoErrRets will
28312 automatically turn off Delay and Success notification, and will flip the
28313 toggles to show that.  Similarly, turning on Delay and/or Success will
28314 automatically toggle the &quot;X&quot; key to ErrRets.  The fourth command, the
28315 &quot;H&quot; key, toggles between RetHdrs and RetFull.  RetFull requests that
28316 the full message be returned in any failed DSN.  RetHdrs requests that
28317 only the headers be returned in any failed DSN.  Notice that this command
28318 applies only to failed delivery status reports.  For delay or success
28319 reports, the full message is never returned, only the headers are returned.
28322 If you don't enable the DSN feature or if you don't turn it on for a
28323 particular message, the default is that you will be notified about failures,
28324 you might be notified about delays, and you won't be notified about
28325 successes.  You will usually receive the full message back when there is
28326 a failure.
28329 If you turn on the DSNOpts the default is to return as much information as
28330 possible to you.  That is, by default, the Success and Delay options are
28331 turned on and the full message will be returned on failure.
28334 The sending prompt will display the current DSN request (if any) in a
28335 shorthand form.  It will be:
28337 <P><CENTER>[Never]</CENTER>
28340 if you have requested NoErrRets.  Otherwise, it will look something like:
28342 <P><CENTER>[FDS-Hdrs]</CENTER>
28345 The &quot;F&quot; will always be there, indicating that you will be notified
28346 of failures.  (Alpine doesn't provide a way to request no failure notification
28347 and at the same time request either success or delay notification.  The only
28348 way to request no failure notifications is to request no notifications at
28349 all with NoErrRets.)  The &quot;D&quot; and/or &quot;S&quot; will be present if you have
28350 requested Delay and/or Success notification.  If one of those is missing,
28351 that means you are requesting no notification of the corresponding type.
28352 After the dash it will say either Hdrs or Full.  Hdrs means to return only
28353 the headers and Full means to return the full message (applies to
28354 failure notifications only).
28357 NOTE: This feature relies on your system's mail transport agent or
28358 configured
28359 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
28360 having the negotiation mechanism introduced in
28361 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
28362 &quot;Delivery Status Notification&quot; (DSN).  If the mail tranport agent you
28363 are using doesn't support DSN, a short warning will be shown to you on
28364 the message line at the bottom of the screen after you send your message,
28365 but your message will have been sent anyway.
28368 Note that DSNs don't provide a mechanism to request read receipts.  That
28369 is, if you request notification on success you are notified when the
28370 message is delivered to the mailbox, not when the message is read.
28373 ESMTP allows for graceful migration to upgraded mail transfer agents, but
28374 it is possible that this feature might cause problems for some servers. 
28377 &lt;End of help on this topic&gt;
28378 </BODY>
28379 </HTML>
28380 ====== h_config_auto_zoom =====
28381 <HTML>
28382 <HEAD>
28383 <TITLE>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></TITLE>
28384 </HEAD>
28385 <BODY>
28386 <H1>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></H1>
28388 This feature affects the behavior of the Select command.
28389 If set, the select command will automatically perform a zoom
28390 after the select is complete.
28391 This feature is set by default.
28393 Some related help topics are
28394 <UL>
28395 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28396 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28397 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28398 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
28399 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
28400 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28401 </UL>
28404 &lt;End of help on this topic&gt;
28405 </BODY>
28406 </HTML>
28407 ====== h_config_auto_unzoom =====
28408 <HTML>
28409 <HEAD>
28410 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></TITLE>
28411 </HEAD>
28412 <BODY>
28413 <H1>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></H1>
28415 This feature affects the behavior of the Apply command.  If set, and if
28416 you are currently looking at a Zoomed Index view of selected messages,
28417 the Apply command will do the operation you specify, but then will
28418 implicitly do an &quot;UnZoom&quot;, so that you will automatically be back in
28419 the normal Index view after the Apply. 
28420 This feature is set by default.
28423 Some related help topics are
28424 <UL>
28425 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28426 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28427 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28428 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
28429 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
28430 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28431 </UL>
28433 &lt;End of help on this topic&gt;
28434 </BODY>
28435 </HTML>
28436 ====== h_config_auto_unselect =====
28437 <HTML>
28438 <HEAD>
28439 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></TITLE>
28440 </HEAD>
28441 <BODY>
28442 <H1>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></H1>
28444 This feature affects the behavior of the Apply command.  If set,
28445 the Apply command will do the operation you specify, but then will
28446 implicitly do an &quot;UnSelect All&quot;, so that you will automatically be back in
28447 the normal Index view after the Apply. 
28450 Some related help topics are
28451 <UL>
28452 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28453 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28454 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28455 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
28456 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
28457 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28458 </UL>
28460 &lt;End of help on this topic&gt;
28461 </BODY>
28462 </HTML>
28463 ====== h_config_fast_recent =====
28464 <HTML>
28465 <HEAD>
28466 <TITLE>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></TITLE>
28467 </HEAD>
28468 <BODY>
28469 <H1>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></H1>
28471 This feature controls the behavior of the TAB key when traversing folders
28472 in the optional 
28473 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
28474 collection or in optional <!--#echo var="VAR_news-collections"-->.
28477 When the TAB
28478 (<A HREF="h_common_nextnew">NextNew</A>)
28479 key is pressed, the default behavior is to
28480 explicitly examine the status of the folder for the number of recent
28481 messages (messages delivered since the last time it was viewed).
28482 Depending on the size and number of messages in the folder, this test
28483 can be time consuming.
28486 Enabling this feature will cause Alpine to only test for the existence of
28487 any recent messages rather than to obtain the count.  This is much faster
28488 in many cases.  The downside is that you're not given the number of recent
28489 messages when prompted to view the next folder.
28490 If the feature
28491 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
28492 is turned on, then the present feature will have no effect.
28495 <UL>   
28496 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28497 </UL><P>
28498 &lt;End of help on this topic&gt;
28499 </BODY>
28500 </HTML>
28501 ====== h_config_arrow_nav =====
28502 <HTML>
28503 <HEAD>
28504 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></TITLE>
28505 </HEAD>
28506 <BODY>
28507 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></H1>
28509 This feature controls the behavior of the left and right arrow keys.
28510 If set, the left and right arrow keys will operate like the usual
28511 navigation keys &lt; and &gt;.
28512 This feature is set by default.
28515 If you set this feature, and do not like the changed behavior of the up/down 
28516 arrow 
28517 keys when navigating through the FOLDER LIST screen -- 
28518 <B>first</B> from column to column, if more than one folder is 
28519 displayed per row, 
28520 and <B>then</B> from row to row -- you may either also wish to set the feature 
28521 &quot;<A HREF="h_config_relaxed_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></A>&quot;, 
28522 &quot;<A HREF="h_config_single_list"><!--#echo var="FEAT_single-column-folder-list"--></A>&quot;, or
28523 use the ^P/^N (instead of up/down arrow) keys to move up/down the list of 
28524 folders in each column.
28526 <UL>   
28527 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28528 </UL><P>
28529 &lt;End of help on this topic&gt;
28530 </BODY>
28531 </HTML>
28532 ====== h_config_relaxed_arrow_nav =====
28533 <HTML>
28534 <HEAD>
28535 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></TITLE>
28536 </HEAD>
28537 <BODY>
28538 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></H1>
28540 This feature controls the behavior of the left, right, up and down
28541 arrow keys in the FOLDER LIST screen when the &quot;<A
28542 HREF="h_config_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation"--></A>&quot; feature is
28543 set.
28544 This feature is set by default.
28548 When this feature is set, the left and right
28549 arrow keys in the FOLDER LIST screen
28550 move the highlight bar to the left or right, and the up and
28551 down arrows move it up or down.
28554 When the &quot;<!--#echo var="FEAT_enable-arrow-navigation"-->&quot; feature is set and this
28555 feature is not set;
28556 the left and right arrow keys in the Folder List screen strictly
28557 track the commands bound to the '&lt;' and '&gt;' keys, and the up
28558 and down arrow keys move the highlight bar to the previous and next
28559 folder or directory name.
28562 <UL>   
28563 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28564 </UL><P>
28565 &lt;End of help on this topic&gt;
28566 </BODY>
28567 </HTML>
28568 ====== h_config_alt_compose_menu =====
28569 <HTML>
28570 <HEAD>
28571 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></TITLE>
28572 </HEAD>
28573 <BODY>
28574 <H1>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></H1>
28576 This feature controls the menu that is displayed when Compose is selected.
28577 If set, a list of options will be presented, with each option representing
28578 the type of composition that could be used. This feature is most useful for
28579 users who want to avoid being prompted with each option separately, or who
28580 want to avoid the checking of remote postponed or form letter folders.
28581 The possible types of composition are:
28584 New, for starting a new composition. Note that if New is selected and roles
28585 are set, roles are checked for matches and applied according to the setting
28586 of the matching role.
28589 Interrupted, for continuing an interrupted composition. This option is only
28590 offered if an interrupted message folder is detected.
28593 Postponed, for continuing postponed compositions. This option is offered
28594 if a <!--#echo var="VAR_postponed-folder"--> is set in the config REGARDLESS OF whether or not
28595 the postponed folder actually exists. This option is especially handy
28596 for avoiding having to check for the existence of a remote postponed folder.
28599 Form, for using form letters. This option is offered if the <!--#echo var="VAR_form-letter-folder"-->
28600 is set in the config, and is not checked for existence for reasons similar
28601 to those explained by the postponed option.
28604 setRole, for selecting a role to apply to a composition.
28607 &lt;End of help on this topic&gt;
28608 </BODY>
28609 </HTML>
28610 ====== h_config_alt_role_menu =====
28611 <HTML>
28612 <HEAD>
28613 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></TITLE>
28614 </HEAD>
28615 <BODY>
28616 <H1>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></H1>
28618 Normally the <A HREF="h_common_role">Role Command</A> allows you to choose
28619 a role and compose a new message using that role.
28620 When this feature is set, the role command will first ask whether you want to
28621 Compose a new message, Forward the current message, Reply to the
28622 current message, or Bounce the current message.
28623 If you are not in the MESSAGE INDEX and are not viewing a message,
28624 then there is no current message and the question will be skipped.
28625 After you have chosen to Compose, Forward, Reply, or Bounce you will
28626 then choose the role to be used.
28628 When Bouncing the &quot;Set From&quot; address is used for the
28629 Resent-From header, the &quot;Set Fcc&quot; value is used for the Fcc
28630 provided that the option
28631 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A> is turned on,
28632 and the &quot;Use SMTP Server&quot; value is used for the SMTP server, if
28633 set.
28634 Other actions of the role are ignored when Bouncing.
28637 &lt;End of help on this topic&gt;
28638 </BODY>
28639 </HTML>
28640 ====== h_config_always_spell_check =====
28641 <HTML>
28642 <HEAD>
28643 <TITLE>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></TITLE>
28644 </HEAD>
28645 <BODY>
28646 <H1>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></H1>
28648 When this feature is set, every composed message will be spell-checked before
28649 being sent.
28651 &lt;End of help on this topic&gt;
28652 </BODY>
28653 </HTML>
28654 ====== h_config_quell_asterisks =====
28655 <HTML>
28656 <HEAD>
28657 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></TITLE>
28658 </HEAD>
28659 <BODY>
28660 <H1>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></H1>
28662 When you are running Alpine you will sometimes be asked for a password
28663 in a prompt on the third line from the bottom of the screen.
28664 Normally each password character you type will cause an asterisk to echo
28665 on the screen. That gives you some feedback to know that your typing is
28666 being recognized.
28667 There is a very slight security risk in doing it this way because someone
28668 watching over your shoulder might be able to see how many characters there
28669 are in your password.
28670 If you'd like to suppress the echoing of the asterisks set this feature.
28672 &lt;End of help on this topic&gt;
28673 </BODY>
28674 </HTML>
28675 ====== h_config_quell_flowed_text =====
28676 <HTML>
28677 <HEAD>
28678 <TITLE>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></TITLE>
28679 </HEAD>
28680 <BODY>
28681 <H1>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></H1>
28683 Alpine generates flowed text where possible.
28684 The method for generating flowed text is defined by
28685 <A HREF="http://www.ietf.org/rfc/rfc3676.txt">RFC 3676</A>,
28686 the benefit of doing so is
28687 to send message text that can properly be viewed both on normal width displays
28688 and on displays with smaller or larger than normal screen widths.
28689 With flowed text, a space at the end of a line tells the receiving mail
28690 client that the following line belongs to the same paragraph.
28691 Quoted text will also be affected, with only the innermost
28692 level of &quot;&gt;&quot; quoting being followed by a space.
28693 However, if you have changed the
28694 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
28695 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
28696 quoted text will not be flowed.
28697 For this reason, we recommend that you leave your
28698 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; set to the default.
28700 This feature turns off the generation of flowed text, as it might be
28701 desired to more tightly control how a message is displayed on the receiving end.
28703 If this feature is <EM>not</EM> set, you can control on a message by message
28704 basis whether or not flowed text is generated.
28705 You do this by typing ^V at the Send confirmation prompt that you get
28706 after typing ^X to send a message.
28707 ^V is a toggle that turns flowing off and back on if typed again.
28708 If for some reason flowing cannot be done on a particular message, then the
28709 ^V command will not be available.
28710 This would be the case, for example, if this feature was set, or if your
28711 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; was set to a non-default value.
28712 If the feature
28713 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
28714 then the opportunity to control on a message by message basis
28715 whether or not flowed text is generated is lost.
28717 When this feature is not set and you have typed ^V to turn off flowing,
28718 the Send confirmation prompt will change to look like
28720 <CENTER><SAMP>Send message (not flowed)?</SAMP></CENTER>
28722 <A HREF="h_config_strip_ws_before_send">&quot;<!--#echo var="FEAT_strip-whitespace-before-send"-->&quot;</A> will
28723 also turn off the sending of flowed text messages, but it differs in that
28724 it also trims all trailing white space from a message before sending it.
28726 If alternate editors are used extensively, be aware that a message will still
28727 be sent flowed if this feature is unset.  In most cases this will be fine,
28728 but if the editor has a &quot;flowed text&quot; mode, it would be best to
28729 use that.
28731 &lt;End of help on this topic&gt;
28732 </BODY>
28733 </HTML>
28734 ====== h_config_strip_ws_before_send =====
28735 <HTML>
28736 <HEAD>
28737 <TITLE>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></TITLE>
28738 </HEAD>
28739 <BODY>
28740 <H1>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></H1>
28742 By default, trailing whitespace is not stripped from
28743 a message before sending.  Trailing whitespace should have no effect on an
28744 email message, and in flowed text can aid in delimiting paragraphs.
28745 However, the old behavior of stripping trailing whitespace was in place
28746 to better deal with older clients that couldn't handle certain types of
28747 text encodings.  This feature restores the old behavior
28749 Trailing whitespace is of aid to flowed-text-formatted messages, which are
28750 generated by default but can be turned off via the
28751 <A HREF="h_config_quell_flowed_text">&quot;<!--#echo var="FEAT_quell-flowed-text"-->&quot;</A> feature.
28752 <!--#echo var="FEAT_strip-whitespace-before-send"--> also has the effect of turning off sending
28753 of flowed text.
28755 &lt;End of help on this topic&gt;
28756 </BODY>
28757 </HTML>
28758 ====== h_config_del_from_dot =====
28759 <HTML>
28760 <HEAD>
28761 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></TITLE>
28762 </HEAD>
28763 <BODY>
28764 <H1>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></H1>
28766 This feature controls the behavior of the Ctrl-K command in the composer.
28767 If set, ^K will cut from the current cursor position to the end of the line,
28768 rather than cutting the entire line.
28771 &lt;End of help on this topic&gt;
28772 </BODY>
28773 </HTML>
28774 ====== h_config_print_index =====
28775 <HTML>
28776 <HEAD>
28777 <TITLE>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></TITLE>
28778 </HEAD>
28779 <BODY>
28780 <H1>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></H1>
28782 This feature controls the behavior of the Print command when in the
28783 MESSAGE INDEX screen.  If set, the print command will give you a prompt
28784 asking if you wish to print the message index, or the currently highlighted
28785 message. If not set, the message will be printed.
28788 &lt;End of help on this topic&gt;
28789 </BODY>
28790 </HTML>
28791 ====== h_config_allow_talk =====
28792 <HTML>
28793 <HEAD>
28794 <TITLE>FEATURE: <!--#echo var="FEAT_allow-talk"--></TITLE>
28795 </HEAD>
28796 <BODY>
28797 <H1>FEATURE: <!--#echo var="FEAT_allow-talk"--></H1>
28799 UNIX Alpine only.
28801 By default, permission for others to &quot;talk&quot; to your terminal is turned
28802 off when you are running Alpine.  When this feature is set, permission is
28803 instead turned on.  If enabled, you may see unexpected messages in the
28804 middle of your Alpine screen from someone attempting to contact you via the
28805 &quot;talk&quot; program.
28808 NOTE: The &quot;talk&quot; program has nothing to do with Alpine or email.  The 
28809 talk daemon on your system will attempt to print a message on your screen 
28810 when someone else is trying to contact you.  If you wish to see these
28811 messages while you are running Alpine, you should enable this feature.
28814 If you do enable this feature and see a &quot;talk&quot; message, you must 
28815 suspend or quit Alpine before you can respond.
28818 &lt;End of help on this topic&gt;
28819 </BODY>
28820 </HTML>
28821 ====== h_config_send_filter_dflt =====
28822 <HTML>
28823 <HEAD>
28824 <TITLE>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></TITLE>
28825 </HEAD>
28826 <BODY>
28827 <H1>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></H1>
28828 If you have <A HREF="h_config_sending_filter">&quot;<!--#echo var="VAR_sending-filters"-->&quot;</A> 
28829 configured, setting this feature will cause
28830 the first filter in the <!--#echo var="VAR_sending-filters"--> list to be offered as the default
28831 instead of unfiltered, the usual default.
28833 <UL>   
28834 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28835 </UL><P>
28836 &lt;End of help on this topic&gt;
28837 </BODY>
28838 </HTML>
28839 ====== h_config_custom_print =====
28840 <HTML>
28841 <HEAD>
28842 <TITLE>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></TITLE>
28843 </HEAD>
28844 <BODY>
28845 <H1>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></H1>
28847 When this feature is set, the print command will have an additional
28848 subcommand called "C CustomPrint".  If selected, you will have
28849 the opportunity to enter any system print command --instead of being 
28850 restricted to using those that have been previously configured in the 
28851 printer setup menu.
28854 &lt;End of help on this topic&gt;
28855 </BODY>
28856 </HTML>
28857 ====== h_config_enable_dot_files =====
28858 <HTML>
28859 <HEAD>
28860 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></TITLE>
28861 </HEAD>
28862 <BODY>
28863 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></H1>
28865 When this feature is set, files beginning with dot (".") will be
28866 visible in the file browser.  For example, you'll be able to select them
28867 when using the browser to add an attachment to a message.
28869 &lt;End of help on this topic&gt;
28870 </BODY>
28871 </HTML>
28872 ====== h_config_enable_dot_folders =====
28873 <HTML>
28874 <HEAD>        
28875 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></TITLE>
28876 </HEAD>
28877 <BODY>
28878 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></H1>
28880 When this feature is set, folders beginning with dot (".") may be added
28881 and viewed.
28883 &lt;End of help on this topic&gt;
28884 </BODY>
28885 </HTML>
28886 ====== h_config_ff_between_msgs =====
28887 <HTML>
28888 <HEAD>
28889 <TITLE>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></TITLE>
28890 </HEAD>
28891 <BODY>
28892 <H1>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></H1>
28894 Setting this feature causes a formfeed to be printed between messages when
28895 printing multiple messages (with Apply Print command).
28897 &lt;End of help on this topic&gt;
28898 </BODY>
28899 </HTML>
28900 ====== h_config_blank_keymenu =====
28901 <HTML>
28902 <HEAD>
28903 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></TITLE>
28904 </HEAD>
28905 <BODY>
28906 <H1>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></H1>
28908 If this feature is set the command key menu that normally appears on the
28909 bottom two lines of the screen will not usually be there.  Asking for
28910 help with ^G or ? will cause the key menu to appear instead of causing
28911 the help message to come up.  If you want to actually see the help text,
28912 another ^G or ? will show it to you.  After the key menu has popped
28913 up with the help key it will remain there for an O for Other command but
28914 disappear if any other command is typed.
28916 &lt;End of help on this topic&gt;
28917 </BODY>
28918 </HTML>
28919 ====== h_config_enable_mouse =====
28920 <HTML>
28921 <HEAD>
28922 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></TITLE>
28923 </HEAD>
28924 <BODY>
28925 <H1>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></H1>
28927 This feature controls whether or not an X terminal mouse can be used with
28928 Alpine.  If set, and the $DISPLAY variable indicates that an X terminal is
28929 being used, the left mouse button on the mouse can be used to select text
28930 or commands.
28931 Clicking on a command at the bottom of the screen will behave as if you had
28932 typed that command.
28933 Clicking on an index line will move the current message highlight to
28934 that line.
28935 Double-clicking on an index line will view the message.
28936 Double-clicking on a link will view the link.
28938 This type of mouse support will also work in some terminal emulators which are
28939 not actually X terminals, but which have extra code to support the xterm
28940 style mouse.
28941 For those emulators you not only need to turn this feature on but you also
28942 have to set the $DISPLAY environment variable even though it isn't needed
28943 for your terminal.
28944 That will cause Alpine to think that it is an xterm and to properly interpret the
28945 escape sequences sent by the mouse.
28947 Note: if this feature is set, the behavior of X terminal cut-and-paste is
28948 also modified.  It is sometimes possible to hold the shift key down while clicking
28949 left or middle mouse buttons for the normal xterm cut/paste operations. 
28950 There is also an Alpine command to toggle this mode on or off.
28951 The command is Ctrl-&#92; (Control-backslash).
28953 &lt;End of help on this topic&gt;
28954 </BODY>
28955 </HTML>
28956 ====== h_config_enable_xterm_newmail =====
28957 <HTML>
28958 <HEAD>        
28959 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></TITLE>
28960 </HEAD>
28961 <BODY>
28962 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></H1>
28964 This feature controls whether or not Alpine will attempt to announce new
28965 mail arrival when it is running in an X terminal window and that window
28966 is iconified.  If set, and the $DISPLAY variable indicates that an X
28967 terminal is being used, Alpine will send appropriate escape sequences to
28968 the X terminal to modify the label on Alpine's icon to indicate that new
28969 mail has arrived. Alpine will also modify the Alpine window's title to
28970 indicate new mail.
28971 See also <a href="h_config_enable_newmail_short_text"><!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>.
28973 &lt;End of help on this topic&gt;
28974 </BODY></HTML>
28975 ====== h_config_enable_newmail_short_text =====
28976 <HTML>
28977 <HEAD>        
28978 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></TITLE>
28979 </HEAD>
28980 <BODY>
28981 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></H1>
28983 This feature controls the text to be displayed in an icon in the event
28984 of a new message arrival.  Normally, the message will
28985 be the one that is displayed on the screen.  This feature shortens the
28986 message to a count of the number of new messages in brackets.  This may be
28987 more useful for those who use the window's title bar in the task bar as a
28988 new mail indicator.  This feature is only useful if the
28989 <A HREF="h_config_enable_xterm_newmail"><!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></A>
28990 feature is also set.  Like the <!--#echo var="FEAT_enable-newmail-in-xterm-icon"-->
28991 feature, this feature is only relevant when run in an xterm environment.
28993 &lt;End of help on this topic&gt;
28994 </BODY></HTML>
28995 ====== h_config_copy_to_to_from =====
28996 <HTML>
28997 <HEAD>
28998 <TITLE>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></TITLE>
28999 </HEAD>
29000 <BODY>
29001 <H1>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></H1>
29003 This feature affects the From address used when Replying to a message.
29004 It is probably only useful if you have some
29005 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
29006 defined.
29007 When enabled, it checks to see if any of the addresses in the To or Cc
29008 fields of the message you are replying to is one of your addresses.
29009 If it is, and there is only one of them, then that address is used as
29010 the From address in the message you are composing.
29011 In other words, you will be using a From address that is the same
29012 as the To address that was used to get the mail to you in the first place.
29015 If a role is being used and it has a From address defined, that From address will
29016 be used rather than the one derived from this feature.
29019 <UL>   
29020 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29021 </UL><P>
29022 &lt;End of help on this topic&gt;
29023 </BODY>
29024 </HTML>
29025 ====== h_config_prefix_editing =====
29026 <HTML>
29027 <HEAD>
29028 <TITLE>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></TITLE>
29029 </HEAD>
29030 <BODY>
29031 <H1>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></H1>
29033 This feature affects the Reply command's &quot;Include original message
29034 in Reply?&quot; prompt.  When enabled, it causes the
29035 &quot;Edit Indent String&quot; sub-command to appear which allows 
29036 you to edit the string Alpine would otherwise use to denote included 
29037 text from the message being replied to.<P>
29039 Thus, you can change Alpine's default message quote character (usually
29040 an angle bracket) on a per message basis. So you could change your quoted message to
29041 look, for example, like this:<p>
29043 <pre>On Tues, 26 Jan 1999, John Q. Smith wrote:
29045 John: I just wanted to say hello and to congratulate you
29046 John: on a job well done!</pre><p>
29048 The configuration option
29049 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
29050 may be used to change what appears as the default string to be edited.
29052 NOTE: Edited <!--#echo var="VAR_reply-indent-string"--> only apply to the message
29053 currently being replied to.
29055 If you change your <!--#echo var="VAR_reply-indent-string"-->
29056 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
29057 quoted text will not be flowed
29058 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
29059 when you reply.
29060 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
29061 set to the default value.
29063 <UL>   
29064 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29065 </UL><P>
29066 &lt;End of help on this topic&gt;
29067 </BODY>
29068 </HTML>
29069 ====== h_config_enable_search_and_repl =====
29070 <HTML>
29071 <HEAD>
29072 <TITLE>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></TITLE>
29073 </HEAD>
29074 <BODY>
29075 <H1>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></H1>
29077 This feature modifies the behavior of Alpine's composer.  Setting this
29078 feature causes Alpine to offer the "^R Replace" subcommand, which
29079 allows you to search and replace text strings in a message you are composing, 
29080 inside the "^W Where is" command.  
29084 To search and replace text, first enter the text to be replaced at the 
29085 "Search: " prompt.  Then, rather than pressing Enter to just search for that
29086 text, press ^R, which turns the prompt into 
29090 Search (to replace): 
29094 and then press Enter.  The cursor will highlight the first occurrence 
29095 of the text string you entered, and the prompt will show: 
29099 Replace "<your text string>" with : 
29103 where <your text string> is what you entered at the previous prompt;
29104 here, enter the replacement text.  To only replace the highlighted 
29105 occurrence, simply press Enter now; to replace all occurrences in the 
29106 message, press ^X (Repl All), then Enter.  You will then be asked to confirm 
29107 each replacement.
29111 The command ^R toggles between "Replace" and "Don't Replace"; its subcommand
29112 ^X toggles between "Replace All" and "Replace One."
29116 If you previously searched for text in a message, it will be offered for 
29117 re-use as part of the prompt, shown in [ ] brackets.
29120 &lt;End of help on this topic&gt;
29121 </BODY>
29122 </HTML>
29123 ====== h_config_enable_view_attach =====
29124 <HTML>
29125 <HEAD>
29126 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></TITLE>
29127 </HEAD>
29128 <BODY>
29129 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></H1>
29131 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29132 Setting this feature causes Alpine to present attachments in boldface.
29133 The first available attachment is displayed in inverse.  This is the
29134 "selected" attachment.  Pressing RETURN will cause Alpine to display
29135 the selected attachment.  Use the arrow keys to change which of the
29136 attachments displayed in boldface is the current selection.
29140 Speaking of arrow keys, the Up and Down Arrows will select the next
29141 and previous attachments if one is available on the screen for selection.
29142 Otherwise, they will simply adjust the viewed text one line up or down.
29146 Similarly, when selectable items are present in a message, the Ctrl-F key
29147 can be used to select the next item in the message independent of which
29148 portion of the viewed message is currently displayed. The Ctrl-B key can
29149 be used to select the previous item in the same way. 
29150 <P> 
29151 &lt;End of help on this topic&gt;
29152 </BODY>
29153 </HTML>
29154 ====== h_config_enable_y_print =====
29155 <HTML>
29156 <HEAD>
29157 <TITLE>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></TITLE>
29158 </HEAD>
29159 <BODY>
29160 <H1>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></H1>
29162 This feature modifies the behavior of Alpine's Print command.
29164 By default, Alpine's print command is available by pressing the "%" key.  
29165 (This command is a substantial change from Pine versions before 4.00 -- 
29166 where the print command was "Y" -- based on numerous complaints about 
29167 printing being invoked inadvertently, since Y also means "Yes.")  
29171 This feature is supplied to mitigate any disruption or anxiety users 
29172 might feel as a result of this change.  
29176 Enabling this feature will cause Alpine to recognize both the old
29177 command, "Y" for Prynt, as well the new "%" method for invoking
29178 printing.  Note, key menu labels are not changed as a result of
29179 enabling this feature.
29183 &lt;End of help on this topic&gt;
29184 </BODY>
29185 </HTML>
29186 ====== h_config_enable_lessthan_exit =====
29187 <HTML>
29188 <HEAD>
29189 <TITLE>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></TITLE>
29190 </HEAD>
29191 <BODY>
29192 <H1>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></H1>
29194 If this feature is set, then on screens where there is an Exit command
29195 but no < command, the < key will perform the same function as the Exit
29196 command.
29197 This feature is set by default.
29199 &lt;End of help on this topic&gt;
29200 </BODY>
29201 </HTML>
29202 ====== h_config_enable_view_url =====
29203 <HTML>
29204 <HEAD>
29205 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></TITLE>
29206 </HEAD>
29207 <BODY>
29208 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></H1>
29209 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29210 When this feature is set (the default) Alpine will select possible URLs from the
29211 displayed text and display them in boldface for selection.
29213 The first available URL is displayed in inverse.  This is the
29214 &quot;selected&quot; URL.  Pressing RETURN will cause Alpine to display
29215 the selected URL via either built-in means as with mailto:, imap:,
29216 news:, and nntp:, or via an external application as defined
29217 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
29218 variable.
29220 Use the arrow keys to change which of the URLs displayed in boldface
29221 is the current selection.
29223 Speaking of arrow keys, the Up and Down Arrows will select the next
29224 and previous URL if one is available on the screen for selection (unless 
29225 you have set the feature 
29226 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
29227 Otherwise, they will simply adjust the viewed text one line up or down.
29229 Similarly, when selectable items are present in a message, the Ctrl-F
29230 key can be used to select the next item in the message independent
29231 of which portion of the viewed message is currently displayed. The
29232 Ctrl-B key can be used to select the previous item in the same way.
29234 <UL>   
29235 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29236 </UL><P>
29237 &lt;End of help on this topic&gt;
29238 </BODY>
29239 </HTML>
29240 ====== h_config_enable_view_web_host =====
29241 <HTML>
29242 <HEAD>
29243 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></TITLE>
29244 </HEAD>
29245 <BODY>
29246 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></H1>
29248 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29249 When this feature is set (the default) Alpine will select possible web hostnames
29250 from the displayed text and display them in boldface for selection.  
29251 This can be useful when you receive messages referencing World Wide Web 
29252 sites without the use of complete URLs; for example, specifying only 
29253 &quot;www.washington.edu/alpine/&quot; (which will <B>not</B> become a 
29254 selectable 
29255 item by setting <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>) 
29256 rather than explicitly
29257 &quot;http://www.washington.edu/alpine/&quot;.  
29259 The first available hostname is displayed in inverse.  This is the
29260 &quot;selected&quot; hostname.  Pressing RETURN will cause Alpine to display
29261 the selected hostname via an external application as defined
29262 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
29263 variable.
29265 Use the arrow keys (unless you have set the feature 
29266 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
29267 to change which of the hostnames displayed in
29268 boldface is the current selection.
29270 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
29271 key can be used to select the next web hostname in the message independent
29272 of which portion of the viewed message is currently displayed. The
29273 Ctrl-B key can be used to select the previous web hostnames in the same way.
29275 <UL>   
29276 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29277 </UL><P>
29278 &lt;End of help on this topic&gt;
29279 </BODY>
29280 </HTML>
29281 ====== h_config_enable_view_addresses =====
29282 <HTML>
29283 <HEAD>
29284 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></TITLE>
29285 </HEAD>
29286 <BODY>
29287 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></H1>
29289 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29290 Setting this feature causes Alpine to select possible email addresses
29291 from the displayed text and display them in boldface for selection.  
29294 The first available email address is displayed in inverse.  This is the
29295 &quot;selected&quot; address.  Pressing RETURN will cause Alpine to enter
29296 the message composition screen with the To: field filled in with the
29297 selected address.
29299 Use the arrow keys (unless you have set the feature 
29300 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
29301 to change which of the hostnames displayed in
29302 boldface is the current selection.
29304 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
29305 key can be used to select the next web hostname in the message independent
29306 of which portion of the viewed message is currently displayed. The
29307 Ctrl-B key can be used to select the previous web hostnames in the same way.
29309 <UL>   
29310 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29311 </UL><P>
29312 &lt;End of help on this topic&gt;
29313 </BODY>
29314 </HTML>
29315 ====== h_config_enable_view_arrows =====
29316 <HTML>
29317 <HEAD>
29318 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></TITLE>
29319 </HEAD>
29320 <BODY>
29321 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></H1>
29323 This feature modifies Up and Down arrow key behavior in Alpine's
29324 MESSAGE TEXT screen when selectable Attachments, URL's, or
29325 web-hostnames are presented. Alpine's usual behavior is to move to
29326 the next or previous selectable item if currently displayed or
29327 simply to adjust the screen view by one line.
29331 Setting this feature causes the UP and Down arrow key to behave as
29332 if no selectable items were present in the message.
29336 Note, the Ctrl-F (next selectable item) and Ctrl-B (previous selectable
29337 item) functionality is unchanged.
29340 &lt;End of help on this topic&gt;
29341 </BODY>
29342 <HTML>
29343 ====== h_config_quell_charset_warning =====
29344 <HTML>
29345 <HEAD>
29346 <TITLE>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></TITLE>
29347 </HEAD>
29348 <BODY>
29349 <H1>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></H1>
29351 By default, if the message you are viewing contains characters that are
29352 not representable in your
29353 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
29354 then Alpine will
29355 add a warning to the start of the displayed text.
29356 If this option is set, then that editorial message will be suppressed.
29358 Setting this feature also suppresses the comment about the character set
29359 in header lines.
29360 For example, when viewing a message you might see
29362 <CENTER><SAMP>From: &quot;[ISO-8859-2] Name&quot; &lt;address&gt;</SAMP></CENTER>
29364 in the From header if your Character-Set is something other than ISO-8859-2.
29365 If you set this feature, the comment about the character set will
29366 no longer be there.
29368 &lt;End of help on this topic&gt;
29369 </BODY>
29370 </HTML>
29371 ====== h_config_quell_host_after_url =====
29372 <HTML>
29373 <HEAD>
29374 <TITLE>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></TITLE>
29375 </HEAD>
29376 <BODY>
29377 <H1>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></H1>
29379 By default, links in HTML text are displayed with the host the link
29380 references appended, within square brackets, to the link text.  Alpine
29381 does this to help indicate where a link will take you, particularly when
29382 the link text might suggest a different destination.
29385 Setting this feature will prevent the server name from being appended
29386 to the displayed text.
29389 &lt;End of help on this topic&gt;
29390 </BODY>
29391 </HTML>
29392 ====== h_config_prefer_plain_text =====
29393 <HTML>
29394 <HEAD>
29395 <TITLE>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></TITLE>
29396 </HEAD>
29397 <BODY>
29398 <H1>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></H1>
29400 A message being viewed may contain alternate versions of the same content.
29401 Those alternate versions are supposed to be ordered by the sending software such that the
29402 first alternative is the least preferred and the last alternative is the
29403 most preferred. Alpine will normally display the most-preferred version that
29404 it knows how to display. This is most often encountered where the two
29405 alternate versions are a plain text version and an HTML version, with the
29406 HTML version listed last as the most preferred.
29408 If this option is set, then any plain text version will be preferred to
29409 all other versions.
29411 When viewing a message there is a command &quot;A TogglePreferPlain&quot;,
29412 which will temporarily change the sense of this option.
29413 If this option is set you will first see the plain text version of a
29414 message.
29415 If you then type the &quot;A&quot; command, you will see the most preferred version,
29416 most likely HTML, instead.
29417 Typing the &quot;A&quot; command a second time will switch it back.
29418 Alternatively, if the present option is not set you will originally see
29419 the most preferred version of the message and typing &quot;A&quot; will switch to
29420 the plain text version.
29422 &lt;End of help on this topic&gt;
29423 </BODY>
29424 </HTML>
29425 ====== h_config_pass_control =====
29426 <HTML>
29427 <HEAD>
29428 <TITLE>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></TITLE>
29429 </HEAD>
29430 <BODY>
29431 <H1>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></H1>
29433 It is probably not useful to set this option.
29434 This is a legacy option left behind &quot;just in case&quot;.
29435 Multi-byte characters that have an octet that has the same
29436 value as a control character are permitted through whether or not
29437 this option is turned on.
29439 This feature controls how certain characters contained in messages are
29440 displayed.
29441 If set, all characters in a message will be sent to the
29442 screen. Normally, control characters are displayed as shown below to
29443 avoid a garbled screen and to 
29444 avoid inadvertently changing terminal setup parameters.
29445 Control characters are usually displayed as two character sequences like
29446 <P><CENTER><SAMP> ^C </SAMP></CENTER><P>
29447 for Control-C,
29448 <P><CENTER><SAMP> ^[ </SAMP></CENTER><P>
29449 for ESCAPE,
29450 <P><CENTER><SAMP> ^? </SAMP></CENTER><P>
29451 for DELETE, and
29452 <P><CENTER><SAMP> ~E </SAMP></CENTER><P>
29453 for the character with value 133 (0x85).
29454 (The DEL character is displayed as ^?, regular control characters are displayed
29455 as the character ^ followed by the character obtained by adding the
29456 five low-order bits of the character to 0x40, and the C1
29457 control characters 0x80 - 0x9F are displayed as the character ~ followed by the
29458 character obtained by adding the
29459 five low-order bits of the character to 0x40.)
29460 Sometimes, in cases where changing a single control character into a
29461 two-character sequence would confuse Alpine's display routines,
29462 a question mark is substituted for the control character.
29464 If you wish to filter out regular control characters but pass the
29465 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
29466 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.
29468 &lt;End of help on this topic&gt;
29469 </BODY>
29470 </HTML>
29471 ====== h_config_pass_c1_control =====
29472 <HTML>
29473 <HEAD>
29474 <TITLE>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></TITLE>
29475 </HEAD>
29476 <BODY>
29477 <H1>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></H1>
29479 It is probably not useful to set this option.
29480 This is a legacy option left behind &quot;just in case&quot;.
29481 Multi-byte characters that have an octet that has the same
29482 value as a control character are permitted through whether or not
29483 this option is turned on.
29485 If the feature <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
29486 is set, then this feature has no effect.
29487 However, if you wish to filter out regular control characters but pass the
29488 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
29489 you may leave <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
29490 unset and set this feature.
29492 &lt;End of help on this topic&gt;
29493 </BODY>
29494 </HTML>
29495 ====== h_config_fcc_on_bounce =====
29496 <HTML>
29497 <HEAD>
29498 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></TITLE>
29499 </HEAD>
29500 <BODY>
29501 <H1>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></H1>
29503 This feature controls an aspect of Alpine's behavior when bouncing a
29504 message. If set, normal FCC ("File Carbon Copy") processing will be
29505 done, just as if you had composed a message to the address you are
29506 bouncing to.  If not set, no FCC of the message will be saved. 
29508 &lt;End of help on this topic&gt;
29509 </BODY>
29510 </HTML>
29511 ====== h_config_show_cursor =====
29512 <HTML>
29513 <HEAD>
29514 <TITLE>FEATURE: <!--#echo var="FEAT_show-cursor"--></TITLE>
29515 </HEAD>
29516 <BODY>
29517 <H1>FEATURE: <!--#echo var="FEAT_show-cursor"--></H1>
29519 This feature controls an aspect of Alpine's displays.  If set, the system
29520 cursor will move to convenient locations in the displays.  For example,
29521 to the beginning of the status field of the highlighted index line, or
29522 to the highlighted word after a successful WhereIs command.  It is intended
29523 to draw your attention to an "interesting" spot on the screen.
29525 &lt;End of help on this topic&gt;
29526 </BODY>
29527 </HTML>
29528 ====== h_config_sort_fcc_alpha =====
29529 <HTML>
29530 <HEAD>
29531 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></TITLE>
29532 </HEAD>
29533 <BODY>
29534 <H1>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></H1>
29536 This feature controls an aspect of Alpine's FOLDER LIST screen.
29537 If set, the default Fcc folder will be sorted alphabetically with the other
29538 folders instead of appearing right after the INBOX.
29540 &lt;End of help on this topic&gt;
29541 </BODY>
29542 </HTML>
29543 ====== h_config_sort_save_alpha =====
29544 <HTML>
29545 <HEAD>
29546 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></TITLE>
29547 </HEAD>
29548 <BODY>
29549 <H1>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></H1>
29551 This feature controls an aspect of Alpine's FOLDER LIST screen.
29552 If set, the default save folder will be sorted alphabetically with the other
29553 folders instead of appearing right after the INBOX (and default FCC folder).
29555 &lt;End of help on this topic&gt;
29556 </BODY>
29557 </HTML>
29558 ====== h_config_single_list =====
29559 <HTML>
29560 <HEAD>
29561 <TITLE>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></TITLE>
29562 </HEAD>
29563 <BODY>
29564 <H1>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></H1>
29566 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
29567 the folders will be listed one per line instead of several per line
29568 in the FOLDER LIST display.
29570 &lt;End of help on this topic&gt;
29571 </BODY>
29572 </HTML>
29573 ====== h_config_vertical_list =====
29574 <HTML>
29575 <HEAD>
29576 <TITLE>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></TITLE>
29577 </HEAD>
29578 <BODY>
29579 <H1>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></H1>
29581 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
29582 the folders will be listed alphabetically down the columns rather
29583 than across the columns as is the default.
29585 &lt;End of help on this topic&gt;
29586 </BODY>
29587 </HTML>
29588 ====== h_config_verbose_post =====
29589 <HTML>
29590 <HEAD>
29591 <TITLE>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></TITLE>
29592 </HEAD>
29593 <BODY>
29594 <H1>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></H1>
29595 This feature controls an aspect of Alpine's message sending.  When enabled,
29596 Alpine will send a VERB (i.e., VERBose) command early in the posting process
29597 intended to cause the SMTP server to provide a more detailed account of
29598 the transaction.  This feature is typically only useful to system
29599 administrators and other support personel as an aid in troublshooting
29600 problems.
29602 Note, this feature relies on a specific capability of the system's mail
29603 transport agent or configured 
29604 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>.  
29605 It is possible that this
29606 feature will cause problems for some tranport agents, and may result in
29607 sending failure.  In addition, as the verbose output comes from the mail
29608 transport agent, it is likely to vary from one system to another. 
29609 <P><UL>
29610 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29611 </UL><P>
29612 &lt;End of help on this topic&gt;
29613 </BODY>
29614 </HTML>
29615 ====== h_config_auto_reply_to =====
29616 <HTML>
29617 <HEAD>
29618 <TITLE>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></TITLE>
29619 </HEAD>
29620 <BODY>
29621 <H1>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></H1>
29623 This feature controls an aspect of Alpine's Reply command.  If set, Alpine
29624 will not prompt when a message being replied to contains a "Reply-To:"
29625 header value, but will simply use its value (as opposed to using the
29626 "From:" field's value).
29630 Note: Using the "Reply-To:" address is usually the preferred behavior,
29631 however, some mailing list managers choose to place the list's address in
29632 the "Reply-To:" field of any message sent out to the list.  In such
29633 cases, this feature makes it all too easy for personal replies to be
29634 inadvertently sent to the entire mail list, so be careful! 
29636 &lt;End of help on this topic&gt;
29637 </BODY>
29638 </HTML>
29639 ====== h_config_del_skips_del =====
29640 <HTML>
29641 <HEAD>
29642 <TITLE>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></TITLE>
29643 </HEAD>
29644 <BODY>
29645 <H1>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></H1>
29647 This feature controls an aspect of Alpine's Delete command.  If set, this
29648 feature will cause the Delete command to advance past following messages that
29649 are marked deleted.  In other words, pressing "D" will both mark the
29650 current message deleted and advance to the next message that is not marked
29651 deleted.
29652 This feature is set by default.
29654 &lt;End of help on this topic&gt;
29655 </BODY></HTML>
29656 ====== h_config_expunge_manually =====
29657 <HTML>
29658 <HEAD>
29659 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></TITLE>
29660 </HEAD>
29661 <BODY>
29662 <H1>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></H1>
29664 Normally, when you close a folder that contains deleted messages you are
29665 asked if you want to expunge those messages from the folder permanently.
29666 If this feature is set, you won't be asked and the deleted messages will
29667 remain in the folder.
29668 If you choose to set this feature you will have to expunge the
29669 messages manually using the eXpunge command, which you can use while
29670 in the MESSAGE INDEX screen.
29671 If you do not expunge deleted messages the size of your
29672 folder will continue to increase until you are out of disk space.
29674 <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_expunge =====
29681 <HTML>
29682 <HEAD>
29683 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></TITLE>
29684 </HEAD>
29685 <BODY>
29686 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></H1>
29688 This features controls an aspect of Alpine's eXpunge command.  If set, you
29689 will <B>not</B> be prompted to confirm your intent before the expunge takes 
29690 place.
29691 Actually, this is only true for the INBOX folder and for folders in the
29692 Incoming Folders collection. See the feature
29693 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>.
29695 <UL>   
29696 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29697 </UL><P>
29698 &lt;End of help on this topic&gt;
29699 </BODY>
29700 </HTML>
29701 ====== h_config_full_auto_expunge =====
29702 <HTML>
29703 <HEAD>
29704 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></TITLE>
29705 </HEAD>
29706 <BODY>
29707 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></H1>
29709 This features controls an aspect of Alpine's eXpunge command.  If set, you
29710 will <B>not</B> be prompted to confirm your intent before the expunge 
29711 takes place.  This feature sets this behavior for all folders, unlike the
29712 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
29713 feature that works only for incoming folders.
29715 <UL>   
29716 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29717 </UL><P>
29718 &lt;End of help on this topic&gt;
29719 </BODY>
29720 </HTML>
29721 ====== h_config_auto_read_msgs =====
29722 <HTML>
29723 <HEAD>
29724 <TITLE>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></TITLE>
29725 </HEAD>
29726 <BODY>
29727 <H1>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></H1>
29728 This feature controls an aspect of Alpine's behavior upon quitting.  If set,
29729 and the 
29730 <A HREF="h_config_read_message_folder">&quot;<!--#echo var="VAR_read-message-folder"-->&quot;</A>
29731 option is also set, then Alpine will
29732 automatically transfer all read messages to the designated folder and mark
29733 them as deleted in the INBOX.  Messages in the INBOX marked with an 
29734 &quot;N&quot; (meaning New, or unseen) are not affected.
29736 <UL>   
29737 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29738 </UL><P>
29739 &lt;End of help on this topic&gt;
29740 </BODY>
29741 </HTML>
29742 ====== h_config_auto_fcc_only =====
29743 <HTML>
29744 <HEAD>
29745 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></TITLE>
29746 </HEAD>
29747 <BODY>
29748 <H1>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></H1>
29749 This features controls an aspect of Alpine's composer.
29750 The only time this feature will be used is if you attempt to send mail
29751 that has no recipients but does have an Fcc.
29752 Normally, Alpine will ask if you really mean to copy the message only to
29753 the Fcc.
29754 That is, it asks if you really meant to have no recipients.
29755 If this feature is set, you
29756 will <B>not</B> be prompted to confirm your intent to make only a copy
29757 of a message with no recipients.
29759 This feature is closely related to
29760 <A HREF="h_config_warn_if_no_to_or_cc"><!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></A>.
29761 The difference between this feature and that feature is that this feature
29762 considers a Bcc to be a recipient while that feature will ask for confirmation
29763 even if there is a Bcc when there is no To, Cc, or Newsgroup.
29764 The default values also differ. This feature defaults to asking the question
29765 and you have to turn it off.
29766 The <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--> feature defaults to not asking
29767 unless you turn it on.
29770 <UL>   
29771 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29772 </UL><P>
29773 &lt;End of help on this topic&gt;
29774 </BODY>
29775 </HTML>
29776 ====== h_config_mark_fcc_seen =====
29777 <HTML>
29778 <HEAD>
29779 <TITLE>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></TITLE>
29780 </HEAD>
29781 <BODY>
29782 <H1>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></H1>
29784 This features controls the way Fccs (File carbon copies) are
29785 made of the messages you send.
29788 Normally, when Alpine saves a copy of a message you sent as an Fcc, that
29789 copy will be marked as Unseen.
29790 When you look at the folder it was saved in the message will appear to
29791 be a New message until you read it.
29792 When this feature is enabled, the message will be marked as having
29793 been Seen.
29796 <UL>   
29797 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29798 </UL><P>
29799 &lt;End of help on this topic&gt;
29800 </BODY>
29801 </HTML>
29802 ====== h_config_no_fcc_attach =====
29803 <HTML>
29804 <HEAD>
29805 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></TITLE>
29806 </HEAD>
29807 <BODY>
29808 <H1>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></H1>
29810 This features controls the way Fcc's (File carbon copies) are
29811 made of the messages you send.
29814 Normally, Alpine saves an exact copy of your message as it was sent.
29815 When this feature is enabled, the &quot;body&quot; of the message
29816 you send (the text you type in the composer) is preserved in the 
29817 copy as before, however all attachments are replaced with text
29818 explaining what had been sent rather than the attachments themselves.
29821 This feature also affects Alpine's &quot;Send ?&quot; confirmation prompt
29822 in that a new &quot;^F Fcc Attchmnts&quot; option becomes available which
29823 allows you to interactively set whether or not attachments are saved
29824 to the Fcc'd copy.
29827 <UL>   
29828 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29829 </UL><P>
29830 &lt;End of help on this topic&gt;
29831 </BODY>
29832 </HTML>
29833 ====== h_config_read_in_newsrc_order =====
29834 <HTML>
29835 <HEAD>
29836 <TITLE>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></TITLE>
29837 </HEAD>
29838 <BODY>
29839 <H1>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></H1>
29841 This feature controls the order in which newsgroups will be presented.  If
29842 set, they will be presented in the same order as they occur in your 
29843 <!--chtml if pinemode="os_windows"-->
29844 &quot;NEWSRC&quot;
29845 <!--chtml else-->
29846 &quot;.newsrc&quot;
29847 <!--chtml endif-->
29848 file (the default location of which can be changed with the 
29849 <A HREF="h_config_newsrc_path">&quot;<!--#echo var="VAR_newsrc-path"-->&quot;</A> option).  
29851 If not set, the newsgroups will be presented in alphabetical order.
29853 <UL>   
29854 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29855 </UL><P>
29856 &lt;End of help on this topic&gt;
29857 </BODY>
29858 </HTML>
29859 ====== h_config_quell_tz_comment =====
29860 <HTML>
29861 <HEAD>
29862 <TITLE>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></TITLE>
29863 </HEAD>
29864 <BODY>
29865 <H1>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></H1>
29867 Normally, when Alpine generates a Date header for outgoing mail,
29868 it will try to include the symbolic timezone at the end of the
29869 header inside parentheses.
29870 The symbolic timezone is often three characters long, but on
29871 some operating systems, it may be longer.
29872 Apparently there are some SMTP servers in the world that will reject an
29873 incoming message if it has a Date header longer than about 80 characters.
29874 If this feature is set, the symbolic timezone normally generated by
29875 Alpine will not be included.
29876 You probably don't need to worry about this feature unless you run into
29877 the problem described above.
29880 &lt;End of help on this topic&gt;
29881 </BODY>
29882 </HTML>
29883 ====== h_config_post_wo_validation =====
29884 <HTML>
29885 <HEAD>
29886 <TITLE>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></TITLE>
29887 </HEAD>
29888 <BODY>
29889 <H1>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></H1>
29891 This feature controls whether the NNTP server is queried as newsgroups
29892 are entered for posting.  Validation over slow links (e.g. dialup using
29893 SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
29895 &lt;End of help on this topic&gt;
29896 </BODY>
29897 </HTML>
29898 ====== h_config_send_wo_confirm =====
29899 <HTML>
29900 <HEAD>
29901 <TITLE>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></TITLE>
29902 </HEAD>
29903 <BODY>
29904 <H1>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></H1>
29906 By default, when you send or post a message you will be asked to confirm
29907 with a question that looks something like:
29910 <CENTER><SAMP>Send message?</SAMP></CENTER>
29913 If this feature is set, you
29914 will <B>not</B> be prompted to confirm your intent to send
29915 and your message will be sent.
29917 If this feature is set it disables some possibilities and renders some
29918 other features meaningless.
29919 You will not be able to use
29920 <A HREF="h_config_sending_filter">Sending Filters</A>,
29921 Verbose sending mode,
29922 <A HREF="h_config_compose_bg_post">Background Sending</A>,
29923 <A HREF="h_config_compose_dsn">Delivery Status Notifications</A>,
29924 or ^V to turn off the generation of flowed text for this message.
29925 These options are normally available as suboptions in the Send prompt, but
29926 with no Send prompt the options are gone.
29929 A somewhat related feature is
29930 <A HREF="h_config_quell_post_prompt">&quot;<!--#echo var="FEAT_quell-extra-post-prompt"-->&quot;</A>,
29931 which may be used to eliminate the extra confirmation
29932 question when posting to a newsgroup.
29934 <UL>   
29935 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29936 </UL><P>
29937 &lt;End of help on this topic&gt;
29938 </BODY>
29939 </HTML>
29940 ====== h_config_quell_filtering_done_message =====
29941 <HTML>
29942 <HEAD>
29943 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></TITLE>
29944 </HEAD>
29945 <BODY>
29946 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></H1>
29948 If you use Filter Rules that move messages or set status of messages
29949 you sometimes see a message from Alpine that looks like
29952 <CENTER><SAMP>filtering done</SAMP></CENTER>
29955 If this feature is set, this message will be suppressed.
29956 If the feature
29957 <A HREF="h_config_quell_filtering_messages"><!--#echo var="FEAT_quell-filtering-messages"--></A>
29958 is set then this message will be suppressed regardless.
29961 <UL>   
29962 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29963 </UL><P>
29964 &lt;End of help on this topic&gt;
29965 </BODY>
29966 </HTML>
29967 ====== h_config_quell_filtering_messages =====
29968 <HTML>
29969 <HEAD>
29970 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></TITLE>
29971 </HEAD>
29972 <BODY>
29973 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></H1>
29975 If you use Filter Rules that move messages or set status of messages
29976 you sometimes see messages from Alpine that look like
29979 <CENTER><SAMP>&lt;filter name&gt;: Moving 2 filtered messages to &lt;folder name&gt;</SAMP></CENTER>
29985 <CENTER><SAMP>&lt;filter name&gt;: Setting flags in 5 messages</SAMP></CENTER>
29991 <CENTER><SAMP>Processing filter &lt;filter name&gt;</SAMP></CENTER>
29994 If this feature is set, these messages will be suppressed.
29995 The feature
29996 <A HREF="h_config_quell_filtering_done_message"><!--#echo var="FEAT_quell-filtering-done-message"--></A>
29997 is related.
30000 <UL>   
30001 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30002 </UL><P>
30003 &lt;End of help on this topic&gt;
30004 </BODY>
30005 </HTML>
30006 ====== h_config_quell_post_prompt =====
30007 <HTML>
30008 <HEAD>
30009 <TITLE>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></TITLE>
30010 </HEAD>
30011 <BODY>
30012 <H1>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></H1>
30014 By default, when you post a message to a newsgroup you are asked to confirm
30015 that you want to post with the question
30018 <CENTER><SAMP>Posted message may go to thousands of readers. Really post?</SAMP></CENTER>
30021 If this feature is set, you
30022 will <B>not</B> be prompted to confirm your intent to post to a newsgroup
30023 and your message will be posted.
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_check_mail_onquit =====
30033 <HTML>
30034 <HEAD>
30035 <TITLE>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></TITLE>
30036 </HEAD>
30037 <BODY>
30038 <H1>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></H1>
30040 If this feature is set, Alpine will check for new mail after you give the
30041 Quit command.
30042 If new mail has arrived since the previous check, you will be notified
30043 and given the choice of quitting or not quitting.
30045 <UL>   
30046 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30047 </UL><P>
30048 &lt;End of help on this topic&gt;
30049 </BODY>
30050 </HTML>
30051 ====== h_config_inbox_no_confirm =====
30052 <HTML>
30053 <HEAD>
30054 <TITLE>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></TITLE>
30055 </HEAD>
30056 <BODY>
30057 <H1>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></H1>
30059 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30060 command and there are no more folders or newsgroups to visit, you are asked
30061 if you want to return to the INBOX.
30062 If this feature is set you will not be asked.
30063 It will be assumed that you do want to return to the INBOX.
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_dates_to_local =====
30072 <HTML>
30073 <HEAD>
30074 <TITLE>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></TITLE>
30075 </HEAD>
30076 <BODY>
30077 <H1>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></H1>
30079 Normally, the message dates that you see in the
30080 MESSAGE INDEX and MESSAGE VIEW are displayed in the timezone they were sent from.
30081 For example, if a message was sent to you from a few timezones to the east
30082 it might appear that it was sent from the future;
30083 or if it was sent from somewhere to the west it might appear
30084 as if it is from yesterday even though it was sent only a few minutes ago.
30085 If this feature is set an attempt will be made to convert the dates
30086 to your local timezone to be displayed.
30088 Note that this does not affect the results of Select by Date or of
30089 anything else other than these displayed dates.
30090 When viewing the message you may look at the original unconverted value of the Date
30091 header by using the <A HREF="h_common_hdrmode">HdrMode Command</A>.
30093 <UL>   
30094 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30095 </UL><P>
30096 &lt;End of help on this topic&gt;
30097 </BODY>
30098 </HTML>
30099 ====== h_config_tab_no_prompt =====
30100 <HTML>
30101 <HEAD>
30102 <TITLE>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></TITLE>
30103 </HEAD>
30104 <BODY>
30105 <H1>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></H1>
30107 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30108 command and there is a problem checking a folder, you are asked
30109 whether you want to continue with the search in the following folder or not.
30110 This question gives you a chance to stop the NextNew processing.
30111 (The checking problem might be caused by the fact that the folder does not
30112 exist, or by an authentication problem, or by a server problem
30113 of some sort.)
30116 If this feature is set you will not be asked.
30117 It will be assumed that you do want to continue.
30119 <UL>   
30120 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30121 </UL><P>
30122 &lt;End of help on this topic&gt;
30123 </BODY>
30124 </HTML>
30125 ====== h_config_input_history =====
30126 <HTML>
30127 <HEAD>
30128 <TITLE>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></TITLE>
30129 </HEAD>
30130 <BODY>
30131 <H1>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></H1>
30133 Many of the prompts that ask for input in the status line near the
30134 bottom of the screen will respond to Up Arrow and Down Arrow
30135 with the history of previous entries.
30136 For example, in the MESSAGE INDEX screen when you use the WhereIs
30137 command the text you entered will be remembered and can be recalled
30138 by using the Up Arrow key.
30139 Another example, when saving a message the folders saved to will
30140 be remembered and can be recalled using the arrow keys.
30142 In the Save prompt, some users prefer that the Up and Down arrow keys
30143 be used for the Previous Collection and Next Collection commands
30144 instead of for a history of previous saves.
30145 If this option is set the Up and Down arrow keys will become synonyms for the
30146 Previous Collection and Next Collection (^P and ^N) commands in the
30147 prompt for the name of a folder to Save to or in the prompt for the
30148 name of a folder to GoTo.
30149 When this feature is not set (the default), ^P and ^N will change the
30150 collection and the arrow keys will show the history.
30152 <UL>   
30153 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30154 </UL><P>
30155 &lt;End of help on this topic&gt;
30156 </BODY>
30157 </HTML>
30158 ====== h_config_confirm_role =====
30159 <HTML>
30160 <HEAD>
30161 <TITLE>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></TITLE>
30162 </HEAD>
30163 <BODY>
30164 <H1>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></H1>
30166 If you have roles, when you Reply to or Forward a message, or Compose
30167 a new message, Alpine
30168 will search through your roles for one that matches.
30169 Normally, if no matches are found you will be placed into the composer
30170 with no opportunity to select a role.
30171 If this feature is set, then you will be asked to confirm that you don't
30172 want a role.
30173 This will give you the opportunity to select a role (with the ^T command).
30174 If you confirm no role with a Return, you will be placed in
30175 the composer with no role.
30176 You may also confirm with either an &quot;N&quot; or a &quot;Y&quot;.
30177 These behave the same as if you pressed the Return.
30178 (The &quot;N&quot; and &quot;Y&quot; answers are available because they
30179 match what you might type if there was a role match.)
30181 If you are using the alternate form of the Compose command called
30182 &quot;Role&quot;, then all of your roles will be available to you,
30183 independent of the value of this feauture and of the values set for all of
30184 Reply Use, Forward Use, and Compose Use.
30186 <UL>   
30187 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30188 </UL><P>
30189 &lt;End of help on this topic&gt;
30190 </BODY>
30191 </HTML>
30192 ====== h_config_news_cross_deletes =====
30193 <HTML>
30194 <HEAD>
30195 <TITLE>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></TITLE>
30196 </HEAD>
30197 <BODY>
30198 <H1>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></H1>
30200 This feature controls what Alpine does when you delete a message in a
30201 newsgroup that appears in more than one newsgroup.  Such a message
30202 is sometimes termed a &quot;crossposting&quot; in that it was posted
30203 across several newsgroups.
30206 Alpine's default behavior when you delete such a message is to remove
30207 only the copy in the current newsgroup from view when you use the
30208 &quot;Exclude&quot; command or the next time you visit the newsgroup.
30211 Enabling this feature causes Alpine to remove every occurrence of the
30212 message from all newsgroups it appears in and to which you are
30213 subscribed.
30216 NOTE: As currently implemented, enabling this feature may increase the
30217 time it takes the Expunge command and newsgroup closing to complete.
30220 <UL>   
30221 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30222 </UL><P>
30223 &lt;End of help on this topic&gt;
30224 </BODY>
30225 </HTML>
30226 ====== h_config_news_catchup =====
30227 <HTML>
30228 <HEAD>
30229 <TITLE>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></TITLE>
30230 </HEAD>
30231 <BODY>
30232 <H1>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></H1>
30234 This feature controls what Alpine does as it closes a newsgroup.
30235 When set, Alpine will offer to delete all messages from the newsgroup
30236 as you are quitting Alpine or opening a new folder.
30239 This feature is useful if you typically read all the interesting messages
30240 in a newsgroup each time you open it.  This feature saves you from
30241 having to delete each message in a newsgroup as you read it or from
30242 selecting all the messages and doing an
30243 <A HREF="h_config_enable_agg_ops">aggregate delete</A> before you
30244 move on to the next folder or newsgroup.
30247 <UL>   
30248 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30249 </UL><P>
30250 &lt;End of help on this topic&gt;
30251 </BODY>
30252 </HTML>
30253 ====== h_config_next_thrd_wo_confirm =====
30254 <HTML>
30255 <HEAD>
30256 <TITLE>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></TITLE>
30257 </HEAD>
30258 <BODY>
30259 <H1>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></H1>
30261 This feature controls an aspect of Alpine's Next and Prev commands in
30262 the case where you are using one of the
30263 &quot;separate-index-screen&quot; styles for the configuration option
30264 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
30265 and currently have the folder sorted by a Threaded or OrderedSubject sort.
30266 When you are Viewing a particular thread you have a
30267 MESSAGE INDEX of only the messages in that thread.
30268 If you press the Next command with the last message in the thread highlighted
30269 you will normally be asked if you want to &quot;View next thread?&quot;,
30270 assuming there is a next thread to view.
30271 If this feature is set it will be assumed that you always want to view the
30272 next thread and you won't be asked to confirm that.
30273 Similarly, if the first message of the thread is highlighted and you
30274 press the Prev command, this feature will prevent the question
30275 &quot;View previous thread&quot;.
30277 This feature only has an effect in the MESSAGE INDEX screen.
30278 If you then view a particular message from that screen and press the
30279 Next command, you will be sent to the next thread without being asked,
30280 independent of the setting of this feature.
30282 The feature
30283 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A> also has some similar effects.
30285 &lt;End of help on this topic&gt;
30286 </BODY>
30287 </HTML>
30288 ====== h_config_kw_braces =====
30289 <HTML>
30290 <HEAD>
30291 <TITLE>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></TITLE>
30292 </HEAD>
30293 <BODY>
30294 <H1>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></H1>
30296 This option controls a minor aspect of Alpine's MESSAGE INDEX and MESSAGE
30297 TEXT screens.
30298 If you have modified the
30299 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
30300 so that either the &quot;SUBJKEY&quot; or &quot;SUBJKEYINIT&quot; tokens
30301 are used to display keywords or their initials along with the Subject; then
30302 this option may be used to modify the resulting display slightly.
30303 By default, the keywords or initials displayed for these tokens will be
30304 surrounded with curly braces ({ and }) and a trailing space.
30305 For example, if keywords &quot;Work&quot; and &quot;Now&quot; are set for
30306 a message, the &quot;SUBJKEY&quot; token will normally look like
30308 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
30310 and the SUBJKEYINIT token would look like
30312 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
30314 The default character before the keywords is the left brace ({) and the
30315 default after the keywords is the right brace followed by a space (} ).
30317 This option allows you to change that.
30318 You should set it to two values separated by a space.
30319 The values may be quoted if they include space characters.
30320 So, for example, the default value could be specified explicitly by setting this
30321 option to
30323 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="{" "}&nbsp;"</SAMP></CENTER>
30325 The first part wouldn't need to be quoted (but it doesn't hurt).
30326 The second part does need the quotes because it includes a space character.
30327 If you wanted to change the braces to brackets you could use
30329 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="[" "]&nbsp;"</SAMP></CENTER>
30331 Inside the quotes you can use backslash quote to mean quote, so
30333 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="&#92;"" "&#92;" "</SAMP></CENTER>
30335 would produce
30337 <CENTER><SAMP>"Work Now" actual subject</SAMP></CENTER>
30339 It is also possible to color keywords in the index using the
30340 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
30342 It is not possible to change the fact that a space character is used to
30343 separate the keywords if more than one keyword is set for a message.
30344 It is also not possible to change the fact that there are no separators
30345 between the keyword initials if more than one keyword is set.
30347 &lt;End of help on this topic&gt;
30348 </BODY>
30349 </HTML>
30350 ====== h_config_opening_sep =====
30351 <HTML>
30352 <HEAD>
30353 <TITLE>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></TITLE>
30354 </HEAD>
30355 <BODY>
30356 <H1>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></H1>
30358 This option controls a minor aspect of Alpine's MESSAGE INDEX screen.
30359 With some setups the text of the subject is followed
30360 by the opening text of the message if there is any room available in the index line.
30361 If you have configured your
30362 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
30363 to include one of the Subject tokens that causes this behavior
30364 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), then this option may be used
30365 to modify what is displayed slightly.
30366 By default, the Subject is separated from the opening text of the message by
30367 the three characters space dash space;
30369 <CENTER><SAMP>&quot;&nbsp;-&nbsp;&quot;</SAMP></CENTER>
30371 Use this option to set it to something different.
30372 The value must be quoted if it includes any space characters.
30373 For example, the default value could be specified explicitly by setting this
30374 option to
30376 <CENTER><SAMP><!--#echo var="VAR_opening-text-separator-chars"-->="&nbsp;-&nbsp;"</SAMP></CENTER>
30378 &lt;End of help on this topic&gt;
30379 </BODY>
30380 </HTML>
30381 ====== h_config_select_wo_confirm =====
30382 <HTML>
30383 <HEAD>
30384 <TITLE>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></TITLE>
30385 </HEAD>
30386 <BODY>
30387 <H1>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></H1>
30389 This feature controls an aspect of Alpine's Save, Export, and Goto commands.
30390 These commands all take text input to specify the name of the folder or
30391 file to be used, but allow you to press ^T for a list of possible names.
30392 If set, the selected name will be used immediately, without further
30393 opportunity to confirm or edit the name.
30395 Some related help topics are
30396 <UL>
30397 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30398 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30399 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30400 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30401 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30402 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>.
30403 </UL>
30405 &lt;End of help on this topic&gt;
30406 </BODY>
30407 </HTML>
30408 ====== h_config_save_part_wo_confirm =====
30409 <HTML>
30410 <HEAD>
30411 <TITLE>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></TITLE>
30412 </HEAD>
30413 <BODY>
30414 <H1>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></H1>
30416 This feature controls an aspect of Alpine's Save command.
30417 By default, when you Save a message that has some deleted parts, you will
30418 be asked to confirm that you want to Save with a prompt that looks like:
30420 <CENTER><SAMP>Saved copy will NOT include entire message!  Continue?</SAMP></CENTER>
30422 If this feature is set, you will not be asked.
30424 &lt;End of help on this topic&gt;
30425 </BODY>
30426 </HTML>
30427 ====== h_config_use_resentto =====
30428 <HTML>
30429 <HEAD>
30430 <TITLE>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></TITLE>
30431 </HEAD>
30432 <BODY>
30433 <H1>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></H1>
30435 This feature is turned off by default because turning it on causes problems
30436 with some deficient IMAP servers.
30437 In Alpine <A HREF="h_mainhelp_filtering">Filters</A> and other types of Rules, if the
30438 <A HREF="h_rule_patterns">Pattern</A>
30439 contains a To header pattern and this feature is turned on,
30440 then a check is made in the message to see
30441 if a Resent-To header is present, and that is used instead of the To header.
30442 If this feature is not turned on, then the regular To header will always
30443 be used.
30446 &lt;End of help on this topic&gt;
30447 </BODY>
30448 </HTML>
30449 ====== h_config_use_reg_start_for_stayopen =====
30450 <HTML>
30451 <HEAD>
30452 <TITLE>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></TITLE>
30453 </HEAD>
30454 <BODY>
30455 <H1>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></H1>
30457 This feature affects which message is selected as the current message
30458 when you enter a
30459 <A HREF="h_config_permlocked">Stay Open</A> folder.
30461 Normally, the starting position for an incoming folder (which most Stay Open
30462 folders will likely be) is controlled by the
30463 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
30464 However, if a folder is a Stay Open folder, when you re-enter the folder
30465 after the first time the current message will be the same as it was when
30466 you left the folder.
30467 An exception is made if you use the TAB command to get to the folder.
30468 In that case, the message number will be incremented by one from what it
30469 was when you left the folder.
30471 The above special behavior is thought to be useful.
30472 However, it is special and different from what you might at first expect.
30473 If this feature is set, then Stay Open folders will not be treated specially
30474 as far as the startup rule is concerned.
30477 &lt;End of help on this topic&gt;
30478 </BODY>
30479 </HTML>
30480 ====== h_config_use_current_dir =====
30481 <HTML>
30482 <HEAD>
30483 <TITLE>FEATURE: <!--#echo var="FEAT_use-current-dir"--></TITLE>
30484 </HEAD>
30485 <BODY>
30486 <H1>FEATURE: <!--#echo var="FEAT_use-current-dir"--></H1>
30488 This feature controls an aspect of several commands. 
30489 If set, your &quot;current working directory&quot; 
30490 <!--chtml if pinemode="running"-->
30491 (which, at least for your current Alpine &quot;session,&quot; 
30492 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
30493 <!--chtml endif-->
30494 will be used instead of your home directory 
30495 <!--chtml if pinemode="running"-->
30496 (which, in the present configuration of your system, is
30497  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
30498 <!--chtml endif-->
30499 for all of the following operations:<UL>
30500     <LI> Export in the MESSAGE INDEX and MESSAGE TEXT screens
30501     <LI> Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
30502     <LI> <!--chtml if pinemode="function_key"-->F4
30503          <!--chtml else-->Ctrl-R
30504          <!--chtml endif--> file inclusion in the COMPOSER
30505     <LI> <!--chtml if pinemode="function_key"-->F5
30506          <!--chtml else-->Ctrl-J
30507          <!--chtml endif--> file attachment in the COMPOSER
30508 </UL>
30509 <!--chtml if pinemode="os_windows"-->
30511 If you are starting PC-Alpine from a desktop icon or the Start menu, 
30512 you can set the &quot;current drive&quot; 
30513 by specifying it in the &quot;Start in:&quot; 
30514 box found in the Shortcut tab of the Properties.  
30515 <!--chtml endif-->
30517 <UL>   
30518 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30519 </UL>
30522 &lt;End of help on this topic&gt;
30523 </BODY>
30524 </HTML>
30525 ====== h_config_save_wont_delete =====
30526 <HTML>
30527 <HEAD>
30528 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></TITLE>
30529 </HEAD>
30530 <BODY>
30531 <H1>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></H1>
30533 This feature controls one aspect of the Save command.  If set, Save will
30534 not mark the message &quot;deleted&quot; (its default behavior) after
30535 it has been copied to the designated folder.
30538 &lt;End of help on this topic&gt;
30539 </BODY>
30540 </HTML>
30541 ====== h_config_use_boring_spinner =====
30542 <HTML>
30543 <HEAD>
30544 <TITLE>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></TITLE>
30545 </HEAD>
30546 <BODY>
30547 <H1>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></H1>
30549 When Alpine is delayed for some reason it usually shows that
30550 something is happening with a small animated display in the status
30551 message line near the bottom of the screen.
30552 Setting this feature will cause that animation to be the same
30553 each time instead of having Alpine choose a random animation.
30554 You may turn the animation off altogether by setting the
30555 <A HREF="h_config_active_msg_interval"><!--#echo var="VAR_busy-cue-rate"--></A>
30556 option to zero.
30559 &lt;End of help on this topic&gt;
30560 </BODY>
30561 </HTML>
30562 ====== h_config_unsel_wont_advance =====
30563 <HTML>
30564 <HEAD>
30565 <TITLE>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></TITLE>
30566 </HEAD>
30567 <BODY>
30568 <H1>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></H1>
30570 This feature controls one aspect of the Unselect Current message command.
30571 Normally, when the Unselect current message command (:) is typed when the
30572 current message is selected, the message will be unselected and the next
30573 message will become the current message.
30574 If this feature is set, the cursor will not advance to the next message.
30575 Instead, the current message will remain the current message after
30576 unselecting.
30579 &lt;End of help on this topic&gt;
30580 </BODY>
30581 </HTML>
30582 ====== h_config_prune_uses_iso =====
30583 <HTML>
30584 <HEAD>
30585 <TITLE>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></TITLE>
30586 </HEAD>
30587 <BODY>
30588 <H1>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></H1>
30590 By default, Alpine asks monthly whether or not you would like to rename
30591 some folders to a new name containing the date.
30592 It also asks whether or not you would like to delete some old folders.
30593 See the <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option for an
30594 explanation.
30597 By default, the name used when renaming a folder looks like
30599 <CENTER><SAMP>&lt;foldername&gt;-&lt;month&gt;-&lt;year&gt;</SAMP></CENTER>
30601 For example, the first time you run Alpine in May of 2004,
30602 the folder &quot;sent-mail&quot; might be renamed to
30604 <CENTER><SAMP>sent-mail-apr-2004</SAMP></CENTER>
30606 If this feature is set, the name used will be of the form
30608 <CENTER><SAMP>&lt;foldername&gt;-&lt;yyyy&gt;-&lt;mm&gt;</SAMP></CENTER>
30610 where &quot;yyyy&quot; is the year and &quot;mm&quot; is the two-digit
30611 month (01, 02, ..., 12).
30612 For the April, 2004 example above, it would instead be
30614 <CENTER><SAMP>sent-mail-2004-04</SAMP></CENTER>
30616 because April is the 4th month of the year.
30617 A reason you might want to set this feature is so that the folders
30618 will sort in chronological order.
30621 &lt;End of help on this topic&gt;
30622 </BODY>
30623 </HTML>
30624 ====== h_config_save_advances =====
30625 <HTML>
30626 <HEAD>
30627 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-advance"--></TITLE>
30628 </HEAD>
30629 <BODY>
30630 <H1>FEATURE: <!--#echo var="FEAT_save-will-advance"--></H1>
30632 This feature controls one aspect of the Save command.  If set, Save will
30633 (in addition to copying the current message to the designated folder) also
30634 advance to the next message.
30637 &lt;End of help on this topic&gt;
30638 </BODY>
30639 </HTML>
30640 ====== h_config_force_arrow =====
30641 <HTML>
30642 <HEAD>
30643 <TITLE>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></TITLE>
30644 </HEAD>
30645 <BODY>
30646 <H1>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></H1>
30648 This feature affects Alpine's MESSAGE INDEX display routine.
30649 If set, the normal inverse-video cursor will be
30650 replaced by a simple &quot;arrow&quot; cursor, which normally occupies the
30651 second column of the index display.
30653 This is the same index cursor you get if you turn on
30654 <A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>, but the index
30655 line coloring will still be present if this feature is turned on and
30656 <!--#echo var="FEAT_assume-slow-link"--> is off.
30658 An alternative version of the Arrow cursor is available by including the
30659 <A HREF="h_config_index_arrow_color">ARROW</A>
30660 token in the
30661 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
30663 It ought to be the case that this feature also affects the ATTACHMENT INDEX,
30664 but that is not implemented.
30667 &lt;End of help on this topic&gt;
30668 </BODY>
30669 </HTML>
30670 ====== h_config_force_low_speed =====
30671 <HTML>
30672 <HEAD>
30673 <TITLE>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></TITLE>
30674 </HEAD>
30675 <BODY>
30676 <H1>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></H1>
30678 UNIX Alpine only.
30680 This feature affects Alpine's display routines.  If set, the normal
30681 inverse-video cursor (used to highlight the current item in a list) will be
30682 replaced by an &quot;arrow&quot; cursor and other
30683 screen update optimizations for
30684 low-speed links (e.g. 2400 bps dialup connections) will be activated.
30685 One of the optimizations is that colored index lines (set up with Indexcolor
30686 Rules) will not be colored.
30687 If you are just turning this feature on because you like using
30688 the &quot;arrow&quot; cursor you may have an arrow cursor with index line
30689 coloring by turning this feature off and the
30690 <A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A> on.
30693 &lt;End of help on this topic&gt;
30694 </BODY>
30695 </HTML>
30696 ====== h_config_show_delay_cue =====
30697 <HTML>
30698 <HEAD>
30699 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></TITLE>
30700 </HEAD>
30701 <BODY>
30702 <H1>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></H1>
30704 If set, this feature will cause an asterisk to appear in the upper
30705 left-hand corner of the screen whenever Alpine checks for new mail.
30706 Two asterisks whenever Alpine saves (checkpoints) the state of the current
30707 mailbox to disk.
30709 <!--chtml if pinemode="os_windows"-->
30711 In addition, PC-Alpine will display a less-than symbol, '&lt;', when 
30712 it is trying to open a network connection (e.g, to open your INBOX
30713 on an IMAP
30714 server) or read from the network connection.  A greater-than symbol,
30715 will be displayed when PC-Alpine is trying to write to the network
30716 connection (e.g, sending a command to your IMAP server).
30717 <!--chtml endif-->
30720 &lt;End of help on this topic&gt;
30721 </BODY>
30722 </HTML>
30723 ====== h_config_color_style =====
30724 <HTML>
30725 <HEAD>
30726 <TITLE>OPTION: Color Style</TITLE>
30727 </HEAD>
30728 <BODY>
30729 <H1>OPTION: Color Style</H1>
30731 UNIX Alpine only.
30733 If the terminal or terminal emulator you are using is capable of displaying
30734 colors, this option controls whether or not color will be used in Alpine.
30735 If you turn color on and things are set up correctly,
30736 you should see color appear on the screen immmediately.
30737 Modern terminal emulators are usually capable of displaying colors.
30739 The available options include:
30742 <DL>
30743 <DT>no-color</DT>
30744 <DD>Don't use color.
30745 </DD>
30747 <DT>use-termdef</DT>
30748 <DD>In order to decide if your terminal is capable of color, Alpine looks in
30749 the terminal capabilities database, TERMINFO or TERMCAP, depending on
30750 how Alpine was compiled.
30751 This is a good option to choose if you switch between a color and a non-color
30752 terminal with the same Alpine configuration.
30753 Alpine will know to use color on the color terminal because it is described
30754 in the termcap entry, and Alpine will know to use black and white on the
30755 non-color terminal.
30756 The Alpine Technical Notes
30757 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/tech-notes/">http://www.washington.edu/alpine/tech-notes/</A></SAMP></CENTER>
30758 have more information on configuring a TERMCAP or TERMINFO
30759 entry for color Alpine.
30760 This is usually something a system administrator does.
30761 </DD>
30763 <DT>force-ansi-8color</DT>
30764 <DD>This is probably the setting that most people should use.
30765 Because setting up a termcap entry is confusing and because the
30766 terminal capabilities database is often not correctly configured for color,
30767 this choice and the next may be easier for you to use.
30768 If your terminal emulator responds to ANSI color escape sequences, which
30769 many do, this option will cause Alpine to believe your terminal will respond
30770 to the escape sequences that produce eight different foreground and background
30771 colors.
30772 The escape sequences used to set the foreground colors are
30774   <P><CENTER>ESC&nbsp;[&nbsp;3&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
30776 where the color_number is an ASCII digit between 0 and 7.
30777 The numbers 0 through 7 should correspond to the colors black, red, green,
30778 yellow, blue, magenta, cyan, and white.
30779 Some terminal emulators use a pre-ANSI scheme that swaps
30780 the colors blue and red and the colors yellow and cyan.
30781 This will cause the default colors to be different, but other than that
30782 things should work fine.
30783 There is also a 9th color available, the last one shown, which is the default
30784 color from the terminal emulator.
30785 When used as a background color some people refer to this color as
30786 &quot;transparent&quot;, which is why the letters &quot;TRAN&quot; are
30787 shown in the color swatch of the SETUP COLOR screen.
30788 The foreground transparent color is shown as
30789 the color of the &quot;TRAN&quot; text.
30790 (The transparent color will not work correctly in a PC-Alpine configuration.)
30791 The escape sequences used to set the background colors are the same
30792 as for the foreground colors except a &quot;4&quot; replaces the &quot;3&quot;.
30793 The escape sequences for foreground and background default colors (transparent)
30794 are 39m and 49m.
30796 Note: With the Tera Term terminal emulator this setting works well.
30797 You should also have the Tera Term &quot;Full color&quot; option turned OFF.
30798 You may find the &quot;Full color&quot; option in Tera Term's &quot;Setup&quot;
30799 menu, in the &quot;Window&quot; submenu.
30800 </DD>
30802 <DT>force-ansi-16color</DT>
30803 <DD>Many terminal emulators know about the same eight colors above
30804 plus eight more.
30805 This option attempts to use all 16 colors.
30806 The same escape sequences as for the eight-color terminal are used
30807 for the first eight colors.
30808 The escape sequences used to set foreground colors 8-15 are the same as
30809 for 0-7 except the &quot;3&quot; is replaced with a &quot;9&quot;.
30810 The background color sequences for colors 8-15 are the same as for 0-7
30811 except the &quot;4&quot; is replaced with &quot;10&quot;.
30812 You can tell if the 16 colors are working by turning on this option
30813 and then going into one of the color configuration screens, for example,
30814 the configuration screen for Normal Color.
30815 If you see 16 different colors to select from (plus a 17th for
30816 the transparent color), it's working.
30817 </DD>
30819 <DT>force-xterm-256color</DT>
30820 <DD>Some versions of xterm (and some other terminal emulators)
30821 have support for 256 colors.
30822 The escape sequences used to set the foreground colors are
30824   <P><CENTER>ESC&nbsp;[&nbsp;38&nbsp;;&nbsp;5&nbsp;;&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
30826 where the color_number is an ASCII digit between 0 and 255.
30827 Background colors are the same with the 38 replaced with a 48.
30828 The numbers 0 through 15 are probably similar to the 16 color version
30829 above, then comes a 6x6x6 color cube, followed by 24 colors of gray.
30830 The terminal default (transparent) color is the 257th color at the bottom.
30831 Some terminal emulators will misinterpret these escape sequences causing
30832 the terminal to blink or overstrike characters or to do something else
30833 undesirable.
30835 The PuTTY terminal emulator has an option called &quot;Allow terminal to
30836 use xterm 256-colour mode&quot; which allows PuTTY to work well with
30837 this 256-color setting.
30839 </DD>
30840 </DL>
30843 The normal default is &quot;no-color&quot;.
30846 Once you've turned on color you may set the
30847 colors of many objects on the screen individually.
30848 For example, you may add colors to the status letters on the MESSAGE
30849 INDEX page.
30850 Most categories of color that Alpine supports are configurable here.
30851 For example, &quot;Normal Color&quot;
30852 is the color used to display most of the text in Alpine, and
30853 &quot;Reverse Color&quot; is used to display highlighted text, such as the
30854 current message in the MESSAGE INDEX.
30856 Lines in the MESSAGE INDEX may also be colored.
30857 Use Setup Rules to get to the Indexcolor configuration screen.
30860 <UL>   
30861 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30862 </UL><P>
30863 &lt;End of help on this topic&gt;
30864 </BODY>
30865 </HTML>
30866 ====== h_config_disable_index_locale_dates =====
30867 <HTML>
30868 <HEAD>
30869 <TITLE>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></TITLE>
30870 </HEAD>
30871 <BODY>
30872 <H1>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></H1>
30874 This feature affects the display of dates in the MESSAGE INDEX.
30875 Normally an attempt is made to localize the dates
30876 used in the MESSAGE INDEX display to your locale.
30877 This is controlled with the
30878 LC_TIME locale setting on a UNIX system.
30879 On Windows the Regional Options control panel may be used to set the date format.
30880 At the programming level, Alpine is using the strftime routine
30881 to print the parts of a date.
30883 If this feature is set, dates are displayed in English and
30884 with the conventions of the United States.
30887 <UL>   
30888 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30889 </UL><P>
30890 &lt;End of help on this topic&gt;
30891 </BODY>
30892 </HTML>
30893 ====== h_config_auto_open_unread =====
30894 <HTML>
30895 <HEAD>
30896 <TITLE>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></TITLE>
30897 </HEAD>
30898 <BODY>
30899 <H1>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></H1>
30901 This feature controls the behavior of the TAB key when traversing folders
30902 in the optional 
30903 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
30904 collection or in optional <!--#echo var="VAR_news-collections"-->.
30906 When the TAB
30907 (<A HREF="h_common_nextnew">NextNew</A>)
30908 key is pressed, and there
30909 are no more unseen messages in the current (incoming message or news)
30910 folder, Alpine will search the list of folders in the current collection for
30911 one containing New or Recent (new since the last time the folder was
30912 opened) messages.
30913 This behavior may be modified slightly with the
30914 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
30915 feature that causes Alpine to look for Unseen messages instead of Recent
30916 messages.
30917 Normally, when such a folder is found, Alpine will ask
30918 whether you wish to open the folder.  If this feature is set, Alpine will
30919 automatically open the folder without prompting.
30921 This feature also affects some other similar situations.
30922 If you have a
30923 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
30924 that is equal to one of the &quot;separate-&quot; values, and you are
30925 viewing a thread; then when you type the NextNew command and are at the
30926 end of the current thread you will automatically go to the next thread
30927 if this feature is set.
30928 By default, you would be asked if you want to view the next thread.
30929 You will also be asked at times whether or not you want to view the next
30930 thread after you delete the last message in the thread.
30931 Setting this feature will also cause that question to be skipped.
30934 <UL>   
30935 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30936 </UL><P>
30937 &lt;End of help on this topic&gt;
30938 </BODY>
30939 </HTML>
30940 ====== h_config_auto_include_reply =====
30941 <HTML>
30942 <HEAD>
30943 <TITLE>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></TITLE>
30944 </HEAD>
30945 <BODY>
30946 <H1>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></H1>
30948 This feature controls an aspect of Alpine's Reply command.  Normally, Alpine
30949 will ask whether you wish to include the original message in your reply.
30950 If this feature is set and the feature
30951 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
30952 is <EM>not</EM> set, then the original message will be included in the reply
30953 automatically, without prompting.
30955 &lt;End of help on this topic&gt;
30956 </BODY>
30957 </HTML>
30958 ====== h_config_select_in_bold =====
30959 <HTML>
30960 <HEAD>
30961 <TITLE>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></TITLE>
30962 </HEAD>
30963 <BODY>
30964 <H1>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></H1>
30966 This feature controls an aspect of Alpine's 
30967 <A HREF="h_config_enable_agg_ops">&quot;aggregate operation&quot;</A>
30968 commands; in
30969 particular, the Select and WhereIs commands. Select and WhereIs (with the
30970 ^X subcommand) will search the current folder for messages meeting a
30971 specified criteria, and &quot;tag&quot; the resulting messages with an 
30972 &quot;X&quot; in the
30973 first column of the applicable lines in the MESSAGE INDEX.  If this feature
30974 is set, instead of using the &quot;X&quot; to denote a selected message, 
30975 Alpine will
30976 attempt to display those index lines in boldface. Whether this is
30977 preferable to the &quot;X&quot; will depend on personal taste and the type of
30978 terminal being used.
30980 <UL>   
30981 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30982 </UL><P>
30983 &lt;End of help on this topic&gt;
30984 </BODY>
30985 </HTML>
30986 ====== h_config_alt_auth =====
30987 <HTML>
30988 <HEAD>
30989 <TITLE>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></TITLE>
30990 </HEAD>
30991 <BODY>
30992 <H1>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></H1>
30994 This feature affects how Alpine connects to IMAP servers.
30995 It's utility has largely been overtaken by events,
30996 but it may still be useful in some circumstances.
30997 If you only connect to modern IMAP servers that support
30998 &quot;TLS&quot; you can ignore this feature.
31001 Details:
31004 By default, Alpine will attempt to connect to an IMAP server on the
31005 normal IMAP service port (143), and if the server offers &quot;Transport Layer
31006 Security&quot; (TLS) and Alpine has been compiled with encryption capability,
31007 then a secure (encrypted) session will be negotiated.
31010 With this feature enabled, before connecting on the normal IMAP port, Alpine
31011 will first attempt to connect to an alternate IMAP service port (993) used
31012 specifically for encrypted IMAP sessions via the Secure Sockets Layer
31013 (SSL) method.
31014 If the SSL attempt fails, Alpine will then try the default
31015 behavior described in the previous paragraph.
31018 TLS negotiation on the normal port is preferred, and supersedes the use of
31019 SSL on port 993, but older servers may not provide TLS support.
31020 This feature may be convenient when accessing IMAP servers that do not support
31021 TLS, but do support SSL connections on port 993.
31022 However, it is important to understand that with this feature enabled,
31023 Alpine will <EM>attempt</EM> to make a secure connection if that is possible,
31024 but it will proceed to make an insecure connection if that is the only
31025 option offered by the server, or if the Alpine in question has been built
31026 without encryption capability.
31029 Note that this feature specifies a per-user (or system-wide) default
31030 behavior, but host/folder specification flags may be used to control the
31031 behavior of any specific connection.
31032 This feature interacts with some of
31033 the possible host/folder path specification flags as follows:
31036 The <SAMP>/tls</SAMP> host flag, for example,
31039 <CENTER><SAMP>{foo.example.com/tls}INBOX</SAMP></CENTER>
31041 will over-ride this feature for the specified host by bypassing the
31042 SSL connection attempt.
31043 Moreover, with <SAMP>/tls</SAMP> specified,
31044 the connection attempt will fail if the
31045 service on port 143 does not offer TLS support.
31048 The <SAMP>/ssl</SAMP> host flag, for example,
31051 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
31053 will insist on an SSL connection for the specified host,
31054 and will fail if the SSL service on port 993 is not available.
31055 Alpine will not subsequently retry a connection
31056 on port 143 if <SAMP>/ssl</SAMP> is specified.
31059 <UL>   
31060 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31061 </UL><P>
31062 &lt;End of help on this topic&gt;
31063 </BODY>
31064 </HTML>
31065 ====== h_config_file_dir ======
31066 <HTML>
31067 <HEAD>
31068 <TITLE>OPTION: File Directory</TITLE>
31069 </HEAD>
31070 <BODY>
31071 <H1>OPTION: File Directory</H1>
31073 PC-Alpine only.
31075 This value affects the Composer's &quot;^J&nbsp;Attach&quot; command, 
31076 the Attachment Index Screen's &quot;S&nbsp;Save&quot; command, and the
31077 Message Index's &quot;E&nbsp;Export&quot; command.
31080 Normally, when a filename is supplied that lacks a leading &quot;path&quot;
31081 component, Alpine assumes the file exists in the user's home directory.
31082 Under Windows operating systems, this definition isn't always clear.  This 
31083 feature allows you to explictly set where Alpine should look for files
31084 without a leading path.
31087 NOTE: this feature's value is ignored if either 
31088 <A HREF="h_config_use_current_dir"><!--#echo var="FEAT_use-current-dir"--></A> feature
31089 is set or the PINERC has a value for the &quot;<!--#echo var="VAR_operating-dir"-->&quot; variable.
31092 <UL>   
31093 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31094 </UL><P>
31095 &lt;End of help on this topic&gt;
31096 </BODY>
31097 </HTML>
31098 ====== h_config_quote_all_froms =====
31099 <HTML>
31100 <HEAD>
31101 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></TITLE>
31102 </HEAD>
31103 <BODY>
31104 <H1>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></H1>
31106 This feature controls an aspect of the Save command (and also the way
31107 outgoing messages are saved to an FCC folder).  If set, Alpine will add
31108 a leading &quot;>&quot; character in front of message lines beginning with &quot;From&quot; 
31109 when they are saved to another folder, including lines syntactically
31110 distinguishable from the type of message separator line commonly used on
31111 Unix systems.
31114 The default behavior is that a &quot;>&quot; will be prepended only to lines
31115 beginning with &quot;From &quot; that might otherwise be confused with a message
31116 separator line on Unix systems.  If pine is the only mail program you use,
31117 this default is reasonable.  If another program you use has trouble
31118 displaying a message with an unquoted &quot;From &quot; saved by Alpine, you should
31119 enable this feature.  This feature only applies to the common Unix mailbox
31120 format that uses message separator lines beginning with &quot;From &quot;.  If
31121 Alpine has been configured to use a different mailbox format (possibly
31122 incompatible with other mail programs), then this issue does not arise,
31123 and the feature is irrelevant.
31126 &lt;End of help on this topic&gt;
31127 </BODY>
31128 </HTML>
31129 ====== h_config_normal_color =====
31130 <HTML>
31131 <HEAD>
31132 <TITLE>OPTION: Normal Color</TITLE>
31133 </HEAD>
31134 <BODY>
31135 <H1>OPTION: Normal Color</H1>
31137 Sets the color Alpine normally uses.
31138 The foreground color is the color of the actual character and the
31139 background color is the color of the area behind the character.
31140 By default this color is black characters on a white background.
31142 <A HREF="h_color_setup">Descriptions of the available commands</A>
31144 Look <A HREF="h_edit_nav_cmds">here</A>
31145 to see the available Editing and Navigation commands.
31147 &lt;End of help on this topic&gt;
31148 </BODY>
31149 </HTML>
31150 ====== h_config_reverse_color =====
31151 <HTML>
31152 <HEAD>
31153 <TITLE>OPTION: Reverse Color</TITLE>
31154 </HEAD>
31155 <BODY>
31156 <H1>OPTION: Reverse Color</H1>
31158 Sets the color Alpine uses for reverse video characters.
31159 The foreground color is the color of the actual character and the
31160 background color is the color of the area behind the character.
31162 <A HREF="h_color_setup">Descriptions of the available commands</A>
31164 Look <A HREF="h_edit_nav_cmds">here</A>
31165 to see the available Editing and Navigation commands.
31167 &lt;End of help on this topic&gt;
31168 </BODY>
31169 </HTML>
31170 ====== h_config_title_color =====
31171 <HTML>
31172 <HEAD>
31173 <TITLE>OPTION: Title Color</TITLE>
31174 </HEAD>
31175 <BODY>
31176 <H1>OPTION: Title Color</H1>
31178 Sets the color Alpine uses for the titlebar (the top line on the screen).
31179 The foreground color is the color of the actual character and the
31180 background color is the color of the area behind the character.
31181 By default, the Title Color is black characters on a yellow background.
31183 The actual titlebar color may be different from the Title Color if
31184 the option
31185 <A HREF="h_config_titlebar_color_style">&quot;<!--#echo var="VAR_titlebar-color-style"-->&quot;</A>
31186 is set to some value other than the default.
31187 It may also be different if the current folder is closed and the
31188 <A HREF="h_config_titleclosed_color">Title Closed Color</A>
31189 color is set to something different from the Title Color.
31191 <A HREF="h_color_setup">Descriptions of the available commands</A>
31193 Look <A HREF="h_edit_nav_cmds">here</A>
31194 to see the available Editing and Navigation commands.
31196 &lt;End of help on this topic&gt;
31197 </BODY>
31198 </HTML>
31199 ====== h_config_titleclosed_color =====
31200 <HTML>
31201 <HEAD>
31202 <TITLE>OPTION: Title Closed Color</TITLE>
31203 </HEAD>
31204 <BODY>
31205 <H1>OPTION: Title Closed Color</H1>
31207 Sets the color Alpine uses for the titlebar (the top line on the screen)
31208 when the current folder is closed.
31209 The foreground color is the color of the actual character and the
31210 background color is the color of the area behind the character.
31211 By default, the Title Color Closed Color is white characters on a red background.
31213 By setting this color to something noticeable you will be alerted to the
31214 fact that the current folder is closed, perhaps unexpectedly.
31216 &lt;End of help on this topic&gt;
31217 </BODY>
31218 </HTML>
31219 ====== h_config_status_color =====
31220 <HTML>
31221 <HEAD>
31222 <TITLE>OPTION: Status Color</TITLE>
31223 </HEAD>
31224 <BODY>
31225 <H1>OPTION: Status Color</H1>
31227 Sets the color Alpine uses for status messages written to the message
31228 line near the bottom of the screen.
31229 The foreground color is the color of the actual character and the
31230 background color is the color of the area behind the character.
31231 By default, the Status Color is the same as the Reverse Color.
31233 <A HREF="h_color_setup">Descriptions of the available commands</A>
31235 Look <A HREF="h_edit_nav_cmds">here</A>
31236 to see the available Editing and Navigation commands.
31238 &lt;End of help on this topic&gt;
31239 </BODY>
31240 </HTML>
31241 ====== h_config_index_opening_color =====
31242 <HTML>
31243 <HEAD>
31244 <TITLE>OPTION: Index Opening Color</TITLE>
31245 </HEAD>
31246 <BODY>
31247 <H1>OPTION: Index Opening Color</H1>
31249 With some setups the text of the subject is followed
31250 by the opening text of the message if there is any room available in the index line.
31251 If you have configured your
31252 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31253 to include one of the Subject tokens that causes this behavior
31254 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), you may set the color of
31255 this opening text with this option.
31256 This coloring takes place for all but the current index line, and the Opening
31257 Color appears to be in front of any color from an Index Color Rule.
31259 By default the Index Opening Color is gray characters on a white background.
31262 <A HREF="h_color_setup">Descriptions of the available commands</A>
31264 Look <A HREF="h_edit_nav_cmds">here</A>
31265 to see the available Editing and Navigation commands.
31267 &lt;End of help on this topic&gt;
31268 </BODY>
31269 </HTML>
31270 ====== h_config_index_pri_color =====
31271 <HTML>
31272 <HEAD>
31273 <TITLE>OPTION: Index Priority Symbol Colors</TITLE>
31274 </HEAD>
31275 <BODY>
31276 <H1>OPTION: Index Priority Symbol Colors</H1>
31278 The X-Priority header is a non-standard header that is used in a
31279 somewhat standard way by many mail programs.
31280 Alpine expects the value of this header to be a digit with a value
31281 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
31282 Alpine can be made to display an indication of this priority in
31283 messages by use of one of the tokens
31284 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
31285 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
31286 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
31289 You may set the color used to draw these tokens by use of the colors
31290 Index High Priority Symbol Color and Index Low Priority Symbol Color.
31291 This coloring takes place for all but the current index line, and the Priority
31292 Color appears to be in front of any color from an Index Color Rule.
31293 If the priority has a value of 1 or 2 the High Priority color will be
31294 used,
31295 and if the value is 4 or 5 the Low Priority color will be used.
31297 If you don't set these colors the index line will be colored in the same color as
31298 the bulk of the index line.
31301 <A HREF="h_color_setup">Descriptions of the available commands</A>
31303 Look <A HREF="h_edit_nav_cmds">here</A>
31304 to see the available Editing and Navigation commands.
31306 &lt;End of help on this topic&gt;
31307 </BODY>
31308 </HTML>
31309 ====== h_config_index_subject_color =====
31310 <HTML>
31311 <HEAD>
31312 <TITLE>OPTION: Index Subject Color</TITLE>
31313 </HEAD>
31314 <BODY>
31315 <H1>OPTION: Index Subject Color</H1>
31317 You may set the color used to draw the Subject part of the index line.
31318 This coloring takes place for all but the current index line, and the Subject
31319 Color appears to be in front of any color from an Index Color Rule.
31321 If you don't set this color it will be colored in the same color as
31322 the bulk of the index line.
31325 <A HREF="h_color_setup">Descriptions of the available commands</A>
31327 Look <A HREF="h_edit_nav_cmds">here</A>
31328 to see the available Editing and Navigation commands.
31330 &lt;End of help on this topic&gt;
31331 </BODY>
31332 </HTML>
31333 ====== h_config_index_from_color =====
31334 <HTML>
31335 <HEAD>
31336 <TITLE>OPTION: Index From Color</TITLE>
31337 </HEAD>
31338 <BODY>
31339 <H1>OPTION: Index From Color</H1>
31341 You may set the color used to draw the From part of the index line.
31342 This coloring takes place for all but the current index line, and the From
31343 Color appears to be in front of any color from an Index Color Rule.
31345 If you don't set this color it will be colored in the same color as
31346 the bulk of the index line.
31349 <A HREF="h_color_setup">Descriptions of the available commands</A>
31351 Look <A HREF="h_edit_nav_cmds">here</A>
31352 to see the available Editing and Navigation commands.
31354 &lt;End of help on this topic&gt;
31355 </BODY>
31356 </HTML>
31357 ====== h_config_index_arrow_color =====
31358 <HTML>
31359 <HEAD>
31360 <TITLE>OPTION: Index Arrow Color</TITLE>
31361 </HEAD>
31362 <BODY>
31363 <H1>OPTION: Index Arrow Color</H1>
31365 If you have configured your
31366 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31367 to include the &quot;ARROW&quot; token, you may set the color of
31368 the arrow displayed with this option.
31369 If you don't set the color it will be colored in the same color as
31370 the bulk of the index line.
31373 <A HREF="h_color_setup">Descriptions of the available commands</A>
31375 Look <A HREF="h_edit_nav_cmds">here</A>
31376 to see the available Editing and Navigation commands.
31378 &lt;End of help on this topic&gt;
31379 </BODY>
31380 </HTML>
31381 ====== h_config_index_color =====
31382 <HTML>
31383 <HEAD>
31384 <TITLE>OPTION: Index Colors</TITLE>
31385 </HEAD>
31386 <BODY>
31387 <H1>OPTION: Index Colors</H1>
31389 You may add color to the single character symbols that give the status
31390 of each message in the MESSAGE INDEX.
31391 By default the characters &quot;+&quot;, &quot;*&quot;, &quot;D&quot;,
31392 &quot;A&quot;, and &quot;N&quot; show up near the left hand side of the
31393 screen depending on whether the message is addressed to you, and whether
31394 the message is marked Important, is Deleted, is Answered, or is New.
31395 The color for each of those characters may be specified by setting the
31396 &quot;Index-to-me&quot; Symbol Color,
31397 the &quot;Index-important&quot; Symbol Color,
31398 the &quot;Index-deleted&quot; Symbol Color,
31399 the &quot;Index-answered&quot; Symbol Color,
31400 and the &quot;Index-new&quot; Symbol Color.
31401 There are also two other symbol colors called &quot;Index-recent&quot;
31402 and &quot;Index-unseen&quot;.
31403 These two colors will only be used if you have configured your
31404 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
31405 to include the &quot;IMAPSTATUS&quot; or &quot;SHORTIMAPSTATUS&quot; token.
31407 The default colors for these symbols are:
31408 <TABLE>
31409 <TR> <TD> &nbsp;&nbsp;Index-to-me&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> black on cyan </TD> </TR>
31410 <TR> <TD> &nbsp;&nbsp;Index-important </TD> <TD> white on bright red </TD> </TR>
31411 <TR> <TD> &nbsp;&nbsp;Index-deleted&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31412 <TR> <TD> &nbsp;&nbsp;Index-answered&nbsp; </TD> <TD> bright red on yellow </TD> </TR>
31413 <TR> <TD> &nbsp;&nbsp;Index-new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> white on magenta </TD> </TR>
31414 <TR> <TD> &nbsp;&nbsp;Index-recent&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31415 <TR> <TD> &nbsp;&nbsp;Index-unseen&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
31416 </TABLE>
31418 Besides coloring the message status symbols, you may also color the
31419 entire index line.
31420 This is done by using the
31421 <A HREF="h_rules_incols">SETUP INDEX LINE COLORS</A> screen, which you
31422 may get to with the commands <EM>S</EM>etup/<EM>R</EM>ules/<EM>I</EM>ndexcolor.
31423 When the entire line is colored that color will be &quot;behind&quot; the
31424 status symbol colors talked about in the paragraph above.
31426 You may also color
31427 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
31428 in the index using the
31429 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>);
31430 the <A HREF="h_config_index_arrow_color">ARROW</A> cursor;
31431 the Subject using
31432 <A HREF="h_config_index_subject_color">Index Subject Color</A>;
31433 the From field using
31434 <A HREF="h_config_index_from_color">Index From Color</A>;
31435 and the
31436 <A HREF="h_config_index_opening_color">Index Opening</A> text.
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_metamsg_color =====
31447 <HTML>
31448 <HEAD>
31449 <TITLE>OPTION: Meta-Message Color</TITLE>
31450 </HEAD>
31451 <BODY>
31452 <H1>OPTION: Meta-Message Color</H1>
31454 Sets the color Alpine uses in the MESSAGE TEXT screen for messages to you
31455 that aren't part of the message itself.
31456 For example, an attachment that isn't shown might produce a meta
31457 message something like:
31459 <CENTER><SAMP> [ Part 2, &quot;comment&quot; Text/PLAIN (Name: &quot;file&quot;) ]</SAMP></CENTER>
31461 If you set the
31462 <A HREF="h_config_quote_suppression"><!--#echo var="VAR_quote-suppression-threshold"--></A>
31463 option you might see
31465 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
31467 Warnings about suspicious looking URLs in HTML will also be colored
31468 with this color.
31470 The foreground color is the color of the actual character and the
31471 background color is the color of the area behind the character.
31472 By default, the Meta-Message Color is black characters on a yellow background.
31474 <A HREF="h_color_setup">Descriptions of the available commands</A>
31476 Look <A HREF="h_edit_nav_cmds">here</A>
31477 to see the available Editing and Navigation commands.
31479 &lt;End of help on this topic&gt;
31480 </BODY>
31481 </HTML>
31482 ====== h_config_keylabel_color =====
31483 <HTML>
31484 <HEAD>
31485 <TITLE>OPTION: KeyLabel Color</TITLE>
31486 </HEAD>
31487 <BODY>
31488 <H1>OPTION: KeyLabel Color</H1>
31490 Sets the color Alpine uses for the labels of the keys in the two-line
31491 menu at the bottom of the screen.
31492 For example, some of the screens have a &quot;P PrevMsg&quot; command.
31493 This option sets the color used when displaying &quot;PrevMsg&quot;.
31494 The foreground color is the color of the actual character and the
31495 background color is the color of the area behind the character.
31496 By default, the KeyLabel Color is the same as the Normal Color.
31498 WARNING: Some terminal emulators have the property that the screen will scroll
31499 down one line whenever a character is written to the character cell in the
31500 lower right corner of the screen.
31501 Alpine can usually avoid writing a character in that corner of the screen.
31502 However, if you have defined a KeyLabel Color then Alpine does have to write
31503 a character in that cell in order to color the cell correctly.
31504 If you find that your display sometimes scrolls up a line this could be
31505 the problem.
31506 The most obvious symptom is probably that the titlebar at the top of the
31507 screen scrolls off the screen.
31508 Try setting KeyLabel Color to Default to see if that fixes the problem.
31510 <A HREF="h_color_setup">Descriptions of the available commands</A>
31512 Look <A HREF="h_edit_nav_cmds">here</A>
31513 to see the available Editing and Navigation commands.
31515 &lt;End of help on this topic&gt;
31516 </BODY>
31517 </HTML>
31518 ====== h_config_keyname_color =====
31519 <HTML>
31520 <HEAD>
31521 <TITLE>OPTION: KeyName Color</TITLE>
31522 </HEAD>
31523 <BODY>
31524 <H1>OPTION: KeyName Color</H1>
31526 Sets the color Alpine uses for the names of the keys in the two-line
31527 menu at the bottom of the screen.
31528 For example, some of the screens have a &quot;P PrevMsg&quot; command.
31529 This option sets the color used when displaying the &quot;P&quot;.
31530 The foreground color is the color of the actual character and the
31531 background color is the color of the area behind the character.
31532 By default, the KeyName Color is the same as the Reverse Color.
31534 <A HREF="h_color_setup">Descriptions of the available commands</A>
31536 Look <A HREF="h_edit_nav_cmds">here</A>
31537 to see the available Editing and Navigation commands.
31539 &lt;End of help on this topic&gt;
31540 </BODY>
31541 </HTML>
31542 ====== h_config_slctbl_color =====
31543 <HTML>
31544 <HEAD>
31545 <TITLE>OPTION: Selectable Item Color</TITLE>
31546 </HEAD>
31547 <BODY>
31548 <H1>OPTION: Selectable Item Color</H1>
31550 Sets the color Alpine uses for selectable items, such as URLs.
31551 The foreground color is the color of the actual character and the
31552 background color is the color of the area behind the character.
31553 By default, the Selectable Item Color is the same as the Normal Color,
31554 except that it is bold.
31556 <A HREF="h_color_setup">Descriptions of the available commands</A>
31558 Look <A HREF="h_edit_nav_cmds">here</A>
31559 to see the available Editing and Navigation commands.
31561 &lt;End of help on this topic&gt;
31562 </BODY>
31563 </HTML>
31564 ====== h_config_quote_color =====
31565 <HTML>
31566 <HEAD>
31567 <TITLE>OPTION: Quote Colors</TITLE>
31568 </HEAD>
31569 <BODY>
31570 <H1>OPTION: Quote Colors</H1>
31572 Sets the colors Alpine uses for coloring quoted text in the MESSAGE TEXT
31573 screen.
31574 If a line begins with a &gt; character (or space followed by &gt;)
31575 it is considered a quote.
31576 That line will be given the Quote1 Color (first level quote).
31577 If there is a second level of quoting then the Quote2 Color will be used.
31578 Alpine considers there to be a second level of quoting if that first &gt; is
31579 followed by another &gt; (or space followed by &gt;).
31580 If there are characters other than whitespace and &gt; signs, then it isn't
31581 considered another level of quoting.
31582 Similarly, if there is a third level of quoting the Quote3 Color will be
31583 used.
31584 If there are more levels after that the Quote Colors are re-used.
31585 If you define all three colors then it would repeat like Color1, Color2, Color3,
31586 Color1, Color2, Color3, ...
31587 If you only define the first two it would be
31588 Color1, Color2, Color1, Color2, ...
31589 If you define only the Quote1 Color, then the entire quote would be that
31590 color regardless of the quoting levels.
31591 By default, the Quote1 Color is black characters on a greenish-blue background;
31592 the Quote2 Color is black characters on a dull yellow background; and
31593 the Quote3 Color is black characters on a green background.
31595 <A HREF="h_color_setup">Descriptions of the available commands</A>
31597 Look <A HREF="h_edit_nav_cmds">here</A>
31598 to see the available Editing and Navigation commands.
31600 &lt;End of help on this topic&gt;
31601 </BODY>
31602 </HTML>
31603 ====== h_config_folder_color =====
31604 <HTML>
31605 <HEAD>
31606 <TITLE>OPTION: Folder Color</TITLE>
31607 </HEAD>
31608 <BODY>
31609 <H1>OPTION: Folder Color</H1>
31611 Sets the colors Alpine uses for coloring a folder in the FOLDER LIST
31612 screen. By default, the Folder Color is the normal text color.
31615 If you set a color for this feature, other than the normal color
31616 (the default), or a color for
31617 <A HREF="h_config_directory_color">Directory Color</A>, then directories
31618 will be colored according to the color specified in the
31619 <A HREF="h_config_directory_color">Directory Color</A> option. In this
31620 case, the color will be the only indication that the colored name
31621 refers to a directory. The normal behavior is that Alpine
31622 indicates that a name refers to a directory by appending a
31623 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
31624 the folder.
31627 If a folder is a directory, then the folder name will be painted
31628 according to the color defined by this variable, and a separator
31629 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added 
31630 to the name. That
31631 indicator will be painted according to the color defined in the
31632 <A HREF="h_config_directory_color">Directory Color</A> option.
31635 &lt;End of help on this topic&gt;
31636 </BODY>
31637 </HTML>
31638 ====== h_config_directory_color =====
31639 <HTML>
31640 <HEAD>
31641 <TITLE>OPTION: Directory Color</TITLE>
31642 </HEAD>
31643 <BODY>
31644 <H1>OPTION: Directory Color</H1>
31646 Sets the colors Alpine uses for coloring a directory in the FOLDER LIST
31647 screen. By default, the Folder Color is the normal text color.
31649 If you set a color for this feature, other than the normal color
31650 (the default), or a color for
31651 <A HREF="h_config_folder_color">Folder Color</A>, then folders
31652 will be colored according to the color specified in the
31653 <A HREF="h_config_folder_color">Folder Color</A> option. In this
31654 case, the color will be the only indication that the colored name
31655 refers to a directory. The normal behavior is that Alpine
31656 indicates that a name refers to a directory by appending a
31657 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
31658 the folder.
31660 If a folder is a directory, then the folder name will be painted
31661 according to the color defined by the option
31662 <A HREF="h_config_folder_color">Folder Color</A>, and the separator
31663 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added
31664 after the name. That
31665 indicator will be painted according to the color defined in this
31666 option.
31668 &lt;End of help on this topic&gt;
31669 </BODY>
31670 </HTML>
31671 ====== h_config_folder_list_color =====
31672 <HTML>
31673 <HEAD>
31674 <TITLE>OPTION: Folder-List Color</TITLE>
31675 </HEAD>
31676 <BODY>
31677 <H1>OPTION: Folder-List Color</H1>
31679 Sets the colors Alpine uses for coloring normal text in the FOLDER LIST
31680 screen. By default, the Folder-List Color is the normal text color.
31682 This text refers to the informative text that Alpine displays so you
31683 can recognize each collection. The color of the content of each collection
31684 is determined by the options <A HREF="h_config_folder_color">Folder Color</A>
31685 and <A HREF="h_config_directory_color">Directory Color</A>.
31687 Unlike the options
31688 <A HREF="h_config_folder_color">Folder Color</A>
31689 and <A HREF="h_config_directory_color">Directory Color</A>, configuring
31690 this option does not affect the way that Alpine reports folders,
31691 directories and folders that are directories.
31693 &lt;End of help on this topic&gt;
31694 </BODY>
31695 </HTML>
31696 ====== h_config_incunseen_color =====
31697 <HTML>
31698 <HEAD>
31699 <TITLE>OPTION: Incoming Unseen Color</TITLE>
31700 </HEAD>
31701 <BODY>
31702 <H1>OPTION: Incoming Unseen Color</H1>
31704 If the option
31705 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
31706 is turned on it is possible to highlight the folders that contain
31707 unseen messages by coloring them with this color.
31708 By default, this is the same as the Normal Color and no highlighting is done.
31710 Usually the &quot;current&quot; folder (the folder the cursor is on)
31711 is highlighted using reverse video.
31712 If the current folder is colored because it contains unseen messages then
31713 the color used to show that it is also the current folder is controlled
31714 by the
31715 <A HREF="h_config_index_color_style"><!--#echo var="VAR_current-indexline-style"--></A>
31716 feature at the top of the SETUP COLOR screen.
31718 <A HREF="h_color_setup">Descriptions of the available commands</A>
31720 Look <A HREF="h_edit_nav_cmds">here</A>
31721 to see the available Editing and Navigation commands.
31723 &lt;End of help on this topic&gt;
31724 </BODY>
31725 </HTML>
31726 ====== h_config_signature_color =====
31727 <HTML>
31728 <HEAD>
31729 <TITLE>OPTION: Signature Color</TITLE>
31730 </HEAD>
31731 <BODY>
31732 <H1>OPTION: Signature Color</H1>
31734 Sets the color Alpine uses for coloring the signature in the MESSAGE TEXT
31735 screen. According to USENET conventions, the signature is defined as the
31736 paragraph following the &quot;sigdashes&quot;, that is, the special line
31737 consisting of the three characters
31738 &quot;--&nbsp;&quot; (i.e., dash, dash, and space). Alpine allows for one
31739 empty line right after the sigdashes to be considered as part of the
31740 signature.
31741 By default, the Signature Color is blue characters on a white background.
31743 <A HREF="h_color_setup">Descriptions of the available commands</A>
31745 Look <A HREF="h_edit_nav_cmds">here</A>
31746 to see the available Editing and Navigation commands.
31748 &lt;End of help on this topic&gt;
31749 </BODY>
31750 </HTML>
31751 ====== h_config_prompt_color =====
31752 <HTML>
31753 <HEAD>
31754 <TITLE>OPTION: Prompt Color</TITLE>
31755 </HEAD>
31756 <BODY>
31757 <H1>OPTION: Prompt Color</H1>
31759 Sets the color Alpine uses for confirmation prompts and questions that
31760 appear in the status line near the bottom of the screen.
31761 The foreground color is the color of the actual character and the
31762 background color is the color of the area behind the character.
31763 By default, the Prompt Color is the same as the Reverse Color.
31765 <A HREF="h_color_setup">Descriptions of the available commands</A>
31767 Look <A HREF="h_edit_nav_cmds">here</A>
31768 to see the available Editing and Navigation commands.
31770 &lt;End of help on this topic&gt;
31771 </BODY>
31772 </HTML>
31773 ====== h_config_header_general_color =====
31774 <HTML>
31775 <HEAD>
31776 <TITLE>OPTION: Header General Color</TITLE>
31777 </HEAD>
31778 <BODY>
31779 <H1>OPTION: Header General Color</H1>
31781 Sets the color Alpine uses for the headers of a message in the MESSAGE TEXT
31782 screen.
31783 The foreground color is the color of the actual character and the
31784 background color is the color of the area behind the character.
31785 By default, this is the same as the Normal Color.
31787 It is also possible to set the colors for specific header fields, for
31788 example the Subject, using
31789 <A HREF="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></A>.
31790 If both a Header General Color and a specific Viewer Header Color are set
31791 the specific color will override the general color, as you would expect.
31793 <A HREF="h_color_setup">Descriptions of the available commands</A>
31795 Look <A HREF="h_edit_nav_cmds">here</A>
31796 to see the available Editing and Navigation commands.
31798 &lt;End of help on this topic&gt;
31799 </BODY>
31800 </HTML>
31801 ====== h_config_incol =====
31802 <HTML>
31803 <HEAD>
31804 <TITLE>Index Line Color</TITLE>
31805 </HEAD>
31806 <BODY>
31807 <H1>Index Line Color</H1>
31809 This option is used to set the color of a line in the index when the
31810 message for that line matches the Pattern.
31811 This colors the whole index line, except possibly the status letters,
31812 which may be colored separately using the
31813 <A HREF="h_color_setup">Setup Kolor</A> screen.
31814 The foreground color is the color of the actual characters and the
31815 background color is the color of the area behind the characters.
31817 <A HREF="h_color_setup">Descriptions of the available commands</A>
31819 Look <A HREF="h_edit_nav_cmds">here</A>
31820 to see the available Editing and Navigation commands.
31822 &lt;End of help on this topic&gt;
31823 </BODY>
31824 </HTML>
31825 ====== h_config_usetransparent_color =====
31826 <HTML>
31827 <HEAD>
31828 <TITLE>OPTION: Use Transparent Color</TITLE>
31829 </HEAD>
31830 <BODY>
31831 <H1>OPTION: Use Transparent Color</H1>
31833 This is a special color supported by some terminal emulators.
31834 It is intended to result in the default foreground or background color
31835 from the terminal emulator.
31836 This is the color the terminal was displaying characters in before you started Alpine.
31837 The reason it is called Transparent is because you could set the foreground color
31838 to some specific color, like Red, and then set the background color to the
31839 Transparent Color. If it works as expected, the background color from the terminal
31840 window in which Alpine is running will show through but with the Red characters
31841 in the foreground.
31843 <A HREF="h_color_setup">Descriptions of the available commands</A>
31845 Look <A HREF="h_edit_nav_cmds">here</A>
31846 to see the available Editing and Navigation commands.
31848 &lt;End of help on this topic&gt;
31849 </BODY>
31850 </HTML>
31851 ====== h_config_usenormal_color =====
31852 <HTML>
31853 <HEAD>
31854 <TITLE>OPTION: Use Normal Color</TITLE>
31855 </HEAD>
31856 <BODY>
31857 <H1>OPTION: Use Normal Color</H1>
31859 When you use this color value, the actual color used will be the same
31860 as the corresponding Normal Color.
31861 For example if your Normal Color is black on white and you set both
31862 the foreground and background colors here to use the Normal Color, you'll
31863 get black on white. If you later change the Normal Color to red on blue
31864 this color will also change to red on blue.
31866 <A HREF="h_color_setup">Descriptions of the available commands</A>
31868 Look <A HREF="h_edit_nav_cmds">here</A>
31869 to see the available Editing and Navigation commands.
31871 &lt;End of help on this topic&gt;
31872 </BODY>
31873 </HTML>
31874 ====== h_config_usenone_color =====
31875 <HTML>
31876 <HEAD>
31877 <TITLE>OPTION: Use None Color</TITLE>
31878 </HEAD>
31879 <BODY>
31880 <H1>OPTION: Use None Color</H1>
31882 This is a special color that simply means to leave the color alone.
31883 It is useful for Index symbols and for Keyword Colors used in the Subject
31884 field of an index line.
31885 The most likely use is to set an explicit foreground color and then set
31886 the background color to the None Color.
31887 That will cause the symbol or keyword to be drawn in the foreground color
31888 with a background equal to whatever color the rest of the index line is already
31889 drawn in.
31890 You will see no visible effect unless you have assigned Indexcolor Rules to
31891 color index lines or you have set an actual color for the Reverse Color.
31893 <A HREF="h_color_setup">Descriptions of the available commands</A>
31895 Look <A HREF="h_edit_nav_cmds">here</A>
31896 to see the available Editing and Navigation commands.
31898 &lt;End of help on this topic&gt;
31899 </BODY>
31900 </HTML>
31901 ====== h_config_dflt_color =====
31902 <HTML>
31903 <HEAD>
31904 <TITLE>OPTION: Default Color</TITLE>
31905 </HEAD>
31906 <BODY>
31907 <H1>OPTION: Default Color</H1>
31909 Setting default will cause the color to be the default color.
31910 Unsetting default is normally done by choosing a color, but in some cases
31911 you may want to declare the current default color to be your non-default
31912 choice.
31913 For example, the default Keyname Color is the same as the Reverse Color.
31914 Whenever the Reverse Color changes the Keyname Color will also change, unless
31915 you've changed it or unset the default box.
31917 <A HREF="h_color_setup">Descriptions of the available commands</A>
31919 Look <A HREF="h_edit_nav_cmds">here</A>
31920 to see the available Editing and Navigation commands.
31922 &lt;End of help on this topic&gt;
31923 </BODY>
31924 </HTML>
31925 ====== h_config_bold_slctbl =====
31926 <HTML>
31927 <HEAD>
31928 <TITLE>OPTION: Bold</TITLE>
31929 </HEAD>
31930 <BODY>
31931 <H1>OPTION: Bold</H1>
31933 The color for this particular section may have the Bold attribute turned
31934 on or off.
31935 Setting bold will cause the characters to be bold.
31937 <A HREF="h_color_setup">Descriptions of the available commands</A>
31939 Look <A HREF="h_edit_nav_cmds">here</A>
31940 to see the available Editing and Navigation commands.
31942 &lt;End of help on this topic&gt;
31943 </BODY>
31944 </HTML>
31945 ====== h_config_kw_color =====
31946 <HTML>
31947 <HEAD>
31948 <TITLE>OPTION: Keyword Colors</TITLE>
31949 </HEAD>
31950 <BODY>
31951 <H1>OPTION: Keyword Colors</H1>
31953 Sets the colors Alpine uses for Keyword fields in the MESSAGE INDEX screen.
31954 Keywords are displayed as part of the Subject by default.
31955 They are also displayed as part of the Subject if the tokens
31956 &quot;SUBJKEY&quot;, &quot;SUBJKEYTEXT&quot;, &quot;SUBJKEYINIT&quot;, or &quot;SUBJKEYINITTEXT&quot; are used in the
31957 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
31958 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
31959 screen by using the &quot;KEY&quot; or &quot;KEYINIT&quot; tokens.
31961 For example, you might have set up a Keyword
31962 &quot;Work&quot; using the
31963 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
31964 You could cause that Keyword to show up as a special color
31965 by setting up the Keyword Color using this option, and then including it
31966 in the MESSAGE INDEX screen using one of the tokens listed above in the
31967 <!--#echo var="VAR_index-format"-->.
31969 <A HREF="h_color_setup">Descriptions of the available commands</A>
31971 Look <A HREF="h_edit_nav_cmds">here</A>
31972 to see the available Editing and Navigation commands.
31974 &lt;End of help on this topic&gt;
31975 </BODY>
31976 </HTML>
31977 ====== h_config_customhdr_color =====
31978 <HTML>
31979 <HEAD>
31980 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></TITLE>
31981 </HEAD>
31982 <BODY>
31983 <H1>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></H1>
31985 Sets the colors Alpine uses for specific header fields in the MESSAGE TEXT screen.
31986 For example, you may set the color of the Subject header or the From header.
31987 The foreground color is the color of the actual character and the
31988 background color is the color of the area behind the character.
31990 In addition to setting the colors for particular headers (like the Subject)
31991 you may also set a color to be used for all headers unless overridden by a
31992 more specific Viewer Header Color.
31993 To do this use the
31994 <A HREF="h_config_header_general_color">Header General Color</A>.
31996 For Header Colors,
31997 there is an additional line on the
31998 screen labeled &quot;Pattern to match&quot;.
31999 If you leave that blank, then the whole field for that header will
32000 be colored.
32001 However, if you give a pattern to match, the coloring will only take place
32002 if there is a match for that pattern in the value of the field.
32003 For example, if you are working on a color for the Subject header and
32004 you fill in a pattern of &quot;important&quot;, then only Subjects that
32005 contain the word &quot;important&quot; will be colored.
32007 If the pattern you enter is a comma-separated list of patterns, then coloring
32008 happens if any of those patterns matches.
32010 <A HREF="h_color_setup">Descriptions of the available commands</A>
32012 Look <A HREF="h_edit_nav_cmds">here</A>
32013 to see the available Editing and Navigation commands.
32015 &lt;End of help on this topic&gt;
32016 </BODY>
32017 </HTML>
32018 ====== h_config_indextoken_color =====
32019 <HTML>
32020 <HEAD>
32021 <TITLE>OPTION: <!--#echo var="VAR_index-token-colors"--></TITLE>
32022 </HEAD>
32023 <BODY>
32024 <H1>OPTION: <!--#echo var="VAR_index-token-colors"--></H1>
32026 This option allows you to set up the color in which any token, not specified by the
32027 previous options, will be colored in the MESSAGE INDEX screen. 
32029 In order to use this option, you must press the &quot;I&quot; <B>IndxHdr</B> command, and add
32030 a token that can be used in the index format. 
32031 The list of available tokens is <A HREF="h_index_tokens">here</A>.
32033 If you fail to enter a valid token your entry will be ignored, and you will be asked to
32034 enter a new one. Once you have entered a valid token, a line will be added to the
32035 configuration screen that you can use to set up the colors in which that token will
32036 be painted. This is done in the same way that you configure colors for other
32037 variables.
32039 <A HREF="h_color_setup">Descriptions of the available commands</A>
32041 Look <A HREF="h_edit_nav_cmds">here</A>
32042 to see the available Editing and Navigation commands.
32044 &lt;End of help on this topic&gt;
32045 </BODY>
32046 </HTML>
32047 ====== h_config_customhdr_pattern =====
32048 <HTML>
32049 <HEAD>
32050 <TITLE>OPTION: Viewer Header Color Pattern</TITLE>
32051 </HEAD>
32052 <BODY>
32053 <H1>OPTION: Viewer Header Color Pattern</H1>
32055 If you leave this blank, then the whole field for the header will
32056 be colored.
32057 If you give a pattern to match, the coloring will only take place
32058 if there is a match for that pattern in the value of the field.
32059 For example, if you are working on a color for the Subject header and
32060 you fill in a pattern of &quot;important&quot;, then only Subjects that
32061 contain the word &quot;important&quot; will be colored.
32063 For address headers (like From and To) and for the Newsgroups header,
32064 a pattern match will cause only the matched addresses or newsgroups to be
32065 colored.
32066 If there is no pattern to match, then all of the addresses or newsgroups
32067 in the relevant header will be colored.
32069 The matching pattern may be a comma-separated list of patterns to match
32070 instead of a single pattern.
32071 For example, you could use the pattern &quot;important,urgent&quot; which would
32072 cause a match if either the word &quot;important&quot; or the word
32073 &quot;urgent&quot; appeared in the value of the header.
32074 You could list several comma-separated email addresses in the Header
32075 From Color pattern so that those addresses will be colored when any of
32076 them appear in the From header.
32078 To add a new matching pattern or change the existing pattern use the 
32079 <!--chtml if pinemode="function_key"-->
32080 &quot;F4&quot;
32081 <!--chtml else-->
32082 &quot;C&quot;
32083 <!--chtml endif-->
32084 &quot;Change&quot; command that is available when the &quot;Pattern to
32085 match&quot; line is highlighted.
32087 <!--chtml if pinemode="function_key"-->
32088 &quot;F10&quot;
32089 <!--chtml else-->
32090 &quot;D&quot;
32091 <!--chtml endif-->
32092 &quot;Delete&quot; command may be used to quickly remove all patterns
32093 for a particular header.
32095 &lt;End of help on this topic&gt;
32096 </BODY>
32097 </HTML>
32098 ====== h_color_setup =====
32099 <HTML>
32100 <HEAD>
32101 <TITLE>SETUP COLOR COMMANDS</TITLE>
32102 </HEAD>
32103 <BODY>
32104 <H1>SETUP COLOR COMMANDS</H1>
32105 <!--chtml if pinemode="function_key"-->
32106 <PRE>
32107 Available Commands -- Group 1
32108 -------------------------------
32109 F1  Display this help text
32110 F2  Show other available commands
32111 F3  Exit to MAIN MENU
32112 F4  Select the highlighted foreground or background color
32113 F5  Move to previous line
32114 F6  Move to next line
32115 F7  Previous page
32116 F8  Next page
32117 F9  Add a config section for a header field
32118 F10 Restore all default colors (for all sections)
32119 F11 Print color configuration screen
32120 F12 Whereis (search for word)
32122 Available Commands -- Group 2
32123 -------------------------------
32124 F1  Display this help text
32125 F2  Show other available commands
32126 F5  Delete config section for highlighted header field
32127 F6  Shuffle the order of Header Color sections
32128 </PRE>
32129 <!--chtml else-->
32130 <PRE>
32131 General commands
32132 -------------------------------------------------
32133  ?  Display this help text     E  Exit back to MAIN MENU
32134  P  Previous Line              N  Next Line
32135  -  Previous page             Spc (space bar) Next page
32136  W  WhereIs (search for word)  %  Print color configuration screen
32138 Color Setup Commands
32139 ------------------------------------------------
32140  *  Select the highlighted foreground or background color
32141  A  Add a config section for a header field
32142  D  Delete config section for highlighted header field
32143  R  Restore all default colors (for all sections)
32144  $  Shuffle the order of Header Color sections
32145 </PRE>
32146 <!--chtml endif-->
32148 <H2>Description of the Setup Color Screen</H2>
32150 From this screen you may turn on color and set the colors of
32151 various parts of the Alpine display.
32152 For help on turning on color move your cursor into the Color Style section
32153 at the top of the Setup Color screen and ask for help.
32156 There are several sections in the Setup Color Screen.
32157 At the top are some settings that handle the style of color used
32158 with your terminal emulator (UNIX only), and some settings that
32159 control how the current indexline and the titlebar are colored.
32160 After that comes a long section called GENERAL COLORS that allows
32161 you to set the color of many elements in the Alpine screens.
32162 For example, the color of the titlebar, status messages,
32163 selectable links, quotes and signatures in messages, and so on.
32164 After that is a section called INDEX COLORS that allows you to
32165 set the colors of various pieces of the displayed index lines in
32166 the MESSAGE INDEX screen.
32167 The next section is HEADER COLORS. This is for coloring headers of
32168 messages in the MESSAGE TEXT screen in just about any way you would like.
32169 Finally, the KEYWORD COLORS section allows you to highlight
32170 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
32171 in the MESSAGE INDEX screen.
32174 To change a color, highlight the color you want to change (for example,
32175 the Status Color) by moving
32176 the cursor into it.
32177 You may want to read the help text for the color to see a brief desription
32178 of what you are coloring.
32179 Then press &quot;C&quot; for Change to set the color to something new.
32180 That will put you into a screen with two columns of colors, one for
32181 the foreground color and one for the background color.
32182 The foreground color is just the color you want the actual characters
32183 to be and the background color is the color of the rest of the rectangle
32184 behind the characters.
32185 Select the foreground and background colors desired by using the Next and
32186 Prev keys to highlight the color, and the * command to select it.
32188 To set a color to its default value, set the X in the Default line at
32189 the bottom of the list of colors.
32192 The HEADER COLORS section is a little bit different from the others.
32193 Besides coloring the specific fields that Alpine knows about, you may also
32194 color specific header fields when viewing a message in the MESSAGE TEXT
32195 screen.
32196 For example, you may color the Subject header a particular color.
32197 There are a few commands for use with headers.
32198 The &quot;AddHeader&quot; command adds a section to the color
32199 configuration screen that allows you to set the color for that header.
32200 You'll be asked for the name of the header field you want to color.
32201 If you wanted to color the Subject, you would answer
32202 with the word &quot;subject&quot;.
32203 Once you've added a header field, the color setting works just like the
32204 other color fields, except that there is an additional line on the
32205 configuration screen labeled &quot;Pattern to match&quot;.
32206 If you leave that blank, then the whole field for that header will always
32207 be colored.
32208 However, if you give a pattern to match, the coloring will only take place
32209 if there is a match for that pattern in the value of the field.
32210 For example, if you are working on a color for the Subject header and
32211 you fill in a pattern of &quot;important&quot;, then only Subjects that
32212 contain the word &quot;important&quot; will be colored.
32214 The &quot;DeleteHdr&quot; command removes a header section from the
32215 configuration altogether.
32216 The &quot;Shuffle&quot; command changes the order of header sections.
32217 This is only necessary if you use header sections with pattern fields.
32218 For example, if you have two Subject sections, one with one pattern and
32219 another with another pattern, and the subject for a particular message
32220 happens to match both, then the color from the first match is used.
32223 The command &quot;RestoreDefs&quot; will restore all of the default colors.
32224 Each section will change to the default value used for that section when
32225 color is first enabled.
32226 When you restore all default colors the color settings for the Header Colors
32227 will be unset (since that's the default), but the header fields you've
32228 added will remain so that you may easily reset them.
32229 In order to get rid of them completely you'd have to use
32230 the &quot;DeleteHdr&quot; command.
32233 Remember that <A HREF="h_rules_incols">Index Line Colors</A>
32234 may be set with matching rules and that is configured separately from
32235 the rest of the color settings described here.
32236 It is configured in the Setup/Rules/Indexcolors section of the configuration screen
32237 instead of in the Setup/Kolor section.
32239 <P><UL>
32240 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32241 </UL><P>
32242 &lt;End of help on this topic&gt;
32243 </BODY>
32244 </HTML>
32245 ====== h_config_news_uses_recent ======
32246 <HTML>
32247 <HEAD>
32248 <TITLE>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></TITLE>
32249 </HEAD>
32250 <BODY>
32251 <H1>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></H1>
32253 This feature causes certain messages to be marked as "New" in the
32254 MESSAGE INDEX of newsgroups.
32255 This feature is set by default.
32259 When opening a newsgroup, Alpine will consult your "newsrc" file and
32260 determine the last message you have previously disposed of via the "D"
32261 key.  If this feature is set, any subsequent messages will be shown in the
32262 Index with an "N", and the first of these messages will be highlighted.
32263 Although this is only an approximation of true "New" or "Unseen"
32264 status, it provides a useful cue to distinguish more-or-less recent
32265 messages from those you have seen previously, but are not yet ready to
32266 mark deleted.
32270 Background: your "newsrc" file (used to store message status information
32271 for newsgroups) is only capable of storing a single flag, and Alpine uses
32272 this to record whether or not you are "done with" a message, as
32273 indicated by marking the message as "Deleted".  Unfortunately, this
32274 means that Alpine has no way to record exactly which messages you have
32275 previously seen, so it normally does not show the "N" status flag for
32276 any messages in a newsgroup. This feature enables a starting
32277 *approximation* of seen/unseen status that may be useful.
32279 &lt;End of help on this topic&gt;
32280 </BODY>
32281 </HTML>
32282 ====== h_config_expose_hidden_config =====
32283 <HTML>
32284 <HEAD>
32285 <TITLE>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></TITLE>
32286 </HEAD>
32287 <BODY>
32288 <H1>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></H1>
32290 If set, this causes configuration options and features that are normally
32291 hidden from view to be editable in the Setup/Config screen.
32294 The purpose of this feature is to allow you to change configuration
32295 features and variables that are normally hidden.
32296 This is particularly useful if you are using a remote configuration,
32297 where it is difficult to edit the contents manually, but it may also be used
32298 on a local pinerc configuration file.
32300 If set, several configuration variables and features that are normally
32301 hidden from view will show up in the Setup/Configuration screen.
32302 They will be at the bottom of the configuration screen.
32303 You can find them by searching for the words &quot;hidden configuration&quot;.
32306 Note that this is an advanced feature that should be used with care.
32307 The reason that this part of the configuration is normally hidden is because
32308 there is a significant potential for causing problems if you change these
32309 variables.
32310 If something breaks after a change try changing it back to see if that is
32311 what is causing the problem.
32312 There are also some variables that are normally hidden because they are
32313 manipulated through Alpine in other ways.
32314 For example, colors are normally set using the Setup/Kolors screen and
32315 the &quot;<!--#echo var="VAR_address-book"-->&quot; variable is normally set using
32316 the Setup/AddressBooks screen, so there is little reason to edit these directly.
32317 The &quot;<!--#echo var="VAR_incoming-folders"-->&quot; variable is normally changed by using
32318 the Add, Delete, and Rename commands in the FOLDER LIST screen,
32319 and the &quot;<!--#echo var="VAR_last-time-prune-questioned"-->&quot; variable is normally used
32320 internally by Alpine and not set directly by the user.
32322 <UL>   
32323 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32324 </UL><P>
32325 &lt;End of help on this topic&gt;
32326 </BODY>
32327 </HTML>
32328 ====== h_config_disable_signature_edit =====
32329 <HTML>
32330 <HEAD>
32331 <TITLE>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></TITLE>
32332 </HEAD>
32333 <BODY>
32334 <H1>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></H1>
32336 If set, this disables the editing of signature files from within
32337 the Setup/Config screen.
32339 <UL>   
32340 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32341 </UL><P>
32342 &lt;End of help on this topic&gt;
32343 </BODY>
32344 </HTML>
32345 ====== h_config_disable_roles_templateedit =====
32346 <HTML>
32347 <HEAD>
32348 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></TITLE>
32349 </HEAD>
32350 <BODY>
32351 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></H1>
32353 If set, this disables the editing of template files within the
32354 Role setup screen.
32356 <UL>   
32357 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32358 </UL><P>
32359 &lt;End of help on this topic&gt;
32360 </BODY>
32361 </HTML>
32362 ====== h_config_disable_roles_sigedit =====
32363 <HTML>
32364 <HEAD>
32365 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></TITLE>
32366 </HEAD>
32367 <BODY>
32368 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></H1>
32370 If set, this disables the editing of signature files within the
32371 Role setup screen.
32373 <UL>   
32374 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32375 </UL><P>
32376 &lt;End of help on this topic&gt;
32377 </BODY>
32378 </HTML>
32379 ====== h_config_disable_roles_setup =====
32380 <HTML>
32381 <HEAD>
32382 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></TITLE>
32383 </HEAD>
32384 <BODY>
32385 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></H1>
32387 If set, this disables the Setup/Rules/Roles command.
32389 <UL>   
32390 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32391 </UL><P>
32392 &lt;End of help on this topic&gt;
32393 </BODY>
32394 </HTML>
32395 ====== h_config_disable_pipes_in_templates =====
32396 <HTML>
32397 <HEAD>
32398 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></TITLE>
32399 </HEAD>
32400 <BODY>
32401 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></H1>
32403 By default, if a template file name is followed by a vertical bar (|) then
32404 that causes the file to be executed to produce the text for the template.
32405 If this feature is set, then this is not allowed.
32407 <UL>   
32408 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32409 </UL><P>
32410 &lt;End of help on this topic&gt;
32411 </BODY>
32412 </HTML>
32413 ====== h_config_disable_pipes_in_sigs =====
32414 <HTML>
32415 <HEAD>
32416 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></TITLE>
32417 </HEAD>
32418 <BODY>
32419 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></H1>
32421 By default, if a signature file name is followed by a vertical bar (|) then
32422 that causes the file to be executed to produce the text for the signature.
32423 If this feature is set, then this is not allowed.
32425 <UL>   
32426 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32427 </UL><P>
32428 &lt;End of help on this topic&gt;
32429 </BODY>
32430 </HTML>
32431 ====== h_config_disable_password_cmd =====
32432 <HTML>
32433 <HEAD>
32434 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></TITLE>
32435 </HEAD>
32436 <BODY>
32437 <H1>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></H1>
32439 If set, then the Setup/Newpassword command is disabled.
32441 <UL>   
32442 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32443 </UL><P>
32444 &lt;End of help on this topic&gt;
32445 </BODY>
32446 </HTML>
32447 ====== h_config_disable_password_caching =====
32448 <HTML>
32449 <HEAD>
32450 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></TITLE>
32451 </HEAD>
32452 <BODY>
32453 <H1>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></H1>
32455 Normally, loginname/password combinations are cached in Alpine so that
32456 you do not have to enter the same password more than once in a session.
32457 A disadvantage to this approach is that the password must be stored in
32458 the memory image of the running Alpine in order that it can be re-used.
32459 In the event that Alpine crashes and produces a core dump, and that core
32460 dump is readable by others, the loginname and password could be read
32461 from the core dump.
32463 If this feature is set, then the passwords will not be cached and you
32464 will have to retype the password whenever Alpine needs it.
32465 Even with this feature set there is still some chance that the core
32466 file will contain a password, so care should be taken to make the
32467 core files unreadable.
32469 NOTE: If PASSFILE caching is enabled, this does not disable it.
32470 That is a separate and independent feature.
32471 <UL>   
32472 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32473 </UL><P>
32474 &lt;End of help on this topic&gt;
32475 </BODY>
32476 </HTML>
32477 ====== h_config_disable_kb_lock =====
32478 <HTML>
32479 <HEAD>
32480 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></TITLE>
32481 </HEAD>
32482 <BODY>
32483 <H1>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></H1>
32485 If set, then the Keyboard Lock command is removed from the MAIN MENU.
32487 <UL>   
32488 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32489 </UL><P>
32490 &lt;End of help on this topic&gt;
32491 </BODY>
32492 </HTML>
32493 ====== h_config_disable_config_cmd =====
32494 <HTML>
32495 <HEAD>
32496 <TITLE>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></TITLE>
32497 </HEAD>
32498 <BODY>
32499 <H1>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></H1>
32501 If set, then the Setup/Config screen is disabled.
32503 <UL>   
32504 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32505 </UL><P>
32506 &lt;End of help on this topic&gt;
32507 </BODY>
32508 </HTML>
32509 ====== h_config_allow_chg_from =====
32510 <HTML>
32511 <HEAD>
32512 <TITLE>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></TITLE>
32513 </HEAD>
32514 <BODY>
32515 <H1>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></H1>
32517 This feature affects Alpine's handling of the &quot;From:&quot; header field
32518 in the "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" configuration
32519 option.
32521 If this feature is set then the From line can be changed just like
32522 all the other header fields that can be changed.
32523 This feature defaults to <EM>ON</EM>.
32525 Even with this feature turned ON (the default) you will not be able 
32526 to change the From header unless you add it to your list of
32527 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>.
32528 You may also want to change the
32529 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
32530 if you want the From header to always show up in the composer without
32531 having to type the Rich Headers command first.
32533 Note that many sites restrict the use of this feature in order to
32534 reduce the chance of falsified addresses and misdirected mail.
32535 If you want to change the value of what gets included in the From header
32536 in messages you send
32537 look <A HREF="h_config_change_your_from">here</A> for a description.
32539 <UL>   
32540 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32541 </UL><P>
32542 &lt;End of help on this topic&gt;
32543 </BODY>
32544 </HTML>
32545 ====== h_config_disable_collate =====
32546 <HTML>
32547 <HEAD>
32548 <TITLE>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></TITLE>
32549 </HEAD>
32550 <BODY>
32551 <H1>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></H1>
32553 This is a hard to understand feature that should only be used in rare cases.
32554 Normally, the C function call
32556 <CENTER><SAMP>setlocale(LC_COLLATE, &quot;&quot;)</SAMP></CENTER>
32558 is used by Alpine.
32559 If you want to try turning it off,
32560 setting this feature will turn it off.
32561 This part of the locale has to do with the sort order
32562 of characters in your locale.
32564 <UL>   
32565 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32566 </UL><P>
32567 &lt;End of help on this topic&gt;
32568 </BODY>
32569 </HTML>
32570 ====== h_config_quell_attach_extra_prompt =====
32571 <HTML>
32572 <HEAD>
32573 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></TITLE>
32574 </HEAD>
32575 <BODY>
32576 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></H1>
32578 By default, when you attempt to view an attachment externally
32579 from the &quot;Attachment View&quot; screen, you are asked if you
32580 really want to view the selected attachment.
32583 If this feature is set, you will <B>not</B> be prompted to confirm
32584 your selection.  Prior to Alpine and to Pine 4.50, the default behavior was to not
32585 prompt. This feature was added for those wanting to preserve that
32586 behavior (along with 
32587 <A HREF="h_config_quell_attach_ext_warn"><!--#echo var="FEAT_quell-attachment-extension-warn"--></A>).
32590 <UL>   
32591 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32592 </UL><P>
32593 &lt;End of help on this topic&gt;
32594 </BODY>
32595 </HTML>
32596 ====== h_config_quell_attach_ext_warn =====
32597 <HTML>
32598 <HEAD>
32599 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></TITLE>
32600 </HEAD>
32601 <BODY>
32602 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></H1>
32605 This feature suppresses the extra warning you can get when trying
32606 to view an attachment for which there is no mime-type match.  Turning
32607 on this feature will just run the program according to extension
32608 instead of first warning the user that it will run according to the
32609 file's extension.
32611 This feature can be used along side 
32612 <A HREF="h_config_quell_attach_extra_prompt"><!--#echo var="FEAT_quell-attachment-extra-prompt"--></A>
32613 to preserve the behavior exhibited in Pine versions prior to Pine 4.50.
32615 <UL>   
32616 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32617 </UL><P>
32618 &lt;End of help on this topic&gt;
32619 </BODY>
32620 </HTML>
32621 ====== h_config_mailcap_params =====
32622 <HTML>
32623 <HEAD>
32624 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></TITLE>
32625 </HEAD>
32626 <BODY>
32627 <H1>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></H1>
32629 If set, this will allow mailcap named parameter substitution to occur
32630 in mailcap entries.
32631 By default, this is turned off to prevent security problems that may occur
32632 with some incorrect mailcap configurations.
32633 For more information, see RFC1524 and look for "named parameters" in the
32634 text of the RFC.
32636 <UL>   
32637 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32638 </UL><P>
32639 &lt;End of help on this topic&gt;
32640 </BODY>
32641 </HTML>
32642 ====== h_config_disable_shared =====
32643 <HTML>
32644 <HEAD>
32645 <TITLE>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></TITLE>
32646 </HEAD>
32647 <BODY>
32648 <H1>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></H1>
32650 If this feature is set, the automatic search for namespaces &quot;ftp&quot;,
32651 &quot;imapshared&quot;, and &quot;imappublic&quot; by the underlying library
32652 will be disabled.
32653 The reason this feature exists is because there are some implementations
32654 of system password lookup routines that are very slow when presented with
32655 a long loginname that does not exist.
32656 This feature could be set to prevent the delay at startup time when the
32657 names above are searched for in the password file.
32659 <UL>   
32660 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32661 </UL><P>
32662 &lt;End of help on this topic&gt;
32663 </BODY>
32664 </HTML>
32665 ====== h_config_hide_nntp_path =====
32666 <HTML>
32667 <HEAD>
32668 <TITLE>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></TITLE>
32669 </HEAD>
32670 <BODY>
32671 <H1>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></H1>
32673 Normally the Path header that Alpine generates when posting to a newsgroup
32674 contains the name of the computer from which the message is being sent and
32675 the user name.
32676 Some believe that this information is used by spammers.
32677 If this feature is set, that information will be replaced with the text
32679 <CENTER><SAMP>not-for-mail</SAMP></CENTER>
32681 instead.
32683 It should be noted that many servers being connected to will still reveal
32684 the information that this feature attempts to protect.
32686 <UL>   
32687 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32688 </UL><P>
32689 &lt;End of help on this topic&gt;
32690 </BODY>
32691 </HTML>
32692 ====== h_config_no_bezerk_zone =====
32693 <HTML>
32694 <HEAD>
32695 <TITLE>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></TITLE>
32696 </HEAD>
32697 <BODY>
32698 <H1>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></H1>
32700 POSIX mandates a timezone in UNIX mailbox format folder delimiters
32701 (the line that begins with From <SPACE>).
32702 Some versions of Berkeley mail have trouble with this, and don't recognize
32703 the line as a message delimiter.
32704 If this feature is set, the timezone will be left off the delimiter line.
32706 <UL>   
32707 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32708 </UL><P>
32709 &lt;End of help on this topic&gt;
32710 </BODY>
32711 </HTML>
32712 ====== h_config_quell_domain_warn =====
32713 <HTML>
32714 <HEAD>
32715 <TITLE>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></TITLE>
32716 </HEAD>
32717 <BODY>
32718 <H1>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></H1>
32720 When your configuration is set up so that your domain name contains no dots,
32721 it is usually a configuration error.
32722 By default, Alpine will warn you about this when you start it up.
32723 You will see a warning message that looks like
32726 <CENTER><SAMP>Incomplete maildomain &quot;&lt;domain&gt;&quot;.</SAMP></CENTER>
32729 If this feature is set, the warning is turned off.
32731 <UL>   
32732 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32733 </UL><P>
32734 &lt;End of help on this topic&gt;
32735 </BODY>
32736 </HTML>
32737 ====== h_config_quell_imap_env =====
32738 <HTML>
32739 <HEAD>
32740 <TITLE>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></TITLE>
32741 </HEAD>
32742 <BODY>
32743 <H1>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></H1>
32745 In the MESSAGE INDEX screen, if the open folder is being accessed
32746 using IMAP, Alpine normally tries to paint the index lines on the screen
32747 as soon as the information arrives from the IMAP server.
32748 This means that the index information makes it onto the screen more quickly
32749 than it otherwise would.
32750 This sometimes results in behavior that bothers some users.
32751 For example, when paging to a new page of the index, it may be possible for
32752 the lines to be painted on the screen in a random order, rather than from
32753 top to bottom.
32756 Setting this feature causes Alpine to wait for all of the information
32757 to be gathered before it paints the index screen.
32758 Once it collects all of the information, the screen will be painted quickly
32759 from top to bottom.
32761 <UL>   
32762 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32763 </UL><P>
32764 &lt;End of help on this topic&gt;
32765 </BODY>
32766 </HTML>
32767 ====== h_config_quell_news_env =====
32768 <HTML>
32769 <HEAD>
32770 <TITLE>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></TITLE>
32771 </HEAD>
32772 <BODY>
32773 <H1>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></H1>
32775 In the MESSAGE INDEX screen, if the open folder is being accessed
32776 using NNTP (News), Alpine normally tries to paint the index lines on the screen
32777 as soon as the information arrives from the NNTP server.
32778 This means that the index information makes it onto the screen more quickly
32779 than it otherwise would.
32780 This sometimes results in behavior that bothers some users.
32781 For example, when paging to a new page of the index, it may be possible for
32782 the lines to be painted on the screen in a random order, rather than from
32783 top to bottom.
32786 Setting this feature causes Alpine to wait for all of the information
32787 to be gathered before it paints the index screen.
32788 Once it collects all of the information, the screen will be painted quickly
32789 from top to bottom.
32791 <UL>   
32792 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32793 </UL><P>
32794 &lt;End of help on this topic&gt;
32795 </BODY>
32796 </HTML>
32797 ====== h_config_quell_content_id =====
32798 <HTML>
32799 <HEAD>
32800 <TITLE>FEATURE: <!--#echo var="FEAT_quell-content-id"--></TITLE>
32801 </HEAD>
32802 <BODY>
32803 <H1>FEATURE: <!--#echo var="FEAT_quell-content-id"--></H1>
32805 This feature changes the behavior of Alpine when sending messages.
32806 It is intended to work around a bug in Microsoft's Outlook XP mail user
32807 agent.
32808 As of this writing, Microsoft has acknowledged the bug but
32809 has not added it to the Knowledge Base.
32810 We have been told that there will be a post-SP1 hotfix for Outlook XP.
32811 This particular bug has bug fix number OfficeQFE:4781.
32812 The nature of the bug is that messages with attachments that
32813 contain a Content-ID header (which standard Alpine attachments do)
32814 do not show the attachment indicator (a paperclip) when viewed with
32815 Outlook XP.
32816 So the user has no indication that the message contains an attachment.
32819 If this feature is set then Alpine will remove most Content-ID headers
32820 before sending a message.
32821 If an attachment is of type MESSAGE, then the existing Content-ID headers
32822 inside the message will be left intact.
32823 This would only happen with Alpine if a message was forwarded as an attachment
32824 or if a message with a message attached was forwarded.
32825 Similarly if an attachment of type MULTIPART/ALTERNATIVE is forwarded,
32826 the Content-ID headers of the alternative parts will not be removed.
32829 Because the Content-ID header is a standard part of MIME it is possible
32830 that setting this feature will break something.
32831 For example, if an attachment has a Content-ID header that is necessary
32832 for the correct functioning of that attachment, it is possible that Alpine
32833 may remove that header when the attachment is forwarded.
32834 However, it seems fairly safe at this time.
32837 <UL>   
32838 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32839 </UL><P>
32840 &lt;End of help on this topic&gt;
32841 </BODY>
32842 </HTML>
32843 ====== h_config_winpos_in_config =====
32844 <HTML>
32845 <HEAD>
32846 <TITLE>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></TITLE>
32847 </HEAD>
32848 <BODY>
32849 <H1>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></H1>
32851 PC-Alpine only.
32854 Normally, PC-Alpine will store its window size and position in the
32855 Windows Registry.
32856 This is convenient if you want to use the same remote
32857 configuration from more than one PC.
32858 If you use multiple configuration files to start PC-Alpine, you may want
32859 to store the window size and position in the configuration file instead
32860 of in the Registry.
32861 Setting this feature causes the value to be stored in 
32862 <A HREF="h_config_window_position">Window-Position</A>.
32865 <UL>   
32866 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32867 </UL><P>
32868 &lt;End of help on this topic&gt;
32869 </BODY>
32870 </HTML>
32871 ====== h_config_quell_ssl_largeblocks =====
32872 <HTML>
32873 <HEAD>
32874 <TITLE>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></TITLE>
32875 </HEAD>
32876 <BODY>
32877 <H1>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></H1>
32879 PC-Alpine only.
32881 This feature changes the behavior of fetching messages
32882 and attachments so that the message data is fetched in chunks no larger
32883 than 12K bytes.
32884 This works around a bug in Microsoft's SSL/TLS support.
32885 Some versions of Microsoft SSL are not able to read full-sized (16K)
32886 SSL/TLS packets.
32887 Some servers will send such packets and this will
32888 cause PC-Alpine to crash with the error
32891 <CENTER><SAMP>incomplete SecBuffer exceeds maximum buffer size</SAMP></CENTER>
32894 Microsoft is aware of the problem and has developed a hotfix for it, it is
32895 discussed in article 300562 in the Microsoft Knowledge Base.
32897 <UL>   
32898 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32899 </UL><P>
32900 &lt;End of help on this topic&gt;
32901 </BODY>
32902 </HTML>
32903 ====== h_config_quell_partial =====
32904 <HTML>
32905 <HEAD>
32906 <TITLE>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></TITLE>
32907 </HEAD>
32908 <BODY>
32909 <H1>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></H1>
32911 Partial fetching is a feature of the IMAP protocol.
32912 By default, Alpine
32913 will use partial fetching when copying the contents of a message or attachment
32914 from the IMAP server to Alpine.
32915 This means that the fetch will be done in many
32916 small chunks instead of one big chunk. The main benefit of this approach is
32917 that the fetch becomes interruptible. That is, the user can type <EM>^C</EM>
32918 to stop the fetch early. In some cases partial fetching may cause a performance
32919 problem so that the fetching of data takes significantly longer when partial
32920 fetching is used. Turning on this feature will turn off partial fetching.
32922 <UL>   
32923 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32924 </UL><P>
32925 &lt;End of help on this topic&gt;
32926 </BODY>
32927 </HTML>
32928 ====== h_config_quell_personal_name_prompt =====
32929 <HTML>
32930 <HEAD>
32931 <TITLE>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></TITLE>
32932 </HEAD>
32933 <BODY>
32934 <H1>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></H1>
32936 PC-Alpine only.  This feature quells the prompting for a 
32937 <A HREF="h_config_pers_name">personal name</A>.  This
32938 prompt normally happens before composing a message, and only happens when
32939 there is no personal name already set.
32941 <UL>   
32942 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32943 </UL><P>
32944 &lt;End of help on this topic&gt;
32945 </BODY>
32946 </HTML>
32947 ====== h_config_quell_user_id_prompt =====
32948 <HTML>
32949 <HEAD>
32950 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></TITLE>
32951 </HEAD>
32952 <BODY>
32953 <H1>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></H1>
32955 PC-Alpine only.  This feature quells the prompting for a 
32956 <A HREF="h_config_user_id"><!--#echo var="VAR_user-id"--></A>
32957 if the information can be obtained from the login name used
32958 to open the INBOX.  Normally, this prompt happens before composing
32959 a message, and only happens when there is no user-id already set
32960 in the configuration.
32962 With this feature set, composing a message is only possible after
32963 establishing a connection to the INBOX.
32965 <UL>   
32966 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32967 </UL><P>
32968 &lt;End of help on this topic&gt;
32969 </BODY>
32970 </HTML>
32971 ====== h_config_save_aggregates =====
32972 <HTML>
32973 <HEAD>
32974 <TITLE>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></TITLE>
32975 </HEAD>
32976 <BODY>
32977 <H1>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></H1>
32979 This feature will optimize an aggregate copy operation, if
32980 possible, by issuing a single IMAP <EM>COPY</EM> command with a
32981 list of the messages to be copied.
32982 This feature is set by default.
32983 This may reduce network traffic and elapsed time for the Save.
32984 <EM>However, many IMAP servers (including the UW IMAP server) do
32985 not preserve the order of messages when this optimization is applied.</EM>
32986 If this feature is not set, 
32987 Alpine will copy each message individually and the order of the messages
32988 will be preserved.
32990 <UL>   
32991 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32992 </UL><P>
32993 &lt;End of help on this topic&gt;
32994 </BODY>
32995 </HTML>
32996 ====== h_config_use_system_translation =====
32997 <HTML>
32998 <HEAD>
32999 <TITLE>FEATURE: Use System Translation</TITLE>
33000 </HEAD>
33001 <BODY>
33002 <H1>FEATURE: Use System Translation</H1>
33004 UNIX Alpine only.
33006 Alpine normally uses its own internal software to convert between the multi-byte
33007 representation of characters and the Unicode representation of those
33008 same characters.
33009 It converts from the multi-byte characters your keyboard produces to Unicode,
33010 and from Unicode to the multi-byte characters your display expects.
33011 Alpine also uses its own internal software to decide how much space on
33012 the screen a particular Unicode character will occupy.
33015 Setting this feature tells Alpine to use the system-supplied routines to
33016 perform these tasks instead.
33017 In particular there are three tasks and three system routines that will
33018 be used for these tasks.
33021 To convert from multi-byte to Unicode the routine
33024 <CENTER><SAMP>mbstowcs</SAMP></CENTER>
33027 is used.
33028 To convert from Unicode to multi-byte the routine
33031 <CENTER><SAMP>wcrtomb</SAMP></CENTER>
33034 is used.
33035 And to find the screen width a particular Unicode character will
33036 occupy the routine used is
33039 <CENTER><SAMP>wcwidth</SAMP></CENTER>
33042 This feature has been only lightly tested.
33043 The internal routines should normally be used unless you run into
33044 a problem that you think may be solved by using the system routines.
33045 Note that your environment needs to be set up for these
33046 routines to work correctly.
33047 In particular, the LANG or LC_CTYPE variable in your environment will
33048 need to be set.
33051 <UL>   
33052 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33053 </UL><P>
33054 &lt;End of help on this topic&gt;
33055 </BODY>
33056 </HTML>
33057 ====== h_config_suspend_spawns =====
33058 <HTML>
33059 <HEAD>
33060 <TITLE>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></TITLE>
33061 </HEAD>
33062 <BODY>
33063 <H1>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></H1>
33065 This feature affects Alpine's behavior when process suspension is enabled
33066 and then activated via the Ctrl-Z key.  Alpine suspension allows one to
33067 temporarily interact with the operating system command &quot;shell&quot; 
33068 without
33069 quitting Alpine, and then subsequently resume the still-active Alpine session.
33072 When the <A HREF="h_config_can_suspend">&quot;<!--#echo var="FEAT_enable-suspend"-->&quot;</A> feature
33073 is set and subsequently the Ctrl-Z key
33074 is pressed, Alpine will normally suspend itself and return temporary control
33075 to Alpine's parent shell process.  However, if this feature is set, Alpine
33076 will instead create an inferior subshell process.  This is useful when the
33077 parent process is not intended to be used interactively.  Examples include
33078 invoking Alpine via the -e argument of the Unix &quot;xterm&quot; program, 
33079 or via a menu system.<P>
33081 Note that one typically resumes a suspended Alpine by entering the Unix
33082 &quot;fg&quot; command, but if this feature is set, it will be necessary to
33083 enter the &quot;exit&quot; command instead.
33085 <UL>   
33086 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33087 </UL><P>
33088 &lt;End of help on this topic&gt;
33089 </BODY>
33090 </HTML>
33091 ====== h_config_8bit_smtp =====
33092 <HTML>
33093 <HEAD>
33094 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></TITLE>
33095 </HEAD>
33096 <BODY>
33097 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></H1>
33099 This feature affects Alpine's behavior when sending mail.
33100 By default, this feature is set.
33101 Internet standards
33102 require that all electronic mail messages traversing the global Internet
33103 consist of 7bit ASCII characters unless a pair of cooperating mail 
33104 transfer agents explicitly agree to allow 8bit messages.  In general, 
33105 then, exchanging messages in non-ASCII characters requires MIME encoding.
33107 However, there are now Internet standards that allow for unencoded 8bit
33108 exchange of messages between cooperating systems.  When this feature is set
33109 Alpine will try to negotiate unencoded 8bit transmission during the
33110 sending process.  Should the negotiation fail, Alpine will fall back to its
33111 ordinary encoding rules. 
33113 Note, this feature relies on your system's mail transport agent or
33114 configured <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
33115 having the negotiation mechanism introduced in
33116 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
33117 &quot;8BITMIME&quot;. 
33119 ESMTP allows for graceful migration to upgraded mail transfer agents, but
33120 it is possible that this feature might cause problems for some servers. 
33121 <P><UL>
33122 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33123 </UL>
33124 <P>&lt;End of help on this topic&gt;
33125 </BODY>
33126 </HTML>
33127 ====== h_config_8bit_nntp =====
33128 <HTML>
33129 <HEAD>
33130 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></TITLE>
33131 </HEAD>
33132 <BODY>
33133 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></H1>
33135 This feature affects Alpine's behavior when posting news.  
33139 The Internet standard for exchanging USENET news messages (RFC-1036)
33140 specifies that USENET messages should conform to Internet mail standards
33141 and contain only 7bit characters, but much of the news transport software
33142 in use today is capable of successfully sending messages containing 8bit
33143 characters.  Hence, many people believe that it is appropriate to send 8bit
33144 news messages without any MIME encoding.
33148 Moreover, there is no Internet standard for explicitly negotiating 8bit
33149 transfer, as there is for Internet email.  Therefore, Alpine provides the
33150 option of posting unencoded 8bit news messages, though not as the default.
33151 Setting this feature will turn OFF Alpine's MIME encoding of newsgroup
33152 postings that contain 8bit characters. 
33156 Note, articles may cross a path or pass through news transport software
33157 that is unsafe or even hostile to 8bit characters.  At best this will only
33158 cause the posting to become garbled.  The safest way to transmit 8bit
33159 characters is to leave Alpine's MIME encoding turned on, but recipients
33160 who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
33161 messages.
33163 &lt;End of help on this topic&gt;
33164 </BODY>
33165 </HTML>
33166 ====== h_config_mark_for_cc =====
33167 <HTML>
33168 <HEAD>
33169 <TITLE>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></TITLE>
33170 </HEAD>
33171 <BODY>
33172 <H1>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></H1>
33174 This feature affects Alpine's MESSAGE INDEX display.
33175 By default, a '+' is displayed in the first column if the
33176 message is addressed directly to you.
33177 When this feature is set and the message is not addressed to you, then a
33178 '-' character is displayed if the message is instead Cc'd directly
33179 to you.
33182 <UL>   
33183 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33184 </UL><P>
33185 &lt;End of help on this topic&gt;
33186 </BODY>
33187 </HTML>
33188 ====== h_config_tab_uses_unseen =====
33189 <HTML>
33190 <HEAD>
33191 <TITLE>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></TITLE>
33192 </HEAD>
33193 <BODY>
33194 <H1>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></H1>
33196 This feature affects Alpine's behavior when using the TAB
33197 <A HREF="h_common_nextnew">NextNew Command</A>
33198 to move from one folder to the next.
33199 Alpine's usual behavior is to search for folders
33200 with <EM>Recent</EM> messages in them.
33201 Recent messages are messages that have arrived since the last time the
33202 folder was opened.
33205 Setting this feature causes Alpine to search for <EM>Unseen</EM>
33206 messages instead of Recent messages.
33207 Unseen messages remain Unseen until you view them (or flag then as Seen with
33208 the <A HREF="h_common_flag">Flag Command</A>).
33209 Setting this feature allows you to locate messages you have not read
33210 instead of only recently received messages.
33211 When this feature is set, the feature
33212 <A HREF="h_config_fast_recent">&quot;<!--#echo var="FEAT_enable-fast-recent-test"-->&quot;</A>
33213 will have no effect, so the checking may be slower.
33216 Another reason why you might want to use this feature is that Alpine sometimes
33217 opens folders implicitly behind the scenes, and this clears the
33218 Recent status of all messages in the folder.
33219 One example where this happens is when Saving or filtering a
33220 message to another folder.
33221 If that message has some <A HREF="h_config_keywords">keywords</A>
33222 set, then because of some shortcomings
33223 in the IMAP specification, the best way to ensure that those keywords are
33224 still set in the saved copy of the message is to open the folder and
33225 set the keywords explicitly.
33226 Because this clears the Recent status of all messages in that folder the
33227 folder will not be found by the NextNew command unless this feature is set.
33230 &lt;End of help on this topic&gt;
33231 </BODY>
33232 </HTML>
33233 ====== h_config_tab_new_only =====
33234 <HTML>
33235 <HEAD>
33236 <TITLE>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></TITLE>
33237 </HEAD>
33238 <BODY>
33239 <H1>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></H1>
33241 This feature affects Alpine's behavior when using the TAB key to move from
33242 one message to the next.  Alpine's usual behavior is to select the next
33243 unread message or message flagged as "Important".
33247 Setting this feature causes Alpine to skip the messages flagged as important,
33248 and select unread messages exclusively.  Tab behavior when there are no
33249 new messages left to select remains unchanged.
33251 &lt;End of help on this topic&gt;
33252 </BODY>
33253 </HTML>
33254 ====== h_config_warn_if_subj_blank =====
33255 <HTML>
33256 <HEAD>
33257 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></TITLE>
33258 </HEAD>
33259 <BODY>
33260 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></H1>
33262 This feature affects Alpine's behavior when you send a message being
33263 composed.
33264 If this option is set, Alpine will check to see if the message about to be sent
33265 has a subject or not.
33266 If not, you will be asked if you want to send the message anyway.
33269 <UL>   
33270 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33271 </UL><P>
33272 &lt;End of help on this topic&gt;
33273 </BODY>
33274 </HTML>
33275 ====== h_config_warn_if_fcc_blank =====
33276 <HTML>
33277 <HEAD>
33278 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></TITLE>
33279 </HEAD>
33280 <BODY>
33281 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></H1>
33283 This feature affects Alpine's behavior when you send a message being
33284 composed.
33285 If this option is set, Alpine will check to see if the message about to be sent
33286 has an Fcc or not.
33287 If not, you will be asked if you want to send the message anyway.
33290 <UL>   
33291 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33292 </UL><P>
33293 &lt;End of help on this topic&gt;
33294 </BODY>
33295 </HTML>
33296 ====== h_config_warn_if_no_to_or_cc =====
33297 <HTML>
33298 <HEAD>
33299 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></TITLE>
33300 </HEAD>
33301 <BODY>
33302 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></H1>
33304 This feature affects Alpine's behavior when you send a message being
33305 composed.
33306 If this option is set, Alpine will check to see if the message about to be sent
33307 has either a To address, a Cc address, or a Newsgroup.
33308 If none of these is set,
33309 you will be asked if you want to send the message anyway.
33312 This feature is closely related to
33313 <A HREF="h_config_auto_fcc_only"><!--#echo var="FEAT_fcc-only-without-confirm"--></A>.
33314 Alpine will normally ask if you want to copy a message only to the Fcc.
33315 This feature also applies to cases where there is a Bcc but still no To, Cc,
33316 or Newsgroup.
33317 If the <!--#echo var="FEAT_fcc-only-without-confirm"--> feature is set and you are sending a
33318 message with only an Fcc, then you won't be asked about sending with
33319 a blank To and Cc and Newsgroups header even if this feature is set.
33320 Similarly, if you have already been asked if you want to send to the Fcc
33321 only and you have answered Yes, then you won't be asked again about sending with
33322 blank To, Cc, and Newsgroups headers even if this feature is set.
33325 <UL>   
33326 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33327 </UL><P>
33328 &lt;End of help on this topic&gt;
33329 </BODY>
33330 </HTML>
33331 ====== h_config_quell_dead_letter =====
33332 <HTML>
33333 <HEAD>
33334 <TITLE>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></TITLE>
33335 </HEAD>
33336 <BODY>
33337 <H1>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></H1>
33339 This feature affects Alpine's behavior when you cancel a message being
33340 composed.  Alpine's usual behavior is to write the canceled message to
33341 a file named 
33342 <!--chtml if pinemode="os_windows"-->
33343 &quot;DEADLETR&quot;,
33344 <!--chtml else-->
33345 &quot;dead.letter&quot; in your home directory,
33346 <!--chtml endif-->
33347 overwriting any previous message. Under
33348 some conditions (some routine), this can introduce a noticeable delay.
33349 Setting this feature will cause Alpine NOT to write canceled compositions
33350 into the file.
33352 NOTE: Enabling this feature means NO record of canceled messages is
33353 maintained.
33355 This feature affects the newer option
33356 <A HREF="h_config_deadlets"><!--#echo var="VAR_dead-letter-files"--></A>, which specifies the
33357 number of dead letter files to keep around.
33358 If this feature is set, then the <!--#echo var="VAR_dead-letter-files"--> option has no effect.
33360 <UL>   
33361 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33362 </UL><P>
33363 &lt;End of help on this topic&gt;
33364 </BODY>
33365 </HTML>
33366 ====== h_config_quell_beeps =====
33367 <HTML>
33368 <HEAD>
33369 <TITLE>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></TITLE>
33370 </HEAD>
33371 <BODY>
33372 <H1>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></H1>
33374 This feature affects Alpine's behavior when it displays status message
33375 (e.g., Error complaints, New mail warnings, etc).  Setting this feature
33376 will not affect the display of such messages, but will cause those that
33377 emit a beep to become silent.
33380 <UL>   
33381 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33382 </UL><P>
33383 &lt;End of help on this topic&gt;
33384 </BODY>
33385 </HTML>
33386 ====== h_config_suppress_user_agent =====
33387 <HTML>
33388 <HEAD>
33389 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></TITLE>
33390 </HEAD>
33391 <BODY>
33392 <H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
33394 If this feature is set then Alpine will not generate a
33395 <CODE>User-Agent</CODE> header in outgoing messages.
33397 <UL>   
33398 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33399 </UL><P>
33400 &lt;End of help on this topic&gt;
33401 </BODY>
33402 </HTML>
33403 ====== h_config_quell_lock_failure_warnings =====
33404 <HTML>
33405 <HEAD>
33406 <TITLE>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></TITLE>
33407 </HEAD>
33408 <BODY>
33409 <H1>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></H1>
33411 This feature affects Alpine's behavior when it encounters a problem
33412 acquiring a mail folder lock.  Typically, a secondary file associated
33413 with the mail folder being opened is created as part of the locking
33414 process.  On some systems, such file creation has been administratively
33415 precluded by the system configuration.
33417 Alpine issues a warning when such failures occur, which can become bothersome
33418 if the system is configured to disallow such actions.  Setting this
33419 feature causes Alpine to remain silent when this part of lock creation fails.
33421 WARNING: systems that have been configured in a way that precludes locking
33422 introduce some risk of mail folder corruption when more than one program
33423 attempts to modify the mail folder.  This is most likely to occur to one's
33424 INBOX or other incoming message folder. 
33426 See also <A HREF="h_info_on_locking">&quot;What Systems Managers Need to Know about Alpine File Locking&quot;</A>.
33428 <UL>   
33429 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33430 </UL><P>
33431 &lt;End of help on this topic&gt;
33432 </BODY>
33433 </HTML>
33434 ====== h_config_enable_role_take ======
33435 <HTML>
33436 <HEAD>
33437 <TITLE>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></TITLE>
33438 </HEAD>
33439 <BODY>
33440 <H1>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></H1>
33442 Normally, the Take command takes addresses from a message and helps you
33443 put them into your Address Book.
33444 If you use Rules for Indexcolors, Roles, Filtering, or Scoring;
33445 you may find it useful
33446 to be able to Take information from a message's headers and put it into
33447 a new Rule.
33448 When this feature is set, you will be given an extra prompt that gives
33449 you the choice to Take into the Address Book or Take into a rule.
33450 <P><UL>
33451 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33452 </UL>
33454 &lt;End of help on this topic&gt;
33455 </BODY>
33456 </HTML>
33457 ====== h_config_enable_take_export ======
33458 <HTML>
33459 <HEAD>
33460 <TITLE>FEATURE: <!--#echo var="FEAT_enable-take-export"--></TITLE>
33461 </HEAD>
33462 <BODY>
33463 <H1>FEATURE: <!--#echo var="FEAT_enable-take-export"--></H1>
33465 Normally, the Take command takes addresses from a message and helps you
33466 put them into your Address Book.
33467 When this feature is set, you will be given an extra prompt that gives you
33468 the choice to Take addresses into a file instead of your Address
33469 Book.
33470 Only the user@domain_name part of the address is put in the file.
33471 <P><UL>
33472 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33473 </UL>
33475 &lt;End of help on this topic&gt;
33476 </BODY>
33477 </HTML>
33478 ====== h_config_quell_folder_internal_msg ======
33479 <HTML>
33480 <HEAD>
33481 <TITLE>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></TITLE>
33482 </HEAD>
33483 <BODY>
33484 <H1>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></H1>
33486 This feature determines whether or not Alpine will create 
33487 &quot;pseudo messages&quot; in folders that are in standard Unix or 
33488 MMDF format. <P> 
33490 Alpine will normally create these pseudo messages when they are not already
33491 present in a standard Unix or MMDF folder.  Their purpose is to record
33492 certain mailbox state data needed for correct IMAP and POP server
33493 operation, and also for Alpine to be able to mark messages as Answered when
33494 the Reply has been postponed.<P>
33496 Sites that do not use IMAP/POP for remote mail access, and that need to
33497 support mail tools that are adversely affected by the presence of the
33498 pseudo-messages (e.g. some mail notification tools) may enable this
33499 feature to tell Alpine not to create them.  Note that Alpine's 
33500 &quot;Answered&quot; flag
33501 capability will be adversely affected if this is done.<P>
33503 Note too that, even if this feature is enabled, Alpine will not remove
33504 pseudo-messages when it encounters them (e.g. those created by UW's imapd
33505 or ipopd servers.) This feature has no effect on folders that are not in
33506 standard Unix or MMDF format, as pseudo-messages are not needed in the
33507 other formats to record mailbox state information.
33508 <P><UL>
33509 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33510 </UL>
33512 &lt;End of help on this topic&gt;
33513 </BODY>
33514 </HTML>
33515 ====== h_config_mulnews_as_typed ======
33516 <HTML>
33517 <HEAD>
33518 <TITLE>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></TITLE>
33519 </HEAD>
33520 <BODY>
33521 <H1>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></H1>
33523 This feature will be of little use to most users.
33524 It has no effect unless the feature
33525 <A HREF="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></A>
33526 is set.
33528 When the <!--#echo var="FEAT_enable-multiple-newsrcs"--> feature is set
33529 then the setting of this feature may have an effect on the names of the
33530 newsrc files used.
33531 Normally, the name of the news server will be canonicalized before it is
33532 used in the newsrc file name.
33533 For example, if you type the news server name
33536 <CENTER><SAMP>servername</SAMP></CENTER>
33539 it is likely that the canonical name will be something like
33542 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
33545 Or it may be the case that
33548 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
33551 is really an alias (a DNS CNAME) for
33554 <CENTER><SAMP>othername.example.com</SAMP></CENTER>
33557 If this feature is not set, then the canonicalized names will be used.
33558 If this feature is set, then the name you typed in (or put in your
33559 configuration) will be used.
33561 <P><UL>
33562 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33563 </UL>
33565 &lt;End of help on this topic&gt;
33566 </BODY>
33567 </HTML>
33568 ====== h_config_quell_empty_dirs ======
33569 <HTML>
33570 <HEAD>
33571 <TITLE>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></TITLE>
33572 </HEAD>
33573 <BODY>
33574 <H1>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></H1>
33576 This feature causes Alpine to remove from the display any directories
33577 that do not contain at least one file or directory.  This can be useful
33578 to prevent overly cluttered folder lists when a collection is stored on
33579 a server that treats all names as both a folder and a directory.
33582 Note, enabling this feature can cause surprising behavior!  For example,
33583 you can still use Add to create a directory, but unless you immediately
33584 enter that directory and create a folder, that newly created directory
33585 may not be displayed next time you enter the folder list.
33588 The description above is not quite correct.
33589 Only directories which potentially may hold messages are hidden if empty.
33590 That is, a directory which is really just a directory and is not selectable
33591 as a folder will not be hidden.
33592 Such directories can occur on servers that treat most names as both a folder
33593 and a directory.
33594 These directories are typically created implicitly when a folder is created
33595 inside a directory that does not yet exist.
33598 <UL>   
33599 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33600 </UL><P>
33601 &lt;End of help on this topic&gt;
33602 </BODY>
33603 </HTML>
33604 ====== h_config_termcap_wins =====
33605 <HTML>
33606 <HEAD>
33607 <TITLE>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></TITLE>
33608 </HEAD>
33609 <BODY>
33610 <H1>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></H1>
33612 This feature may affect Alpine's low-level input routines.  Termcap (or
33613 terminfo, depending on how your copy of Alpine was compiled and linked)
33614 is the name of the database that describes terminal capabilities.  In
33615 particular, it describes the sequences of characters that various keys
33616 will emit.
33619 An example would be the Up Arrow key on the keyboard.  Up
33620 Arrow is not a distinct character on most Unix systems.  When you press
33621 the Up Arrow key a short sequence of characters are produced.  This
33622 sequence is supposed to be described in the termcap database by the
33623 &quot;ku&quot; capability (or by the &quot;kcuu1&quot; capability if you
33624 are using terminfo instead of termcap).
33627 By default, Alpine defines some terminal
33628 escape sequences that are commonly used.  For example, the sequence
33629 &quot;ESC&nbsp;O&nbsp;A&quot; is recognized as an Up Arrow key.  The sequence
33630 &quot;ESC&nbsp;[&nbsp;A&quot;
33631 is also recognized as an Up Arrow key.  These are chosen because common
33632 terminals like VT100's or ANSI standard terminals produce these
33633 sequences when you press the Up Arrow key.
33636 If your system's termcap
33637 (terminfo) database assigns some other function to the sequence
33638 &quot;ESC&nbsp;O&nbsp;A&quot;
33639 it is usually ignored by Alpine.  Also, if your termcap (terminfo)
33640 database assigns a sequence that doesn't begin with an escape
33641 character (<SAMP>ESC</SAMP>) it is usually ignored by Alpine.
33642 This usually works fine
33643 because most terminals emit the escape sequences that Alpine has defined
33644 by default.  We have also found that it is usually better to have these
33645 defaults take precedence over the definitions contained in the database
33646 because the defaults are more likely to be correct than the database.
33649 There are some terminals where this breaks down.  If you want Alpine to
33650 believe the definitions given in your termcap (terminfo) database in
33651 preference to the defaults the Alpine itself sets up, then you may turn
33652 this feature on.  Then, sequences of characters that are defined in
33653 both termcap (terminfo) and in Alpine's set of defaults will be
33654 interpreted the way that termcap (terminfo) says they should be
33655 interpreted.  Also, if your terminal capabilities database assigns a
33656 sequence that doesn't begin with escape, it will not be ignored.
33659 <UL>   
33660 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33661 </UL><P>
33662 &lt;End of help on this topic&gt;
33663 </BODY>
33664 </HTML>
33665 ====== h_config_cruise_mode =====
33666 <HTML>
33667 <HEAD>
33668 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></TITLE>
33669 </HEAD>
33670 <BODY>
33671 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></H1>
33673 This feature affects Alpine's behavior when you hit the
33674 &quot;Space&nbsp;Bar&quot; at
33675 the end of a displayed message.  Typically, Alpine complains that the end
33676 of the text has already been reached.  Setting this feature causes such
33677 keystrokes to be interpreted as if the &quot;Tab&quot; key had been hit, thus
33678 taking you to the next &quot;interesting&quot; message,
33679 or scanning ahead to the 
33680 next incoming folder with &quot;interesting&quot; messages.
33683 <UL>   
33684 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33685 </UL><P>
33686 &lt;End of help on this topic&gt;
33687 </BODY>
33688 </HTML>
33689 ====== h_config_cruise_mode_delete =====
33690 <HTML>
33691 <HEAD>
33692 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></TITLE>
33693 </HEAD>
33694 <BODY>
33695 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></H1>
33697 This feature modifies the behavior of Alpine's 
33698 <A HREF="h_config_cruise_mode">&quot;<!--#echo var="FEAT_enable-cruise-mode"-->&quot;</A> feature.  
33699 Setting this feature causes Alpine to implicitly delete read
33700 messages when it moves on to display the next &quot;interesting&quot; message.
33702 NOTE: Beware when enabling this feature AND the 
33703 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A> 
33704 feature.
33706 <UL>   
33707 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33708 </UL><P>
33709 &lt;End of help on this topic&gt;
33710 </BODY>
33711 </HTML>
33712 ====== h_config_slash_coll_entire =====
33713 <HTML>
33714 <HEAD>
33715 <TITLE>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></TITLE>
33716 </HEAD>
33717 <BODY>
33718 <H1>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></H1>
33720 The slash (/) command is available from the MESSAGE INDEX screen when
33721 the folder is sorted by either Threads or OrderedSubject, and the
33722 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
33723 is set to something other than &quot;none&quot;.
33724 Normally, the slash command Collapses or Expands the subthread that
33725 starts at the currently highlighted message, if any.
33726 If this option is set, then the slash command Collapses or Expands the
33727 <EM>entire</EM> current thread instead of just the subthread.
33728 The current thread is simply the top-level thread that contains the
33729 current message.
33732 <UL>   
33733 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33734 </UL><P>
33735 &lt;End of help on this topic&gt;
33736 </BODY>
33737 </HTML>
33738 ====== h_config_color_thrd_import =====
33739 <HTML>
33740 <HEAD>
33741 <TITLE>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></TITLE>
33742 </HEAD>
33743 <BODY>
33744 <H1>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></H1>
33746 This option affects only the THREAD INDEX screen.
33747 Whether or not you ever see a THREAD INDEX screen depends on the setting
33748 of the configuration option
33749 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
33750 and on the sort order of the index.
33753 If a message within a thread is flagged as Important
33754 and this option is set, then
33755 the entire line in the THREAD INDEX will be colored the color of the
33756 Index-important Symbol, which can be set using the
33757 <A HREF="h_color_setup">Setup Kolor</A> screen.
33760 <UL>   
33761 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33762 </UL><P>
33763 &lt;End of help on this topic&gt;
33764 </BODY>
33765 </HTML>
33766 ====== h_config_allow_goto =====
33767 <HTML>
33768 <HEAD>        
33769 <TITLE>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></TITLE>
33770 </HEAD>
33771 <BODY>
33772 <H1>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></H1>
33774 This feature modifies the behavior of Alpine's file browser.  Setting this
33775 feature causes Alpine to offer the "G Goto" command in the file browser.
33776 That is the default.
33780 The Goto command allows you to explicitly type in the desired directory.
33782 &lt;End of help on this topic&gt;
33783 </BODY></HTML>
33784 ====== h_config_add_ldap =====
33785 <HTML>
33786 <HEAD>
33787 <TITLE>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></TITLE>
33788 </HEAD>
33789 <BODY>
33790 <H1>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></H1>
33792 If both the Directory option
33793 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>  
33794 and this feature are set,
33795 then when an implicit directory lookup is done from the
33796 composer you will automatically be prompted to add the result of the
33797 directory lookup to your address book.
33799 <UL>   
33800 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33801 </UL><P>
33802 &lt;End of help on this topic&gt;
33803 </BODY>
33804 </HTML>
33805 ===== h_patterns_compat_behavior =====
33806 <HTML>
33807 <HEAD>
33808 <TITLE>Rules Behavior Changes in Pine 4.50</TITLE>
33809 </HEAD>
33810 <BODY>
33811 <H1>Rules Behavior Changes in Pine 4.50</H1>
33813 In Alpine, Rules that contain unrecognized elements
33814 are ignored.
33815 In most cases, the unrecognized elements will be something that was
33816 added as a new Rules feature in a later version of Alpine.
33817 In versions of Pine <EM>prior</EM> to 4.50, Pine did <EM>not</EM>
33818 ignore rules that contained unrecognized elements.
33819 For example, a new element of Rules that was added in Pine 4.50 is
33820 Age interval.
33821 Suppose you add an Indexcolor rule, using version Pine 4.50 or later, that colors
33822 all messages older than a week red.
33823 Now, if you run Pine 4.44 using that same configuration file, it will not
33824 recognize the Age interval and so will just ignore it.
33825 That means that all messages will match that rule so all messages will
33826 be colored red when using Pine version 4.44.
33829 This behavior was considered a bug so it is fixed in Alpine and Pine 4.50 and later.
33830 However, since the behavior still exists in versions prior to Pine 4.50 and
33831 since Filtering is a potentially destructive operation, another measure
33832 was taken to attempt to avoid unintentional Filtering of messages.
33833 The first time that you run Alpine or a Pine that is version 4.50 or greater,
33834 the rules in your Filters configuration variable (&quot;Patterns-Filters&quot;)
33835 will be copied to a new Filters configuration variable
33836 with a different name (&quot;Patterns-Filters2&quot;).
33837 From then on, Alpine will continue to use the new
33838 variable.
33839 Of course, Pine version 4.44 or lower will continue to use the old
33840 variable.
33841 That means that if you are using Alpine
33842 and also using a version of Pine that is older than 4.50, they will not
33843 share the configuration information about Filters.
33844 If you make a change in one version you won't see it in the other version.
33847 Since Scoring can be used to trigger Filtering, the same thing has been
33848 done for Score rules.
33849 The old configuration variable name is (&quot;Patterns-Scores&quot;)
33850 and the new name is (&quot;Patterns-Scores2&quot;).
33851 The same is not true of Role, Indexcolor, and Other rules that are
33852 thought to be less harmful when a mistake is made.
33855 &lt;End of help on this topic&gt;
33856 </BODY>
33857 </HTML>
33858 ======= h_config_filt_opts_sentdate =======
33859 <HTML>
33860 <HEAD>
33861 <TITLE>PATTERN FEATURE: Use-Date-Header-For-Age</TITLE>
33862 </HEAD>
33863 <BODY>
33864 <H1>PATTERN FEATURE: Use-Date-Header-For-Age</H1>
33866 By default, the Age interval of a Pattern uses a message's time of
33867 arrival to compute the age of the message.
33868 If this feature is set, the date in the message's Date header will
33869 be used instead.
33871 &lt;End of help on this topic&gt;
33872 </BODY>
33873 </HTML>
33874 ======= h_config_filt_opts_notdel =======
33875 <HTML>
33876 <HEAD>
33877 <TITLE>FILTER FEATURE: Move-Only-if-Not-Deleted</TITLE>
33878 </HEAD>
33879 <BODY>
33880 <H1>FILTER FEATURE: Move-Only-if-Not-Deleted</H1>
33882 If this option is set then a message will be moved into the
33883 specified folder only if it is not marked for deletion.
33884 This is useful if you have multiple Alpine sessions running
33885 simultaneously and you don't want messages to be filtered into a
33886 folder more than once.
33887 It is also useful if you want to filter
33888 only the &quot;undeleted&quot; messages in a newsgroup into a folder.
33889 This method is not foolproof.
33890 There may be cases where a message
33891 gets marked deleted and so it is never filtered into the folder.
33892 For example, if you deleted it in another Alpine session or another mail
33893 program that didn't use the filtering rule.
33895 This option has no effect if the Filter Action is not set to Move.
33897 &lt;End of help on this topic&gt;
33898 </BODY>
33899 </HTML>
33900 ======= h_config_filt_opts_nonterm =======
33901 <HTML>
33902 <HEAD>
33903 <TITLE>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</TITLE>
33904 </HEAD>
33905 <BODY>
33906 <H1>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</H1>
33908 If this option is set then this is a non-terminating rule.
33909 Usually, for each message, Alpine searches through the Filter Rules until
33910 a match is found and then it performs the action associated with that rule.
33911 Rules following the match are not considered.
33912 If this option is set then the search for matches will continue at the next
33913 rule.
33915 If a non-terminating rule matches then the actions associated with
33916 that rule, except for any implied deletion of the message, are performed
33917 before the match for the next rule is checked.
33918 For example, if the non-terminating rule sets the Important status, then that
33919 status will be set when the next rule is considered.
33920 However, if the non-terminating rule Moves the message, the message will
33921 actually be copied instead of copied and deleted so that it is still there
33922 for the next rule.
33923 A moved message is deleted after all the relevant rules have been checked.
33924 The name of the &quot;Move&quot; action is confusing in this case because
33925 a single message can be moved to more than one folder.
33926 It turns the Move into a Copy instead, but it is still followed by a deletion
33927 at the end.
33929 This option may be useful if you want to have a single message filtered to
33930 two different folders because it matches two different Patterns.
33931 For example, suppose you normally filter messages to a particular mailing
33932 list into one folder, and messages addressed directly to you into a second
33933 folder.
33934 If a message is sent to both you and the list (and you can tell that by
33935 looking at the headers of the message) this option may give you a convenient
33936 way to capture a copy to each folder.
33937 (It may also cause you to capture two copies to each folder,
33938 depending on whether your mail system delivers one or two copies of the
33939 message to you and on how the list works.)
33941 &lt;End of help on this topic&gt;
33942 </BODY>
33943 </HTML>
33944 ===== h_mainhelp_smime ======
33945 <HTML>
33946 <HEAD>
33947 <TITLE>S/MIME Overview</TITLE>
33948 </HEAD>
33949 <BODY>
33950 <H1>S/MIME Overview</H1>
33952 S/MIME is a standard for the public key encryption and signing of email.
33953 UNIX Alpine contains a basic implementation of S/MIME based on
33954 the <A HREF="http://www.openssl.org/">OpenSSL</A> libraries.
33955 To check if this version of Alpine supports S/MIME look at
33956 <A HREF="X-Alpine-Config:">Supported Options in this Alpine</A> and look
33957 for &quot;S/MIME&quot; under the &quot;Encryption&quot; heading.
33959 Some limitations:
33960 <UL>
33961    <LI> There is no PC-Alpine implementation.
33962    <LI> There is no provision for checking for CRLs
33963         (Certificate Revocation Lists) in Alpine.
33964    <LI> This built-in S/MIME implementation is not compatible with and does not help with PGP.
33965    <LI> There is no mechanism available for feeding either an entire incoming
33966         or an entire outgoing message to an external
33967         filter and using that external filter to do S/MIME or PGP processing.
33968    <LI> Because the implementation currently uses OpenSSL, there is only a very
33969         limited integration with the Mac OS Keychain (the storing and access of
33970         public certificates).
33971    <LI> There is no way to view or manipulate the lists of certificates from
33972         within Alpine.
33973 </UL>
33975 The S/MIME configuration screen is reached by going to the Main Menu and typing
33976 the &quot;S&nbsp;Setup&quot; command followed by &quot;M&nbsp;S/MIME&quot;.
33979 <H2>S/MIME BASICS</H2>
33981 In order to digitally sign messages you send you must have a public/private key-pair.
33982 This may be obtained from a public Certificate Authority (CA) such as Thawte, Verisign, Comodo,
33983 or GoDaddy; or from a smaller CA such as a university which provides certificates for its
33984 users or a company which provides certificates for its workers.
33985 These certificates are bound to an email address, so the identity being verified is the
33986 email address not a person's name.
33988 Mail is signed by using the sender's private key, which only the owner of the private key
33989 has access to.
33990 The signature is verified using the signer's public key, which anyone can
33991 have access to.
33992 With Alpine, the first time you receive a signed message the public key of the
33993 sender will be stored for future use.
33996 Mail is encrypted using the recipient's public key and decrypted by
33997 the recipient with their private key.
34000 You need a key of your own in order to sign outgoing messages and to have others
34001 encrypt messages sent to you.
34002 You do not need a key of your own to verify signed messages sent by others or to
34003 encrypt messages sent to others.
34005 <H2>ALPINE S/MIME CERTIFICATE STORAGE</H2>
34007 By default UNIX Alpine stores the certificates it uses in a directory in your
34008 home directory.
34009 The directory name is
34011 <CENTER><SAMP>.alpine-smime</SAMP></CENTER>
34013 Within that directory are three subdirectories.
34014 Each of the three subdirectories contains files with PEM-encoded contents,
34015 the default format for OpenSSL.
34016 The &quot;<SAMP>public</SAMP>&quot; directory contains public certificates.
34017 The files within that directory have names that are email addresses with the
34018 suffix &quot;<SAMP>.crt</SAMP>&quot; appended.
34019 An example filename is
34021 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
34023 The &quot;<SAMP>private</SAMP>&quot; directory contains private keys, probably just one for
34024 your private key.
34025 These are also email addresses but with the suffix &quot;<SAMP>.key</SAMP>&quot; instead.
34026 The third directory is &quot;<SAMP>ca</SAMP>&quot; and it contains certificates for any Certificate
34027 Authorities that you want to trust but that aren't contained in the set of system CAs.
34028 Those files may have arbitrary names as long as they end with the
34029 suffix &quot;<SAMP>.crt</SAMP>&quot;.
34031 <H2>HOW TO SIGN AND ENCRYPT</H2>
34033 If you have a certificate you may sign outgoing messages.
34034 After typing the Ctrl-X command to send a message you will see the prompt
34036 <CENTER><SAMP>Send message?</SAMP></CENTER>
34038 Available subcommands include &quot;G&nbsp;Sign&quot; and &quot;E&nbsp;Encrypt&quot;.
34039 Typing the &quot;G&quot; command will change the prompt to
34041 <CENTER><SAMP>Send message (Signed)?</SAMP></CENTER>
34043 Typing the &quot;E&quot; command will change the prompt to
34045 <CENTER><SAMP>Send message (Encrypted)?</SAMP></CENTER>
34047 You may even type both to get
34049 <CENTER><SAMP>Send message (Encrypted, Signed)?</SAMP></CENTER>
34052 <H2>HOW TO READ SIGNED OR ENCRYPTED MESSAGES</H2>
34054 The reading of a signed message should not require any special action on
34055 your part.
34056 There should be an editorial addition at the start of the message which
34057 says either
34059 <CENTER><SAMP>This message was cryptographically signed.</SAMP></CENTER>
34063 <CENTER><SAMP>This message was cryptographically signed but the signature could not be verified.</SAMP></CENTER>
34065 If an encrypted message is sent to you the encrypted text will not
34066 be shown.
34067 You will have to type the &quot;Ctrl-D&nbsp;Decrypt&quot; command (from the screen where
34068 you are viewing the message) and supply your passphrase when asked.
34070 For a signed or encrypted message there is also a &quot;Ctrl-E&nbsp;Security&quot; command
34071 which gives you some information about the certificate used to sign or encrypt the message.
34073 <H2>MISCELLANEOUS</H2>
34075 You may have access to a private certificate in the PKCS12 format,
34076 which would sometimes be in a file with a &quot;.p12&quot; suffix.
34077 The UNIX shell command
34079 <CENTER><SAMP>openssl pkcs12 -in file.p12 -out file.pem</SAMP></CENTER>
34081 may work to convert that from the PKCS12 format to the PEM format.
34082 Then that file could be placed in the &quot;<SAMP>private</SAMP>&quot;
34083 directory with a filename of your email address followed by the
34084 suffix &quot;<SAMP>.key</SAMP>&quot;.
34087 &lt;End of help on this topic&gt;
34088 </BODY>
34089 </HTML>
34090 ====== h_config_smime_pubcertdir =====
34091 <HTML>
34092 <HEAD>
34093 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></TITLE>
34094 </HEAD>
34095 <BODY>
34096 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></H1>
34098 UNIX Alpine only.
34100 If the option
34101 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34102 is set then this option will have no effect.
34104 Normally, Public Certificates for use with S/MIME will be stored in the directory
34105 which is the value of this option.
34106 Those certificates will be stored in PEM format, one certificate per file.
34107 The name of the file for the certificate corresponding to
34109 <CENTER><SAMP>emailaddress</SAMP></CENTER>
34111 should be
34113 <CENTER><SAMP>emailaddress.crt</SAMP></CENTER>
34115 For example, a file for user@example.com would be in the file
34117 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
34119 in this directory.
34121 Use the Setup/SMIME screen to modify this variable.
34123 Typically, the public certificates that you have will come from S/MIME signed
34124 messages that are sent to you.
34125 Alpine will extract the public certificate from the signed message and store
34126 it in the certificates directory.
34127 These PEM format public certificates look something like:
34128 <PRE>
34129 -----BEGIN CERTIFICATE-----
34130 MIIFvTCCBKWgAwIBAgIQD4fYFHVI8T20yN4nus097DANBgkqhkiG9w0BAQUFADCB
34131 rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
34132 Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
34134 2b9KGqDyMWW/rjNnmpjzjT2ObGM7lRA8lke4FLOLajhrz4ogO3b4DFfAAM1VSZH8
34135 D6sOwOLJZkLY8FRsfk63K+2EMzA2+qAzMKupgeTLqXIf
34136 -----END CERTIFICATE-----
34137 </PRE>
34139 <UL>   
34140 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34141 </UL><P>
34143 <UL>   
34144 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34145 </UL><P>
34146 &lt;End of help on this topic&gt;
34147 </BODY>
34148 </HTML>
34149 ====== h_config_smime_pubcertcon =====
34150 <HTML>
34151 <HEAD>
34152 <TITLE>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></TITLE>
34153 </HEAD>
34154 <BODY>
34155 <H1>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></H1>
34157 UNIX Alpine only.
34159 If this option is set it will be used instead of
34160 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
34162 This option gives you a way to store certificates remotely on an IMAP server
34163 instead of storing the certificates one per file locally.
34164 In order to do that you just give this option a remote folder name for a folder
34165 which does not yet exist.
34166 The name is similar to the name you might use for a remote configuration file.
34167 A remote folder name might look something like:
34169 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/publiccerts</SAMP></CENTER>
34172 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34173 about the syntax of folder names.
34175 Use the Setup/SMIME screen to modify this variable.
34177 <UL>   
34178 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34179 </UL><P>
34181 <UL>   
34182 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34183 </UL><P>
34184 &lt;End of help on this topic&gt;
34185 </BODY>
34186 </HTML>
34187 ====== h_config_smime_privkeydir =====
34188 <HTML>
34189 <HEAD>
34190 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></TITLE>
34191 </HEAD>
34192 <BODY>
34193 <H1>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></H1>
34195 UNIX Alpine only.
34197 In order to sign outgoing S/MIME messages you will need a
34198 personal digital ID certificate.
34199 You will usually get such a certificate from a certificate authority such as
34200 Thawte or CAcert.
34201 (In order to encrypt outgoing messages you don't need a personal digital ID, you
34202 need the public certificate of the recipient instead.)
34203 If the option
34204 <A HREF="h_config_smime_privkeycon"><!--#echo var="VAR_smime-private-key-container"--></A>
34205 is set then this option will have no effect.
34207 Normally, Private Keys for use with S/MIME will be stored in the directory
34208 which is the value of this option.
34209 Those certificates will be stored in PEM format, one certificate per file.
34210 The name of the file for the certificate corresponding to your
34212 <CENTER><SAMP>emailaddress</SAMP></CENTER>
34214 should be
34216 <CENTER><SAMP>emailaddress.key</SAMP></CENTER>
34218 For example, if your address is user@example.com the name of the file would be
34220 <CENTER><SAMP>user@example.com.key</SAMP></CENTER>
34222 in this directory.
34224 Use the Setup/SMIME screen to modify this variable.
34226 Typically, the private key that you have will come from a Certificate
34227 Authority.
34228 The private key should be stored in a PEM format file that
34229 looks something like:
34230 <PRE>
34231 -----BEGIN RSA PRIVATE KEY-----
34232 Proc-Type: 4,ENCRYPTED
34233 DEK-Info: DES-EDE3-CBC,2CBD328FD84CF5C6
34235 YBEXYLgLU9NJoc1V+vJ6UvcF08RX54S6jXsmgL0b5HGkudG6fhnmHkH7+UCvM5NI
34236 SXO/F8iuZDfs1VGG0NyitkFZ0Zn2vfaGovBvm15gx24b2xnZDLRB7/bNZkurnK5k
34237 VjAjZ2xXn2hFp2GJwqRdmxYNqsKGu52B99oti5HUWuZ2GFRaWjn5hYOqeApZE2uA
34239 oSRqfI51UdSRt0tmGhHeTvybUVrHm9eKft8TTGf+qSBqzSc55CsmoVbRzw4Nfhix
34240 m+4TJybNGNfAgOctSkEyY/OCb49fRRQTCBZVIhzLGGmpYmkO55HbIA==
34241 -----END RSA PRIVATE KEY-----
34242 </PRE>
34244 <UL>   
34245 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34246 </UL><P>
34248 <UL>   
34249 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34250 </UL><P>
34251 &lt;End of help on this topic&gt;
34252 </BODY>
34253 </HTML>
34254 ====== h_config_smime_privkeycon =====
34255 <HTML>
34256 <HEAD>
34257 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-container"--></TITLE>
34258 </HEAD>
34259 <BODY>
34260 <H1>OPTION: <!--#echo var="VAR_smime-private-key-container"--></H1>
34262 UNIX Alpine only.
34264 If this option is set it will be used instead of
34265 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
34267 This option gives you a way to store keys remotely on an IMAP server
34268 instead of storing the keys one per file locally.
34269 In order to do that you just give this option a remote folder name for a folder
34270 which does not yet exist.
34271 The name is similar to the name you might use for a remote configuration file.
34272 A remote folder name might look something like:
34274 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/privatekeys</SAMP></CENTER>
34277 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34278 about the syntax of folder names.
34280 Use the Setup/SMIME screen to modify this variable.
34282 <UL>   
34283 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34284 </UL><P>
34286 <UL>   
34287 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34288 </UL><P>
34289 &lt;End of help on this topic&gt;
34290 </BODY>
34291 </HTML>
34292 ====== h_config_smime_cacertdir =====
34293 <HTML>
34294 <HEAD>
34295 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></TITLE>
34296 </HEAD>
34297 <BODY>
34298 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></H1>
34300 UNIX Alpine only.
34302 If the option
34303 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>
34304 is set then this option will have no effect.
34306 CACert is a shorthand name for certification authority certificate.
34307 Normally Alpine will use the CACerts that are located in the standard system
34308 location for CACerts.
34309 It may be the case that one of your correspondents has a Digital ID which has
34310 been signed by a certificate authority that is not in the regular set of system certificate
34311 authorities.
34312 You may supplement the system list by adding further certificates of your own.
34313 These should  be stored in the directory
34314 which is the value of this option.
34315 The certificates will be stored in PEM format, one certificate per file.
34316 The names of the files can be anything ending in &quot;.crt&quot;.
34318 Use the Setup/SMIME screen to modify this variable.
34320 These PEM format CA certificates look very similar to your public
34321 certificates for particular email addresses
34322 (<A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>).
34324 <UL>   
34325 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34326 </UL><P>
34328 <UL>   
34329 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34330 </UL><P>
34331 &lt;End of help on this topic&gt;
34332 </BODY>
34333 </HTML>
34334 ====== h_config_smime_cacertcon =====
34335 <HTML>
34336 <HEAD>
34337 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></TITLE>
34338 </HEAD>
34339 <BODY>
34340 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></H1>
34342 UNIX Alpine only.
34344 If this option is set it will be used instead of
34345 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
34347 This option gives you a way to store certificates remotely on an IMAP server
34348 instead of storing the certificates one per file locally.
34349 In order to do that you just give this option a remote folder name for a folder
34350 which does not yet exist.
34351 The name is similar to the name you might use for a remote configuration file.
34352 A remote folder name might look something like:
34354 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/cacerts</SAMP></CENTER>
34357 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34358 about the syntax of folder names.
34360 Use the Setup/SMIME screen to modify this variable.
34362 <UL>   
34363 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34364 </UL><P>
34366 <UL>   
34367 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34368 </UL><P>
34369 &lt;End of help on this topic&gt;
34370 </BODY>
34371 </HTML>
34372 ========== h_config_smime_sign_by_default ==========
34373 <HTML>
34374 <HEAD>
34375 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></TITLE>
34376 </HEAD>
34377 <BODY>
34378 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></H1>
34380 UNIX Alpine only.
34382 This feature only has an effect if your version of Alpine includes
34383 support for S/MIME.
34384 It affects Alpine's behavior when you send a message.
34385 If this option is set, the &quot;Sign&quot; option will default to ON when sending messages.
34387 Only the default value is affected.
34388 In any case, you may still toggle the Signing option on or off before sending
34389 with the &quot;G Sign&quot; command (provided you have a personal digital ID
34390 certificate).
34392 <UL>   
34393 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34394 </UL><P>
34397 <UL>   
34398 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34399 </UL><P>
34400 &lt;End of help on this topic&gt;
34401 </BODY>
34402 </HTML>
34403 ========== h_config_smime_pubcerts_in_keychain ==========
34404 <HTML>
34405 <HEAD>
34406 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></TITLE>
34407 </HEAD>
34408 <BODY>
34409 <H1>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></H1>
34411 UNIX Alpine only.
34413 If this feature is set the Mac OS X default keychain will be used as the place
34414 to store public certificates instead of a
34415 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
34416 or a
34417 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
34419 <UL>   
34420 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34421 </UL><P>
34423 <UL>   
34424 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34425 </UL><P>
34426 &lt;End of help on this topic&gt;
34427 </BODY>
34428 </HTML>
34429 ========== h_config_smime_dont_do_smime ==========
34430 <HTML>
34431 <HEAD>
34432 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></TITLE>
34433 </HEAD>
34434 <BODY>
34435 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></H1>
34437 UNIX Alpine only.
34439 Setting this feature turns off all of Alpine's S/MIME support.
34440 You might want to set this if you are having trouble due to the S/MIME support.
34442 <UL>   
34443 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34444 </UL><P>
34447 <UL>   
34448 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34449 </UL><P>
34450 &lt;End of help on this topic&gt;
34451 </BODY>
34452 </HTML>
34453 ========== h_config_smime_encrypt_by_default ==========
34454 <HTML>
34455 <HEAD>
34456 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></TITLE>
34457 </HEAD>
34458 <BODY>
34459 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></H1>
34461 UNIX Alpine only.
34463 This feature only has an effect if your version of Alpine includes
34464 support for S/MIME.
34465 It affects Alpine's behavior when you send a message.
34466 If this option is set, the &quot;Encrypt&quot; option will default to ON when sending messages.
34468 Only the default value is affected.
34469 In any case, you may still toggle the Encrypt option on or off before sending
34470 with the &quot;E Encrypt&quot; command (provided you have a the public digital ID
34471 for the recipient).
34473 <UL>   
34474 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34475 </UL><P>
34478 <UL>   
34479 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34480 </UL><P>
34481 &lt;End of help on this topic&gt;
34482 </BODY>
34483 </HTML>
34484 ========== h_config_smime_remember_passphrase ==========
34485 <HTML>
34486 <HEAD>
34487 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></TITLE>
34488 </HEAD>
34489 <BODY>
34490 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></H1>
34492 UNIX Alpine only.
34494 This feature only has an effect if your version of Alpine includes
34495 support for S/MIME.
34496 If this option is set, you will only have to enter your passphrase for your private key
34497 once during an Alpine session.
34499 <UL>   
34500 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34501 </UL><P>
34504 <UL>   
34505 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34506 </UL><P>
34507 &lt;End of help on this topic&gt;
34508 </BODY>
34509 </HTML>
34510 ====== h_config_smime_transfer_pub_to_con =====
34511 <HTML>
34512 <HEAD>
34513 <TITLE>S/MIME: Transfer Public Certs to Container</TITLE>
34514 </HEAD>
34515 <BODY>
34516 <H1>S/MIME: Transfer Public Certs to Container</H1>
34518 UNIX Alpine only.
34520 The Transfer command will copy the public certificates in your configured
34521 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
34522 to the container in your configured
34523 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
34524 This might be useful if you decide to switch from using a cert directory to a cert
34525 container.
34527 Warning: Any previous contents in the container will be lost.
34529 <UL>   
34530 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34531 </UL><P>
34533 <UL>   
34534 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34535 </UL><P>
34536 &lt;End of help on this topic&gt;
34537 </BODY>
34538 </HTML>
34539 ====== h_config_smime_transfer_pub_to_dir =====
34540 <HTML>
34541 <HEAD>
34542 <TITLE>S/MIME: Transfer Public Certs to Directory</TITLE>
34543 </HEAD>
34544 <BODY>
34545 <H1>S/MIME: Transfer Public Certs to Directory</H1>
34547 UNIX Alpine only.
34549 The Transfer command will copy the public certificates in your configured
34550 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34551 to the directory in your configured
34552 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
34553 This might be useful if you decide to switch from using a cert container to a cert
34554 directory.
34556 <UL>   
34557 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34558 </UL><P>
34560 <UL>   
34561 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34562 </UL><P>
34563 &lt;End of help on this topic&gt;
34564 </BODY>
34565 </HTML>
34566 ====== h_config_smime_transfer_priv_to_con =====
34567 <HTML>
34568 <HEAD>
34569 <TITLE>S/MIME: Transfer Private Keys to Container</TITLE>
34570 </HEAD>
34571 <BODY>
34572 <H1>S/MIME: Transfer Private Keys to Container</H1>
34574 UNIX Alpine only.
34576 The Transfer command will copy the private keys in your configured
34577 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
34578 to the container in your configured
34579 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
34580 This might be useful if you decide to switch from using a key directory to a key
34581 container.
34583 Warning: Any previous contents in the container will be lost.
34585 <UL>   
34586 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34587 </UL><P>
34589 <UL>   
34590 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34591 </UL><P>
34592 &lt;End of help on this topic&gt;
34593 </BODY>
34594 </HTML>
34595 ====== h_config_smime_transfer_priv_to_dir =====
34596 <HTML>
34597 <HEAD>
34598 <TITLE>S/MIME: Transfer Private Keys to Directory</TITLE>
34599 </HEAD>
34600 <BODY>
34601 <H1>S/MIME: Transfer Private Keys to Directory</H1>
34603 UNIX Alpine only.
34605 The Transfer command will copy the private keys in your configured
34606 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
34607 to the directory in your configured
34608 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
34609 This might be useful if you decide to switch from using a key container to a key
34610 directory.
34612 <UL>   
34613 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34614 </UL><P>
34616 <UL>   
34617 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34618 </UL><P>
34619 &lt;End of help on this topic&gt;
34620 </BODY>
34621 </HTML>
34622 ====== h_config_smime_transfer_cacert_to_con =====
34623 <HTML>
34624 <HEAD>
34625 <TITLE>S/MIME: Transfer CA Certs to Container</TITLE>
34626 </HEAD>
34627 <BODY>
34628 <H1>S/MIME: Transfer CA Certs to Container</H1>
34630 UNIX Alpine only.
34632 The Transfer command will copy the CA certificates in your configured
34633 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>
34634 to the container in your configured
34635 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
34636 This might be useful if you decide to switch from using a CA cert directory to a CA cert
34637 container.
34639 Warning: Any previous contents in the container will be lost.
34641 <UL>   
34642 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34643 </UL><P>
34645 <UL>   
34646 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34647 </UL><P>
34648 &lt;End of help on this topic&gt;
34649 </BODY>
34650 </HTML>
34651 ====== h_config_smime_transfer_cacert_to_dir =====
34652 <HTML>
34653 <HEAD>
34654 <TITLE>S/MIME: Transfer CA Certs to Directory</TITLE>
34655 </HEAD>
34656 <BODY>
34657 <H1>S/MIME: Transfer CA Certs to Directory</H1>
34659 UNIX Alpine only.
34661 The Transfer command will copy the CA certificates in your configured
34662 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
34663 to the directory in your configured
34664 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
34665 This might be useful if you decide to switch from using a CA cert container to a CA cert
34666 directory.
34668 <UL>   
34669 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34670 </UL><P>
34672 <UL>   
34673 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34674 </UL><P>
34675 &lt;End of help on this topic&gt;
34676 </BODY>
34677 </HTML>
34678 ====== h_config_smime_transfer_pubcon_to_key =====
34679 <HTML>
34680 <HEAD>
34681 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
34682 </HEAD>
34683 <BODY>
34684 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
34686 Mac OS X Alpine only.
34688 The Transfer command will copy the public certificates in your configured
34689 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34690 to your default Mac OS X Keychain.
34691 This might be useful if you decide to switch from using a cert container to using
34692 the Keychain to store your public certs, which you may do by using the
34693 feature
34694 <A HREF="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></A>.
34696 <UL>   
34697 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34698 </UL><P>
34700 <UL>   
34701 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34702 </UL><P>
34703 &lt;End of help on this topic&gt;
34704 </BODY>
34705 </HTML>
34706 ====== h_config_smime_transfer_pubkey_to_con =====
34707 <HTML>
34708 <HEAD>
34709 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
34710 </HEAD>
34711 <BODY>
34712 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
34714 UNIX Alpine only.
34716 The Transfer command will copy the public certificates in your configured
34717 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34718 to your default Mac OS X Keychain.
34719 This might be useful if you decide to switch from using a cert container to using
34720 the Keychain to store your public certs.
34722 <UL>   
34723 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34724 </UL><P>
34726 <UL>   
34727 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34728 </UL><P>
34729 &lt;End of help on this topic&gt;
34730 </BODY>
34731 </HTML>
34732 ====== h_config_lame_list_mode =====
34733 <HTML>
34734 <HEAD>
34735 <TITLE>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></TITLE>
34736 </HEAD>
34737 <BODY>
34738 <H1>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></H1>
34740 This feature modifies the method Alpine uses to ask your IMAP
34741 server for folder names to display in the FOLDER LIST screen.
34742 It is intended to compensate for a small set of IMAP servers that
34743 are programmed to ignore a part of the request, and thus respond
34744 to Alpine's query with nonsensical results.
34747 If you find that Alpine is erroneously displaying blank folder lists,
34748 try enabling this feature.
34751 NOTE: Enabling this feature has consequences for the Goto and Save
34752 commands.  Many servers allow access to folders outside the area
34753 reserved for your personal folders via some reserved character,
34754 typically '#' (sharp), '~' (tilde) or '/' (slash).  This mechanism
34755 allows, at the Goto and Save prompts, quick access to folders
34756 outside your personal folder collection without requiring a specific
34757 collection definition.  This behavior will generally not be available
34758 when this feature is enabled.
34761 <UL>   
34762 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34763 </UL><P>
34764 &lt;End of help on this topic&gt;
34765 </BODY>
34766 </HTML>
34767 ====== h_config_enable_mulnewsrcs =====
34768 <HTML>
34769 <HEAD>
34770 <TITLE>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></TITLE>
34771 </HEAD>
34772 <BODY>
34773 <H1>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></H1>
34775 This feature makes it so Alpine can use multiple newsrcs based on
34776 the news server being connected to, which allows for separate lists
34777 of subscribed-to newsgroups. When this feature is not set, there is only
34778 one list of newsgroups.
34780 Under this feature, the name of a newsrc is based on the news server.
34781 For example, if your <a href="h_config_newsrc_path"><!--#echo var="VAR_newsrc-path"--></a>
34782 is set to &quot;.newsrc&quot;, and the news server you are connecting to is
34783 news.example.com, then the newsrc to be used is .newsrc-news.example.com.
34784 Setting this feature for the first time will allow for the option of using
34785 your old newsrc the next time you read news.
34787 If this feature is set, then the feature
34788 <A HREF="h_config_mulnews_as_typed"><!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></A>
34789 also may affect the name of the newsrc file that is used.
34791 <UL>   
34792 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34793 </UL><P>
34794 &lt;End of help on this topic&gt;
34795 </BODY>
34796 </HTML>
34797 ======= h_ab_export_vcard =======
34798 <HTML>
34799 <HEAD>
34800 <TITLE>Address Book Export Format</TITLE>
34801 </HEAD>
34802 <BODY>
34803 <H1>Address Book Export Format</H1>
34805 You are exporting address book data from Alpine to a file outside of Alpine.
34806 You are being asked to choose the format of the export.
34807 Here are the choices:
34809 <DL>
34810 <DT><EM>A</EM>ddress List</DT>
34811 <DD>
34812 The addresses from the address book entries you are saving
34813 from will be saved one address per line.
34814 Address book lists (those with more than one address) will have
34815 all of their addresses saved separately.
34816 </DD>
34818 <DT><EM>V</EM>Card</DT>
34819 <DD>
34820 The entries will be saved in
34821 <A HREF="h_whatis_vcard">vCard</A> format.
34822 </DD>
34824 <DT><EM>T</EM>ab Separated</DT>
34825 <DD>
34826 The entries will be saved in tab-separated columns.
34827 There will be just 4 columns of data that correspond to Alpine's
34828 Nickname field, Full Name field, Address field, and Comment field.
34829 It might prove useful to Select only the Simple, non-List address book
34830 entries before Saving.
34831 </DD>
34833 <DT><EM>^C</EM> Cancel</DT>
34834 <DD>
34835 Cancel out of the Save.
34836 </DD>
34838 </DL>
34842 &lt;End of help on this topic&gt;
34843 </BODY>
34844 </HTML>
34845 ====== h_config_predict_nntp_server =====
34846 <HTML>
34847 <HEAD>
34848 <TITLE>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></TITLE>
34849 </HEAD>
34850 <BODY>
34851 <H1>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></H1>
34853 This feature allows Alpine to assume that the open NNTP server at the
34854 time of composition is the NNTP server to which the message should be
34855 posted.  This is especially recommended when there are multiple News
34856 collections.  If this feature is not set, Alpine will try to post to the first server in
34857 the <a href="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></a> variable.  Setting
34858 this feature also negates the need to add News collection servers to
34859 the <!--#echo var="VAR_nntp-server"--> variable.
34861 This feature can be especially handy when used in conjunction with
34862 <a href="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></a>.
34864 <UL>   
34865 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34866 </UL><P>
34867 &lt;End of help on this topic&gt;
34868 </BODY>
34869 </HTML>
34870 ====== h_config_nntp_search_uses_overview =====
34871 <HTML>
34872 <HEAD>
34873 <TITLE>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></TITLE>
34874 </HEAD>
34875 <BODY>
34876 <H1>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></H1>
34878 This feature should probably be turned on unless it causes trouble.
34879 The results of the NNTP overview command (XOVER) may be used to help
34880 with some searches in news groups.
34881 It should result in quicker response time.
34882 Turning this feature on apparently causes search results which are
34883 different from what you would get with the feature turned off on some
34884 servers.
34886 <UL>   
34887 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34888 </UL><P>
34889 &lt;End of help on this topic&gt;
34890 </BODY>
34891 </HTML>
34892 ====== h_config_thread_sorts_by_arrival =====
34893 <HTML>
34894 <HEAD>
34895 <TITLE>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></TITLE>
34896 </HEAD>
34897 <BODY>
34898 <H1>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></H1>
34900 This feature affects how a threading sort arranges threads.  The default way
34901 to arrange threads is by the date of the earliest message in the thread.
34902 This feature arranges threads by the last message to arrive in a thread.
34904 This feature causes old threads that get recent messages to sort to the bottom,
34905 where previously a message arrival to a thread would not rearrange the order of
34906 that thread.
34908 <UL>   
34909 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34910 </UL><P>
34911 &lt;End of help on this topic&gt;
34912 </BODY>
34913 </HTML>
34914 ====== h_config_textplain_int =====
34915 <HTML>
34916 <HEAD>
34917 <TITLE>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></TITLE>
34918 </HEAD>
34919 <BODY>
34920 <H1>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></H1>
34922 This feature modifies the method Alpine uses to display Text/Plain
34923 MIME attachments from the Attachment Index screen.  Normally, the
34924 &quot;View&quot; command searches for any externally defined (usually
34925 via the
34926 &quot;<A HREF="h_config_mailcap_path">Mailcap</A>&quot; file) viewer,
34927 and displays the selected text within that viewer.
34930 Enabling this feature causes Alpine to ignore any external viewer
34931 settings and always display text with Alpine's internal viewer.
34934 <UL>   
34935 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34936 </UL><P>
34937 &lt;End of help on this topic&gt;
34938 </BODY>
34939 </HTML>
34940 ====== h_config_wp_columns =====
34941 <HTML>
34942 <HEAD>
34943 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></TITLE>
34944 </HEAD>
34945 <BODY>
34946 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></H1>
34948 Web Alpine only.
34950 This configuration setting specifies the number of horizontal characters
34951 used to format various WebAlpine pages.  Smaller values will tend to reduce
34952 the amount of horizontal scrolling required to view pages within narrow
34953 browsers, such as those found on PDAs, and larger values will tend to 
34954 spread more information across the page.
34957 The Message List page uses the width to determine how many characters
34958 to assign each field.  Note, a smaller value may result in a disproportionate
34959 amount of blank space between fields on each line.  Similarly, a large
34960 value may result in cramped fields or horizontal scrolling.
34963 The Message View page uses this value to determine when to wrap lines
34964 in displayed message text.  Note, a smaller value may result in jagged
34965 right margins or confusing quoting.  A larger value may cause lines of text to
34966 run beyond the browser's right edge, requiring horizontal scrolling.
34969 <UL>   
34970 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34971 </UL><P>
34972 &lt;End of help on this topic&gt;
34973 </BODY>
34974 </HTML>
34975 ====== h_config_wp_state =====
34976 <HTML>
34977 <HEAD>
34978 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></TITLE>
34979 </HEAD>
34980 <BODY>
34981 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></H1>
34983 Web Alpine only.
34985 Various aspects of cross-session state.
34988 <UL>   
34989 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34990 </UL><P>
34991 &lt;End of help on this topic&gt;
34992 </BODY>
34993 </HTML>
34994 ====== h_config_wp_aggstate =====
34995 <HTML>
34996 <HEAD>
34997 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></TITLE>
34998 </HEAD>
34999 <BODY>
35000 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></H1>
35002 Web Alpine only.
35004 Aggregate operations tab state.
35007 <UL>   
35008 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35009 </UL><P>
35010 &lt;End of help on this topic&gt;
35011 </BODY>
35012 </HTML>
35013 ====== h_config_wp_indexlines =====
35014 <HTML>
35015 <HEAD>
35016 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></TITLE>
35017 </HEAD>
35018 <BODY>
35019 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></H1>
35021 Web Alpine only.
35023 Number of index lines in table.
35026 <UL>   
35027 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35028 </UL><P>
35029 &lt;End of help on this topic&gt;
35030 </BODY>
35031 </HTML>
35032 ====== h_config_wp_indexheight =====
35033 <HTML>
35034 <HEAD>
35035 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></TITLE>
35036 </HEAD>
35037 <BODY>
35038 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></H1>
35040 Web Alpine only.
35042 Index table row height.
35045 <UL>   
35046 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35047 </UL><P>
35048 &lt;End of help on this topic&gt;
35049 </BODY>
35050 </HTML>
35051 ====== h_config_rss_news =====
35052 <HTML>
35053 <HEAD>
35054 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss_news"--></TITLE>
35055 </HEAD>
35056 <BODY>
35057 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-news"--></H1>
35059 Web Alpine only.
35061 RSS News feed.
35064 <UL>   
35065 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35066 </UL><P>
35067 &lt;End of help on this topic&gt;
35068 </BODY>
35069 </HTML>
35070 ====== h_config_rss_weather =====
35071 <HTML>
35072 <HEAD>
35073 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></TITLE>
35074 </HEAD>
35075 <BODY>
35076 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></H1>
35078 Web Alpine only.
35080 RSS Weather feed.
35083 <UL>   
35084 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35085 </UL><P>
35086 &lt;End of help on this topic&gt;
35087 </BODY>
35088 </HTML>
35089 ====== h_config_send_confirms_only_expanded =====
35090 <HTML>
35091 <HEAD>
35092 <TITLE>FEATURE: send-confirms-only-expanded</TITLE>
35093 </HEAD>
35094 <BODY>
35095 <H1>FEATURE: send-confirms-only-expanded (Web Alpine Only)</H1>
35097 This Web Alpine option specifies whether or not a Send confirmations
35098 happens when a composed message is readied for sending or not.  The
35099 default behavior is to not confirm that the nicknames were expanded to
35100 the intended addresses.
35103 <UL>   
35104 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35105 </UL><P>
35106 &lt;End of help on this topic&gt;
35107 </BODY>
35108 </HTML>
35109 ====== h_config_enable_jump_command =====
35110 <HTML>
35111 <HEAD>
35112 <TITLE>FEATURE: enable-jump-command</TITLE>
35113 </HEAD>
35114 <BODY>
35115 <H1>FEATURE: enable-jump-command (Web Alpine Only)</H1>
35117 This Web Alpine option specifies whether or not a Jump command is
35118 offered in the Message List and Message View pages.  The command is
35119 implemented as an input field in the left column of the List and View
35120 screens. 
35123 When enabled and a number is entered in the input field while the
35124 Message List is displayed, the Message List is reframed with the
35125 specified message.  While viewing a message, the message associated
35126 with the specified message number is displayed.
35129 <UL>   
35130 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35131 </UL><P>
35132 &lt;End of help on this topic&gt;
35133 </BODY>
35134 </HTML>
35135 ====== h_config_enable_newmail_sound =====
35136 <HTML>
35137 <HEAD>
35138 <TITLE>FEATURE: enable-newmail-sound</TITLE>
35139 </HEAD>
35140 <BODY>
35141 <H1>FEATURE: enable-newmail-sound (Web Alpine Only)</H1>
35143 This Web Alpine option specifies whether or not a sound file is sent
35144 to the web browser along with the newmail notification message.
35148 <UL>   
35149 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35150 </UL><P>
35151 &lt;End of help on this topic&gt;
35152 </BODY>
35153 </HTML>
35154 ====== h_config_render_html_internally =====
35155 <HTML>
35156 <HEAD>
35157 <TITLE>FEATURE: render-html-internally</TITLE>
35158 </HEAD>
35159 <BODY>
35160 <H1>FEATURE: render-html-internally (Web Alpine Only)</H1>
35162 By default, Web Alpine will pass cleansed HTML text you receive in messages 
35163 to the browser for display (rendering).  This feature causes Web Alpine to convert 
35164 the HTML text into plain text in the same way Unix and PC-Alpine do.
35168 <UL>   
35169 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35170 </UL><P>
35171 &lt;End of help on this topic&gt;
35172 </BODY>
35173 </HTML>
35174 ====== h_config_role_undo =====
35175 Yes, remember changes and exit back to list of roles; No, discard changes
35176 made in this screen; ^C, cancel exit and stay in this config screen.
35177 ====== h_exit_editor =====
35178 S, save changes and exit from the editor; D, do not save changes but
35179 do exit from the editor; or ^C, cancel exit and stay in the editor.
35180 ====== h_config_undo =====
35181 Yes, save changes and exit; No, exit without saving any changes made since
35182 entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
35183 ====== h_os_index_whereis =====
35184 Enter ^V or ^Y to go immediately to the last or first message in the index.
35185 Or, enter the match string followed by RETURN.
35186 ====== h_os_index_whereis_agg =====
35187 Enter ^V or ^Y to go immediately to the last or first message in the index,
35188 Or, enter the match string followed by RETURN (or ^X to select all matches).
35189 =========== h_oe_add_full ==================
35190 Type the full name of the person being added and press the RETURN key.
35191 Press ^C to cancel addition.
35192 =========== h_oe_add_nick ==================
35193 Type a short nickname and press RETURN.  A nickname is a short easy-to-
35194 remember word, name or initials like "joe", or "wcfields."  ^C to cancel.
35195 ========== h_oe_add_addr ================
35196 Type the e-mail address and press RETURN.
35197 Press ^C to cancel addition.
35198 ========== h_oe_crlst_full ==============
35199 Type a long name or description for the list that you are creating and
35200 press RETURN.  Press ^C to cancel creation of list.
35201 =========== h_oe_crlst_nick =============
35202 Type a nickname (short, easy-to-remember name or single word) for the list
35203 you are creating and press RETURN.  Press ^C to cancel.
35204 ========== h_oe_crlst_addr ==============
35205 Type an e-mail address, or a nickname already in the address book that you
35206 want to be part of this list and press RETURN.
35207 ========== h_oe_adlst_addr =============
35208 Type an e-mail address or a nickname already in the address book that you
35209 want to add to this list and press RETURN.
35210 ========== h_oe_editab_nick ============
35211 Change the nickname using the arrow keys and delete key.  Press RETURN
35212 when done.  Press ^C to cancel editing and leave the nickname as it was.
35213 ========== h_oe_editab_full ============
35214 Change the full name using the arrow keys and delete key.  Press RETURN
35215 when done.  Press ^C to cancel editing and leave the full name as it was.
35216 ========== h_oe_editab_addr ============
35217 Change the address using the arrow keys and delete key.  Press RETURN
35218 when done.  Press ^C to cancel editing and leave the address as it was.
35219 ========== h_oe_editab_fcc ============
35220 Change the fcc using the arrow keys and delete key.  Press RETURN when
35221 done.  Press ^C to cancel editing and leave the fcc as it was.
35222 ========== h_oe_editab_comment ============
35223 Change the comment field using the arrow keys and delete key.  Press RETURN
35224 when done.  Press ^C to cancel editing and leave the comment as it was.
35225 ====== h_ab_forward =====
35226 Yes, expand nicknames and qualify local names with your current domain name;
35227 No, leave nicknames and local names as is;  ^C, cancel.
35228 ========== h_ab_export ==========
35229 Type the name of a file to write the addresses into and
35230 press RETURN.  You may also specify an absolute path.  Use ^C to cancel.
35231 ========== h_ab_edit_a_field ==========
35232 Edit any of the fields of the currently selected entry by typing one of the
35233 letters at the bottom of the screen.  Press ^C to cancel edit.
35234 ====== h_ab_del_data_revert =====
35235 Press B to completely delete addrbook and revert to default, C to delete config
35236 and revert while leaving data, or D to only delete data (make it empty).
35237 ====== h_ab_del_data_modify =====
35238 Press B to completely delete addrbook, C to delete configuration while leaving
35239 data, or D to delete data (make it empty) but leave config. ^C to cancel.
35240 ====== h_ab_del_config_modify =====
35241 Yes, remove this address book from my configuration.
35242 No, make no changes now.
35243 ====== h_ab_del_config_revert =====
35244 Yes, remove this address book from my config and revert to default.
35245 No, make no changes now.
35246 ====== h_ab_del_default =====
35247 Yes, remove this default address book from my configuration.
35248 No, make no changes now.
35249 ====== h_ab_really_delete =====
35250 Yes, delete the actual contents of the address book, not just the 
35251 configuration.  No, don't delete the data after all, cancel and start over.
35252 ====== h_ab_del_ignore =====
35253 Press I to ignore all the default address books for this category.  Press R to
35254 remove this one address book and add the others to your personal list.
35255 ====== h_ab_del_dir_ignore =====
35256 Press I to ignore all the default directory servers for this category.
35257 Press R to remove this one server and add the others to your personal list.
35258 ====== h_ab_copy_dups =====
35259 Yes, overwrite the existing entry.
35260 No, skip duplicates but save the rest. Press ^C to cancel.
35261 ====== h_confirm_cancel =====
35262 Type C to Confirm that you want to abandon the message you are composing.
35263 Type N or ^C to cancel out of the cancel and keep composing.
35264 ====== h_ab_text_or_vcard =====
35265 Text, start composer with displayed text already included.
35266 VCard, start composer with address book entry attached as a vCard. ^C cancels.
35267 ====== h_ab_backup_or_ldap =====
35268 Backup, copy email address from entry and allow editing of it.
35269 LDAP, copy LDAP search criteria, do not allow editing of it. ^C cancels.
35270 ====== h_ldap_text_or_vcard =====
35271 Text: export displayed text for selected entry. Address: export only the
35272 email address. VCard: export entry in vCard format. ^C cancels.
35273 ====== h_ab_save_exp =====
35274 Save, save entry or entries to an address book.
35275 Export, save to file outside of pine. ^C cancels save.
35276 ====== h_ab_add =====
35277 A, add a brand new entry to this address book.
35278 E, edit the entry that is currently highlighted. ^C to cancel.
35279 ====== h_ab_shuf =====
35280 U, swap order of highlighted address book and the one above it.
35281 D, swap order of highlighted address book and the one below it. ^C to cancel.
35282 ====== h_ab_shuf_up =====
35283 U, swap order of highlighted address book and the one above it.
35284 Press ^C to cancel.
35285 ====== h_ab_shuf_down =====
35286 D, swap order of highlighted address book and the one below it.
35287 Press ^C to cancel.
35288 ====== h_folder_prop =====
35289 Count is # of messages in the folder, Unseen means messages that have not
35290 been read, New means messages that were Recently added to the folder.
35291 ====== h_role_shuf =====
35292 U, swap order of highlighted rule and the one above it.
35293 D, swap order of highlighted rule and the one below it. ^C to cancel.
35294 ====== h_role_shuf_up =====
35295 U, swap order of highlighted rule and the one above it.
35296 Press ^C to cancel.
35297 ====== h_role_shuf_down =====
35298 D, swap order of highlighted rule and the one below it.
35299 Press ^C to cancel.
35300 ====== h_incoming_shuf =====
35301 B, swap order of highlighted directory and the one before it.
35302 F, swap order of highlighted directory and the one after it. ^C to cancel.
35303 ====== h_incoming_shuf_up =====
35304 B, swap order of highlighted directory and the one before it.
35305 Press ^C to cancel.
35306 ====== h_incoming_shuf_down =====
35307 F, swap order of highlighted directory and the one after it.
35308 Press ^C to cancel.
35309 ====== h_dir_shuf =====
35310 U, swap order of highlighted directory and the one above it.
35311 D, swap order of highlighted directory and the one below it. ^C to cancel.
35312 ====== h_dir_shuf_up =====
35313 U, swap order of highlighted directory and the one above it.
35314 Press ^C to cancel.
35315 ====== h_dir_shuf_down =====
35316 D, swap order of highlighted directory and the one below it.
35317 Press ^C to cancel.
35318 ====== h_hdrcolor_shuf =====
35319 U, swap order of highlighted Header Color and the one above it.
35320 D, swap order of highlighted Header Color and the one below it. ^C to cancel.
35321 ====== h_hdrcolor_shuf_up =====
35322 U, swap order of highlighted Header Color and the one above it.
35323 Press ^C to cancel.
35324 ====== h_hdrcolor_shuf_down =====
35325 D, swap order of highlighted Header Color and the one below it.
35326 Press ^C to cancel.
35327 ========== h_oe_editab_al ============
35328 Change the address using the arrow keys and delete key.  Press RETURN
35329 when done.  Press ^C to cancel editing and leave the address as it was.
35330 ========== h_dir_comp_search ===============
35331 Type a string to look for just like you would in the composer. Your configured
35332 rules for the servers with the implicit flag set will be used.
35333 ========== h_oe_searchab ===============
35334 Type the word or name you want to search for and press RETURN.  If you press
35335 RETURN without entering anything the word in [] will be searched for.
35336 ========== h_oe_chooseabook ==========
35337 Choose the address book you want to save the new entry in.
35338 Use ^N or ^P to change address books.  ^C to cancel.
35339 ========== h_oe_takeaddr ==========
35340 Edit the e-mail address using the arrow and delete keys.  Press RETURN
35341 when done.  Press ^C to cancel adding this entry to the address book.
35342 ========== h_oe_take_replace ==========
35343 Press R to replace the old entry with this new data.  You will still have
35344 another chance to cancel.  N to enter another nickname.  ^C to cancel now.
35345 ========== h_oe_take_replace_or_add ==========
35346 Press R to replace the old entry.  Press A to add the selected addresses to
35347 the old existing list.  N to enter another nickname. ^C to cancel now.
35348 ========== h_oe_takename ==========
35349 Edit the full name to be correct using the arrow and delete keys.  Press RETURN
35350 when done.  Press ^C to cancel adding this entry to the address book.
35351 ========== h_oe_takenick ==========
35352 Type a nickname (short easy-to-remember name, initials or single word) for this
35353 entry in the address book and press RETURN.  Press ^C to cancel addition.
35354 ========== h_oe_jump ==========
35355 Type the message number you want to jump to and press RETURN.  The word "end"
35356 represents the last message. Press ^C to cancel jumping to another message.
35357 ========== h_oe_jump_thd ==========
35358 Type the thread number you want to jump to and press RETURN.  The word "end"
35359 represents the last thread. Press ^C to cancel jumping to another thread.
35360 ========== h_oe_debuglevel ==========
35361 Higher number shows more debugging details.
35362 Press ^C if you want to cancel the change.
35363 ========== h_oe_broach ==========
35364 Type the name of the folder you want to open and press RETURN.  Press ^P/^N
35365 to go to the previous/next collections in the list.  Press ^C to cancel goto.
35366 ========== h_oe_foldsearch ==========
35367 Type the text you want to search for in foldernames and press RETURN.  If you
35368 press RETURN without entering anything, any text in [] will be searched for.
35369 ========== h_oe_foldrename ==========
35370 Change the old name of the folder to the new name using the arrow and
35371 delete keys and press RETURN.  Press ^C to cancel rename.
35372 ========== h_oe_login ==========
35373 Enter your login name for the host you are opening the mailbox on.  Just press
35374 RETURN to use your login from this host as is, or edit it with delete key.
35375 ========== h_oe_passwd ==========
35376 Type your password for the host and login shown as part of the prompt.
35377 Press ^C to cancel opening folder.
35378 ========== h_oe_choosep ==========
35379 Enter the number associated with the printer you want to select.  Press ^C to
35380 cancel the printer selection.  The current selection is highlighted.
35381 ========== h_oe_customp ==========
35382 Type the name of the Unix print command and press RETURN.  Press ^C to
35383 cancel the printer selection.
35384 ========== h_oe_searchview ==========
35385 Type the word or name you want to search for and press RETURN.  If you press
35386 RETURN without entering anything the word in [] will be searched for.
35387 ========== h_oe_keylock ==========
35388 The keyboard is in use and locked by another user.  Only that user can
35389 unlock this keyboard by typing the password.
35390 ========== h_wt_expire ==========
35391 At the beginning of each month Alpine offers to rename your current sent-mail
35392 folder to one named for the month so you have a sent-mail folder for each month
35393 ========== h_wt_delete_old ==========
35394 It is the beginning of the month, and we need to conserve disk
35395 space.  Please delete any sent-mail that you do not need.
35396 ========== h_select_sort ==========
35397 Select the order for sorting the index by typing the capitalized letter.
35398 Arrival is by arrival in your mailbox; Date is by time/day message was sent.
35399 ========== h_no_F_arg ============
35400 Enter name of file to be opened.
35402 ========== h_sticky_personal_name ==========
35403 Type in your name as you want it to appear on outgoing email.  This entry
35404 will be saved into your Alpine configuration file.
35405 ========== h_sticky_inbox ============
35406 INBOX syntax is usually {complete.machine.name}INBOX
35407 This entry will be saved in your Alpine configuration file.
35408 ========== h_sticky_smtp ============
35409 The name of the computer on your campus that relays your outgoing email
35410 to the Internet.  This entry will be saved in your Alpine configuration file.
35411 ========== h_sticky_user_id ==========
35412 The username or login-id part of your email address.  This entry will be
35413 saved in your Alpine configuration file.
35414 ========== h_sticky_domain ==========
35415 The domain part of your email address, NOT the name of your PC.  This
35416 entry will be saved in your Alpine configuration file.
35417 ========== h_bounce =========
35418 Enter the address or nickname of the intended recipient.  Alpine will resend
35419 the message, which will retain the original author's From: address.
35420 ========== h_incoming_add_folder_nickname =========
35421 Enter an (optional) nickname that will be used in lieu of the actual
35422 host and folder names in the FOLDER LIST display.
35423 ========== h_anon_forward ==========
35424 Enter the address of your intended recipient, or ^C to cancel.
35425 Example: jsmith@somewhere.edu
35426 ========== h_news_subscribe ==========
35427 Enter the name of the newsgroup to which you wish to subscribe,
35428 or ^C to cancel.  Example: comp.mail.pine
35429 ========== h_pipe_msg ==========
35430 Enter the name of the Unix command to which you wish to send this
35431 message, or ^C to cancel.
35432 ========== h_pipe_attach ==========
35433 Enter the name of the Unix command to which you wish to send this
35434 attachment, or ^C to cancel.
35435 ========== h_select_by_num ==========
35436 Enter a list of message numbers (or number ranges), or ^C to cancel.  The word
35437 "end" represents the last message. Example: 2-5,7-9,11,19,35-end
35438 ========== h_select_by_thrdnum ==========
35439 Enter a list of thread numbers (or number ranges), or ^C to cancel.  The word
35440 "end" represents the last thread. Example: 2-5,7-9,11,19,35-end
35441 ========== h_select_txt_from ==========
35442 Messages with From: headers containing the entered string will be selected.
35443 ^C to cancel. ^G again to see original options.
35444 ========== h_select_txt_not_from ==========
35445 Messages without From: headers containing the entered string will be selected.
35446 ^C to cancel. ^G again to see original options.
35447 ========== h_select_txt_to ==========
35448 Messages with To: headers containing the entered string will be selected.
35449 ^C to cancel. ^G again to see original options.
35450 ========== h_select_txt_not_to ==========
35451 Messages without To: headers containing the entered string will be selected.
35452 ^C to cancel. ^G again to see original options.
35453 ========== h_select_txt_cc ==========
35454 Messages with Cc: headers containing the entered string will be selected.
35455 ^C to cancel. ^G again to see original options.
35456 ========== h_select_txt_not_cc ==========
35457 Messages without Cc: headers containing the entered string will be selected.
35458 ^C to cancel. ^G again to see original options.
35459 ========== h_select_txt_subj ==========
35460 Messages with Subject: headers containing the entered string will be selected.
35461 ^C to cancel.  ^X enters Subject: line of current message.
35462 ========== h_select_txt_not_subj ==========
35463 Messages without Subject headers containing the entered string will be selected.
35464 ^C to cancel.  ^X enters Subject: line of current message.
35465 ========== h_select_txt_all ==========
35466 All messages containing the entered string will be selected.  Headers and body,
35467 but not encoded attachments, will be compared.  Enter ^C to cancel.
35468 ========== h_select_txt_not_all ==========
35469 All messages that don't contain the entered string will be selected.  Headers
35470 and body, but not encoded attachments, will be compared.  Enter ^C to cancel.
35471 ========== h_select_txt_body ==========
35472 All messages containing the entered string will be selected. Body text, but
35473 not headers or encoded attachments, will be compared. ^C to cancel.
35474 ========== h_select_txt_not_body ==========
35475 All messages that don't contain the entered string will be selected. Body
35476 text, but not headers or encoded attachments, will be compared. ^C to cancel.
35477 ========== h_select_txt_recip ==========
35478 Messages with Cc: or To: headers containing the entered string will be selected.
35479 ^C to cancel. ^G again to see original options.
35480 ========== h_select_txt_not_recip ==========
35481 Messages without Cc: or To: headers containing the string will be selected.
35482 ^C to cancel. ^G again to see original options.
35483 ========== h_select_txt_partic ==========
35484 Messages with Cc, To, or From headers containing the string will be selected.
35485 ^C to cancel. ^G again to see original options.
35486 ========== h_select_txt_not_partic ==========
35487 Messages without Cc, To, or From headers containing the string will be selected.
35488 ^C to cancel. ^G again to see original options.
35489 ========== h_select_date ==========
35490 If typed, date may be in DD-MMM-YYYY format (04-Jul-2006) or in ISO format
35491 (2006-07-04). ^P/^N also changes default date. ^X enters date of current msg.
35492 ========== h_attach_index_whereis ==========
35493 Enter some text that appears in the Attachment Index entry for the desired
35494 attachment.  The first attachment containing that text will be highlighted.
35495 ========== h_kb_lock ==========
35496 Keystrokes entered here (up to a RETURN) comprise a password that must
35497 be entered again later in order to unlock the keyboard.
35498 ========== h_compose_default ==========
35499 N, compose a new message. R, set a role.
35500 ^C to cancel.
35501 ========== h_untranslatable ==========
35502 Send using UTF-8 character set; Send but replace untranslatable characters
35503 with question marks; return to the composer; or cancel message altogether.
35504 ========== h_compose_intrptd ==========
35505 N, compose a new msg. I, continue interrupted msg. R, set a role.
35506 ^C to cancel.
35507 ========== h_compose_postponed ==========
35508 N, compose a new message. P, continue postponed msg. R, set a role.
35509 ^C to cancel.
35510 ========== h_compose_intrptd_postponed ==========
35511 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
35512 R, set a role. ^C to cancel.
35513 ========== h_compose_form ==========
35514 N, compose a new message. F, use form letter. R, set a role.
35515 ^C to cancel.
35516 ========== h_compose_intrptd_form ==========
35517 N, compose a new msg. I, continue interrupted msg. F, use form letter.
35518 R, set a role. ^C to cancel.
35519 ========== h_compose_postponed_form ==========
35520 N, compose a new message. P, continue postponed msg. F, use form letter.
35521 R, set a role. ^C to cancel.
35522 ========== h_compose_intrptd_postponed_form ==========
35523 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
35524 F, use form letter. R, set a role. ^C to cancel.
35525 ========== h_config_context_del_except ==========
35526 If you delete the last exceptional collection you can only add it back by
35527 manually editing the exceptions config file.
35528 ========== h_config_whereis ==========
35529 To move quickly to a particular line, enter a search string or
35530 ^C to cancel.
35531 ========== h_config_edit_scorei ==========
35532 Enter interval in the form (min,max). -INF and INF may be used to represent
35533 -infinity and infinity. ^C to cancel change. RETURN to accept change.
35534 ========== h_config_add ==========
35535 Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
35536 pressing RETURN sets the Empty Value (this turns off any global default).
35537 ========== h_config_add_custom_color ==========
35538 Enter a header fieldname. For example, "subject" or "from".
35540 ========== h_config_add_pat_hdr ==========
35541 Enter a header fieldname. For example, "reply-to" or "organization" or
35542 any fieldname you want that isn't included already.
35543 ========== h_config_print_opt_choice ==========
35544 You may edit either the initialization string (characters printed before
35545 printing starts) or the trailer string.  Choose one or ^C to cancel.
35546 ========== h_config_print_init ==========
35547 Enter a C-style string for this.  You may use common backslash escapes like
35548 \\n for newline, \\ooo for octal character, and \\xhh for hex character.
35549 ========== h_config_change ==========
35550 Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
35551 delete current (highlighted) character, etc.  Enter ^C to cancel change.
35552 ========== h_config_replace_add ==========
35553 Replace ignores the current default, Add places the current default in your
35554 editing buffer as if you had typed it in.
35555 ========== h_config_insert_after ==========
35556 Enter a nickname for this print command.  (InsertBefore puts the new item
35557 before the current line, InsertAfter puts it after the current line.)
35558 ========== h_config_print_cmd ==========
35559 Enter command to be executed for the printer.  Use normal editing keys
35560 to modify, ^C to cancel, carriage return to accept current value.
35561 ========== h_config_role_del ==========
35562 Answering Yes will remove this rule completely from your rules list.
35563 ========== h_config_role_addfile ==========
35564 Type the name of a file to add to your configuration. You don't need to
35565 use a file, you may add rules directly (with Add) without using a file.
35566 ========== h_config_role_delfile ==========
35567 Answering Yes will remove this rule file completely from your rules list.
35568 The rules data file itself will not be removed.
35569 ========== h_config_print_del ==========
35570 Answering Yes will remove this printer completely from your printer list.
35571 ========== h_config_print_name_cmd ==========
35572 You may edit the Nickname of this printer, the Command to be executed when
35573 printing, or change the Options associated with this printer.
35574 ========== h_send_check_fcc ==========
35575 Yes, send message without an Fcc.
35576 No, return to composer.
35577 ========== h_send_check_subj ==========
35578 Yes, send message without a Subject.
35579 No, return to composer.
35580 ========== h_send_check_to_cc ==========
35581 Yes, send message without a To address, or a Cc address, or a Newsgroup.
35582 No, return to composer.
35583 ========== h_send_fcc_only ==========
35584 Yes, copy message to Fcc only and send to NO recipients.
35585 No, return to composer.
35586 ========== h_send_prompt ==========
35587 Yes, send the message.
35588 No or ^C, return to composer.
35589 ========== h_send_prompt_flowed ==========
35590 Yes, send the message.  No or ^C, return to composer.
35591 What's Flowed? See Do Not Send Flowed Text in config screen.
35592 ========== h_send_prompt_dsn ==========
35593 Yes, send the message.  No or ^C, return to composer.
35594 What's DSNOpts? See Enable Delivery Status Notification in config screen.
35595 ========== h_send_prompt_dsn_flowed ==========
35596 Yes, send the message.  No or ^C, return to composer. What's DSNOpts? See
35597 Enable Delivery Status Notification. What's Flowed? See Do Not Send Flowed Text.
35598 ========== h_role_confirm ==========
35599 Yes, use displayed role. No, compose without a role.
35600 ^C, cancel the message. ^T, select a role from your other eligible roles.
35601 ========== h_norole_confirm ==========
35602 Return, compose without a role.
35603 ^C, cancel the message. ^T, select a role from your eligible roles.
35604 ========== h_custom_print ==========
35605 Enter a Unix command that accepts its data on standard input.
35606 Alpine will display any information the command sends to standard output.
35607 ========== h_convert_abooks_and_sigs ==========
35608 You will be given the opportunity to convert address books and signature files
35609 to remote configurations.
35610 ========== h_convert_abooks ==========
35611 You will be given the opportunity to convert address books to remote
35612 configurations.
35613 ========== h_flag_keyword ==========
35614 Enter the name of the keyword you want to add for this folder.
35615 No spaces, parentheses, braces, percents or asterisks are allowed.
35616 ========== h_select_keyword ==========
35617 Enter the keyword you want to match, or use ^T to select a keyword from a list
35618 of possible keywords for this folder. Use ! to look for non-matches instead.
35619 ========== h_type_keyword ==========
35620 Enter the keyword you want to add. You may add a nickname in the next step.
35621 No spaces, parentheses, braces, percents or asterisks are allowed.
35622 ========== h_type_keyword_nickname ==========
35623 Enter an optional nickname for the keyword you want to add.
35624 Type Carriage return to use the keyword name instead of a nickname.
35625 ========== h_convert_sigs ==========
35626 You will be given the opportunity to convert signature files to remote
35627 configurations.
35628 ========== h_convert_abook ==========
35629 Yes is fairly safe. You will be ADDing a remote address book that is a copy
35630 of the current address book. The current abook won't be removed automatically.
35631 ========== h_convert_sig ==========
35632 Answering Yes copies the contents of the signature file into your Alpine
35633 configuration file. After that, the contents of the file will not be used.
35634 ========== h_save_addman ==========
35635 Enter the simple name of the folder you want to add. Carriage return to
35636 accept what you have typed so far. ^C to get back to SELECT FOLDER screen.
35637 ========== h_reopen_folder ==========
35638 Yes reopens the folder, as if you were starting over. This uncovers new mail.
35639 No leaves the folder index as it was without discovering new mail.
35640 ========== h_convert_pinerc_server ==========
35641 This is the name of the host (computer) where the remote Alpine configuration
35642 will be stored. This should be an IMAP server that you have permission to use.
35643 ========== h_convert_pinerc_folder ==========
35644 Enter the correct remote folder name. This folder is special and should
35645 contain only configuration data. It shouldn't contain other mail messages.
35646 ========== h_role_compose ==========
35647 Compose a New message, Reply to current message, Forward current message, or
35648 Bounce message. Then you will be asked to choose one of your Roles to be used.
35649 ========== h_save_size_changed ==========
35650 The reported size of a message is not the same as the actual size. Answer Yes
35651 to continue and hope for the best or No to Cancel the entire Save.
35652 ========== h_select_by_larger_size ==========
35653 Enter a number or ^C to cancel. All messages greater than this many characters
35654 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
35655 ========== h_select_by_smaller_size ==========
35656 Enter a number or ^C to cancel. All messages less than this many characters
35657 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
35658 ========== h_preserve_field ==========
35659 Use 'p' to toggle between preserving or not preserving the original To:
35660 and Cc: fields of the message. Enter ^C to cancel message.