GetHTTP.Thor 2.0b3 by Remco van Hooff

Gets http adresses (WWW addresses) from the current message, and optionaly
saves them to a hotlist of your choise.

REQUIREMENTS:
- Thor 2.2+
- COPY and DELETE somewhere in your path
- A WWW browser (Amosaic, IBrowse, ALynx, ...)

FEATURES:
- Multi-hotlist support (AMosaic, IBrowse, HTML)
- Listview interface
- Configurable filter

Note: 
- You can leave the name of the address empty. The default name is
  'GetHTTP - subj (i)', subj is the subject of the msg without 'Re:'.
- Duplicate addresses will not be shown.

USAGE:
As usual you need to edit some variables:
- Edit the hotlist variables (lines 5, 7 and 9) for the right
  path/file for the hotlists. 
- Edit the amosaic/ibrowse/html variables (lines 6, 8 and 10) to save to
  those hotlists. 
  1 = save to hitlist, 
  0 = don't save to hotlist
  You can have both set to 1 if you use both the browsers, or 0 if you
  don't want to save anything :.)
- You can also edit the filter chars, I already included the most common
  chars. The '.' is "hardcoded" and is therefore not included in the filter
  list.
  A filter character is a character that may be "connected" to an address,
  e.g. http://this.is.an/example.html>
  The '>' is not part of the actual address and thus should be removed.
  So a filter for this character is: filter.x = '>'

AUTHOR:
For bugs, comments, flames, typos, optimizing tips:
Internet: rvhooff@globalxs.nl
FIDO    : 2:286/407.39
AMY     : 39:153/201.39

HISTORY:
 2.0b  - Rewrote the GUI, it now uses listviews.
       - Rewrote the filter routine. It's now easier to add more chars
         which should be removed. It may even be a little faster.
       - Multiple browser support (AMosaic, IBrowse), more as they come available.
       - Removed some useless code that would only slow down the seach in
         large files.

 2.0b2 - Fixed a bug (forgot to add a ') that wouldn't show the requesters
         if the hotlists were not found.
       - Added HTML hotlist support. This should cover Lynx and WebLink
         (still in very early beta).
       - Changed default name from 'GetHTTP - unknown i' to 
         'GetHTTP - subj (i)', subj is the subject of the msg without 'Re:'.

 2.0b3 - Fixed a bug that would show when no addresses were found.
       - Removed NOHEADER option when saving msg (header will be scanned
         for addresses).
       - Fixed some bugs that occured when you canceled a listview.
       - Moved the code into procedures as much as possible (for the future
         GetNET).
       - Added requester that will notify you if you haven't selected any
         hotlist.
       - Added some code which should not show duplicate addresses. This
         would cause some trouble when you wanted to enter a name for those
         addresses.

THANKS:
Petter Nilsen, Neil Bothwick, Troels Walsted Hansen, Kjell Irgens, 
Shaun Downend, Jon Ward and anybody else who reported bugs (please send me
a msg if I left you out).
