Hallo speedguy, On Thu, 15 Jul 2004 15:29:51 +0300 (EEST)GMT (15-7-2004, 14:29 +0200, where I live), you wrote:
>> S> - For incoming message, if it has an attachment, automatically >> S> upload that attachment file in my addressbook as picture of the >> S> sender. Please set Options -> Preferences -> Editor Preferences -> Quote name limit to a sensible size, something like 4 or 5 characters will prevent this odd quoting. S> Probably if this can't be done, then is there any way that when S> my filters automatically tries to save attachments from incoming S> emails, then the name of saved attachment file could be made same S> as sender's email address? Yes, something like that can be done. Create filter saves the attachment to a directory. Export a text file to the same directory via the action 'export message to file' with the options 'export as text', 'overwrite existing file' save the file in the same directory as your picture and call the file 'master.bat', you might need to create an empty file with that name in order to select it in the filter. Save the file with this template (one line): slave.bat %FromAddr As the last action in your filter you should run an external program, that's the action direct below the export action, the program you'll have to run is 'master.bat' Now you've got to create slave.bat That batch file has to check whether the saved picture is a jpg or a gif and rename it address.(gif or jpg) and afterwards move the picture to another directory. When you're familiar with MS-DOS style batch files, you'll be able to write it yourself. If you're not familiar with those ask me and I'll do it for you. But I have to go right now (am late as it is), so it'll have to wait for an hour or two. -- Groetjes, Roelof Disclaimer: Any opinion stated in this message is not necessarily shared by my budgies or rabbits. ________________________________________________ Current version is 2.12.00 | 'Using TBUDL' information: http://www.silverstones.com/thebat/TBUDLInfo.html

