* SS <[EMAIL PROTECTED]> writes: > mailto:[EMAIL PROTECTED] in AB?
> BTW, you know what is bugging me - it is that line in my template > that is supposed to create a clickable 'mailto' link - as in below my > name. The thing is that it (the link) stops at the first blank space. > My macro is this: > mailto:%FromAddr?subject=%OSUBJ > Where is my mistake, please? As Peter wrote you have to replace spaces with %20. In Marcks template library there is a quick template called "replace". Use/install it. Then modify your reply template to something like: %Comment="; ;%%20;mailto:%FromAddr?subject=%OSubj"%- %QInclude="replace"%- %Comment This replaces all spaces with %20. PS This template doesn't work with the latest betas and I don't have a release version to test it. So this is untested. -- Carsten ________________________________________________ Current version is 1.62r | "Using TBUDL" information: http://www.silverstones.com/thebat/TBUDLInfo.html

