[pmmail-list] Additional feature request for OS/2 New Version

Lueko Willms pmmail-list@blueprintsoftwareworks.com
Fri, 01 Feb 2002 09:49:46 +0100 (MEZ)


On Fri, 1 Feb 2002 08:43:05 +0100 (CET),
pmmail-archive@joachimselinger.de wrote:

> That just leads me to another feature request. Can we possibly get some
> function that would tell us the full path of the message in question? 

  Here is a simple REXX script which will tell you file full pathname
of a message it processes. 

  I configured it as a manual filter, searching for a "@" in the
header, and calling it in foreground: 

------------ cut ----------
/* REXX */
/* A short program to show the full path name of a PMMail message 
*/
ARG dateiName 

CALL RxFuncAdd 'RxMessageBox', 'RexxUtil', 'RxMessageBox'

Say dateiname
PULL
/*
antwort = RxMessageBox (dateiName, "The requested file
name","OK","INFORMATION")
  */
EXIT
---------------- cut off --------------

  I tried RxMessageBox, but it would not work for "Incorrect call to
routine" 



Yours, 
Lüko Willms 
Frankfurt/Main 
/ Lueko.Willms@T-Online.de 

- pmmail-list - The PMMail Dicussion List ---------------------------
To POST to the list, send your message to:
pmmail-list@blueprintsoftwareworks.com

To UNSUBSCRIBE, send a message to mdaemon@bmtmicro.com with the first 
line of the message body being...
UNSUBSCRIBE pmmail-list@blueprintsoftwareworks.com
---------------------------------------------------------------------