home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac_os2 / fleetb89.zip / ENGLISH.HLP (.txt) < prev    next >
OS/2 Help File  |  1994-06-23  |  71KB  |  3,307 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. FleetStreet ΓòÉΓòÉΓòÉ
  3.  
  4.                                    Welcome to
  5.  
  6.                                FleetStreet 0.89wb
  7.  
  8. FleetStreet is a FTS compatible message editor for OS/2 2.x PM. FleetStreet can 
  9. handle *.MSG and Squish type message areas. 
  10.  
  11. Topics: 
  12.  
  13. Γûá Design goals of FleetStreet 
  14.  
  15. Γûá Limitations (yes, there are some) 
  16.  
  17. Γûá Installation and configuration 
  18.  
  19. Γûá Using FleetStreet 
  20.  
  21. Γûá Registering FleetStreet 
  22.  
  23. Γûá Future enhancements 
  24.  
  25.  
  26. ΓòÉΓòÉΓòÉ 1.1. Design goals ΓòÉΓòÉΓòÉ
  27.  
  28. We had several design issues in mind while developing FleetStreet. Maybe you 
  29. want to read about some of them. 
  30.  
  31. Why a PM editor? 
  32.           The Presentation Manager (tm) interface may be slower than the VIO 
  33.           interfae (but only when you use VIO in full screen). On the other 
  34.           hand, PM provides many advantages to the user. The clipboard is now 
  35.           fully usable (VIO clipboard is a kludge!), the user can select fonts 
  36.           and colors easily and isn't bound to a 80x25 (or similar) screen 
  37.           format. PM also gives us the ability to implement all the dialog 
  38.           boxes that make FleetStreet so easy to use. 
  39.  
  40. Integrated setup 
  41.           With other editors you may have struggled with a lot of ASCII 
  42.           configuration files with as many different keywords. If you are used 
  43.           to the various notebook settings dialogs of the workplace shell, you 
  44.           will not have difficulties setting up FleetStreet. You can change 
  45.           settings while FleetStreet is running and don't have to restart your 
  46.           editor to make the changes take effect. 
  47.  
  48.           If you are in doubt about one setting, just press F1 or the HELP 
  49.           buttons around. There's no need to read a lengthy ASCII 
  50.           documentation. 
  51.  
  52. Support for Squish (tm) 
  53.           FleetStreet supports Squish in two ways: At first, it uses the squish 
  54.           API implemented in MSGAPI32.DLL. Secondly, FleetStreet can read your 
  55.           Squish.Cfg configuration file. 
  56.  
  57. Ease of use 
  58.           Most PM applications are easy to use, but we've added to that. 
  59.           Generally speaking, if you've used the WPS you will know how to use 
  60.           FleetStreet. We have settings notebooks, popup menus, containers etc. 
  61.  
  62. All the features you ever need 
  63.           We've implemented a lot of features that we found to be useful in 
  64.           other editors, and some that we didn't find elsewhere. 
  65.  
  66. Power 
  67.           FleetStreet makes use of multiple threads, CUA'91 and 32 Bit 
  68.           processing. 
  69.  
  70.  
  71. ΓòÉΓòÉΓòÉ 1.2. Limitations ΓòÉΓòÉΓòÉ
  72.  
  73. There are some limitations of FleetStreet. Some of them are imposed by the 
  74. Squish API, some by OS/2 and some by FleetStreet itself. We'd like to inform 
  75. you about these. 
  76.  
  77. Edit window 
  78.           At the moment we use the MLE control of OS/2 for writing and changing 
  79.           messages. The MLE control doesn't handle all the fonts and colors 
  80.           that are available with OS/2. In particular, it can only use 
  81.           bitmapped fonts (ie. Helv, Courier, Tms Rmn, System font) and only 
  82.           non-mixed colors. 
  83.  
  84.           When reading messages we use our own message viewer control. This new 
  85.           control doesn't have such limitations. You can use mixed colors and 
  86.           any font when reading. 
  87.  
  88. Squish API 
  89.           The squish API doesn't allow for messages that are longer than 16 KB. 
  90.           There is a maximum of 5200 messages per message area. There is no 
  91.           "direct" message attribute. 
  92.  
  93.           Therefore when writing a new message the text is split into pieces of 
  94.           12 KB using the SPLIT kludge. When changing a message the new message 
  95.           length is limited to 15 KB. 
  96.  
  97. Setup 
  98.           You may have a maximum of 50 user names and 50 network addresses. 
  99.  
  100.  
  101. ΓòÉΓòÉΓòÉ 1.3. Installing FleetStreet ΓòÉΓòÉΓòÉ
  102.  
  103. If you've started FleetStreet for the first time you have to configure the 
  104. program. 
  105.  
  106. There are two things you have to look after: 
  107.  
  108.  1. Setting up general options, 
  109.  
  110.  2. Setting up message areas. 
  111.  
  112. If you like to change the outer appearance of FleetStreet you may change colors 
  113. and fonts as well. 
  114.  
  115.  
  116. ΓòÉΓòÉΓòÉ 1.3.1. Setting up general options ΓòÉΓòÉΓòÉ
  117.  
  118. FleetStreet needs to know some settings to operate properly. To enter these 
  119. settings select "Setup Options" from the menu bar. The settings will be saved 
  120. when you exit FleetStreet or when the system is shut down. 
  121.  
  122.  
  123. ΓòÉΓòÉΓòÉ 1.3.2. Setting up message areas ΓòÉΓòÉΓòÉ
  124.  
  125. There are two ways to add message areas to the area list: 
  126.  
  127.  1. Reading areas from the squish configuration file. Open the "Setup Options" 
  128.     dialog, go to the "Squish" page, activate "read SQUISH.CFG" and fill in the 
  129.     path and name of the configuration file. The area definition will be read 
  130.     and these areas will appear in the area list. 
  131.  
  132.  2. Adding private areas to the area list. Open the area list, press the minor 
  133.     mouse button (usually this is the right button), and select "Create 
  134.     another" from the popup menu. Fill in the fields of the settings notebook 
  135.     and close the dialog. 
  136.  
  137. To change settings for message areas, do the following: 
  138.  
  139.  1. Open the area list 
  140.  
  141.  2. Click on the area which settings you like to change, use the right mouse 
  142.     button for this 
  143.  
  144.  3. Select "Settings" from the popup menu 
  145.  
  146.  4. Change the area settings in the settings notebook 
  147.  
  148.  5. Close the dialog 
  149.  
  150. To edit the description of an area, do the following: 
  151.  
  152.  1. Open the area list 
  153.  
  154.  2. Hold down the ALT key and click on the apropriate area using the left mouse 
  155.     button. 
  156.  
  157.  3. Edit the description 
  158.  
  159.  4. To save changes click on another area using the left mouse button 
  160.  
  161. To delete a private area, do the following: 
  162.  
  163.  1. Open the area list 
  164.  
  165.  2. Click on the area you want to delete using the rigt mouse button 
  166.  
  167.  3. Select "Delete" from the popup menu. 
  168.  
  169. Areas that were read from the squish configuration file can not be deleted, but 
  170. they may be hidden from the area list. 
  171.  
  172.  
  173. ΓòÉΓòÉΓòÉ 1.3.3. Changing colors and fonts ΓòÉΓòÉΓòÉ
  174.  
  175. You won't find any menu item or dialog for changing colors or fonts of the main 
  176. window of FleetStreet. This is because FleetStreet uses Workplace Shell objects 
  177. to costumize its appearance. 
  178.  
  179. The color palette 
  180.    Open a color palette, drag a color to FleetStreet and drop it on the 
  181.    appropriate element in the window. To change the color of textual elements 
  182.    hold down the CTRL key while dropping. If you don't hold down CTRL the 
  183.    background color of the element will be changed. 
  184.  
  185.    The color of the following elements will be saved: 
  186.  
  187.    Γûá message window (foreground and background) 
  188.    Γûá window background (drop color above the speed buttons) 
  189.    Γûá area title (foreground and background) 
  190.    Γûá message numbers (foreground and background) 
  191.    Γûá message dates (foreground and background) 
  192.    Γûá message header (foreground and background) 
  193.    Γûá menu bar (foreground and background) 
  194.    Γûá status line (foreground and background) 
  195.    Γûá status line border (hard to hit) 
  196.    Γûá clock (foreground and background) 
  197.    Γûá area list (foreground and background) 
  198.    Γûá message list (foreground and background) 
  199.    Γûá message thread list (foreground and background) 
  200.    Γûá address indicator (foreground and background) 
  201.  
  202. The font palette 
  203.    Open a font palette, drag a font to FleetStreet and drop it on the 
  204.    appropriate element in the window. 
  205.  
  206.    The font of the following elements will be saved: 
  207.  
  208.    Γûá message window 
  209.    Γûá area title 
  210.    Γûá message numbers 
  211.    Γûá message dates 
  212.    Γûá message header 
  213.    Γûá menu bar 
  214.    Γûá status line 
  215.    Γûá clock 
  216.    Γûá area list 
  217.    Γûá message list 
  218.    Γûá message thread list 
  219.    Γûá "Change" button 
  220.    Γûá address indicator 
  221.  
  222.  
  223. ΓòÉΓòÉΓòÉ 1.4. Using FleetStreet ΓòÉΓòÉΓòÉ
  224.  
  225. Select one of the following topics: 
  226.  
  227. Γûá Entering Fidonet addresses 
  228.  
  229. Γûá Writing messages 
  230.  
  231. Γûá Changing messages 
  232.  
  233. Γûá Crossposting messages 
  234.  
  235. Γûá Using carbon copy lists 
  236.  
  237. Γûá Using the message list 
  238.  
  239. Γûá Using the thread list 
  240.  
  241. Γûá Using message templates 
  242.  
  243. Γûá Finding messages 
  244.  
  245. Γûá Using nodelists 
  246.  
  247. Γûá Drag and Drop in FleetStreet 
  248.  
  249. Γûá Advanced topics 
  250.  
  251.  
  252. ΓòÉΓòÉΓòÉ 1.4.1. Entering Fidonet addresses ΓòÉΓòÉΓòÉ
  253.  
  254. When writing messages you must specify the network address of the addressee. 
  255. This is usually done by entering the full 3-D or 4-D address. 
  256.  
  257. However, FleetStreet can assist you by completing uncomplete addresses. If you 
  258. enter an uncomplete address, the missing components are automatically added 
  259. using your own address as the default. 
  260.  
  261. The following examples illustrate the process. The default address 
  262. 2:2490/2520.17 is assumed: 
  263.  
  264. ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  265. ΓöéEntered     ΓöéResulting      ΓöéComment                       Γöé
  266. Γöéaddress     Γöéaddress        Γöé                              Γöé
  267. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  268. Γöé2:2490/2520 Γöé2:2400/2520    Γöé3-D address specified         Γöé
  269. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  270. Γöé2520        Γöé2:2490/2520    ΓöéNode specified, same net &    Γöé
  271. Γöé            Γöé               Γöézone                          Γöé
  272. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  273. Γöé247/2099    Γöé2:247/2099     ΓöéNet & Node specified, same    Γöé
  274. Γöé            Γöé               Γöézone                          Γöé
  275. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  276. Γöé1030.42     Γöé2:2490/1030.42 ΓöéNode & point specified, same  Γöé
  277. Γöé            Γöé               Γöézone & net                    Γöé
  278. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  279. Γöé.42         Γöé2:2490/2520.42 ΓöéPoint specified, same boss    Γöé
  280. ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  281.  
  282. The general rules are: 
  283.  
  284.  1. A single number is treated as "Net". 
  285.  
  286.  2. If the point number is not specified, it is set to "0". 
  287.  
  288.  
  289. ΓòÉΓòÉΓòÉ 1.4.2. Writing messages ΓòÉΓòÉΓòÉ
  290.  
  291. There are two different ways to add new messages to your message base: 
  292.  
  293. Writing new messages 
  294.           If you want to enter a new message, click on the  button or press 
  295.           CTRL-W. The message window will be cleared and your own name and 
  296.           address will be inserted into the appropriate fields of the message 
  297.           header. You can now enter the name and address of the receipient (see 
  298.           "Entering Fidonet addresses") and write your message in the message 
  299.           window. 
  300.  
  301.           After you've entered your message, click on the  button or press 
  302.           CTRL-S. The message will then be saved to your message base. Click on 
  303.           the  button or press ESC if you don't want to save your message. 
  304.  
  305. Replying to a message 
  306.           To reply to a message you've received, click on the  button or press 
  307.           CTRL-R. You may either reply to the sender of the message (the usual 
  308.           case), or to the recepient. You may also place your reply in a 
  309.           different message area (usually a Netmail area. 
  310.  
  311.           After editing your reply message, click on the  button or press 
  312.           CTRL-S to save it. Click on the  button or press ESC to discard your 
  313.           reply. 
  314.  
  315.  
  316. ΓòÉΓòÉΓòÉ 1.4.3. Changing Messages ΓòÉΓòÉΓòÉ
  317.  
  318. Messages can be changed after you've saved them. Press the  button to switch to 
  319. edit mode. Now you can re-edit your message. You can change the message text 
  320. and the message header. 
  321.  
  322. To toggle the attributes of the message, press the Change button. A dialog 
  323. window appears, where you can set or clear the message attributes. 
  324.  
  325. If you edit a message that was already sent or that is not not a local message, 
  326. you will get a warning. 
  327.  
  328. Press the  button to save your changes. If you want to discard the edited 
  329. message, press the  button. 
  330.  
  331.  
  332. ΓòÉΓòÉΓòÉ 1.4.4. Crossposting messages ΓòÉΓòÉΓòÉ
  333.  
  334. Crossposting a message means that the same message is saved in more than one 
  335. area. 
  336.  
  337. You can activate crossposting by selecting Crosspost from the menu. This 
  338. function is available when you are writing a message. 
  339.  
  340. The area list is opened and you can select the areas, where the message should 
  341. be saved. 
  342.  
  343. Note: You don't have to select the current area in the list. The message is 
  344. always saved in the current area. Just select the additional areas. 
  345.  
  346. When crossposting mode is active, a checkmark is displayed in front of 
  347. Crosspost in the menu. 
  348.  
  349. You can deactivate crossposting mode by selecting Crosspost again. The 
  350. checkmark will disappear again, indicating that you're in normal editing mode. 
  351.  
  352.  
  353. ΓòÉΓòÉΓòÉ 1.4.5. Using Carbon Copy Lists ΓòÉΓòÉΓòÉ
  354.  
  355. Using a carbon copy list means that you're sending the same message to 
  356. different addressees. Carbon copy lists can only be used for Netmail. 
  357.  
  358. Imagine the following example: 
  359.  
  360. You're compiling a newsletter that you're sending to a number of people on a 
  361. regular basis. To perform this task with FleetStreet, you can create a carbon 
  362. copy list named "Newsletter". Now you can add all the people who should receive 
  363. the newsletter to the list. 
  364.  
  365. Now, when you want to send the letter via Netmail, compose your message as you 
  366. would normally do it. But instead of entering a addressee, select Carbon copy 
  367. from the menu. You can now select your carbon copy list "Newsletter" that 
  368. you've configured before. The text "*** Newsletter ***' appears, indicating 
  369. that you're using the list. 
  370.  
  371. When you're sending the next issue of your newsletter, you don't have to create 
  372. a new carbon copy list. You can simply re-use the previous one. 
  373.  
  374.  
  375. ΓòÉΓòÉΓòÉ 1.4.6. Using nodelists ΓòÉΓòÉΓòÉ
  376.  
  377. What's it all about? 
  378.  
  379. Nodelists contain the names and addresses of all participants of a network. 
  380. FleetStreet can look up the address of the addressee in a nodelist. 
  381.  
  382. You need a compiled nodelists in "Version 7" format for doing so. This format 
  383. is generated by FastLst (among others). FleetStreet needs the data file and the 
  384. sysop index file. Configure your nodelist compiler accordingly. 
  385.  
  386. How does FleetStreet find the nodelists? 
  387.  
  388. There is a page for the nodelists in the setup notebook. You must create a 
  389. "Domain" for each nodelist. A domain entry contains the name of the domain and 
  390. the pathnames of the nodelist files. You must enter the full pathname including 
  391. drive letter an file extension. 
  392.  
  393. What else must be done? 
  394.  
  395. Select "Version 7" in the setup notebook. In addition you can enter 
  396. descriptions for the nodelist flags. 
  397.  
  398. How can I use nodelists? 
  399.  
  400. When writing a NetMail message, enter the full name of the addressee or enter 
  401. part of the last name. Then press ENTER. If the name is found, the address is 
  402. used immediately. If it is found more than once, a selection dialog appears. 
  403.  
  404. In some other dialogs where you need to enter an address there is a "?" button. 
  405. Press this button to look up the address(es) of the name that you've entered 
  406. already. 
  407.  
  408.  
  409. ΓòÉΓòÉΓòÉ 1.4.7. Drag and Drop in FleetStreet ΓòÉΓòÉΓòÉ
  410.  
  411. There are several situations in FleetStreet where you can use Drag and Drop to 
  412. perform various tasks. 
  413.  
  414. Setting up colors and fonts 
  415.           You can assign colors and fonts to several elements of the 
  416.           FleetStreet windows by using the color panel and the font panel of 
  417.           OS/2. See "Changing colors and fonts" for details. 
  418.  
  419. Entering file names 
  420.           Whenever FleetStreet expects a file name to be entered, you can drag 
  421.           the file from a WPS folder to the entry field. The filename is then 
  422.           entered automatically. 
  423.  
  424. Importing text files 
  425.           When you are writing a message you can drag a text file from a WPS 
  426.           folder to the editor window. The file is imported and its contents 
  427.           are inserted at the current cursor position. 
  428.  
  429. Manipulating Carbon Copy Lists 
  430.           You can copy and move carbon copy entries by dragging them from one 
  431.           CC list to another. 
  432.  
  433. Deleting messages 
  434.           You can drag the current message to the shredder to delete it. Start 
  435.           the dragging over the editor window. 
  436.  
  437. Printing messages 
  438.           You can drag the current message to a printer object to print it. 
  439.           Start the dragging over the editor window. Note: When you configured 
  440.           FleetStreet to print directly to a device, the message is not 
  441.           necessarily printed on the printer that is symbolized by the printer 
  442.           object. It is still printed to the device specified in the setup. 
  443.  
  444. Exporting messages 
  445.           You can drag the current message to a WPS folder to export it. Start 
  446.           the dragging over the editor window. 
  447.  
  448. Attaching files 
  449.           You can drag files from any WPS folder to the subject line to attach 
  450.           them to the message. The file names are entered in the subject line, 
  451.           the "File Attach" flag is switched on and a short summary of the 
  452.           attached files is displayed. This works only when you write a 
  453.           message! 
  454.  
  455. [More of this sort is in work] 
  456.  
  457.  
  458. ΓòÉΓòÉΓòÉ 1.5. Registering FleetStreet ΓòÉΓòÉΓòÉ
  459.  
  460. This Beta version need not be registered. 
  461.  
  462. However, it can only be used for a limited amount of time. Verification of the 
  463. registration code may be active for testing purposes, but that has no further 
  464. meaning. All features in this version that are currently de-activated can not 
  465. be activated with a code. They are simply not yet implemented. 
  466.  
  467. If you still like to register FleetStreet, have a look at the file REGISTER.ENG 
  468. that comes with FleetStreet. It contains all the information necessary to 
  469. register this copy. 
  470.  
  471.  
  472. ΓòÉΓòÉΓòÉ 1.6. Future enhancements ΓòÉΓòÉΓòÉ
  473.  
  474. Some things that we have in mind for future versions: 
  475.  
  476. We will port it to MS Windows - NOT! 
  477.           It would cost us a lot of time and/or money to do a Windows port. 
  478.           Even if we did it, the Windows version wouldn't be as powerful and 
  479.           comfortable as the OS/2 version. 
  480.  
  481. Enhancements to the user interface 
  482.           We have several things in mind, but we like to hear from YOU, too. 
  483.  
  484. Other message base types 
  485.           At the moment Squish is the only OS/2 based mail processor. But if a 
  486.           different system is ever going to be as popular as Squish, we will be 
  487.           prepared to it. 
  488.  
  489.  
  490. ΓòÉΓòÉΓòÉ 2. Help for keys ΓòÉΓòÉΓòÉ
  491.  
  492. You can use different key combinations depending on if you're reading or 
  493. editing messages. 
  494.  
  495. Γûá Keys generally available 
  496.  
  497. Γûá Keys only available when reading messages 
  498.  
  499. Γûá Keys only available when editing messages 
  500.  
  501.  
  502. ΓòÉΓòÉΓòÉ 2.1. Keys generally available ΓòÉΓòÉΓòÉ
  503.  
  504. The following keys are generally available: 
  505.  
  506. Alt-X               Exit FleetStreet 
  507. F1                  Help 
  508. Ctrl-F1             Help for keys 
  509. Ctrl-D              Change default name and address 
  510.  
  511.  
  512. ΓòÉΓòÉΓòÉ 2.2. Keys only available when reading ΓòÉΓòÉΓòÉ
  513.  
  514. The following keys are available when you're reading messages: 
  515.  
  516. Ctrl-R              Reply to sender 
  517. Ctrl-Shift-R        Reply to sender, don't join lines 
  518. Ctrl-N              Reply to sender, place reply in different area 
  519. Ctrl-Shift-N        Reply to sender, place reply in different area, don't join 
  520.                     lines 
  521. Ctrl-E              Change a message 
  522. Ctrl-A              Select message area 
  523. Ctrl-L              List of messages 
  524. Ctrl-P              Print message 
  525. Ctrl-T              List of threads 
  526. Ctrl-M              Move message 
  527. Ctrl-C              Copy message 
  528. Ctrl-F              Forward message 
  529. Ctrl-Q              Request files 
  530. Ctrl-X              Export message 
  531. Ins                 Write new message 
  532. Del                 Delete message 
  533. Ctrl-I              Find message 
  534. Ctrl-K              Show kludge lines 
  535. Cursor left         Go to previous message 
  536. Cursor right        Go to next message 
  537. Ctrl-Cursor left    Go to previous reply 
  538. Ctrl-Cursor right   Go to next reply 
  539. Ctrl-Home           Go to first message 
  540. Ctrl-End            Go to last message 
  541. Shift-Home          Go to the old lastread 
  542. Shift-Right         Go to the next area that is already scanned and contains 
  543.                     new messages 
  544.  
  545.  
  546. ΓòÉΓòÉΓòÉ 2.3. Keys only available when editing ΓòÉΓòÉΓòÉ
  547.  
  548. The following keys are available when you're editing messages: 
  549.  
  550. Ctrl-Y, Ctrl-Backspace Delete the current line 
  551. Ctrl-U              Undo last changes 
  552. Ctrl-S              Save message 
  553. Ctrl-I              Import file 
  554. Ctrl-X              Crosspost message 
  555. Ctrl-C              Carbon copy 
  556. F2...F12            Insert keyboard macro 
  557. Esc                 Discard message 
  558. Ctrl-A, Ctrl-Shift-F Change attributes of message 
  559. Ctrl-Shift-K        Toggle the "Kill/Sent" message attribute 
  560. Ctrl-Shift-C        Toggle the "Crash" message attribute 
  561. Ctrl-Shift-A        Toggle the "File attached" message attribute 
  562. Ctrl-Shift-R        Toggle the "File request" message attribute 
  563. Ctrl-Shift-P        Toggle the "Private" message attribute 
  564.  
  565.  
  566. ΓòÉΓòÉΓòÉ 3. Menu ΓòÉΓòÉΓòÉ
  567.  
  568.  
  569. ΓòÉΓòÉΓòÉ 3.1. File ΓòÉΓòÉΓòÉ
  570.  
  571. Menu items for importing and exporting files. 
  572.  
  573.  
  574. ΓòÉΓòÉΓòÉ 3.1.1. Import File ΓòÉΓòÉΓòÉ
  575.  
  576. Inserts text from a given file into the message window. This is only available 
  577. when editing a message. 
  578.  
  579.  
  580. ΓòÉΓòÉΓòÉ 3.1.2. Export File ΓòÉΓòÉΓòÉ
  581.  
  582. Writes the current message to a text file on disk. This is only available when 
  583. reading messages. 
  584.  
  585.  
  586. ΓòÉΓòÉΓòÉ 3.1.3. Write Echotoss now ΓòÉΓòÉΓòÉ
  587.  
  588. Write the echotoss file immediately. 
  589.  
  590.  
  591. ΓòÉΓòÉΓòÉ 3.1.4. Start command shell ΓòÉΓòÉΓòÉ
  592.  
  593. Starts a commandline session. The program used as shell is specified in 
  594. CONFIG.SYS via OS2_SHELL. 
  595.  
  596.  
  597. ΓòÉΓòÉΓòÉ 3.1.5. Print ΓòÉΓòÉΓòÉ
  598.  
  599. Print current message 
  600.  
  601.  
  602. ΓòÉΓòÉΓòÉ 3.1.6. Exit FleetStreet ΓòÉΓòÉΓòÉ
  603.  
  604. Exits the program. Changes to the configuration will be saved. 
  605.  
  606.  
  607. ΓòÉΓòÉΓòÉ 3.2. Edit ΓòÉΓòÉΓòÉ
  608.  
  609. Menu items to perform changes to a messages and for interaction with the 
  610. clipboard. 
  611.  
  612.  
  613. ΓòÉΓòÉΓòÉ 3.2.1. Cut ΓòÉΓòÉΓòÉ
  614.  
  615. Copies marked text in the message window to the clipboard and deletes the 
  616. marked text. 
  617.  
  618.  
  619. ΓòÉΓòÉΓòÉ 3.2.2. Copy ΓòÉΓòÉΓòÉ
  620.  
  621. Copies marked text in the message window to the clipboard. If no text is 
  622. marked, the whole message is copied to the clipboard. 
  623.  
  624.  
  625. ΓòÉΓòÉΓòÉ 3.2.3. Paste ΓòÉΓòÉΓòÉ
  626.  
  627. Inserts the contents of the clipboard into the message window. 
  628.  
  629.  
  630. ΓòÉΓòÉΓòÉ 3.2.4. Clear ΓòÉΓòÉΓòÉ
  631.  
  632. Deletes marked text in the message window. 
  633.  
  634.  
  635. ΓòÉΓòÉΓòÉ 3.2.5. Undo ΓòÉΓòÉΓòÉ
  636.  
  637. Takes back the latest changes in the message window. 
  638.  
  639. Note: This does only apply to text in the message window, not to whole 
  640. messages. Deleted messages can not be recovered. 
  641.  
  642.  
  643. ΓòÉΓòÉΓòÉ 3.2.6. Delete Line ΓòÉΓòÉΓòÉ
  644.  
  645. Deletes the current line in the message window. 
  646.  
  647.  
  648. ΓòÉΓòÉΓòÉ 3.3. Message ΓòÉΓòÉΓòÉ
  649.  
  650. Menu items to manipulate messages 
  651.  
  652.  
  653. ΓòÉΓòÉΓòÉ 3.3.1. Move Message ΓòÉΓòÉΓòÉ
  654.  
  655. Move the current message to a different area 
  656.  
  657.  
  658. ΓòÉΓòÉΓòÉ 3.3.2. Copy Message ΓòÉΓòÉΓòÉ
  659.  
  660. Copy the current message to a different area 
  661.  
  662.  
  663. ΓòÉΓòÉΓòÉ 3.3.3. Forward Message ΓòÉΓòÉΓòÉ
  664.  
  665. Forward the current message 
  666.  
  667.  
  668. ΓòÉΓòÉΓòÉ 3.3.4. Crosspost Message ΓòÉΓòÉΓòÉ
  669.  
  670. Post the message in more than one area 
  671.  
  672. If this menu item is checked, you've already selected the destination areas. 
  673. Select this menu item again to uncheck it. 
  674.  
  675.  
  676. ΓòÉΓòÉΓòÉ 3.3.5. Request Files ΓòÉΓòÉΓòÉ
  677.  
  678. Request files from the current message 
  679.  
  680.  
  681. ΓòÉΓòÉΓòÉ 3.3.6. Carbon Copy ΓòÉΓòÉΓòÉ
  682.  
  683. Send the message to more than one receipient using a carbon copy list. 
  684.  
  685. If this menu item is checked, you've already selected a carbon copy list. 
  686. Select this menu item again to uncheck it. 
  687.  
  688.  
  689. ΓòÉΓòÉΓòÉ 3.3.7. Mark all messages ΓòÉΓòÉΓòÉ
  690.  
  691. Mark all messages in the current area as "read", up to the current message. 
  692.  
  693. See "Mark messages". 
  694.  
  695.  
  696. ΓòÉΓòÉΓòÉ 3.3.8. New message ΓòÉΓòÉΓòÉ
  697.  
  698. Write new message in the current area. 
  699.  
  700.  
  701. ΓòÉΓòÉΓòÉ 3.3.9. Change ΓòÉΓòÉΓòÉ
  702.  
  703. Change current message. 
  704.  
  705.  
  706. ΓòÉΓòÉΓòÉ 3.3.10. Reply ΓòÉΓòÉΓòÉ
  707.  
  708. Reply to current message. 
  709.  
  710.  
  711. ΓòÉΓòÉΓòÉ 3.3.11. Delete ΓòÉΓòÉΓòÉ
  712.  
  713. Delete current message. 
  714.  
  715.  
  716. ΓòÉΓòÉΓòÉ 3.3.12. Find ΓòÉΓòÉΓòÉ
  717.  
  718. Fint text in a message in this area or in all areas. 
  719.  
  720.  
  721. ΓòÉΓòÉΓòÉ 3.4. Setup ΓòÉΓòÉΓòÉ
  722.  
  723. Menu items to set up FleetStreet. 
  724.  
  725.  
  726. ΓòÉΓòÉΓòÉ 3.4.1. Setup Options ΓòÉΓòÉΓòÉ
  727.  
  728. Press the help buttons on the various pages of the setup notebook to get 
  729. further help. 
  730.  
  731.  
  732. ΓòÉΓòÉΓòÉ 3.4.2. Message Template ΓòÉΓòÉΓòÉ
  733.  
  734. Define the various fields of the message template 
  735.  
  736.  
  737. ΓòÉΓòÉΓòÉ 3.4.3. Carbon Copy Lists ΓòÉΓòÉΓòÉ
  738.  
  739. Define and modify carbon copy lists. 
  740.  
  741.  
  742. ΓòÉΓòÉΓòÉ 3.4.4. Current Name/Address ΓòÉΓòÉΓòÉ
  743.  
  744. Change your current name and address. This function is only available in 
  745. Netmail areas. 
  746.  
  747.  
  748. ΓòÉΓòÉΓòÉ 3.4.5. Save Options ΓòÉΓòÉΓòÉ
  749.  
  750. Saves the current configuration. 
  751.  
  752.  
  753. ΓòÉΓòÉΓòÉ 3.5. Windows ΓòÉΓòÉΓòÉ
  754.  
  755. Menu items for switching to one of the FleetStreet windows 
  756.  
  757.  
  758. ΓòÉΓòÉΓòÉ 3.5.1. Kludge lines ΓòÉΓòÉΓòÉ
  759.  
  760. Switch to the kludge line window 
  761.  
  762.  
  763. ΓòÉΓòÉΓòÉ 3.5.2. Thread list ΓòÉΓòÉΓòÉ
  764.  
  765. Switch to the thread list window 
  766.  
  767.  
  768. ΓòÉΓòÉΓòÉ 3.5.3. Message list ΓòÉΓòÉΓòÉ
  769.  
  770. Switch to the message list window 
  771.  
  772.  
  773. ΓòÉΓòÉΓòÉ 3.5.4. Area list ΓòÉΓòÉΓòÉ
  774.  
  775. Switch to the area list window 
  776.  
  777.  
  778. ΓòÉΓòÉΓòÉ 3.5.5. Find results ΓòÉΓòÉΓòÉ
  779.  
  780. Switch to the find results window 
  781.  
  782.  
  783. ΓòÉΓòÉΓòÉ 3.5.6. Find progress ΓòÉΓòÉΓòÉ
  784.  
  785. Switch to the fin progress window 
  786.  
  787.  
  788. ΓòÉΓòÉΓòÉ 3.6. Help ΓòÉΓòÉΓòÉ
  789.  
  790. Menu items to give you information about FleetStreet 
  791.  
  792.  
  793. ΓòÉΓòÉΓòÉ 3.6.1. Help index ΓòÉΓòÉΓòÉ
  794.  
  795. Show the help index 
  796.  
  797.  
  798. ΓòÉΓòÉΓòÉ 3.6.2. General Help ΓòÉΓòÉΓòÉ
  799.  
  800. Introduction to FleetStreet 
  801.  
  802.  
  803. ΓòÉΓòÉΓòÉ 3.6.3. Using Help ΓòÉΓòÉΓòÉ
  804.  
  805. Show help for using the help facility 
  806.  
  807.  
  808. ΓòÉΓòÉΓòÉ 3.6.4. Keys help ΓòÉΓòÉΓòÉ
  809.  
  810. Shows the keys combinations you can use 
  811.  
  812.  
  813. ΓòÉΓòÉΓòÉ 3.6.5. About ΓòÉΓòÉΓòÉ
  814.  
  815. Shows information about FleetStreet and its authors 
  816.  
  817.  
  818. ΓòÉΓòÉΓòÉ <hidden> Setup ΓòÉΓòÉΓòÉ
  819.  
  820. You should never see this help panel! Now you've seen it, please send a note to 
  821. the authors and say that you've seen Panel #1. Thank you! 
  822.  
  823.  
  824. ΓòÉΓòÉΓòÉ 4. Setup ΓòÉΓòÉΓòÉ
  825.  
  826. Setup 
  827.  
  828.  
  829. ΓòÉΓòÉΓòÉ 4.1. User names ΓòÉΓòÉΓòÉ
  830.  
  831. If you want to use FleetStreet you must have at least one user name. 
  832.  
  833. Your names are shown in the list. To add new names press the Add button. You 
  834. are prompted for a new name. 
  835.  
  836. To delete a name select the name in the list and press the Delete button. 
  837.  
  838. To change a name select the name in the list and press the Change button. 
  839.  
  840. To make a name the default, select the name in the list and press the Default 
  841. button. If you create new message areas or read areas from the squish 
  842. configuration file, the default name will be selected as the initial name for 
  843. that area. 
  844.  
  845.  
  846. ΓòÉΓòÉΓòÉ 4.2. Addresses ΓòÉΓòÉΓòÉ
  847.  
  848. If you want to use FleetStreet you must have at least one address. 
  849.  
  850. Your addresses are shown in the list. To add new addresses, press the Add 
  851. button. You are prompted for a new address. 
  852.  
  853. To delete an address, select the address in the list and press the Delete 
  854. button. 
  855.  
  856. To change an address, select the address in the list and press the Change 
  857. button. 
  858.  
  859. To make an address the default, select the address in the list and press the 
  860. Default button. If you create new message areas or read areas from the squish 
  861. configuration file, the default address will be selected as the initial address 
  862. for that area. 
  863.  
  864.  
  865. ΓòÉΓòÉΓòÉ 4.3. Default origin ΓòÉΓòÉΓòÉ
  866.  
  867. The origin line is optional, but it's always a good idea to have one. 
  868.  
  869. Enter the text for your origin line. 
  870.  
  871.  
  872. ΓòÉΓòÉΓòÉ 4.4. Squish options ΓòÉΓòÉΓòÉ
  873.  
  874. FleetStreet can read the squish configuration file, thus making it easier to 
  875. provide consistency between your message base maintained by SQUISH and that 
  876. maintained by FleetStreet. 
  877.  
  878. Echotoss.Log 
  879.           The Echotoss.Log file is a plain ASCII text file where all the 
  880.           message areas are listed, where you have entered mail. Squish and 
  881.           other utilities read this file to process only these areas (normally 
  882.           Squish processes all areas, which may take much longer). FleetStreet 
  883.           creates this file if necessary and writes the appropriate area names 
  884.           to it. 
  885.  
  886.           If this option is turned off, FleetStreet does not write to the file. 
  887.  
  888. Lastread 
  889.           This is the offset into the lastread file for each message area. The 
  890.           number of the message that was last read is stored in in a lastread 
  891.           file (*.SQL files for Squish message areas). Each user of a BBS has 
  892.           his own offset, the sysop usually has offset 0. Some utility programs 
  893.           use an offset as well. 
  894.  
  895.           If you don't understand the meaning of this setting it's best to 
  896.           leave it at 0. 
  897.  
  898.           The current limit for this setting is 500, thus giving the sysop 
  899.           access to the lastread pointers of his first 500 users. If you really 
  900.           have a need for more users, feel free to drop us a note. 
  901.  
  902. Squish.Cfg 
  903.           If you want FleetStreet to read the squish configuration file 
  904.           automatically at startup, klick on "read SQUISH.CFG". Specify path 
  905.           and name of the file in the entryfield below, or press the "Locate" 
  906.           button to select the file via a file dialog. 
  907.  
  908.           If an error occures while reading the new file, you will get an error 
  909.           message and nothing will be lost. 
  910.  
  911.           Note: You must have entered at least one user name to read the file. 
  912.  
  913.  
  914. ΓòÉΓòÉΓòÉ <hidden> Error reading SQUISH.CFG ΓòÉΓòÉΓòÉ
  915.  
  916. An error occured while trying to read the squish configuration file. There are 
  917. two causes for this error: 
  918.  
  919.  1. The file didn't exist or FleetStreet couldn't access it, maybe because it 
  920.     was already in use by another program, or 
  921.  
  922.  2. The file was read, but there is no area definition in it. 
  923.  
  924. Try again and select a valid configuration file. 
  925.  
  926.  
  927. ΓòÉΓòÉΓòÉ <hidden> Duplicate Areas ΓòÉΓòÉΓòÉ
  928.  
  929. One or more areas that were read from the squish configuration file are already 
  930. defined as private areas, i.e. they have the same area tag. Area tags must be 
  931. unique in the area list. 
  932.  
  933. To solve the problem do one of the following: 
  934.  
  935. Γûá Change the area tags of your private areas, 
  936.  
  937. Γûá Edit the squish configuration file. 
  938.  
  939.  
  940. ΓòÉΓòÉΓòÉ 4.5. Nicknames ΓòÉΓòÉΓòÉ
  941.  
  942. With FleetStreet it is possible to define nicknames for users you often write 
  943. to. 
  944.  
  945. To use these nicknames, just enter the nickname in the TO field of the message 
  946. and press "Enter". The nickname will be replaced by the real name, and the 
  947. address of the user will be entered automatically in the address field. If you 
  948. defined a subject line for this nickname, it will be inserted in the subject 
  949. field as well. 
  950.  
  951. To define a nickname, do the following: 
  952.  
  953.  1. Press the "Add" button, 
  954.  2. Fill in the fields, 
  955.  3. Press "OK". 
  956.  
  957. To change a nickname, do the following: 
  958.  
  959.  1. Select the nickname in the list, 
  960.  2. Press the "Change" button or double click on the entry, 
  961.  3. Do your changes, 
  962.  4. Press "OK". 
  963.  
  964. To delete a nickname, do the following: 
  965.  
  966.  1. Select the nickname in the list, 
  967.  2. Press the "Delete" button. 
  968.  
  969.  
  970. ΓòÉΓòÉΓòÉ 4.5.1. Nickname ΓòÉΓòÉΓòÉ
  971.  
  972. Enter a new nickname or change an existing nickname. 
  973.  
  974. Nickname 
  975.           This is what you type to reference this nickname. 
  976.  
  977. Real name 
  978.           This is the name of the addressed user as you would usually use it. 
  979.  
  980. Address 
  981.           Address of the user. Use a 3D or 4D address. 
  982.  
  983.           Lookup address of the user in the nodelist. 
  984.  
  985. Subject 
  986.           Default subject line. Useful for pseudo-users like area managers. 
  987.           Leave this field blank if you don't want to have a subject line for 
  988.           this nickname. 
  989.  
  990. 1st line 
  991.           First line in message text. When this line contains a %?, you are 
  992.           prompted for additional text. 
  993.  
  994.           This feature is intended to be used in conjunction with UUCP 
  995.           gateways. Consider the following example: 
  996.  
  997.           Nickname: u 
  998.           Real name: UUCP 
  999.           Address: 1:234/567 
  1000.           Subject: test 
  1001.           First line: TO: %?"Enter UUCP address" 
  1002.  
  1003.           Now, when you use the nickname "U", the UUCP gateway is addressed and 
  1004.           you are prompted to enter the FQDA of the addressed user. 
  1005.  
  1006.           You can use the tokens %? or %?"prompt text". 
  1007.  
  1008. Attributes 
  1009.           Default message attributes. These are set automatically when you use 
  1010.           the nickname. 
  1011.  
  1012. Press OK to confirm your changes. Press Cancel to abort editing. 
  1013.  
  1014.  
  1015. ΓòÉΓòÉΓòÉ <hidden> Prompt ΓòÉΓòÉΓòÉ
  1016.  
  1017. There is a %? token in the nickname attribute "first line". You are prompted to 
  1018. enter additional text. 
  1019.  
  1020.  
  1021. ΓòÉΓòÉΓòÉ <hidden> Delete Nickname ΓòÉΓòÉΓòÉ
  1022.  
  1023. Press "YES" if you want to delete the selected nickname. Press "NO" if you want 
  1024. to keep it. 
  1025.  
  1026.  
  1027. ΓòÉΓòÉΓòÉ <hidden> Have Nickname ΓòÉΓòÉΓòÉ
  1028.  
  1029. There already is an entry in the list with the same nickname. Nicknames must be 
  1030. unique. Re-edit the entry. 
  1031.  
  1032.  
  1033. ΓòÉΓòÉΓòÉ 4.6. Macros ΓòÉΓòÉΓòÉ
  1034.  
  1035. If you are editing a message and press F2 through F12, the text associated with 
  1036. that key is inserted into the message window. 
  1037.  
  1038. Note: F1 is reserved for HELP. 
  1039.  
  1040. A macro may have up to 240 characters. 
  1041.  
  1042.  
  1043. ΓòÉΓòÉΓòÉ 4.7. Nodelist ΓòÉΓòÉΓòÉ
  1044.  
  1045. FleetStreet can look up fidonet addresses of sysops by reading one or more 
  1046. compiled nodelists. 
  1047.  
  1048. Nodelist 
  1049.           Enable nodelist lookups. You may either disable lookups or enable 
  1050.           lookups for Version 7 nodelists. Note: Version 6 nodelists are not 
  1051.           supported. 
  1052.  
  1053.  
  1054. ΓòÉΓòÉΓòÉ 4.8. Domains ΓòÉΓòÉΓòÉ
  1055.  
  1056. Domains are necessary to tell FleetStreet where to look for your compiled 
  1057. nodelist(s). 
  1058.  
  1059. Domains 
  1060.           List of currently defined domains. 
  1061.  
  1062. Add 
  1063.           Add a new domain to the list. 
  1064.  
  1065. Change 
  1066.           Change the domain information for the selected domain. 
  1067.  
  1068. Delete 
  1069.           Delete the selected domain. 
  1070.  
  1071.  
  1072. ΓòÉΓòÉΓòÉ 4.8.1. Domain ΓòÉΓòÉΓòÉ
  1073.  
  1074. A domain has three attributes: 
  1075.  
  1076. Domain name 
  1077.           Name of the domain, which must be unique. 
  1078.  
  1079. Sysop index file 
  1080.           Index file of the compiled nodelist for this domain. This is usually 
  1081.           SYSOP.NDX for your primary AKA. The full path and name of the file 
  1082.           must be entered. 
  1083.  
  1084. Nodelist data file 
  1085.           Data file of the compiled nodelist for this domain. This is usually 
  1086.           NODEX.DAT for your primary AKA. The full path and name of the file 
  1087.           must be entered. 
  1088.  
  1089.  
  1090. ΓòÉΓòÉΓòÉ <hidden> Domain already defined ΓòÉΓòÉΓòÉ
  1091.  
  1092. You have already defined a domain with this name. Domain names must be unique. 
  1093.  
  1094. Enter a unique domain name and press OK 
  1095.  
  1096.  
  1097. ΓòÉΓòÉΓòÉ <hidden> Delete Domain ΓòÉΓòÉΓòÉ
  1098.  
  1099. You are about to delete a domain. 
  1100.  
  1101. Press YES to delete the domain, press NO to keep it. 
  1102.  
  1103.  
  1104. ΓòÉΓòÉΓòÉ 4.9. Modem types ΓòÉΓòÉΓòÉ
  1105.  
  1106. The compiled nodelist contains information about the modem of each node. This 
  1107. information is saved in a single byte. 
  1108.  
  1109. When you compile your nodelist, the nodelist compiler sets the bits of this 
  1110. field according to the modem flags that are in the distribution nodelist. With 
  1111. some compilers you can associate the bits with one or more flags. 
  1112.  
  1113. Refer to the documentation of your nodelist compiler for details. 
  1114.  
  1115. Example: When FastList (written by Alberto Pasquale) is configured with 
  1116.  
  1117. TypeDef HST      1
  1118. TypeDef PEP      2
  1119. TypeDef V32      4
  1120. TypeDef V32B     8
  1121. TypeDef MNP     16
  1122. TypeDef V42     32
  1123. TypeDef V42B    64
  1124. TypeDef ISDNB  128
  1125. TypeDef ISDNC  128
  1126. TypeDef ISDNA  128
  1127. TypeDef UISDNB 128
  1128. TypeDef UISDNA 128
  1129. TypeDef UISDNC 128
  1130.  
  1131. set up FleetStreet with 
  1132.  
  1133. Bit 0:  HST
  1134. Bit 1:  PEP
  1135. Bit 2:  V32
  1136. Bit 3:  V32b
  1137. Bit 4:  MNP
  1138. Bit 5:  V42
  1139. Bit 6:  V42b
  1140. Bit 7:  ISDN
  1141.  
  1142. When looking up a node, the modem flags are displayed correctly. 
  1143.  
  1144.  
  1145. ΓòÉΓòÉΓòÉ 4.10. Options ΓòÉΓòÉΓòÉ
  1146.  
  1147. You may specify several options that influence the way FleetStreet operates. 
  1148.  
  1149. Use ^aPID 
  1150.           The ^aPID klugde line is used instead of the long tearline. 
  1151.  
  1152. Use Tearline in Netmail 
  1153.           The Tearline is used in netmail areas. When turned off, the tearline 
  1154.           is only used in echomail areas. 
  1155.  
  1156. Use Origin in Netmail 
  1157.           The Origin line is used in netmail areas. When turned off, the origin 
  1158.           line is only used in echomail areas. 
  1159.  
  1160. Area scan at startup 
  1161.           The areas are scanned automatically when FleetStreet is started. 
  1162.  
  1163. Beep on personal mail 
  1164.           FleetStreet makes noise when a message is displayed which is 
  1165.           addressed to you. 
  1166.  
  1167. Ask for confirmation 
  1168.           When you delete messages or make other significant changes, 
  1169.           FleetStreet will ask you to confirm the changes. 
  1170.  
  1171. Don't use API for scanning 
  1172.           When scanning the areas for new mail, FleetStreet doesn't use the 
  1173.           Squish MsgAPI, but accesses the message base files directly. This is 
  1174.           usually much faster, but may not work with versions of the API newer 
  1175.           than the current one. 
  1176.  
  1177.           This option only affects Squish style message areas. 
  1178.  
  1179.  
  1180. ΓòÉΓòÉΓòÉ 4.11. Startup area ΓòÉΓòÉΓòÉ
  1181.  
  1182. Specifies whether FleetStreet opens a specific area when started, or whether 
  1183. the area is opened that was open when you last used FleetStreet. 
  1184.  
  1185.  
  1186. ΓòÉΓòÉΓòÉ 4.12. Editor options ΓòÉΓòÉΓòÉ
  1187.  
  1188. Quotes color 
  1189.  
  1190. Tearline color 
  1191.  
  1192. Origin color 
  1193.           Select a color for the corresponding element in a message. Note: 
  1194.           These colors are not used when writing messages. The background color 
  1195.           and the color of normal message text must be selected using the color 
  1196.           panel. 
  1197.  
  1198. Tab size 
  1199.           Number of whitespace charaters that are inserted into the message 
  1200.           text when you press the TAB key while editing. 
  1201.  
  1202.  
  1203. ΓòÉΓòÉΓòÉ 4.13. Thread list ΓòÉΓòÉΓòÉ
  1204.  
  1205. The thread list can be displayed in various modes: 
  1206.  
  1207. All Threads 
  1208.           All message threads containing all messages in the current area are 
  1209.           displayed. 
  1210.  
  1211. Threads with unread messages 
  1212.           Only those threads, that contain at least one unread message, are 
  1213.           displayed. 
  1214.  
  1215. Unread messages only 
  1216.           Only unread messages are displayed. Message threads begin with the 
  1217.           first unread message in the thread and end with the last unread 
  1218.           message. If a thread of unread messages is interrupted by a read 
  1219.           message, two threads will be displayed. 
  1220.  
  1221. In addition, you may specify whether the name of the sender of the message 
  1222. should be displayed or not. 
  1223.  
  1224.  
  1225. ΓòÉΓòÉΓòÉ 4.14. Exit ΓòÉΓòÉΓòÉ
  1226.  
  1227. When you exit FleetStreet, two different actions may be performed: 
  1228.  
  1229. Generate ERRORLEVEL 
  1230.           FleetStreet generates exit codes that my be queried in batch file 
  1231.           using ERRORLEVEL or Rexx programs using RC. 
  1232.  
  1233.           The exit codes are: 
  1234.  
  1235.    0         Nothing special happened 
  1236.  
  1237.    1         You have entered new netmail only 
  1238.  
  1239.    2         You have entered new echomail only 
  1240.  
  1241.    3         You have entered new echomail and new netmail 
  1242.  
  1243.    255       An unrecoverable error occured 
  1244.  
  1245. Execute command line 
  1246.           One of the three command lines are executed, depending on the 
  1247.           conditions mentioned above. 
  1248.  
  1249.  
  1250. ΓòÉΓòÉΓòÉ 4.15. Register ΓòÉΓòÉΓòÉ
  1251.  
  1252. After you've registered FleetStreet, enter your registration code and serial 
  1253. number here. FleetStreet will then run in registered mode. 
  1254.  
  1255. Registration code 
  1256.           Registration code, that you've received. The code must be entered 
  1257.           exactly in the same way, it must be exactly 40 letters long. 
  1258.  
  1259. Serial number 
  1260.           Serial number, that you've received. 
  1261.  
  1262.  
  1263. ΓòÉΓòÉΓòÉ <hidden> Invalid registration code ΓòÉΓòÉΓòÉ
  1264.  
  1265. The registration code and/or serial number is not valid. FleetStreet will still 
  1266. run in unregistered mode. 
  1267.  
  1268. If you've registered FleetStreet, check the code and serial number. 
  1269.  
  1270. If you've not registered FleetStreet, REGISTER! 
  1271.  
  1272.  
  1273. ΓòÉΓòÉΓòÉ 4.16. Printer ΓòÉΓòÉΓòÉ
  1274.  
  1275. FleetStreet knows two ways of printing messages: 
  1276.  
  1277. Via a PM printer driver 
  1278.           FleetStreet uses the currently active printer object and the driver 
  1279.           associated to it when printing messages. This ensures that 
  1280.           FleetStreet can print on every printer that has a driver, even if it 
  1281.           can't print plain ASCII text (e.g. Postscript printers). 
  1282.  
  1283. Directly to a device 
  1284.           FleetStreet sends the message in plain ASCII text to the device 
  1285.           specified below. If you enter "PRN" as the device name, OS/2 prints 
  1286.           the message on your printer with the default printer font. This is 
  1287.           usually much faster than printing via a PM driver, but may not work 
  1288.           with all types of printers. 
  1289.  
  1290.  
  1291. ΓòÉΓòÉΓòÉ 4.17. Layout ΓòÉΓòÉΓòÉ
  1292.  
  1293. Show date arrived 
  1294.           The date and time when the message arrived at your system is 
  1295.           displayed. 
  1296.  
  1297. Layout 
  1298.           Select a layout pattern. 
  1299.  
  1300.  
  1301. ΓòÉΓòÉΓòÉ <hidden> New username ΓòÉΓòÉΓòÉ
  1302.  
  1303. Enter the new name or edit the old name. Press "OK" to confirm your changes. 
  1304. Press "Cancel" if you don't want a new name or if you want to keep the old one. 
  1305.  
  1306.  
  1307. ΓòÉΓòÉΓòÉ <hidden> Delete username ΓòÉΓòÉΓòÉ
  1308.  
  1309. If you want to delete the selected name, press "YES". Press "NO" if you want to 
  1310. keep it. 
  1311.  
  1312.  
  1313. ΓòÉΓòÉΓòÉ <hidden> New address ΓòÉΓòÉΓòÉ
  1314.  
  1315. Enter the new address or edit the old address. Press "OK" to confirm your 
  1316. changes. Press "Cancel" if you don't want a new address or if you want to keep 
  1317. the old one. 
  1318.  
  1319.  
  1320. ΓòÉΓòÉΓòÉ <hidden> Delete address ΓòÉΓòÉΓòÉ
  1321.  
  1322. If you want to delete the selected address, press "YES". Press "NO" if you want 
  1323. to keep it. 
  1324.  
  1325.  
  1326. ΓòÉΓòÉΓòÉ <hidden> Area already defined ΓòÉΓòÉΓòÉ
  1327.  
  1328. There already is a message area with this area tag. Area tags must be unique. 
  1329. Choose a different tag for the new area. 
  1330.  
  1331.  
  1332. ΓòÉΓòÉΓòÉ <hidden> Template ΓòÉΓòÉΓòÉ
  1333.  
  1334. You should never see this help panel. 
  1335.  
  1336.  
  1337. ΓòÉΓòÉΓòÉ 5. Template ΓòÉΓòÉΓòÉ
  1338.  
  1339. Message templates are used to define a predefined appearence of new messages, 
  1340. replies and forwards. When writing, replying or forwarding, the appropriate 
  1341. template items are combined with the message text. Special tokens in the 
  1342. message template are replaced by specific parts of the orignal message when the 
  1343. template is processed. 
  1344.  
  1345. The message template is processed when you enter the editor window for the 
  1346. first time when writing, replying or forwarding. When you have entered a 
  1347. subject or name of the addressee 'till then, these parts can be used for token 
  1348. replacement. When you didn't have entered these parts, the appropriate tokens 
  1349. are replaced "empty". 
  1350.  
  1351. General order: 
  1352. New Message: 
  1353.  
  1354. [Header template]
  1355. [Message text]
  1356. [Footer template]
  1357.  
  1358. Reply: 
  1359.  
  1360. [Header template]
  1361. [Reply template]
  1362. [Message text]
  1363. [Footer template]
  1364.  
  1365. Reply in different area: 
  1366.  
  1367. [Reply-in-different-area template]
  1368. [Header template]
  1369. [Reply template]
  1370. [Message text]
  1371. [Footer template]
  1372.  
  1373. Crosspost: 
  1374.  
  1375. [Crosspost template]
  1376. [Header template]
  1377. [Message text]
  1378. [Footer template]
  1379.  
  1380. Carbon copy: 
  1381.  
  1382. [Carbon copy template]
  1383. [Header template]
  1384. [Message text]
  1385. [Footer template]
  1386.  
  1387. Forward: 
  1388.  
  1389. [Forward template]
  1390. [Original message text]
  1391. [Forward footer template]
  1392. [Header template]
  1393. [Footer template]
  1394.  
  1395.  
  1396. ΓòÉΓòÉΓòÉ 5.1. Tokens ΓòÉΓòÉΓòÉ
  1397.  
  1398. The following tokens are available in message templates: 
  1399.  
  1400. %T        Name of the addressed user (original message) 
  1401.  
  1402. %Z        First name of the addressed user (original message) 
  1403.  
  1404. %R        Address of the addressed user (original message). When replying to 
  1405.           echomail or when forwarding echomail, this token is ignored. 
  1406.  
  1407. %O        Name of the addressed user (new message) 
  1408.  
  1409. %P        First name of the addressed user (new message) 
  1410.  
  1411. %F        Name of the sending user 
  1412.  
  1413. %G        First name of the sending user 
  1414.  
  1415. %J        Address of the sending user 
  1416.  
  1417. %A        Area tag. When crossposting a message, this is the destination area. 
  1418.           When replying in a different area or forwarding a message, this is 
  1419.           the original area. 
  1420.  
  1421. %E        Area description. When crossposting a message, this is the 
  1422.           destination area. When replying in a different area or forwarding a 
  1423.           message, this is the original area. 
  1424.  
  1425. %U        Your own name 
  1426.  
  1427. %I        Your first name 
  1428.  
  1429. %W        Your own address 
  1430.  
  1431. %C        Names of the users in the carbon copy list 
  1432.  
  1433. %D        Date of the message you are replying to 
  1434.  
  1435. %M        Time of the message you are replying to 
  1436.  
  1437. %S        Subject of the message you area replying to 
  1438.  
  1439. %%        A literal % 
  1440.  
  1441.  
  1442. ΓòÉΓòÉΓòÉ 5.2. Quotes ΓòÉΓòÉΓòÉ
  1443.  
  1444. Quoting messages is influenced by the following settings: 
  1445.  
  1446. Quoted line length 
  1447.           Length of the lines measured in characters when the message is 
  1448.           converted to quoted text. 
  1449.  
  1450. Join length 
  1451.           Line length for joining two successive lines. When the first line is 
  1452.           longer than this number, the lines are joined. 
  1453.  
  1454. Quoting style 
  1455.           Either use the writer's initials and a ">" as indicator of quoted 
  1456.           lines, or use ">" only. 
  1457.  
  1458.  
  1459. ΓòÉΓòÉΓòÉ 5.3. Header ΓòÉΓòÉΓòÉ
  1460.  
  1461. The header template is inserted at the top of the message. 
  1462.  
  1463. Available tokens: 
  1464.  
  1465. %T, %Z 
  1466.  
  1467.  
  1468. ΓòÉΓòÉΓòÉ 5.4. Footer ΓòÉΓòÉΓòÉ
  1469.  
  1470. The footer template is inserted at the bottom of the message. It is used when 
  1471. you write new messages or reply to a message. 
  1472.  
  1473. Available tokens: 
  1474.  
  1475. %U, %I 
  1476.  
  1477.  
  1478. ΓòÉΓòÉΓòÉ 5.5. Reply ΓòÉΓòÉΓòÉ
  1479.  
  1480. The reply template is inserted at the top of the message after the header 
  1481. template. It is only used when ypu reply to a message. 
  1482.  
  1483. Available tokens: 
  1484.  
  1485. %F, %G, %T, %Z, %A, %D, %M, %O, %P, %J, %R, %S, %E 
  1486.  
  1487.  
  1488. ΓòÉΓòÉΓòÉ 5.6. Reply in different Area ΓòÉΓòÉΓòÉ
  1489.  
  1490. The reply-in-different-area template is inserted above the header template. It 
  1491. is only used when you reply to a message and place the reply in a different 
  1492. area. 
  1493.  
  1494. Available tokens: 
  1495.  
  1496. %A, %E 
  1497.  
  1498.  
  1499. ΓòÉΓòÉΓòÉ 5.7. Forward ΓòÉΓòÉΓòÉ
  1500.  
  1501. The forward template is inserted at the top of the message. It is only used 
  1502. when you forward a message. 
  1503.  
  1504. Available tokens: 
  1505.  
  1506. %F, %G, %T, %Z, %A, %U, %I, %J, %R, %S, %E, %D, %M, %W 
  1507.  
  1508.  
  1509. ΓòÉΓòÉΓòÉ 5.8. Forward footer ΓòÉΓòÉΓòÉ
  1510.  
  1511. The forward footer template is inserted after the original message text. It is 
  1512. only used when you forward a message. 
  1513.  
  1514. Available tokens: 
  1515.  
  1516. %F, %G, %T, %Z, %A, %U, %I 
  1517.  
  1518.  
  1519. ΓòÉΓòÉΓòÉ 5.9. Forward order ΓòÉΓòÉΓòÉ
  1520.  
  1521. Additional text first 
  1522.           Your comments to a forwarded message appear before the forwarded 
  1523.           message. 
  1524.  
  1525. Forwarded message first 
  1526.           The forwarded message appears before your comments. 
  1527.  
  1528.  
  1529. ΓòÉΓòÉΓòÉ 5.10. Crosspost ΓòÉΓòÉΓòÉ
  1530.  
  1531. The crosspost template is inserted at the top of the message. It is used when 
  1532. you crosspost a message in several areas. 
  1533.  
  1534. Available tokens: 
  1535.  
  1536. %A 
  1537.  
  1538.  
  1539. ΓòÉΓòÉΓòÉ 5.11. Carbon copy ΓòÉΓòÉΓòÉ
  1540.  
  1541. The carbon copy template is inserted at the top of the message. It is used when 
  1542. you use a carbon copy list to send a message to more than one addressee. 
  1543.  
  1544. Available tokens: 
  1545.  
  1546. %C 
  1547.  
  1548.  
  1549. ΓòÉΓòÉΓòÉ 6. Carbon Copy Lists ΓòÉΓòÉΓòÉ
  1550.  
  1551. Topics: 
  1552.  
  1553. Carbon copy list setup 
  1554.  
  1555. Carbon copy list 
  1556.  
  1557. Carbon copy list entry 
  1558.  
  1559. Carbon copy list name 
  1560.  
  1561. Select carbon copy list 
  1562.  
  1563.  
  1564. ΓòÉΓòÉΓòÉ 6.1. Carbon copy list setup ΓòÉΓòÉΓòÉ
  1565.  
  1566. The currently defined carbon copy lists are displayed. You may add new lists, 
  1567. delete lists, change the content of a list or change the name of a list. 
  1568.  
  1569. Add 
  1570.           Add a new carbon copy list. 
  1571.  
  1572. Contents 
  1573.           Display, change, delete and add entries in the selected carbon copy 
  1574.           list. 
  1575.  
  1576. Delete 
  1577.           Delete the selected carbon copy list. 
  1578.  
  1579. Rename 
  1580.           Change the name of the selected carbon copy list. 
  1581.  
  1582.  
  1583. ΓòÉΓòÉΓòÉ 6.2. Carbon copy list ΓòÉΓòÉΓòÉ
  1584.  
  1585. The entries in the selected carbon copy list are displayed. You may add new 
  1586. entries, change entries or delete entries. 
  1587.  
  1588. Add 
  1589.           Add a new entry to the list. 
  1590.  
  1591. Change 
  1592.           Modify the selected entry. You may also double click on the entry to 
  1593.           change it. 
  1594.  
  1595. Delete 
  1596.           Delete the selected entry. You can delete entries by dragging them to 
  1597.           the shredder as well. 
  1598.  
  1599. You can copy or move entries between CC lists by opening two lists and drag an 
  1600. entry from one list to another. Hold down the CTRL-Key to copy entries instead 
  1601. of moving them. 
  1602.  
  1603.  
  1604. ΓòÉΓòÉΓòÉ 6.3. Carbon copy list entry ΓòÉΓòÉΓòÉ
  1605.  
  1606. Enter a new entry or change an existing entry. 
  1607.  
  1608. Name 
  1609.           Username of the addresse. You may also use a predefined nickname 
  1610.           here. Enter the nickname and press TAB. The nickname will be replaced 
  1611.           by the real name, and the address of the user will be inserted into 
  1612.           the address field. 
  1613.  
  1614. Address 
  1615.           Network address of the addressee. 
  1616.  
  1617.           Lookup address of the addressee in the nodelist. 
  1618.  
  1619. Show name in CC lines 
  1620.           Specify whether the name of this user should appear in the list of 
  1621.           names that is added to your message if you use a message template. 
  1622.  
  1623.  
  1624. ΓòÉΓòÉΓòÉ 6.4. Carbon copy list name ΓòÉΓòÉΓòÉ
  1625.  
  1626. Enter a name for the new carbon copy list or change the name of the existing 
  1627. list. Carbon copy lists must have unique names. 
  1628.  
  1629. Press OK to confirm your changes. Press CANCEL to abort editing. 
  1630.  
  1631.  
  1632. ΓòÉΓòÉΓòÉ 6.5. Select carbon copy list ΓòÉΓòÉΓòÉ
  1633.  
  1634. Select one of the predefined carbon copy lists. Press OK to confirm your 
  1635. selection. Press CANCEL if you don't want to use a carbon copy list. 
  1636.  
  1637.  
  1638. ΓòÉΓòÉΓòÉ <hidden> Delete carbon copy list ΓòÉΓòÉΓòÉ
  1639.  
  1640. Press YES if you want to delete the selected carbon copy list. Press NO if you 
  1641. like to keep it. 
  1642.  
  1643.  
  1644. ΓòÉΓòÉΓòÉ <hidden> Already have carbon copy list ΓòÉΓòÉΓòÉ
  1645.  
  1646. There already is a carbon copy list with this name. Carbon copy lists must have 
  1647. unique names. 
  1648.  
  1649.  
  1650. ΓòÉΓòÉΓòÉ <hidden> Delete carbon copy entry ΓòÉΓòÉΓòÉ
  1651.  
  1652. Press YES if you want to remove the selected entry from the list. Press NO if 
  1653. you like to keep it. 
  1654.  
  1655.  
  1656. ΓòÉΓòÉΓòÉ 7. Dialogs ΓòÉΓòÉΓòÉ
  1657.  
  1658.  
  1659. ΓòÉΓòÉΓòÉ 7.1. Attributes ΓòÉΓòÉΓòÉ
  1660.  
  1661. Set the attributes for this message. 
  1662.  
  1663. Message attributes explained in detail: 
  1664.  
  1665. Private 
  1666.           Set this flag if your message is of private nature, i.e. only the 
  1667.           addressee of the message should see it. Note: This flag is only 
  1668.           useful for netmail. In most echomail conferences private messages are 
  1669.           not allowed. If you use the private flag in such a conference, 
  1670.           everybody will still be able to read the message. 
  1671.  
  1672. Crash 
  1673.           The message will go directly to the addressed system, i.e. it will 
  1674.           not be routed over your uplink. Your mailer will dial out when 
  1675.           possible and will try to deliver the mail. 
  1676.  
  1677. Received 
  1678.           The message is a personal message and has already been read by you. 
  1679.  
  1680. Sent 
  1681.           The message has been sent to your uplink. 
  1682.  
  1683. File Attached 
  1684.           The subject line specifies the name of a file that is to be sent to 
  1685.           the addressee together with the message. Always combine this message 
  1686.           attribute with the "Crash" attribute! Most systems will not route an 
  1687.           attached file. 
  1688.  
  1689. In Transit 
  1690.           The message is not addressed for your system and is not originating 
  1691.           from your system. It will be passed to another system. It's best to 
  1692.           leave this untouched. 
  1693.  
  1694. Orphan 
  1695.           The destination address is unknown or the destination system is 
  1696.           marked as "Hold" or "Down" in the current nodelist. It's best to 
  1697.           leave this untouched. 
  1698.  
  1699. Kill/Sent 
  1700.           The message will be deleted by Squish after it is packed for your 
  1701.           uplink. 
  1702.  
  1703. Local 
  1704.           The message has been entered locally, i.e. by you. 
  1705.  
  1706. Hold For Pickup 
  1707.           The message will not be sent 
  1708.  
  1709. File Request 
  1710.           The subject line consists of file names and magic names of files that 
  1711.           will be requested from the addressed system. Squish will generate the 
  1712.           request file when packing your mail. Use this attribute in netmail 
  1713.           areas only. 
  1714.  
  1715. Return Receipt Request 
  1716.           Indicates that you like the receiver of the message to reply to it 
  1717.           and at least confirm that he has received your message. 
  1718.  
  1719. Is Return Receipt 
  1720.           The message is such a reply. 
  1721.  
  1722. Audit Request 
  1723.           This one is used by SEAdog. It's best to leave it untouched. 
  1724.  
  1725. File Update Request 
  1726.           Same as a file request, but the files will be transferred only if 
  1727.           they are newer than the ones you already have. 
  1728.  
  1729.  
  1730. ΓòÉΓòÉΓòÉ 7.2. Reply ΓòÉΓòÉΓòÉ
  1731.  
  1732. You may either reply to the sender of the message or to the receipient (which 
  1733. often is described as "followup reply"). 
  1734.  
  1735. Reply to FROM 
  1736.           Reply to the sender of the message 
  1737.  
  1738. Reply to TO 
  1739.           Reply to the addressee of the message 
  1740.  
  1741. Don't join lines 
  1742.           Quoted lines are not joined. This is useful when quoting wide tables 
  1743.           or enumerations, or when it's important that lines that are already 
  1744.           quoted are not joined. 
  1745.  
  1746. Place reply in different area 
  1747.           Place the new message in a different area, e.g. a Netmail area. 
  1748.  
  1749. Don't quote message 
  1750.           Don't include any quoted text in the new message. 
  1751.  
  1752.  
  1753. ΓòÉΓòÉΓòÉ 7.3. Find ΓòÉΓòÉΓòÉ
  1754.  
  1755. Find a text string in the message base. 
  1756.  
  1757. Text to search for 
  1758.           The text that is to be searched for in the message base. 
  1759.  
  1760. Header only 
  1761.           Only the name of the sender, the name of the addressee and the 
  1762.           subject line are searched for the text. 
  1763.  
  1764. Header & text 
  1765.           The whole message is searched for the text. 
  1766.  
  1767. All areas 
  1768.           The search is performed on all areas. 
  1769.  
  1770. Ignore case 
  1771.           The case of search text and message are ignored while searching. 
  1772.  
  1773. Fuzzy, level 
  1774.           A fuzzy search is performed, i.e. search text and message need not 
  1775.           match exactly. "Level" specifies a sensitivity value, ranging from 0 
  1776.           (exact) to 4 (least exact). 
  1777.  
  1778.  
  1779. ΓòÉΓòÉΓòÉ 7.4. Searching ΓòÉΓòÉΓòÉ
  1780.  
  1781. The displayed area is currently scanned for messages containing the text you 
  1782. have entered. 
  1783.  
  1784. Press Stop to stop searching. 
  1785.  
  1786.  
  1787. ΓòÉΓòÉΓòÉ 7.5. Results ΓòÉΓòÉΓòÉ
  1788.  
  1789. The results list contains messages that contain the text that you've entered to 
  1790. search for. 
  1791.  
  1792. You can view the full message by pressing Go to message or by double clicking 
  1793. on the line in the results list. 
  1794.  
  1795. Press Clear to clear the results list. The messages found previously stay in 
  1796. the results list until you either close the dialog window or press this button. 
  1797.  
  1798. Select Scroll to make the results list scroll down each time a message is added 
  1799. to the list. 
  1800.  
  1801. Check Keep in front to keep this window above the FleetStreet main window. 
  1802.  
  1803.  
  1804. ΓòÉΓòÉΓòÉ 7.6. Area list ΓòÉΓòÉΓòÉ
  1805.  
  1806. The area list contains all message areas accessible for FleetStreet. You can 
  1807. switch to one of these areas, create and delete areas and set attributes for 
  1808. areas. 
  1809.  
  1810. Double click on the area or press ENTER to switch to that message area. 
  1811.  
  1812. Press Scan to start a re-scan of all areas. This may be necessary if Squish 
  1813. tossed new messages since the areas were last scanned. The scanning takes place 
  1814. in a separate thread. You may continue reading while the scanning continues in 
  1815. the background. 
  1816.  
  1817. Related Topics: 
  1818.  
  1819.  Γûá Contents of the area list 
  1820.  Γûá Creating and deleting areas 
  1821.  Γûá Setting attributes for areas 
  1822.  Γûá Customizing the area list 
  1823.  
  1824.  
  1825. ΓòÉΓòÉΓòÉ <hidden> Delete Area ΓòÉΓòÉΓòÉ
  1826.  
  1827. You've decided to delete the selected area. If you press Yes, the area will be 
  1828. removed from the area list. However, the message base file(s) on your hard disk 
  1829. drive will not be deleted and may be re-used at a later time. 
  1830.  
  1831. Press No if you don't want to delete this area. 
  1832.  
  1833.  
  1834. ΓòÉΓòÉΓòÉ <hidden> Area settings ΓòÉΓòÉΓòÉ
  1835.  
  1836. You should never see this help panel! Now you've seen it, please send a note to 
  1837. the authors and say that you've seen Panel #2. Thank you! 
  1838.  
  1839.  
  1840. ΓòÉΓòÉΓòÉ 7.7. Area settings ΓòÉΓòÉΓòÉ
  1841.  
  1842. Topics: 
  1843.  
  1844. General area settings 
  1845.  
  1846. Message base settings 
  1847.  
  1848. Area attributes 
  1849.  
  1850.  
  1851. ΓòÉΓòÉΓòÉ 7.7.1. General area settings ΓòÉΓòÉΓòÉ
  1852.  
  1853. Fill in the description, area tag, default address and origin for this area. If 
  1854. default address and area tag are not editable, this area was read from the 
  1855. squish configuration file. The default address and area tag must then be 
  1856. changed there. 
  1857.  
  1858.  
  1859. ΓòÉΓòÉΓòÉ 7.7.2. Message base settings ΓòÉΓòÉΓòÉ
  1860.  
  1861. Message base type 
  1862.           Specify the format of the message area on disk. 
  1863.  
  1864. Area type 
  1865.           Specify whether the area is a netmail area or an echomail area. 
  1866.  
  1867. Area path/file 
  1868.           Specify where the messages are stored on disk. For FTS *.MSG areas 
  1869.           specify the path to the directory that contains the *.MSG files. For 
  1870.           Squish areas specify the path and root name (eight characters) of the 
  1871.           area files. 
  1872.  
  1873. If these settings are not changeable, the area was read from the squish 
  1874. configuration file, and settings must be changed there. 
  1875.  
  1876.  
  1877. ΓòÉΓòÉΓòÉ 7.7.3. Area attributes ΓòÉΓòÉΓòÉ
  1878.  
  1879. Every message area can have some default message attributes and additional area 
  1880. attributes. 
  1881.  
  1882. Default message attributes 
  1883.           Messages entered in this area will have the specified attributes by 
  1884.           default. See "Message Attributes" for an explanation of the various 
  1885.           attributes. 
  1886.  
  1887. Exclude from reading 
  1888.           The message area will not appear in the area list when you activate 
  1889.           "hide excluded areas" there. This is useful for sysops who have lots 
  1890.           of areas but only want to read a few of them. 
  1891.  
  1892. Foreign characters allowed 
  1893.           Indicates that usage of foreign characters (i.e. ASCII values above 
  1894.           127) is allowed in this area. If such characters are not allowed, 
  1895.           FleetStreet will convert these characters while typing. See 
  1896.           "Translation table". 
  1897.  
  1898. Separator line 
  1899.           A separator line will be drawn below this area in the area list. 
  1900.  
  1901.  
  1902. ΓòÉΓòÉΓòÉ 7.7.3.1. Character translation table ΓòÉΓòÉΓòÉ
  1903.  
  1904. When foreign characters (8 bit ASCII) are not allowed in a message area, 
  1905. FleetStreet uses the following translation table to convert characters while 
  1906. typing: 
  1907.  
  1908. ΓöîΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  1909. Γöé╨░  Γöéa         Γöé
  1910. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1911. Γöé╨ô  Γöéa         Γöé
  1912. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1913. Γöé╨ö  Γöéae        Γöé
  1914. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1915. Γöé╨₧  ΓöéAe        Γöé
  1916. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1917. Γöé╨ò  Γöéa         Γöé
  1918. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1919. Γöé╨í  Γöéae        Γöé
  1920. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1921. Γöé╨ó  ΓöéAe        Γöé
  1922. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1923. ΓöéA  Γöéa         Γöé
  1924. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1925. Γöé╨ƒ  ΓöéA         Γöé
  1926. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1927. Γöé╨û  Γöéa         Γöé
  1928. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1929. Γöé╨ƒ  ΓöéA         Γöé
  1930. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1931. Γöé╤ü  Γöéss        Γöé
  1932. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1933. Γöé╨ù  Γöéc         Γöé
  1934. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1935. Γöé╨É  ΓöéC         Γöé
  1936. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1937. Γöé╨┐  Γöé>>        Γöé
  1938. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1939. Γöé┬░  Γöédeg       Γöé
  1940. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1941. Γöé╨Ä  Γöé/         Γöé
  1942. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1943. Γöé┬╖  Γöé.         Γöé
  1944. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1945. Γöé  Γöé|         Γöé
  1946. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1947. Γöé╨Æ  Γöée         Γöé
  1948. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1949. Γöé╨á  ΓöéE         Γöé
  1950. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1951. Γöé╨ÿ  Γöée         Γöé
  1952. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1953. Γöé╨Ö  Γöée         Γöé
  1954. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1955. Γöé╨Ü  Γöée         Γöé
  1956. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1957. Γöé╨»  Γöéf         Γöé
  1958. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1959. Γöé  Γöé          Γöé
  1960. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1961. Γöé╨▒  Γöéi         Γöé
  1962. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1963. Γöé╨£  Γöéi         Γöé
  1964. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1965. Γöé╨¢  Γöéi         Γöé
  1966. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1967. Γöé╨¥  Γöéi         Γöé
  1968. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1969. Γöé╨╜  Γöé!         Γöé
  1970. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1971. Γöé╨╕  Γöé?         Γöé
  1972. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1973. Γöé  Γöé<-        Γöé
  1974. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1975. Γöé╨║  Γöé-|        Γöé
  1976. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1977. Γöé╤å  Γöémc        Γöé
  1978. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1979. Γöé╨┤  Γöén         Γöé
  1980. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1981. Γöé╨╡  ΓöéN         Γöé
  1982. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1983. Γöé╨▓  Γöéo         Γöé
  1984. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1985. Γöé╨ú  Γöéo         Γöé
  1986. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1987. Γöé╨Ñ  Γöéo         Γöé
  1988. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1989. Γöé╨ñ  Γöéoe        Γöé
  1990. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1991. Γöé╨⌐  ΓöéOe        Γöé
  1992. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1993. Γöé╨╝  Γöé1/4       Γöé
  1994. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1995. Γöé╨╗  Γöé1/2       Γöé
  1996. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1997. Γöé╨╛  Γöé<<        Γöé
  1998. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  1999. Γöé╤æ  Γöé+-        Γöé
  2000. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  2001. Γöé╨¼  ΓöéPS        Γöé
  2002. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  2003. Γöé┬ñ  Γöéqd        Γöé
  2004. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  2005. Γöé╨│  Γöéu         Γöé
  2006. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  2007. Γöé╨ª  Γöéu         Γöé
  2008. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  2009. Γöé╨º  Γöéu         Γöé
  2010. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  2011. Γöé╨æ  Γöéue        Γöé
  2012. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  2013. Γöé╨¬  ΓöéUe        Γöé
  2014. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  2015. Γöé╨╢  Γöéa         Γöé
  2016. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  2017. Γöé╨╖  Γöéo         Γöé
  2018. Γö£ΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  2019. Γöé╨¿  Γöéy         Γöé
  2020. ΓööΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  2021.  
  2022.  
  2023. ΓòÉΓòÉΓòÉ 7.7.4. Contents of the area list ΓòÉΓòÉΓòÉ
  2024.  
  2025. For each area in the list, the 
  2026.  
  2027.  Γûá area description 
  2028.  Γûá number of messages in the area 
  2029.  Γûá number of unread messages in the area 
  2030.  
  2031. are displayed. 
  2032.  
  2033. For unscanned areas, "-" is displayed as number of messages. 
  2034.  
  2035. The area description initially is the same as the area tag. The area 
  2036. description is displayed in the main window and can be changed. 
  2037.  
  2038. The area list has three different views: 
  2039.  
  2040.  Γûá All areas 
  2041.  Γûá included areas 
  2042.  Γûá excluded areas 
  2043.  
  2044. Areas can either be "included" (default) or "excluded". "Excluded" means that 
  2045. you usually don't read this area and want it to stay out of your way. This flag 
  2046. is useful for BBS sysops who have a lot of areas on their system but like to 
  2047. read only a few of them. 
  2048.  
  2049. For "All areas" all areas are displayed in the list regardless of their 
  2050. exclusion status. For "included areas" only those areas are displayed which are 
  2051. flagged as "included". For "excluded areas" only those areas are displayed 
  2052. which are flagged as "excluded". 
  2053.  
  2054. You can switch between these views by opening the context menu of the area list 
  2055. and selecting the desired view. The current view is checked in the menu. 
  2056.  
  2057. When you open the area list, it is displayed in the default view. You can 
  2058. change the default view in the area list settings notebook. 
  2059.  
  2060. Excluded areas are not scanned at startup. However you can scan excluded areas 
  2061. explicitly. To do so open the context menu of the area and select "scan". 
  2062. Alternatively you can select "scan all" in the context menu of the area list to 
  2063. scan all areas which are displayed in the current view. 
  2064.  
  2065.  
  2066. ΓòÉΓòÉΓòÉ 7.7.5. Creating and deleting areas ΓòÉΓòÉΓòÉ
  2067.  
  2068. Creating a new area 
  2069.  
  2070. You can create new areas by selecting "Create another" in the context menu. An 
  2071. empty settings notbook for the new area is opened. Fill in all fields and close 
  2072. the notebook. The new area is then inserted in the list. 
  2073.  
  2074. All areas created in FleetStreet are local areas. 
  2075.  
  2076. Deleting areas 
  2077.  
  2078. You can delete only those areas which you have created in FleetStreet. Areas 
  2079. which are defined in the Squish configuration file can only be deleted there. 
  2080.  
  2081. To delete an area open the context menu of the area and select "delete". The 
  2082. area will be removed from the list. 
  2083.  
  2084. Note: The area files (*.MSG for *.MSG areas, *.SQ? for Squish areas) are not 
  2085. deleted from disk. 
  2086.  
  2087.  
  2088. ΓòÉΓòÉΓòÉ 7.7.6. Setting attributes for areas ΓòÉΓòÉΓòÉ
  2089.  
  2090. Each area has its own set of attributes. These are: 
  2091.  
  2092.  Γûá Area description 
  2093.  Γûá Area tag 
  2094.  Γûá Default user name 
  2095.  Γûá Default address 
  2096.  Γûá Origin line 
  2097.  Γûá Path/File 
  2098.  Γûá Area format 
  2099.  Γûá Net/Echo area flag 
  2100.  Γûá Default message attributes 
  2101.  Γûá Exclusion flag 
  2102.  Γûá Other flags 
  2103.  
  2104. For areas defined in the Squish configuration file, area tag, default address, 
  2105. path/file, area format and Net/Echo area flag can not be modified. 
  2106.  
  2107. To change area attributes, open the context menu for the area and select 
  2108. "settings". The exclusion flag can be changed directly using the context menu. 
  2109.  
  2110.  
  2111. ΓòÉΓòÉΓòÉ 7.7.7. Customizing the area list ΓòÉΓòÉΓòÉ
  2112.  
  2113. The area list itself has several attributes which influence the appearance of 
  2114. the list. To change these attributes open the context menu of the area list and 
  2115. select "Settings". 
  2116.  
  2117. You can change 
  2118.  
  2119.  Γûá the default view 
  2120.  Γûá the sorting order 
  2121.  Γûá the colors used for the different area types 
  2122.  
  2123.  
  2124. ΓòÉΓòÉΓòÉ <hidden> Area List Settings ΓòÉΓòÉΓòÉ
  2125.  
  2126.  
  2127. ΓòÉΓòÉΓòÉ 7.7.8. Default view ΓòÉΓòÉΓòÉ
  2128.  
  2129. When you open the area list it is displayed in the default view. The default 
  2130. view can be one of the following: 
  2131.  
  2132.  Γûá All areas 
  2133.  Γûá Included areas only 
  2134.  Γûá Excluded areas only 
  2135.  
  2136. Views explained in detail: 
  2137.  
  2138. All areas 
  2139.           All areas are displayed regardless of their exclusion status. 
  2140.  
  2141. Included areas only 
  2142.           Only those areas are displayed which are included. This is the usual 
  2143.           view. 
  2144.  
  2145. Excluded areas only 
  2146.           Only those areas are displayed which are excluded. Select this view 
  2147.           to check your excluded areas from time to time. 
  2148.  
  2149. The current view can always be changed by using the context menu of the area 
  2150. list. 
  2151.  
  2152.  
  2153. ΓòÉΓòÉΓòÉ 7.7.9. Sort ΓòÉΓòÉΓòÉ
  2154.  
  2155. The areas can be sorted in various ways: 
  2156.  
  2157.  Γûá Original order 
  2158.  Γûá Sorted by area description 
  2159.  Γûá Sorted by number of unread messages 
  2160.  
  2161. Sorting orders explained in detail: 
  2162.  
  2163. Original order 
  2164.           The areas are actually not sorted, i.e. they appear in the same order 
  2165.           as they are read from Squish.cfg. Private areas are added to the end 
  2166.           of the list. 
  2167.  
  2168. Sorted by area description 
  2169.           The areas are sorted by their area description. Netmail areas always 
  2170.           appear at the beginning of the list. 
  2171.  
  2172. Sorted by number of unread messages 
  2173.           The areas are sorted by the number of unread messages in the area. 
  2174.           The detailed order is: 
  2175.  
  2176.     1. Netmail areas in their original order 
  2177.     2. Echomail areas and local areas, which are scanned and contain unread 
  2178.        messages. If two areas have the same number of unread messages, they are 
  2179.        sorted by area description. 
  2180.     3. Echomail areas and local areas, which are scanned but don't contain 
  2181.        unread messages. They area sorted by area description. 
  2182.     4. Echomail areas and local areas, which are not scanned. They are sorted 
  2183.        by area desription. 
  2184.  
  2185.  
  2186. ΓòÉΓòÉΓòÉ 7.7.10. Colors ΓòÉΓòÉΓòÉ
  2187.  
  2188. You can select different colors for different area types. 
  2189.  
  2190. Select the base color by using the color wheel. The current color is marked 
  2191. with crosshairs. 
  2192.  
  2193. Adjust the brightness of the color by using the slider to the right of the 
  2194. color wheel. 
  2195.  
  2196.  
  2197. ΓòÉΓòÉΓòÉ 7.8. Squish message base parameters ΓòÉΓòÉΓòÉ
  2198.  
  2199. There are three major parameters that control how Squish message base file are 
  2200. maintained by the Squish Message API. 
  2201.  
  2202. Max. number of messages 
  2203.           Maximum number of messages that can be stored in this area. When 
  2204.           additional messages are tossed into this area or when you write new 
  2205.           messages in this area, older messages are deleted automatically, if 
  2206.           the limit represented by this value is hit. 
  2207.  
  2208. Number of skipped messages 
  2209.           When deleting messages as described above, this nummer of messages 
  2210.           (from the beginning of the message base) are skipped. 
  2211.  
  2212.           Note: When you set this number to a value other than 0, you must set 
  2213.           a maximum of messages as well. 
  2214.  
  2215. Number of days to keep messages 
  2216.           Specifies the number of days that messages should be kept. Messages 
  2217.           older than this number of days are deleted when you run SQPACK. 
  2218.  
  2219. When you set all the numbers to 0, Squish will not delete any message 
  2220. automatically. 
  2221.  
  2222.  
  2223. ΓòÉΓòÉΓòÉ <hidden> Error reading parameters ΓòÉΓòÉΓòÉ
  2224.  
  2225. The Squish area parameters could not be read. This may be caused by one of the 
  2226. following reasons: 
  2227.  
  2228. Γûá another process uses the file exclusively 
  2229.  
  2230. Γûá you don't have access rights to the file 
  2231.  
  2232. Γûá the file doesn't exist 
  2233.  
  2234.  
  2235. ΓòÉΓòÉΓòÉ <hidden> Error writing parameters ΓòÉΓòÉΓòÉ
  2236.  
  2237. The Squish area parameters could not be written. This may be caused by one of 
  2238. the following reasons: 
  2239.  
  2240. Γûá another process uses the file exclusively 
  2241.  
  2242. Γûá you don't have access rights to the file 
  2243.  
  2244. Γûá the file doesn't exist 
  2245.  
  2246. Γûá the file is write protected 
  2247.  
  2248.  
  2249. ΓòÉΓòÉΓòÉ <hidden> Incorrect parameters ΓòÉΓòÉΓòÉ
  2250.  
  2251. If you set "Number of skipped messages" to a value other than 0, you must set 
  2252. "Max. number of messages" to a non-null value as well. 
  2253.  
  2254.  
  2255. ΓòÉΓòÉΓòÉ 7.9. Renumber Area ΓòÉΓòÉΓòÉ
  2256.  
  2257. *.MSG areas become more and more "fragmented" while being used. It's desireable 
  2258. from time to time to renumber the area. After being renumbered, the message 
  2259. files in the area start from 1 and are numbered contiguously. 
  2260.  
  2261. Start 
  2262.           Start renumbering the area 
  2263.  
  2264. Cancel 
  2265.           Don't renumber the area 
  2266.  
  2267.  
  2268. ΓòÉΓòÉΓòÉ 7.10. Message list ΓòÉΓòÉΓòÉ
  2269.  
  2270. The message list displays all messages in an area. The messages are displayed 
  2271. in the same order as they are stored in the message base. 
  2272.  
  2273. Your own name is displayed in red. Read and unread messages are displayed with 
  2274. a message number with a different color. 
  2275.  
  2276. You can select more than one message using the mouse and manipulate them. The 
  2277. following actions can be performed on selected messages: 
  2278.  
  2279.  Γûá Delete 
  2280.  Γûá Copy 
  2281.  Γûá Move 
  2282.  Γûá Print 
  2283.  Γûá Export 
  2284.  
  2285. If an error occurs when reading the message in the message base, "*" is 
  2286. displayed in all fields. 
  2287.  
  2288.  
  2289. ΓòÉΓòÉΓòÉ 7.11. About FleetStreet ΓòÉΓòÉΓòÉ
  2290.  
  2291. FleetStreet was developed by Harry Herrmannsd╨ñrfer and Michael Hohner. 
  2292.  
  2293. Thanks to Scott Dudley for inventing the Squish Message API and for designing 
  2294. it in such an open way. 
  2295.  
  2296. We'd like to thank our early beta testers for their support. 
  2297.  
  2298.  
  2299. ΓòÉΓòÉΓòÉ 7.12. File Dialog ΓòÉΓòÉΓòÉ
  2300.  
  2301. Select a file an press OK. 
  2302.  
  2303.  
  2304. ΓòÉΓòÉΓòÉ 7.13. Additional message info ΓòÉΓòÉΓòÉ
  2305.  
  2306. This window contains all the kludge lines and SEEN-BYs of the current message. 
  2307. You can copy its contents to the clipboard. 
  2308.  
  2309. Press Close to close the window. 
  2310.  
  2311. Press Copy to copy the marked text to the clipboard. If no text is marked, the 
  2312. whole content of the window is copied to the clipboard. 
  2313.  
  2314. You may leave the window open while reading. It is automatically updated when 
  2315. you switch to other messages. 
  2316.  
  2317. Check Keep in front to keep this window above the FleetStreet main window. 
  2318.  
  2319.  
  2320. ΓòÉΓòÉΓòÉ 7.14. Request files ΓòÉΓòÉΓòÉ
  2321.  
  2322. The requestable files are listed. Select one or more files that you like to 
  2323. request from the sender. 
  2324.  
  2325. Files 
  2326.           Requestable files found in the message. 
  2327.  
  2328. select all 
  2329.           Select all files. 
  2330.  
  2331. deselect all 
  2332.           De-select all files. 
  2333.  
  2334. Add 
  2335.           Add a file to the list. Enter the file name in the entryfield below. 
  2336.  
  2337. Request from 
  2338.           Name of the sysop to request files from. 
  2339.  
  2340. Address 
  2341.           Address of the node to request files from. 
  2342.  
  2343.           Lookup address of the sysop in the nodelist. 
  2344.  
  2345. Area 
  2346.           Message area to place the request messages in. Only non-local netmail 
  2347.           areas are offered. 
  2348.  
  2349. direct REQ 
  2350.           Don't generate a request message, but create a REQ file directly. 
  2351.  
  2352. Note: Any word in the message text that contains exactly one '.' and has 
  2353. exactly three letters after the '.' is treated as a name of a requestable file. 
  2354. Because of this some names might be offered that aren't valid file names. We 
  2355. find that this is tolerable and better than being unable to request files that 
  2356. don't have an extension of "ZIP" or "ZOO" or the like. 
  2357.  
  2358.  
  2359. ΓòÉΓòÉΓòÉ 7.15. Reply list ΓòÉΓòÉΓòÉ
  2360.  
  2361. There is more than one reply to this message. The replies are listed with their 
  2362. message number and the name of the sender. Select the message that you like to 
  2363. read and press OK. Press CANCEL if you don't want to read any of these 
  2364. messages. 
  2365.  
  2366.  
  2367. ΓòÉΓòÉΓòÉ <hidden> Error reading profile ΓòÉΓòÉΓòÉ
  2368.  
  2369. An error occured while reading the profile. This might be caused by a general 
  2370. disk access error, i.e. read only medium, no access rights or the like. 
  2371.  
  2372. FleetStreet will continue with default values, i.e. with no setup. 
  2373.  
  2374.  
  2375. ΓòÉΓòÉΓòÉ <hidden> No profile ΓòÉΓòÉΓòÉ
  2376.  
  2377. The saved profile could not be found or the profile is not valid. The file 
  2378. FLTSTRT.INI must reside in the same directory as FLTSTRT.EXE. 
  2379.  
  2380. If you've startet FleetStreet for the first time, continue with configuring 
  2381. FleetStreet. The settings will be saved when you leave FleetStreet. 
  2382.  
  2383.  
  2384. ΓòÉΓòÉΓòÉ <hidden> Old profile ΓòÉΓòÉΓòÉ
  2385.  
  2386. The profile was saved by an older version of FleetStreet. The settings stored 
  2387. in FLTSTRT.INI can not be used with this version. A new file will be generated 
  2388. when you leave FleetStreet. 
  2389.  
  2390.  
  2391. ΓòÉΓòÉΓòÉ <hidden> Delete Message ΓòÉΓòÉΓòÉ
  2392.  
  2393. You are about to delete the current message. Deleted messages are not 
  2394. recoverable. 
  2395.  
  2396. Press YES to delete the message, press NO if you like to keep it. 
  2397.  
  2398.  
  2399. ΓòÉΓòÉΓòÉ <hidden> Edit Message ΓòÉΓòÉΓòÉ
  2400.  
  2401. The message has already been processed by Squish and has been sent to the 
  2402. destination address. The sent message might not be affected by the changes you 
  2403. make. Refer to the Squish documentation about performing a rescan of the area. 
  2404.  
  2405. If the message is not local, your downlinks may get changed messages, which is 
  2406. not desireable in most cases. 
  2407.  
  2408. Press YES if you want to edit the message anyway, press NO if you don't want to 
  2409. edit the message. 
  2410.  
  2411.  
  2412. ΓòÉΓòÉΓòÉ <hidden> Discard Message ΓòÉΓòÉΓòÉ
  2413.  
  2414. If you press YES the message you have written will not be saved and therefor 
  2415. will not be sent. The message text will be lost. 
  2416.  
  2417. Press NO if you want to continue editing. 
  2418.  
  2419.  
  2420. ΓòÉΓòÉΓòÉ <hidden> Discard Message ΓòÉΓòÉΓòÉ
  2421.  
  2422. You've requested to leave FleetStreet, but you have not saved the message you 
  2423. are currently writing. If you leave FleetStreet your message will not be saved 
  2424. and therefor will not be sent. The message text will be lost. 
  2425.  
  2426. Press NO if you want to continue editing. 
  2427.  
  2428. Press YES if you want to leave FleetStreet. 
  2429.  
  2430.  
  2431. ΓòÉΓòÉΓòÉ <hidden> Message info missing ΓòÉΓòÉΓòÉ
  2432.  
  2433. Your message must have 
  2434.  
  2435. Γûá name and address of the receipient 
  2436.  
  2437. Γûá text in the subject line 
  2438.  
  2439. If one of these is missing, the message can not be saved. 
  2440.  
  2441.  
  2442. ΓòÉΓòÉΓòÉ <hidden> Message text too long ΓòÉΓòÉΓòÉ
  2443.  
  2444. Squish cannot handle messages that are longer than 16 KB. FleetStreet can 
  2445. handle longer messages when editing, but when you save them, they must be short 
  2446. enough for Squish. 
  2447.  
  2448. See also "Limitations" 
  2449.  
  2450.  
  2451. ΓòÉΓòÉΓòÉ <hidden> Error saving message ΓòÉΓòÉΓòÉ
  2452.  
  2453. An error occured while saving the message. This is usually caused by disk 
  2454. access errors like write protected disks, not enough disk space or no access 
  2455. rights. 
  2456.  
  2457. You may try to solve the problem and try again. If you can't, cancel editing. 
  2458.  
  2459.  
  2460. ΓòÉΓòÉΓòÉ 7.16. Current Name/Address ΓòÉΓòÉΓòÉ
  2461.  
  2462. Select a name and/or address and press OK. The current address is displayed in 
  2463. the upper right corner of the main window. 
  2464.  
  2465. If you like to have more names and addresses, go to the setup and add more 
  2466. names and addresses. See "Limitations". 
  2467.  
  2468. If you like to change the default name and address for a specific area, go to 
  2469. the area list, click on the area using the right mouse button, click on 
  2470. "Settings...", select a different name and/or address and close the settings 
  2471. notebook. 
  2472.  
  2473.  
  2474. ΓòÉΓòÉΓòÉ 7.17. Thread list ΓòÉΓòÉΓòÉ
  2475.  
  2476. The message threads in the current area are displayed. Read messages and unread 
  2477. messages are displayed with different colors. 
  2478.  
  2479. Threads are messages in an area, which are linked together, because one message 
  2480. is a reply to another message, or because the message has replies for itself. 
  2481. When a message has replies in the thread list, a  is displayed before the 
  2482. message. You can click on the  or press the + key to display the replies in a 
  2483. tree-like structure. The  changes to a  . When you press the * key, the whole 
  2484. branch is expanded immediately. 
  2485.  
  2486. Related topics: 
  2487.  
  2488. Γûá Display modes 
  2489. Γûá Manipulating the messages 
  2490. Γûá Reply linkers 
  2491. Γûá Marking messages 
  2492.  
  2493.  
  2494. ΓòÉΓòÉΓòÉ 7.17.1. Display modes ΓòÉΓòÉΓòÉ
  2495.  
  2496. There are three different display modes: All threads, threads with unread 
  2497. messages and unread messages only. 
  2498.  
  2499. All threads 
  2500.           All threads in the area are displayed. 
  2501.  
  2502. Threads with unread messages 
  2503.           Only those threads that contain at least one unread message are 
  2504.           displayed. These threads are displayed as a whole. 
  2505.  
  2506. Unread messages only 
  2507.           Only those messages, that are unread, are displayed. When several 
  2508.           unread messages in a thread are linked together without a intervening 
  2509.           space, they are displayed in that way. When a thread is interrupted 
  2510.           by a read message, the two parts before and after the read message 
  2511.           are displayed as separate threads. 
  2512.  
  2513. You can select a display mode by using the context menu of the thread list. You 
  2514. can select the default display mode in the setup notebook of the thread list. 
  2515.  
  2516.  
  2517. ΓòÉΓòÉΓòÉ 7.17.2. Manipulating the messages ΓòÉΓòÉΓòÉ
  2518.  
  2519. currently: not supported. 
  2520.  
  2521.  
  2522. ΓòÉΓòÉΓòÉ 7.17.3. Reply linkers ΓòÉΓòÉΓòÉ
  2523.  
  2524. FleetStreet exclusively uses the linkage information in the message base, i.e. 
  2525. it does not link messages by itself. You must use a different program for 
  2526. linking messages. It's best to put such a program into your mailer batch 
  2527. program and let it do its work immediately after tossing messages. 
  2528.  
  2529. Reply linkers are (among others): 
  2530.  
  2531. Γûá Squish 
  2532. Γûá SqmLink 
  2533. Γûá SqLink 
  2534. Γûá QQLink 
  2535.  
  2536. Squish 1.01 links messages by their subject line. This method has the 
  2537. advantage, that messages without MSGID/REPLY kludge lines can be linked 
  2538. together. The disadvantage is, that changing the subject line tears the thread 
  2539. apart. Also, you can't tell from the links who replied to whom, or whether a 
  2540. message has more than one reply (the reply chain is always linear). 
  2541.  
  2542. Squish 1.10, SqmLink, SqLink und QQLink link the messages by their MSGID/REPLY 
  2543. kludge lines. Choosing this method allows a reply to be linked to its original 
  2544. message. Even after changing the subject line, the messages remain linked 
  2545. together. Threads are no longer linear, but have a tree-like structure. The 
  2546. Squish message base allows a message to be linked to 10 replies. 
  2547.  
  2548. The disadvantage of this method is, that messages can't be linked together when 
  2549. the reply does not contain a REPLY kludge (e.g. when it is written using a QWK 
  2550. reader, when it is imported into the area over a gateway, or when the REPLY 
  2551. kludge was not generated following the standards). 
  2552.  
  2553.  
  2554. ΓòÉΓòÉΓòÉ 7.17.4. Mark all messages ΓòÉΓòÉΓòÉ
  2555.  
  2556. If you haven't used FleetStreet for reading in a particular message base 
  2557. before, all messages are marked as "unread". Therefore the message thread list 
  2558. will show you all messages in that area. Because you may have read these 
  2559. messages before, this menu item provides a way to mark all the messages as 
  2560. "read", up to the current message. After you've done that, the thread list will 
  2561. show only messages that are "really" unread, i.e. messages that were added to 
  2562. this area after you've used this function. 
  2563.  
  2564. This function is usually only needed after you've switched to FleetStreet and 
  2565. want to bring "old" message areas up to date. FleetStreet will maintain the 
  2566. "read" flag automatically in the future. 
  2567.  
  2568. Press OK if you like to perform this function. 
  2569.  
  2570. Press CANCEL if you don't like to perform this function. 
  2571.  
  2572.  
  2573. ΓòÉΓòÉΓòÉ <hidden> Unable to load file ΓòÉΓòÉΓòÉ
  2574.  
  2575. FleetStreet can not load the file specified because of one of the following 
  2576. reasons: 
  2577.  
  2578. Γûá The file does not exist 
  2579.  
  2580. Γûá The file is too long (max. 500 KB) 
  2581.  
  2582. Γûá The user does not have access rights to the file 
  2583.  
  2584. Γûá The file name specifies a directory or a device, but not a file. 
  2585.  
  2586.  
  2587. ΓòÉΓòÉΓòÉ <hidden> Error loading the file ΓòÉΓòÉΓòÉ
  2588.  
  2589. A disk read error occured while loading the file. The file was not imported. 
  2590.  
  2591.  
  2592. ΓòÉΓòÉΓòÉ 7.18. Export File ΓòÉΓòÉΓòÉ
  2593.  
  2594. Select the destination drive and path of the file and type in a file name. 
  2595.  
  2596. with header 
  2597.           Select this item to save the header, too. If you deselect this item, 
  2598.           only the message body will be saved. 
  2599.  
  2600. separator line 
  2601.           Select this item to add a separator line after each exported message. 
  2602.  
  2603. append to file 
  2604.           Append the message to the file if it already exists. 
  2605.  
  2606. overwrite file 
  2607.           Overwrite the existing file. 
  2608.  
  2609.  
  2610. ΓòÉΓòÉΓòÉ <hidden> Error saving ΓòÉΓòÉΓòÉ
  2611.  
  2612. FleetStreet could not write to the file because of one of the following 
  2613. reasons: 
  2614.  
  2615. Γûá The drive or path does not exist 
  2616.  
  2617. Γûá The user does not have access rights to the file or directory 
  2618.  
  2619.  
  2620. ΓòÉΓòÉΓòÉ <hidden> Invalid file name ΓòÉΓòÉΓòÉ
  2621.  
  2622. FleetStreet could not write to the file because of one of the following 
  2623. reasons: 
  2624.  
  2625. Γûá The file name contains characters that are not allowed in file names 
  2626.  
  2627. Γûá The file name is reserved 
  2628.  
  2629.  
  2630. ΓòÉΓòÉΓòÉ <hidden> Resend message ΓòÉΓòÉΓòÉ
  2631.  
  2632. The message you have edited has already been sent before. Press YES if you want 
  2633. to send the changed message again. Press NO if you don't want to send the 
  2634. message. 
  2635.  
  2636.  
  2637. ΓòÉΓòÉΓòÉ <hidden> No device ΓòÉΓòÉΓòÉ
  2638.  
  2639. You've set up FleetStreet to print directly to a device, but you haven't 
  2640. specified a name of the device. 
  2641.  
  2642. Open the setup notebook and enter a valid device name, e.g. PRN. 
  2643.  
  2644.  
  2645. ΓòÉΓòÉΓòÉ <hidden> Cannot print to device ΓòÉΓòÉΓòÉ
  2646.  
  2647. FleetStreet can not print to the device that you've specified. Either the 
  2648. device is in use by another application at the moment, or the device name is 
  2649. not valid. 
  2650.  
  2651. Open the setup notebook and enter a valid device name, e.g. PRN. 
  2652.  
  2653.  
  2654. ΓòÉΓòÉΓòÉ <hidden> Not enough memory ΓòÉΓòÉΓòÉ
  2655.  
  2656. The nodelist lookup could not be performed because there is not enough memory 
  2657. to complete the operation. 
  2658.  
  2659. Strange error though! 
  2660.  
  2661.  
  2662. ΓòÉΓòÉΓòÉ <hidden> Error opening index file ΓòÉΓòÉΓòÉ
  2663.  
  2664. The nodelist index file could not be opened. This is usually caused by one of 
  2665. the following reasons: 
  2666.  
  2667. Γûá the index file doesn't exist 
  2668.  
  2669. Γûá the path/filename is not correct 
  2670.  
  2671. Γûá you don't have access rights for the file 
  2672.  
  2673. Γûá another process is using the file exclusively 
  2674.  
  2675. Correct the error and try again. 
  2676.  
  2677.  
  2678. ΓòÉΓòÉΓòÉ <hidden> Error opening data file ΓòÉΓòÉΓòÉ
  2679.  
  2680. The nodelist data file could not be opened. This is usually caused by one of 
  2681. the following reasons: 
  2682.  
  2683. Γûá the data file doesn't exist 
  2684.  
  2685. Γûá the path/filename is not correct 
  2686.  
  2687. Γûá you don't have access rights for the file 
  2688.  
  2689. Γûá another process is using the file exclusively 
  2690.  
  2691. Correct the error and try again. 
  2692.  
  2693.  
  2694. ΓòÉΓòÉΓòÉ <hidden> Error reading index file ΓòÉΓòÉΓòÉ
  2695.  
  2696. An error occured while reading the index file. This is usually caused by one of 
  2697. the following reasons: 
  2698.  
  2699. Γûá another process is using the parts of the file exclusively 
  2700.  
  2701. Γûá the file is corrupt 
  2702.  
  2703. Correct the error and try again. 
  2704.  
  2705.  
  2706. ΓòÉΓòÉΓòÉ <hidden> Error reading data file ΓòÉΓòÉΓòÉ
  2707.  
  2708. An error occured while reading the nodelist data file. This is usually caused 
  2709. by one of the following reasons: 
  2710.  
  2711. Γûá another process is using the parts of the file exclusively 
  2712.  
  2713. Γûá the file is corrupt 
  2714.  
  2715. Correct the error and try again. 
  2716.  
  2717.  
  2718. ΓòÉΓòÉΓòÉ <hidden> Invalid handle ΓòÉΓòÉΓòÉ
  2719.  
  2720. The handle that is used for nodelist lookups is not valid. Strange error! 
  2721.  
  2722. Please check the following: 
  2723.  
  2724. Γûá Which version of FLTV7.DLL is installed? (old one?) 
  2725.  
  2726. Γûá Are other processes acessing the nodelist files? 
  2727.  
  2728. Γûá Is FleetStreet set up correctly? 
  2729.  
  2730.  
  2731. ΓòÉΓòÉΓòÉ 7.19. Nodelist lookup ΓòÉΓòÉΓòÉ
  2732.  
  2733. More than one address was found for the addressed user. Select one of the 
  2734. addresses shown in the list. 
  2735.  
  2736. By default, a brief summary of the found entries is shown. You can view the 
  2737. full nodelist entries by unchecking Brief. 
  2738.  
  2739.  
  2740. ΓòÉΓòÉΓòÉ 7.20. Attached Files ΓòÉΓòÉΓòÉ
  2741.  
  2742. The Files that you've attached to the message are displayed. For each file the 
  2743. file name and file size is displayed. 
  2744.  
  2745. If a file doesn't exist, a "* not found *" is displayed in the status field. 
  2746. Correct the file name in the subject line then. 
  2747.  
  2748.  
  2749. ΓòÉΓòÉΓòÉ <hidden> Go to next area ΓòÉΓòÉΓòÉ
  2750.  
  2751. If you like to enter the next area which contains unread messages, press Yes. 
  2752. Press No to stay in the current area. 
  2753.  
  2754.  
  2755. ΓòÉΓòÉΓòÉ <hidden> No next area ΓòÉΓòÉΓòÉ
  2756.  
  2757. FleetStreet didn't find an area which is scanned and contains unread messages. 
  2758. You might try do rescan the areas. 
  2759.  
  2760.  
  2761. ΓòÉΓòÉΓòÉ <hidden> Error while┬╖┬╖┬╖ ΓòÉΓòÉΓòÉ
  2762.  
  2763. While FleetStreet was working on messages that you selected in the message list 
  2764. or thread list, an error occured. This can have various reasons: 
  2765.  
  2766. Γûá The message was not found in the message base. Another process might have 
  2767. deleted it before. 
  2768. Γûá The message base is corrupt. 
  2769. Γûá A disk read or write error occured. 
  2770. Γûá A disk write was not possible, because the file or medium is read-only. 
  2771.  
  2772. Press Abort to stop processing of the marked messages. 
  2773.  
  2774. Press Retry to retry the last action. This may not help in every situation! 
  2775.  
  2776. Press Ignore to ignore the error and continue with the next message. 
  2777.  
  2778.  
  2779. ΓòÉΓòÉΓòÉ <hidden> Can't perform action ΓòÉΓòÉΓòÉ
  2780.  
  2781. The action that you've selected can't be performed with the selected area at 
  2782. this time, because the area is currently in use. You can't renumber an area or 
  2783. change settings of an area, when it is currently open. Switch to a different 
  2784. area first, then try again. 
  2785.  
  2786.  
  2787. ΓòÉΓòÉΓòÉ 8. The FleetStreet pipe server ΓòÉΓòÉΓòÉ
  2788.  
  2789. This sections describes the functions of the pipe server of FleetStreet. 
  2790.  
  2791. FleetStreet automagically starts a thread for serving a named pipe. FleetStreet 
  2792. can be controlled through this pipe. 
  2793.  
  2794. The name of the pipe is 
  2795.  
  2796. \PIPE\FleetStreetDoor
  2797.  
  2798. The pipe is bi-directional. Applications that want to communicate with 
  2799. FleetStreet over the pipe must use a special protocol. This protocol is 
  2800. described below. However, in most cases FleetCom will be sufficient. FleetCom 
  2801. is a special FleetStreet client, which can be easily integrated in batch 
  2802. programs. 
  2803.  
  2804. Related topics: 
  2805.  
  2806. Γûá The protocol 
  2807. Γûá Commands of the Pipe Server 
  2808. Γûá FleetCom 
  2809.  
  2810.  
  2811. ΓòÉΓòÉΓòÉ 8.1. The Protocol ΓòÉΓòÉΓòÉ
  2812.  
  2813. A session with FleetStreet is devided into 3 Phases: Session startup, Command 
  2814. transaction and ending a session. 
  2815.  
  2816. These 3 phases are described in this chapter. The following ASCII characters 
  2817. are used: 
  2818.  
  2819. ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  2820. ΓöéSymbol  ΓöéHexadecimalΓöéDecimalΓöé
  2821. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  2822. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  2823. ΓöéACK     Γöé06         Γöé6      Γöé
  2824. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  2825. ΓöéNAK     Γöé15         Γöé21     Γöé
  2826. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  2827. ΓöéENQ     Γöé05         Γöé5      Γöé
  2828. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  2829. ΓöéETX     Γöé03         Γöé3      Γöé
  2830. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  2831. ΓöéEOT     Γöé04         Γöé4      Γöé
  2832. ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  2833.  
  2834. Session startup 
  2835.  
  2836. After a client has opened the pipe, it first sends an ENQ to FleetStreet. 
  2837. FleetStreet responds with the ID string "FleetStreet"<ETX>. The client now must 
  2838. check if it's really FleetStreet, that is serving the pipe, i.e. if the ID 
  2839. string matches "FleetStreet". If thats the case, the client sends an ACK to the 
  2840. server. Otherwise the client sends a NAK. In this case, FleetStreet responds 
  2841. with an EOT and ends the session. 
  2842.  
  2843. When FleetStreet receives an ACK, it replies by sending its version number as 
  2844. ASCII text, e.g. "0.88"<ETX>. If the client can only communicate with certain 
  2845. versions of FleetStreet, it may check the version number as well. It then sends 
  2846. back an ACK or NAK as before. If it doesn't ceck the version string, an ACK 
  2847. must be sent to the server. 
  2848.  
  2849. The session startup phase is now finished and FleetStreet waits for the client 
  2850. to send commands. 
  2851.  
  2852. Session startup: 
  2853.  
  2854.  Client              FleetStreet
  2855.  
  2856.             ENQ
  2857.    ---------------------->
  2858.  
  2859.      "FleetStreet<ETX>"
  2860.    <----------------------
  2861.  
  2862.             ACK
  2863.    ---------------------->
  2864.  
  2865.         "0.88<ETX>"
  2866.    <----------------------
  2867.  
  2868.             ACK
  2869.    ---------------------->
  2870.  
  2871. Session startup with error: 
  2872.  
  2873.             ENQ
  2874.    ---------------------->
  2875.  
  2876.      "FleetStreet<ETX>"
  2877.    <----------------------
  2878.  
  2879.             NAK
  2880.    ---------------------->
  2881.  
  2882.             EOT
  2883.    <----------------------
  2884.  
  2885. Command transaction 
  2886.  
  2887. The client sends command to FleetStreet as simple ASCII text. Echo command must 
  2888. end with an ETX character. 
  2889.  
  2890. Example: 
  2891.  
  2892. "SCAN *"<ETX>
  2893.  
  2894. Parameters are separated from each other and from the command by single 
  2895. whitespace characters. 
  2896.  
  2897. FleetStreet checks the validity of a command. When a command is not valid, the 
  2898. sequence 
  2899.  
  2900. <NAK><Code><ETX>
  2901.  
  2902. is sent back. <Code> is one of the three characters C, P or S. The meaning of 
  2903. the three characters is: 
  2904.  
  2905. C         The command was not recognized by FleetStreet 
  2906.  
  2907. P         Parameters are missing or they are invalid 
  2908.  
  2909. S         More parameters than expected were specified. 
  2910.  
  2911. When the command is valid, the sequence 
  2912.  
  2913. <ACK><ETX>
  2914.  
  2915. is sent back. In this case, FleetStreet starts to execute the command. When 
  2916. FleetStreet is finished, the result of the command is sent to the client. When 
  2917. an error occured during execution of the command, the sequence 
  2918.  
  2919. <NAK>"error text"<ETX>
  2920.  
  2921. is sent. "error text" is a description of the error in plain ASCII text. When 
  2922. the command was processed without errors, the sequence 
  2923.  
  2924. <ACK>"result"<ETX>
  2925.  
  2926. is sent. "result" is the desired information, a status report or may be empty 
  2927. as well. 
  2928.  
  2929. After processing a command, another command may be sent to FleetStreet. This 
  2930. may happen as often as necessary, until the end of the session. 
  2931.  
  2932. Schematic description: 
  2933.  
  2934.  Client              FleetStreet
  2935.  
  2936.        "SCAN *"<ETX>
  2937.    ---------------------->
  2938.  
  2939.          <ACK><ETX>
  2940.    <----------------------
  2941.  
  2942.         [Processing]
  2943.  
  2944.      <ACK>"34 areas"<ETX>
  2945.    <----------------------
  2946.  
  2947. Invalid command: 
  2948.  
  2949.        "ABC XYZ"<ETX>
  2950.    ---------------------->
  2951.  
  2952.         <NAK>"C"<ETX>
  2953.    <----------------------
  2954.  
  2955. Error during processing: 
  2956.  
  2957.        "SCAN *"<ETX>
  2958.    ---------------------->
  2959.  
  2960.          <ACK><ETX>
  2961.    <----------------------
  2962.  
  2963.         [Processing]
  2964.  
  2965.     <NAK>"disk error"<ETX>
  2966.    <----------------------
  2967.  
  2968. End of session 
  2969.  
  2970. After the last command was processed, the session must be stopped. The client 
  2971. sends an 
  2972.  
  2973.       EOT
  2974.  
  2975. to the server. The server responds with an 
  2976.  
  2977.       EOT
  2978.  
  2979. and both end the connection. 
  2980.  
  2981. Schematic description: 
  2982.  
  2983.  Client              FleetStreet
  2984.  
  2985.             EOT
  2986.    ---------------------->
  2987.  
  2988.             EOT
  2989.    <----------------------
  2990.  
  2991.  
  2992. ΓòÉΓòÉΓòÉ 8.2. The commands of the pipe server ΓòÉΓòÉΓòÉ
  2993.  
  2994. Currently the following commands are implemented: 
  2995.  
  2996.   SCAN
  2997.   ETOSS
  2998.  
  2999.  
  3000. ΓòÉΓòÉΓòÉ 8.2.1. SCAN ΓòÉΓòÉΓòÉ
  3001.  
  3002. SCAN 
  3003.  
  3004. The areas specified are re-scanned. You can specifiy areas with: 
  3005.  
  3006. *         All areas 
  3007.  
  3008. Area tag  Only this area, e.g. TUB 
  3009.  
  3010. @filename All areas that are specified in the file. The format of the file is 
  3011.           the same as the format of ECHOTOSS.LOG, i.e. one area tag per line. 
  3012.  
  3013.  
  3014. ΓòÉΓòÉΓòÉ 8.2.2. ETOSS ΓòÉΓòÉΓòÉ
  3015.  
  3016. ETOSS 
  3017.  
  3018. The echotoss.log file is written to disk. If you don't specify parameters, the 
  3019. file is created according to the FleetStreet setup. A parameter can can 
  3020. specified and denotes the file name of the file created as echotoss.log. 
  3021.  
  3022.  
  3023. ΓòÉΓòÉΓòÉ <hidden> LOCK ΓòÉΓòÉΓòÉ
  3024.  
  3025. LOCK 
  3026.  
  3027. The areas specified are locked, i.e. they are no longer used by FleetStreet. 
  3028. When an area is currently used by FleetStreet, the command continues being 
  3029. processed until the area is no longer used. 
  3030.  
  3031. Areas may be specified in the same format as with SCAN. 
  3032.  
  3033.  
  3034. ΓòÉΓòÉΓòÉ <hidden> UNLCK ΓòÉΓòÉΓòÉ
  3035.  
  3036. UNLCK 
  3037.  
  3038. The areas specified are unlocked. Areas may be specified in the same format as 
  3039. with LOCK. 
  3040.  
  3041.  
  3042. ΓòÉΓòÉΓòÉ 8.3. FleetCom ΓòÉΓòÉΓòÉ
  3043.  
  3044. FleetStreet comes with a special tool named FleetCom. FleetCom is a client 
  3045. program for the FleetStreet pipe server. Usage of FleetCom: 
  3046.  
  3047. FLEETCOM command [parameters]
  3048.  
  3049. FleetCom establishes a connection with the pipe server, sends the command and 
  3050. parameters and processes data returned by the server. In most cases FleetCom is 
  3051. sufficient for using the pipe server in FleetStreet. 
  3052.  
  3053. FleetCom returns the following exit codes: 
  3054.  
  3055. 0   OK, no error 
  3056.  
  3057. 1   the pipe could not be opened. This error also occurs when FleetStreet is 
  3058.     not running, so it can be ignored in most cases. 
  3059.  
  3060. 2   no command specified 
  3061.  
  3062. 3   FleetStreet doesn't recognize the command 
  3063.  
  3064. 4   error while processing the command, or system error. 
  3065.  
  3066. FleetCom uses the pipe \PIPE\FleetStreetDoor by default. However, a different 
  3067. name may be used as well. It is taken from the environment variable FLEETPIPE. 
  3068. Example: 
  3069.  
  3070. SET FLEETPIPE=\PIPE\AnotherPipe
  3071.  
  3072. When FleetCom is to use the default name again, delete the variable by using 
  3073.  
  3074. SET FLEETPIPE=
  3075.  
  3076. Examples for using FleetCom: 
  3077.  
  3078. Rescan areas after Squish has tossed new mesages: 
  3079.  
  3080. SquishP IN -f echotoss.log
  3081. FleetCom scan @echotoss.log
  3082.  
  3083. Write Echotoss.Log to scan out message from these areas: 
  3084.  
  3085. FleetCom etoss pack.log
  3086. SquishP OUT SQUASH -f pack.log
  3087.  
  3088.  
  3089. ΓòÉΓòÉΓòÉ 9. Advanced Topics ΓòÉΓòÉΓòÉ
  3090.  
  3091. The following topics might be interesting after you've get used with 
  3092. FleetStreet: 
  3093.  
  3094.  Γûá Multiple instances 
  3095.  
  3096.  Γûá Improving performance 
  3097.  
  3098.  Γûá Multi-User operation 
  3099.  
  3100.  Γûá Kludge lines 
  3101.  
  3102.  
  3103. ΓòÉΓòÉΓòÉ 9.1. Multiple instances ΓòÉΓòÉΓòÉ
  3104.  
  3105. You can run FleetStreet more than once at a time. Follow these guidelines when 
  3106. doing so: 
  3107.  
  3108. Γûá Only the instance that was started first saves its settings. Change settings 
  3109. only within the first instance if you like to keep the changes. 
  3110.  
  3111. Γûá Secondary instances can be identified by a [*] in the title bar. 
  3112.  
  3113. Γûá You can't run multiple instances of FleetStreet if they're different 
  3114. versions. Also, you can't run a english version and a german version at the 
  3115. same time. In this case the DLLs of the first instance are used for all 
  3116. instances. This is a limitation of OS/2. The behaviour of the secondary 
  3117. instances when running different versions is undefined. 
  3118.  
  3119. Γûá Secondary instances don't have a pipe server. 
  3120.  
  3121.  
  3122. ΓòÉΓòÉΓòÉ 9.2. Improving performance ΓòÉΓòÉΓòÉ
  3123.  
  3124. The performance of FleetStreet highly depends on two factors: Performance of 
  3125. the Squish MSGAPI and performance of your hard disks. While the MSGAPI lies 
  3126. beyond our influence, changes to the second factor can improve FleetStreet's 
  3127. performance. 
  3128.  
  3129. Some hints in detail: 
  3130.  
  3131. Γûá Whenever possible use Squish style areas instead of *.MSG. 
  3132.  
  3133. Γûá Regularily pack your Squish style areas using SqPackP. After packing an area, 
  3134. the messages are stored without intervening space in the message base and are 
  3135. numbered contigously. 
  3136.  
  3137. Γûá Activate "Don't use API for scanning". 
  3138.  
  3139. Γûá Use HPFS. 
  3140.  
  3141. Γûá Exclude areas from the area list if you don't read them yourself. Activate 
  3142. "Hide excluded areas". 
  3143.  
  3144. Γûá When searching text, let FleetStreet search only in the message headers 
  3145. whenever possible, not in the whole mesage. 
  3146.  
  3147.  
  3148. ΓòÉΓòÉΓòÉ 9.3. Multi-User operation ΓòÉΓòÉΓòÉ
  3149.  
  3150. FleetStreet can be configured for operating with more than one user, with some 
  3151. limitations. Here's how to do it: 
  3152.  
  3153.  1. Create a program directory for FleetStreet. Copy the EXE file and all DLLs 
  3154.     to into this directory. Include the directory in the LIBPATH in CONFIG.SYS. 
  3155.     Reboot if necessary. 
  3156.  
  3157.  2. Create a configuration directory for each user. 
  3158.  
  3159.  3. Create a program object for each user. Specify the full pathname of 
  3160.     FLTSTRT.EXE as the program name. Enter the corresponding configuration 
  3161.     directory as the working directory. 
  3162.  
  3163.  4. Now you can configure FleetStreet for each user. The configuration 
  3164.     directory of a user contains a complete set of INI files. 
  3165.  
  3166.  5. Use different lastread offsets for each user. 
  3167.  
  3168. Limitations: 
  3169.  
  3170. Γûá The "read" flag only exists once for each message, i.e. it is the same for 
  3171. all users. 
  3172.  
  3173. Γûá The "private" flag isn't treated in a special way. 
  3174.  
  3175. And what about the future? 
  3176.  
  3177. "Real" multi-user features are planned for later versions. Ideas and 
  3178. suggestions are always welcome. 
  3179.  
  3180.  
  3181. ΓòÉΓòÉΓòÉ 9.4. Kludge lines ΓòÉΓòÉΓòÉ
  3182.  
  3183. The following kludge lines are generated or recognized by FleetStreet: 
  3184.  
  3185. FMPT 
  3186. TOPT 
  3187. INTL 
  3188.    These kludges are generated by FleetStreet according to FTS-0001 Rev. 15 
  3189.    when the generated message is a NetMail message. However, when changing a 
  3190.    message, kludges are not rebuilt. 
  3191.  
  3192.    Squish re-generates these kludges when exporting the messages. Support for 
  3193.    these kludges normally would not be necessary. 
  3194.  
  3195.    When reading messages, these kludges are ignored. 
  3196.  
  3197.  
  3198. MSGID 
  3199.    When writing messages this kludge is generated according to FTS-0009 Rev. 1. 
  3200.    The address component is 4D. 
  3201.  
  3202.    When reading in an EchoMail area, MSGID is used for finding out the address 
  3203.    of the sender. When MSGID does not contain a FTN address, the origin line is 
  3204.    searched for a valid address. 
  3205.  
  3206.  
  3207. REPLY 
  3208.    When writing messages, the MSGID kludge of the original message is written 
  3209.    as REPLY kludge. 
  3210.  
  3211.  
  3212. PID 
  3213.    If you activated using PID in the setup, the PID kludge is generated and 
  3214.    only a short tearline is appended to the message. A long tearline is 
  3215.    appended if PID is not activated. 
  3216.  
  3217.    FleetStreet follows the recommendations of FSC-0046 Rev. 2. 
  3218.  
  3219.  
  3220. REPLYTO 
  3221.    When replying to a NetMail with a REPLYTO kludge, the address and username 
  3222.    specified there are used as the addressee of the message. 
  3223.  
  3224.    In EchoMail areas this kludge is ignored. FleetStreet follows the 
  3225.    recommendations of FSC-0035 Rev. 1. 
  3226.  
  3227.  
  3228. REPLYADDR 
  3229.    When replying to a NetMail with a REPLYADDR kludge, the address specified 
  3230.    there is inserted as a "To:" line at the beginning of the new message. 
  3231.  
  3232.    In EchoMail areas this kludge is ignored. FleetStreet follows the 
  3233.    recommendations of FSC-0035 Rev. 1. 
  3234.  
  3235.  
  3236. SPLIT 
  3237.    When you save a message that is longer than 12 KB, it is split into smaller 
  3238.    pieces according to FSC-0047 Rev. 1. There are some deviations: 
  3239.  
  3240.    Γûá Since the message never was is the message base as a whole, the message 
  3241.    number in the SPLIT kludge depends on the current implementation (currently 
  3242.    it's the number of the first part of the message). 
  3243.  
  3244.    Γûá FSC-0047 recommends to strip MSGID in parts 2..n so that dupe checkers 
  3245.    don't throw away these parts. FleetStreet however generates a new MSGID for 
  3246.    each part which has the same effect. 
  3247.  
  3248.    Γûá The part number in the SPLIT kludge only has two ciphers, so a maximum of 
  3249.    99 parts is possible. The message length is therefore limited to 1188 KB. 
  3250.  
  3251.    Γûá When changing a message the new message can only have a maximum length of 
  3252.    15 KB. Splitting the message again would make it impossible for the 
  3253.    addressee to join the parts automatically, because the numbering of the 
  3254.    parts would be corrupted. 
  3255.  
  3256.    Γûá The part numbers are added to the end of the subject line instead of to 
  3257.    the beginning. Therefore the messages appear in the correct order in the 
  3258.    thread list. 
  3259.  
  3260.  
  3261. APPEND 
  3262. REALADDRESS 
  3263.    These kludges are preserved when replying. 
  3264.  
  3265.  
  3266. CHARSET/CHRS 
  3267.    FleetStreet supports these kludges up to Level 2 according to FSC-0054 Rev. 
  3268.    4. When writing a message, FleetStreet always outputs IBMPC 2. 
  3269.  
  3270. Support for the following kludge lines is planned (in whatever form): 
  3271.  
  3272. AREA 
  3273. FLAGS 
  3274. ACUPDATE 
  3275.  
  3276.  
  3277. ΓòÉΓòÉΓòÉ <hidden>  ΓòÉΓòÉΓòÉ
  3278.  
  3279. Message areas that are only defined in FleetStreet, not in the squish 
  3280. configuration file. These areas will not be touched by squish. 
  3281.  
  3282.  
  3283. ΓòÉΓòÉΓòÉ <hidden>  ΓòÉΓòÉΓòÉ
  3284.  
  3285. Actually this is not the real number of unread messages. It is just the number 
  3286. of messages after the message last read. 
  3287.  
  3288.  
  3289. ΓòÉΓòÉΓòÉ <hidden>  ΓòÉΓòÉΓòÉ
  3290.  
  3291. You can do this in the settings notebook of the area or by clicking on the area 
  3292. with the left mouse button and while holding down the ALT key. You can then 
  3293. edit the description directly. 
  3294.  
  3295.  
  3296. ΓòÉΓòÉΓòÉ <hidden>  ΓòÉΓòÉΓòÉ
  3297.  
  3298. open the context menu of the area list by clicking with the right mouse button 
  3299. on free space in the list, either below all areas or above all areas. 
  3300.  
  3301.  
  3302. ΓòÉΓòÉΓòÉ <hidden>  ΓòÉΓòÉΓòÉ
  3303.  
  3304. Click on the area using the right mouse button