[pmmail-list] Wish list: account location
L.Willms
pmmail-list@blueprintsoftwareworks.com
Sat, 21 Dec 2002 15:29:38 +0100 (MEZ)
--_=_=_=IMA.BOUNDARY.H7HKXE138764=_=_=_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
3nd try --- the first two did not come thru on the list
On Wed, 18 Dec 2002 17:44:00 +0100 (MEZ), L.Willms wrote:
> On Wed, 18 Dec 2002 10:09:35 -0600, Dave wrote:
>
> > I have had the same accounts in PMMail for a while, but have
> > renamed them several times so looking for the right folder is painful.
> > In the same vein, knowing the name of a message would be useful as
> > well.
>
> for Windows, [...] Probably a short Windows script would do.
A simple one like this:
------- cut ------------------------
set objArgs = WScript.Arguments
WScript.Echo objArgs(0)
-------------- off -----------------
that will show a popup with the full message path name, including the
account directory, with a standard title. Nicer is the popup with the Popup
method, since it allows to add a custom title:
------ cut ------------------------
Set WShShell = WScript.CreateObject("WScript.Shell")
set objArgs = WScript.Arguments
WShShell.Popup objArgs(0),0,"The filename of the message selected is",64
----------- off --------------------
To use these, configure a manual filter with a search criterion any message
would meet, e.g. searching for "@" in the header, and select as action User
Hook (foreground). Search for the filename, select it, and then add "WScript "
in front of the file name in the filter.
Highlight a message, and select via menu or context menu "Apply manual
filters", selecting the filter built like the one above.
I add the two scripts as attachments to this message, hoping that it gets
thru.
Yours,
Lüko Willms
-----------------------------------------------
Frankfurt/Main
- pmmail-list - The PMMail Discussion 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
---------------------------------------------------------------------
--_=_=_=IMA.BOUNDARY.H7HKXE138764=_=_=_
Content-Type: application/octet-stream; name="ECHOFILT.ZIP"
Content-Transfer-Encoding: base64
UEsDBAkAAAAIAHC1lC2QArENfgAAAKIAAAANAAAAbmFtZVBvcHVwLnZic02NwQqDMBiD74W+w09P
CkU8jN12GHsABx3sXF20SrWlf33/lUFhtyR8SQwyvY0zDt7TrcgprTF3jwSbMYwbptyomv4o1UrB
yBTG7Z4W/isVe+44MktRJ7tniGekCjd9q3utXg40rx6H3UFhplz8Dma7gBi+fOJDKyt9vUjxBVBL
AwQJAAAACACKtZQtLVURBDAAAAA8AAAACwAAAGVjaG9hcmcudmJzK04tUchPynIsSi9WsFUID04u
yiwo0QNyS3NT80qKeblgQq7JGfkwlRoGmrxcvFwAUEsBAhQACQAAAAgAcLWULZACsQ1+AAAAogAA
AA0AAAAAAAAAAAAgAAAAAAAAAG5hbWVQb3B1cC52YnNQSwECFAAJAAAACACKtZQtLVURBDAAAAA8
AAAACwAAAAAAAAAAACAAAACpAAAAZWNob2FyZy52YnNQSwUGAAAAAAIAAgB0AAAAAgEAAAAA
--_=_=_=IMA.BOUNDARY.H7HKXE138764=_=_=_--