--- Reply to a message ---
By: Michael.Merkel 
->: a Mail 
:>: [md-2] Re: new Microdot2 beta

> it also would be nice to have a "database export/import" functionality
> somewehe in the future... so you could easily backup your whole account
> and get it back.

/* $VER: MailImport.mdrx 3.0 (02 AUG 97)
** by Charles Patterson <[EMAIL PROTECTED]>
** http://www.azstarnet.com/~midian/
**
** Description: Imports mail into Microdot-II from requester
**
** Requires: Microdot-II v0.198 (� 1997 by Oliver Wagner)
**           rexxreqtools.library 1.3 (� 1992-94 Rafael D'Halleweyn)
**
** Instructions: Place in Microdot-II/Rexx path
**               Adjust 'defpath' for your computer
**               Run from Microdot-II ARexx menu
**
** --- Default path to import from: --- */
defpath = "YAM:incoming"

OPTIONS RESULTS

IF ~SHOW('L','rexxreqtools.library') THEN
    ADDLIB('rexxreqtools.library',0,-30,0)

filenames = RTFILEREQUEST(defpath,,'Select files','_Import','rtfi_flags = 
freqf_multiselect|freqf_patgad rtfi_matchpat=~(.index)',files)

IF files THEN
    DO n = 1 to files.count
        MAILIMPORT files.n
    END

EXIT


works wery well for me :-)

PS mail sorting to !

-- 
 Benny Pedersen  mailto:[EMAIL PROTECTED]  mailto:[EMAIL PROTECTED]
  http://home.worldonline.dk/~xpoint/  http://www.nordfyn.com/pool/  icq:36248146

...We cannot imagine how our lives could be more frustrating or complex,
   but congress can...


__________________________________________________________________
MicroDot-II Mailing List - http://www.vapor.com/md2/
MicroDot-II FAQ: http://faq.vapor.com/md2/
Listserver Help: mailto:[EMAIL PROTECTED]?Subject=HELP
Unsubscribe....: mailto:[EMAIL PROTECTED]?Subject=UNSUBSCRIBE

Reply via email to