RE: preventing TB from deleting URL when doing 'send link by mail' in browser?

2005-11-10 Thread Jurgen Haug
Hello Alexander, Thursday, November 10, 2005, 5:58:18 PM, you wrote: > I consider this a bug. If the content has already been edited, changing the > account, recipient, or whatever, should not apply the template again, and > in fact, this is already the case for normal messages. If I haven't typ

Re: preventing TB from deleting URL when doing 'send link by mail' in browser?

2005-11-10 Thread Alexander S. Kunz
Hello Jurgen Haug & everyone else, on 10-Nov-2005 at 17:38 you (Jurgen Haug) wrote: > He is deleting the content, because I am telling in this macro to write > something into the body, right? With the text and the %cursor, maybe, too? > IS there like a macro or a function that would ADD instead o

RE: preventing TB from deleting URL when doing 'send link by mail' in browser?

2005-11-10 Thread Jurgen Haug
Hello Alexander, Wednesday, November 9, 2005, 10:34:23 PM, you wrote: > Hello Jurgen Haug & everyone else, > on 09-Nov-2005 at 21:55 you (Jurgen Haug) wrote: >> %QINCLUDE="AddRogue"%ACCOUNT="Jurgen"%NOUSEPGP > The problem may be the %ACCOUNT macro. If you switch the account, the new > templat

Re: preventing TB from deleting URL when doing 'send link by mail' in browser?

2005-11-09 Thread Alexander S. Kunz
Hello Jurgen Haug & everyone else, on 09-Nov-2005 at 21:55 you (Jurgen Haug) wrote: > %QINCLUDE="AddRogue"%ACCOUNT="Jurgen"%NOUSEPGP The problem may be the %ACCOUNT macro. If you switch the account, the new template of that account may be used used (as long as you haven't made any manual changes

Re: preventing TB from deleting URL when doing 'send link by mail' in browser?

2005-11-09 Thread Feli Wilcke
Hello Jurgen, On Wed, 9 Nov 2005 21:55:47 +0100GMT Jurgen Haug wrote: >> Here it works as expected. The behaviour you describe is probably due to >> your new mail template. How does it look like? JH> like this: JH> %QINCLUDE="AddRogue"%ACCOUNT="Jurgen"%NOUSEPGP JH> Hallo, JH> %Cursor JH> --

RE: preventing TB from deleting URL when doing 'send link by mail' in browser?

2005-11-09 Thread Jurgen Haug
Hello Feli, Wednesday, November 9, 2005, 9:29:41 PM, you wrote: > On Wed, 9 Nov 2005 19:39:29 +0100GMT Jurgen Haug wrote: JH>> when I want to send a link directly from the browser, the TB-mail JH>> window opens, I can see the url written in the body, and then my JH>> macro kicks in writing a gr

Re: preventing TB from deleting URL when doing 'send link by mail' in browser?

2005-11-09 Thread Feli Wilcke
Hello Jurgen, On Wed, 9 Nov 2005 19:39:29 +0100GMT Jurgen Haug wrote: JH> when I want to send a link directly from the browser, the TB-mail JH> window opens, I can see the url written in the body, and then my JH> macro kicks in writing a greeting and deleting the URL. Here it works as expected.