v04i038: xmtool -- X interface for ucbMail, Part03/03
Dan Heller
argv at island.uu.net
Fri Jun 30 11:49:03 AEST 1989
Submitted-by: Peter Chang <chang at eds.com>
Posting-number: Volume 4, Issue 38
Archive-name: xmtool/part03
#! /bin/sh
# This is a shell archive. Remove anything before this line, then feed it
# into a shell via "sh file" or similar. To overwrite existing files,
# type "sh file -c".
# The tool that generated this appeared in the comp.sources.unix newsgroup;
# send mail to comp-sources-unix at uunet.uu.net if you want that tool.
# If this archive is complete, you will see the following message at the end:
# "End of shell archive."
# Contents: UpperLimithlp clrstatushlp createhlp deleteBhlp edithlp
# helpbuttonhlp incrBhlp incrementBhlp inputboxhlp mailthlp
# minusBhlp msgNumberhlp plusBhlp rangeBhlp rplyallhlp rplyhlp
# saveBhlp selecthlp setCounterhlp statushlp updatehlp viewBhlp
# f1 f2 f3
# Wrapped by argv at maui on Thu Jun 29 18:35:12 1989
PATH=/bin:/usr/bin:/usr/ucb ; export PATH
mkdir bitmap
cd bitmap
if test -f 'f1' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'f1'\"
else
echo shar: Extracting \"'f1'\" \(269 characters\)
sed "s/^X//" >'f1' <<'END_OF_FILE'
X#define f1_width 16
X#define f1_height 16
Xstatic char f1_bits[] = {
X 0x80, 0x01, 0x80, 0x01, 0xc0, 0x03, 0xc0, 0x03, 0xe0, 0x07, 0xe0, 0x07,
X 0xf0, 0x0f, 0xf0, 0x0f, 0xf8, 0x1f, 0xf8, 0x1f, 0xfc, 0x3f, 0xfc, 0x3f,
X 0xfe, 0x7f, 0xfe, 0x7f, 0xff, 0xff, 0xff, 0xff};
END_OF_FILE
if test 269 -ne `wc -c <'f1'`; then
echo shar: \"'f1'\" unpacked with wrong size!
fi
# end of 'f1'
fi
if test -f 'f2' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'f2'\"
else
echo shar: Extracting \"'f2'\" \(269 characters\)
sed "s/^X//" >'f2' <<'END_OF_FILE'
X#define f2_width 16
X#define f2_height 16
Xstatic char f2_bits[] = {
X 0xff, 0xff, 0xff, 0xff, 0xfe, 0x7f, 0xfe, 0x7f, 0xfc, 0x3f, 0xfc, 0x3f,
X 0xf8, 0x1f, 0xf8, 0x1f, 0xf0, 0x0f, 0xf0, 0x0f, 0xe0, 0x07, 0xe0, 0x07,
X 0xc0, 0x03, 0xc0, 0x03, 0x80, 0x01, 0x80, 0x01};
END_OF_FILE
if test 269 -ne `wc -c <'f2'`; then
echo shar: \"'f2'\" unpacked with wrong size!
fi
# end of 'f2'
fi
if test -f 'f3' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'f3'\"
else
echo shar: Extracting \"'f3'\" \(269 characters\)
sed "s/^X//" >'f3' <<'END_OF_FILE'
X#define f3_width 16
X#define f3_height 16
Xstatic char f3_bits[] = {
X 0xff, 0xff, 0xff, 0xff, 0xc0, 0x03, 0xe0, 0x07, 0xb0, 0x0d, 0x98, 0x19,
X 0x8c, 0x31, 0x86, 0x61, 0x83, 0xc1, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01,
X 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01};
END_OF_FILE
if test 269 -ne `wc -c <'f3'`; then
echo shar: \"'f3'\" unpacked with wrong size!
fi
# end of 'f3'
fi
cd ..
mkdir hlp
cd hlp
if test -f 'UpperLimithlp' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'UpperLimithlp'\"
else
echo shar: Extracting \"'UpperLimithlp'\" \(4578 characters\)
sed "s/^X//" >'UpperLimithlp' <<'END_OF_FILE'
X |--Upper Limit box |---range box
X V V
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|001|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X ^ ^
X | |---incr box
X |---increment box
X
X"001": upper limit for the range. Controlled by the range, incr and increment boxes. Used by
X the range box to set up range between the displayed message number and the current value
X in this box. This is for advanced use only. You can view, delete, save, reply and
X edit this range of messages. For example if you want to view messages between message
X numbers 21 and 31 and if the current values for all counters are 001 as shown above,
X you can perform either
X
X Move the cursor beside the message number 21 in the header list in the top window and
X click the left mouse button. Now select the set counter box. You will see that the message
X number box displays 021. Next move the cursor beside the message number 31 in the top
X window and click the left mouse button. Now select the range box. You will see that
X the UpperLimit box displays 031. You can finally select the view box to view those
X messages between message numbers 21 and 31;
X
X or all of the following steps:
X
X 1. Set the increment box value to 010 by selecting the incr box once:
X
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X ^
X |----incr box
X
X 2. Set the message counter to 021 by selecting the plus box twice:
X
X---------------------------------------------------------------------------------------------
X|021|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X
X 3. Select the set counter box to change the upper limit to the message counter value:
X
X---------------------------------------------------------------------------------------------
X|021|021|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X
X 4. Select the range box to add the increment value 010 to the upper limit 021 and display the
X result 031 in the upper limit box:
X
X---------------------------------------------------------------------------------------------
X|021|031|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X
X 5. Select the view box to view the messages between message number 21 and messages number 31.
END_OF_FILE
if test 4578 -ne `wc -c <'UpperLimithlp'`; then
echo shar: \"'UpperLimithlp'\" unpacked with wrong size!
fi
# end of 'UpperLimithlp'
fi
if test -f 'clrstatushlp' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'clrstatushlp'\"
else
echo shar: Extracting \"'clrstatushlp'\" \(875 characters\)
sed "s/^X//" >'clrstatushlp' <<'END_OF_FILE'
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|001|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X ^
X |---clear status box
X
Xclear status: clear the status file (see information about status file in the help file for the
X status box).
END_OF_FILE
if test 875 -ne `wc -c <'clrstatushlp'`; then
echo shar: \"'clrstatushlp'\" unpacked with wrong size!
fi
# end of 'clrstatushlp'
fi
if test -f 'createhlp' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'createhlp'\"
else
echo shar: Extracting \"'createhlp'\" \(1272 characters\)
sed "s/^X//" >'createhlp' <<'END_OF_FILE'
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|001|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X ^
X |---create box
X
Xcreate: create a message by using the vi editor. Before you are in the vi editor environment, a
X popup menu will show up requesting for subject and cc list. The space limit restricts
X the sizes of the subject and cc list. For the font 9x15, the sizes of the subject
X and cc list can not be more than 45 characters. Then you will be put in
X the vi editor environment. The next step is to fill the input box with a list
X of names that you want to send the message to. Then select the mail to list box to send the
X message (see the help file for the mail to list box).
END_OF_FILE
if test 1272 -ne `wc -c <'createhlp'`; then
echo shar: \"'createhlp'\" unpacked with wrong size!
fi
# end of 'createhlp'
fi
if test -f 'deleteBhlp' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'deleteBhlp'\"
else
echo shar: Extracting \"'deleteBhlp'\" \(2826 characters\)
sed "s/^X//" >'deleteBhlp' <<'END_OF_FILE'
X |---delete box
X V
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|001|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X
X"delete": delete the message with message number from the mail box. For example if you want to delete
X message with message number 21, you can perform either
X
X Move the cursor beside the message number 21 in the header list in the top window and
X click the left mouse button. Next select the set counter box. You will see that the message
X number box displays 021. Now select the delete box to delete the message with message
X number 21;
X
X or all of the following steps:
X
X First select the incr box once to change the increment to 10:
X
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X ^
X |---incr box
X
X Next select the plus box twice to change the message counter to 21:
X
X |---plus box
X V
X---------------------------------------------------------------------------------------------
X|021|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X
X Now select the delete box to delete the message with message number 21.
X
X To delete more than one message, see the help files for range, select, and update.
X Only the selection of either the delete box or the set counter box clears the flags
X set up by range and select.
END_OF_FILE
if test 2826 -ne `wc -c <'deleteBhlp'`; then
echo shar: \"'deleteBhlp'\" unpacked with wrong size!
fi
# end of 'deleteBhlp'
fi
if test -f 'edithlp' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'edithlp'\"
else
echo shar: Extracting \"'edithlp'\" \(3099 characters\)
sed "s/^X//" >'edithlp' <<'END_OF_FILE'
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|001|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X ^
X |---edit box
X
Xedit: edit the message you just viewed. You must view the message first before you can edit it.
X
X For example if you want to view message with message number 21 and edit that message,
X to set the message counter to 21 you can perform either
X
X Move the cursor beside the message number 21 in the header list in the top window and
X click the left mouse button. Now select the set counter box. You will see that the message
X number box displays 021;
X
X or all of the following steps:
X
X 1. first select the incr box once to change the increment to 10:
X
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X ^
X |---incr box
X
X 2. Next select the plus box twice to change the message counter to 21:
X
X |---plus box
X V
X---------------------------------------------------------------------------------------------
X|021|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X
X Select the view box to view the message with message number 21. After viewing the
X message, select the edit to edit that message. A popup menu will show up requesting
X for subject and cc list. The space limit restricts the sizes of the subject and cc list to be
X at most 45 characters for font 9x15. Then you will be put in the vi editor environment with a
X copy of the message in the vi buffer. Later you can send the edited message to other people by
X selecting the mail to list box (see the help file for the mail to list box).
END_OF_FILE
if test 3099 -ne `wc -c <'edithlp'`; then
echo shar: \"'edithlp'\" unpacked with wrong size!
fi
# end of 'edithlp'
fi
if test -f 'helpbuttonhlp' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'helpbuttonhlp'\"
else
echo shar: Extracting \"'helpbuttonhlp'\" \(699 characters\)
sed "s/^X//" >'helpbuttonhlp' <<'END_OF_FILE'
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|001|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X ^
X help box---|
X
X"help": disply the help screen (the one you just saw).
END_OF_FILE
if test 699 -ne `wc -c <'helpbuttonhlp'`; then
echo shar: \"'helpbuttonhlp'\" unpacked with wrong size!
fi
# end of 'helpbuttonhlp'
fi
if test -f 'incrBhlp' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'incrBhlp'\"
else
echo shar: Extracting \"'incrBhlp'\" \(1084 characters\)
sed "s/^X//" >'incrBhlp' <<'END_OF_FILE'
X |--message counter
X | |--upper limit
X | | |--plus box
X | | | |--minus box
X | | | | |---range box
X V V V V V
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|001|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X ^ ^
X | |---incr box
X |--- increment box
X
Xincr: Control the increment box by alternating the value in that box among 001, 010, 100, 000.
X Used by the plus box and/or minus box to adjust the message counter. Also used by the range
X box to adjust the upper limit. See more information in the help files for related boxes.
END_OF_FILE
if test 1084 -ne `wc -c <'incrBhlp'`; then
echo shar: \"'incrBhlp'\" unpacked with wrong size!
fi
# end of 'incrBhlp'
fi
if test -f 'incrementBhlp' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'incrementBhlp'\"
else
echo shar: Extracting \"'incrementBhlp'\" \(1085 characters\)
sed "s/^X//" >'incrementBhlp' <<'END_OF_FILE'
X |--message counter
X | |--upper limit
X | | |--plus box
X | | | |--minus box
X | | | | |---range box
X V V V V V
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|001|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X ^ ^
X | |---incr box
X |--- increment box
X
X"001": increment box. Controlled by the incr box. Its value alternates among 001, 010, 100, 000.
X Used by the plus box and/or minus box to adjust the message counter. Also used by the range
X box to adjust the upper limit. See more information in the help files for related boxes.
END_OF_FILE
if test 1085 -ne `wc -c <'incrementBhlp'`; then
echo shar: \"'incrementBhlp'\" unpacked with wrong size!
fi
# end of 'incrementBhlp'
fi
if test -f 'inputboxhlp' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'inputboxhlp'\"
else
echo shar: Extracting \"'inputboxhlp'\" \(1642 characters\)
sed "s/^X//" >'inputboxhlp' <<'END_OF_FILE'
X |--input box
X V
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|001|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X ^
X |--increment box
X
Xinput box: 1. Name of file that saves the message. Used with the save box.
X 2. List of names to be sent mail to. Used with the mail to list box.
X 3. Group of messages whose headers contain special strings. Used with the update box.
X 4. Message counter and upper limit. Set by the set counter button when the increment box shows 0.
X Used with the boxes increment and set counter.
X
X Note that for all four cases, it is not valid to press the return/enter key after the input.
X Also note that for cases 1 and 2, the size of the input box for 9x15 font is 45 (characters). You
X have to arrange the size of the filename in case 1 and the size of the user names and aliases
X in case 2 to be within that limit. For fonts smaller than 9x15, the limit 45 stays the same.
X For fonts larger than 9x15, the limit is smaller than 45. For example for the font
X -adobe-courier-bold-r-normal--18-180-75-75-m-110-iso8859-1, the limit is 36.
END_OF_FILE
if test 1642 -ne `wc -c <'inputboxhlp'`; then
echo shar: \"'inputboxhlp'\" unpacked with wrong size!
fi
# end of 'inputboxhlp'
fi
if test -f 'mailthlp' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'mailthlp'\"
else
echo shar: Extracting \"'mailthlp'\" \(3398 characters\)
sed "s/^X//" >'mailthlp' <<'END_OF_FILE'
X |---input box
X V
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|001|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X ^
X |---mail to list box
X
Xmail to list: send the message you just edited or created to the names in the
X input box. Before you select this box, you must fill the input box
X with either one of the following:
X
X (1) valid user names or aliases followed optionally by s: subject or c: cc list or both
X
X (2) the string -> followed optionally by valid user names or aliases
X
X In case (1), the message that you just edited or created will be sent to those people.
X There are two ways to provide the subject and cc list for your message. The first way is
X by responding to the popup menu after you selected the edit or create box. This popup menu
X requests that you fill in the subject and cc list. (For space limit, the subject and cc list
X can not be more than 45 characters long). The second way is that you did not respond to the
X popup menu by selecting the quit box in that menu. After you are done with editing or creating
X your message. Fill the input box with user names or aliases. To provide a subject, type s: and
X then type your subject. To provide a cc list, type c: and then type the cc list. Note that
X either the subject or cc list may be missing. But if they all appear, they must appear
X in the order "user names s: your subject c: your cc list". Again the space limit restricts the
X sum of the sizes of the user names (or aliases or both) and subject and cc list to be less
X than 45 characters.
X
X In case (2), if you type only -> without any user names or aliases following it, then you will
X be put in a normal mail environment. You may use all the mail commands.
X If you type -> followed by valid user names or aliases, you start a standard "mail username"
X command in a xterm window. You can use ~r to read a file and use ~v to edit that file by using
X the vi editor (assuming that ~ is the valid escape symbol in mail).
X
X The message content created by the selection of the edit box or create box can be retrieved
X in case (2) by the following method: before you exit vi in the process of edit or
X create, write the thing that you edited or created to a file of a given name, e.g. /tmp/msg1.
X Assume that you want to send this message to a valid user name or aliases, say, username1.
X Input the string ->username1 in the input box. Then select the mail to list box. You
X will be in the mail input environment. Type the following sequence of commands:
X
X ~r /tmp/msg1
X ~v
X
X You can now further edit this message file and at the end send this message to username1.
END_OF_FILE
if test 3398 -ne `wc -c <'mailthlp'`; then
echo shar: \"'mailthlp'\" unpacked with wrong size!
fi
# end of 'mailthlp'
fi
if test -f 'minusBhlp' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'minusBhlp'\"
else
echo shar: Extracting \"'minusBhlp'\" \(2172 characters\)
sed "s/^X//" >'minusBhlp' <<'END_OF_FILE'
X |---message number box
X | |---minus box
X V V
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|001|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X ^
X |---increment box
X
X"minus": subtract the value in the increment box from the value in the message number box and
X display the result in the message number box. For example if current values are:
X
X---------------------------------------------------------------------------------------------
X|085|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X
X Selecting the minus box changes the message number to 075:
X
X |------select this box
X V
X---------------------------------------------------------------------------------------------
X|075|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
END_OF_FILE
if test 2172 -ne `wc -c <'minusBhlp'`; then
echo shar: \"'minusBhlp'\" unpacked with wrong size!
fi
# end of 'minusBhlp'
fi
if test -f 'msgNumberhlp' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'msgNumberhlp'\"
else
echo shar: Extracting \"'msgNumberhlp'\" \(6349 characters\)
sed "s/^X//" >'msgNumberhlp' <<'END_OF_FILE'
X |-----message number (counter) box |-----------input box
X | |-----Upper Limit box |
X V V V
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|001|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X ^
X |---- increment box
X
X001: This box contains the message number for a message. The easiest way to adjust it is
X by moving the cursor beside the message number that you want to select in the header
X list in the top window and clicking the left mouse button. Next select the set counter
X box. You will see that the message number box displays the message number that you just
X selected (See more about this in the help files for UpperLimit and set counter).
X You can then select the view box to view the message.
X
X The message number box can also be adjusted by the three boxes:
X plus, minus, and incr in the following way
X
X 1. If you select the box "plus" once and if 001 is shown in the increment box, then the message
X number is changed to 002 as shown below:
X
X |-----message number (counter) box
X V
X---------------------------------------------------------------------------------------------
X|002|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X
X Now you can select the box "view" to see the message with message number 2. You can
X also select the box "delete" to delete the message. You can select the box "save"
X to save the message to a file with filename given in the input box. You can
X select one of the boxes "reply to sender" and "reply to all" to reply the message.
X You can also select the box "edit" to edit the message.
X
X 2. If you select the box "plus" again and if 001 is shown in the increment box, then the message
X number is changed to 003 as shown below:
X
X |-----message number (counter) box
X V
X---------------------------------------------------------------------------------------------
X|003|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X
X Now you can select the box "view" to see the message with message number 3. You can
X also select the box "delete" to delete the message. You can select the box "save"
X to save the message to a file with filename given in the input box. You can
X select one of the boxes "reply to sender" and "reply to all" to reply the message.
X You can also select the box "edit" to edit the message.
X
X 3. If you select the box "minus" once and if 001 is shown in the increment box, then the message
X number is changed to 002 as shown below:
X
X |-----message number (counter) box
X V
X---------------------------------------------------------------------------------------------
X|002|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X
X 4. If you select the box "incr" once, then the value in increment box is changed to 010
X as shown in the following:
X
X |-----message number (counter) box
X V
X---------------------------------------------------------------------------------------------
X|002|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X ^
X |---- increment box
X
X Selecting the box "incr" alternates the values in the increment box among 001, 010, 100, 000
X (000 is used to set the message counter. See the help file for the "set counter" box)
X
X 5. If you select the box "plus" now, you will see that the message number is changed to 012
X shown below (this is because the increment value is 10 now):
X
X |-----message number (counter) box
X V
X---------------------------------------------------------------------------------------------
X|012|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X
X 6. If you select the box "minus" next, you will see that the message number is changed to 002
X shown below (the increment value 10 is subtracted from the current message number):
X
X |-----message number (counter) box
X V
X---------------------------------------------------------------------------------------------
X|002|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X
X If you get familiar with using the three boxes plus, minus and incr, you can view, delete,
X save, reply, and edit "any" message in your mailbox.
END_OF_FILE
if test 6349 -ne `wc -c <'msgNumberhlp'`; then
echo shar: \"'msgNumberhlp'\" unpacked with wrong size!
fi
# end of 'msgNumberhlp'
fi
if test -f 'plusBhlp' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'plusBhlp'\"
else
echo shar: Extracting \"'plusBhlp'\" \(2142 characters\)
sed "s/^X//" >'plusBhlp' <<'END_OF_FILE'
X |---message number box
X | |---plus box
X V V
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|001|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X ^
X |---increment box
X
X"plus": add the value in the increment box to the value in the message number box and display
X the result in the message number box. For example if the current values are
X
X---------------------------------------------------------------------------------------------
X|075|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X
X Selecting the plus box changes the message number to 085:
X
X |-----select this box
X V
X---------------------------------------------------------------------------------------------
X|085|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
END_OF_FILE
if test 2142 -ne `wc -c <'plusBhlp'`; then
echo shar: \"'plusBhlp'\" unpacked with wrong size!
fi
# end of 'plusBhlp'
fi
if test -f 'rangeBhlp' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'rangeBhlp'\"
else
echo shar: Extracting \"'rangeBhlp'\" \(4590 characters\)
sed "s/^X//" >'rangeBhlp' <<'END_OF_FILE'
X |--message number box
X | |--Upper Limit box |---range box
X V V V
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|001|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X
X"range": set up range between the displayed message number and the upper limit shown in the
X Upper Limit box. This is for advanced use only. You can view, delete, save, reply and
X edit this range of messages.
X
X The most frequent way to use it is after you select the message number and have it
X displayed in the message number box (see the help files for message number box and
X set counter box), move the cursor beside the message number that you want to select as
X the upper limit in the header list in the top window and click the left mouse
X button. Next select the range box. You will see that the upper limit box displays
X the message number that you just selected (see also the help file for upper limit
X box).
X
X Another way to set up the upper limit is by using a combination of the range, plus (or
X minus) and incr boxes. For example if you want to view messages between message
X numbers 21 and 31 and if the current values for all counters are 001 as shown above,
X you can perform the following steps:
X
X 1. Set the increment box value to 010 by selecting the incr box once:
X
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X ^
X |----incr box
X
X 2. Set the message counter to 021 by selecting the plus box twice:
X
X---------------------------------------------------------------------------------------------
X|021|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X
X 3. Select the set counter box to change the upper limit to the message counter value:
X
X---------------------------------------------------------------------------------------------
X|021|021|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X
X 4. Select the range box to add the increment value 010 to the upper limit 021 and display the
X result 031 in the upper limit box:
X
X---------------------------------------------------------------------------------------------
X|021|031|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X
X 5. Select the view box to see the messages between message number 21 and messages number 31.
END_OF_FILE
if test 4590 -ne `wc -c <'rangeBhlp'`; then
echo shar: \"'rangeBhlp'\" unpacked with wrong size!
fi
# end of 'rangeBhlp'
fi
if test -f 'rplyallhlp' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'rplyallhlp'\"
else
echo shar: Extracting \"'rplyallhlp'\" \(4172 characters\)
sed "s/^X//" >'rplyallhlp' <<'END_OF_FILE'
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|001|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X ^
X |---reply to all box
X
Xreply to all: reply to the sender who sent the message with current message number and to all who are
X in the Cc: list. For example if you want to view message with message number 21 and reply to
X that message, to set the message counter to 21, you can perform either
X
X Move the cursor beside the message number 21 in the header list in the top window and
X click the left mouse button. Now select the set counter box. You will see that the message
X number box displays 021;
X
X or all of the following two steps:
X
X 1. first select the incr box once to change the increment to 10:
X
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X ^
X |---incr box
X
X 2. Next select the plus box twice to change the message counter to 21:
X
X |---plus box
X V
X---------------------------------------------------------------------------------------------
X|021|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X
X Next select the view box to display the message with message number 21. After viewing the
X message, select the reply to all box to compose a reply by using the vi editor. Later you can
X check the status of your reply by selecting the status box.
X
X You can also mail your reply to someone else in addition to the sender and to those on the
X Cc: list. You have to do this after you have replied to the sender and to those who are on
X the Cc: list and before you reply to a different message. For example, if
X you want to mail your reply to another user named username1, fill the input box with
X the string "=>username1" as shown in the following:
X
X |----input box
X V
X---------------------------------------------------------------------------------------------
X|021|001|plus|minus|range|set counter|view|delete|save|=>username1 s:subject c: cc list |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X
X Next select the box "reply to all" to mail the reply that you just composed to the
X new recipient username1. If you want to add subject and/or cc list, append the following:
X s: your subject c: cc list to =>username1. If both s: your subject and c: cc list appear,
X they must appear in that order.
END_OF_FILE
if test 4172 -ne `wc -c <'rplyallhlp'`; then
echo shar: \"'rplyallhlp'\" unpacked with wrong size!
fi
# end of 'rplyallhlp'
fi
if test -f 'rplyhlp' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'rplyhlp'\"
else
echo shar: Extracting \"'rplyhlp'\" \(4056 characters\)
sed "s/^X//" >'rplyhlp' <<'END_OF_FILE'
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|001|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X ^
X |---reply to sender box
X
Xreply to sender: reply to the sender who sent the message with current message number. For example
X if you want to view message with message number 21 and reply to the sender of that message,
X to set the message counter to 21, you can perform either
X
X Move the cursor beside the message number 21 in the header list in the top window and
X click the left mouse button. Now select the set counter box. You will see that the message
X number box displays 021;
X
X or all of the following two steps:
X
X 1. first select the incr box once to change the increment to 10:
X
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X ^
X |---incr box
X
X 2. next select the plus box twice to change the message counter to 21:
X
X |---plus box
X V
X---------------------------------------------------------------------------------------------
X|021|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X
X Next select the view box to display the message with message number 21. After viewing the
X message, select the reply to sender box to compose a reply by using the vi editor. Later you can
X check the status of your reply by selecting the status box.
X
X You can also mail your reply to someone else in addition to the sender. You have to do this
X after you have replied to the sender and before you reply to a different message. For example, if
X you want to mail your reply to another user named username1, fill the input box with
X the string "=>username1" as shown in the following:
X
X |----input box
X V
X---------------------------------------------------------------------------------------------
X|021|001|plus|minus|range|set counter|view|delete|save|=>username1 s:subject c: cc list |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X
X Next select the box "reply to sender" to mail the reply that you just composed to the
X new recipient username1. If you want to add subject and/or cc list, append the following:
X s: your subject c: cc list to =>username1. If both s: your subject and c: cc list appear,
X they must appear in that order.
END_OF_FILE
if test 4056 -ne `wc -c <'rplyhlp'`; then
echo shar: \"'rplyhlp'\" unpacked with wrong size!
fi
# end of 'rplyhlp'
fi
if test -f 'saveBhlp' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'saveBhlp'\"
else
echo shar: Extracting \"'saveBhlp'\" \(3538 characters\)
sed "s/^X//" >'saveBhlp' <<'END_OF_FILE'
X save box----| filename box---|
X V V
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|001|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X
X"save": save the message with message number in the file with filename given
X in the filename box. For example if you want to save message with message number 21
X to the file with path name /usr2/user1/mbox/message_type1 (must be full path name),
X to set the message counter to 21 you can perform either
X
X Move the cursor beside the message number 21 and click the left mouse button.
X Next select the set counter box.
X
X or all of the following two steps:
X
X 1. First select the incr box once to change the increment to 10:
X
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X ^
X |---incr box
X
X 2. Next select the plus box twice to change the message counter to 21:
X
X |---plus box
X V
X---------------------------------------------------------------------------------------------
X|021|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X
X Now key in the file name /usr2/user1/mbox/message_type1 in the filename box. Note that
X it is not valid to press the return/enter key after the filename. Last select the save
X box to save the message with message number 21.
X
X---------------------------------------------------------------------------------------------
X|021|001|plus|minus|range|set counter|view|delete|save|/usr2/user1/mbox/message_type1 |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X
X If you want to save more than one message at the same time, you can use one of the boxes:
X range, select, update. See their help files for more information.
END_OF_FILE
if test 3538 -ne `wc -c <'saveBhlp'`; then
echo shar: \"'saveBhlp'\" unpacked with wrong size!
fi
# end of 'saveBhlp'
fi
if test -f 'selecthlp' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'selecthlp'\"
else
echo shar: Extracting \"'selecthlp'\" \(3185 characters\)
sed "s/^X//" >'selecthlp' <<'END_OF_FILE'
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|001|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X ^
X |---select box
X
Xselect: select a list of messages for viewing, deleting, replying. Can be tuned off by the set counter
X box. For example if you want to view the two messages with message
X numbers 21 and 51 and if the current values for all counters are 001 as shown above,
X you can perform the following steps:
X
X 1. Set the increment box value to 010 by selecting the incr box once:
X
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X ^
X |----incr box
X
X 2. Set the message counter to 021 by selecting the plus box twice:
X
X---------------------------------------------------------------------------------------------
X|021|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X
X 3. Select the "select box" to select this message number.
X
X
X 4. Set the message counter to 051 by selecting the plus box three times:
X
X---------------------------------------------------------------------------------------------
X|051|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X
X 5. Select the "select box" to select this message number.
X
X 6. Select the view box to see the two messages with message number 21 and messages number 51.
END_OF_FILE
if test 3185 -ne `wc -c <'selecthlp'`; then
echo shar: \"'selecthlp'\" unpacked with wrong size!
fi
# end of 'selecthlp'
fi
if test -f 'setCounterhlp' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'setCounterhlp'\"
else
echo shar: Extracting \"'setCounterhlp'\" \(4880 characters\)
sed "s/^X//" >'setCounterhlp' <<'END_OF_FILE'
X|--message counter
X| |--upper limit
X| | |---set counter box
XV V V
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save|input box |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|001|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X ^
X |------increment box
X
Xset counter:
X
X The most frequent way to use this is by moving the cursor beside the message number
X that you want to select in the header list in the top window and clicking the left
X mouse button and then selecting this box. You will see that the message counter box
X and upper limit box display the message number that you just selected. (Sometimes
X you may need to select this box twice to set the message counter because of the
X reset feature described in the following).
X
X It also does the following:
X
X If the increment box shows 000 as in the following (this can be achieved by selecting the
X incr box several times. See below), reset the message counter and upper limit to the one shown
X in the input box.
X
X-------------------------------------------------------------------------------------------------------
X|000|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X ^
X |------increment box
X
X If the increment box does not show 000, the message counter will not be reset.
X Also clear the selection of one of the boxes select, range, minus. This clearance does not
X depend on whether the increment box shows 000 or not. If none of these
X boxes was selected, the upper limit will be adjusted to be the same as the message counter.
X
X Used in the following cases:
X
X 1. If you want to input the message number in the input box instead of setting the message
X counter, then first select the "incr" box which sets the increment count in
X the increment box to 000 as follows:
X
X |-------- select this box
X V
X-------------------------------------------------------------------------------------------------------
X|000|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X
X Next input the message number in the input box. For example if you want to
X input number 85:
X
X |-------- Input here
X V
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save|85 |
X---------------------------------------------------------------------------------------------
X
X Finally select the "set counter" box. You will see that the message counter and upper limit
X are adjusted to the new message number 085
X
X |----message counter |------select this box
X V V
X---------------------------------------------------------------------------------------------
X|085|085|plus|minus|range|set counter|view|delete|save|85 |
X---------------------------------------------------------------------------------------------
X
X 2. If you select the box "select" to choose a list of messages
X that you want to view, or delete, or save, or reply, or edit
X and if you want to clear this list so that the current message
X counter is as shown in the message number box, then select the
X "set counter" box. The only other box that can clear this list
X is the "delete" box, which also deletes the messages in this list.
X
X 3. If you select the box "range" to select a range of messages
X that you want to view, or delete, or save, or reply, or edit
X and if you want to clear this range so that the current message
X counter is as shown in the message number box, then select the
X "set counter" box. The only other box that can clear this range
X is the "delete" box, which also deletes the messages in this range.
X
X 4. If you select the box "minus" to decrease the message counter
X and if you want to cancel this effect, then select the "set counter"
X box.
X
X For beginner, selecting the set counter box a couple of times without performing
X other actions in between is a recommended way to clear all selections and to
X start afresh.
END_OF_FILE
if test 4880 -ne `wc -c <'setCounterhlp'`; then
echo shar: \"'setCounterhlp'\" unpacked with wrong size!
fi
# end of 'setCounterhlp'
fi
if test -f 'statushlp' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'statushlp'\"
else
echo shar: Extracting \"'statushlp'\" \(891 characters\)
sed "s/^X//" >'statushlp' <<'END_OF_FILE'
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|001|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X ^
X |---status box
X
Xstatus: read the status file that contains possible outputs after you
X select one of the three boxes: save, reply to sender, reply to all.
END_OF_FILE
if test 891 -ne `wc -c <'statushlp'`; then
echo shar: \"'statushlp'\" unpacked with wrong size!
fi
# end of 'statushlp'
fi
if test -f 'updatehlp' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'updatehlp'\"
else
echo shar: Extracting \"'updatehlp'\" \(2865 characters\)
sed "s/^X//" >'updatehlp' <<'END_OF_FILE'
X |---input box
X V
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|001|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X ^
X update box---|
X
Xupdate: Update the top window in one of the two ways:
X
X 1. If you want to select a group of messages whose headers contain special string and
X display the headers in the top window, you can insert into the input box with
X grep string and then select the update box. (Note that grep is the name of the standard
X UNIX command that globally finds a regular expression and prints. The special string
X can indeed contain regular expression). For example, if the special string is
X "Project A", you can insert the string 'grep "Project A"' into the input box:
X
X |---input box
X V
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save|grep "Project A" |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|001|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X ^
X update box---|
X
X You next select the update box to display the headers of all of those messages in
X the top window. You can finally view, delete, save, or edit these messages as a single
X unit by selecting the respective box. To again display the complete header list of all
X messages in your mail box in the top window, you can either use the method described
X in the next paragraph or select the delete box (perhaps after a save) if you don't
X want to keep those messages in the mail box.
X
X 2. If the content of the input box either is empty or does not begin with the word grep,
X then by selecting the update box you can update the complete header list of all messages
X in your mail box and display the new list in the top window.
END_OF_FILE
if test 2865 -ne `wc -c <'updatehlp'`; then
echo shar: \"'updatehlp'\" unpacked with wrong size!
fi
# end of 'updatehlp'
fi
if test -f 'viewBhlp' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'viewBhlp'\"
else
echo shar: Extracting \"'viewBhlp'\" \(2646 characters\)
sed "s/^X//" >'viewBhlp' <<'END_OF_FILE'
X |--view box
X V
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|001|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X
X"view": display the message with message number in the bottom window. For example if you want to view
X message with message number 21, to set the message counter to 21 you can perform either
X
X Move the cursor beside the message number 21 in the header list in the top window and
X click the left mouse button. Now select the set counter box. You will see that the message
X number box displays 021;
X
X or all of the following two steps:
X
X 1. First select the incr box once to change the increment to 10:
X
X---------------------------------------------------------------------------------------------
X|001|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X ^
X |---incr box
X
X 2. Next select the plus box twice to change the message counter to 21:
X
X |---plus box
X V
X---------------------------------------------------------------------------------------------
X|021|001|plus|minus|range|set counter|view|delete|save| |
X---------------------------------------------------------------------------------------------
X-------------------------------------------------------------------------------------------------------
X|010|incr|select|reply to sender|reply to all|edit|create|mail to list|status|clear status|update|help|
X-------------------------------------------------------------------------------------------------------
X
X Now select the view box to display the message with message number 21.
X
X To view more than one messages, see the help files for range, select, and update.
END_OF_FILE
if test 2646 -ne `wc -c <'viewBhlp'`; then
echo shar: \"'viewBhlp'\" unpacked with wrong size!
fi
# end of 'viewBhlp'
fi
echo shar: End of shell archive.
exit 0
More information about the Comp.sources.x
mailing list