Version: 1.9.9 (using 3.5.9, Debian Package 4:3.5.9.dfsg.1-2 (lenny/sid)) Compiler: Target: i486-linux-gnu OS: Linux (i686) release 2.6.24-2.6.24.3.slh.6-sidux-686 When I configure kmail to "Insert signatures above quoted text" the following happens: 1. the signature is at the beginning of the mail - but the beginning of the mail is not where that signature is expected, it just is expected to be above the quoted text. Imagine you are using custom templates for certain folders/people and your template looks like this: Hello %TOFNAME, %CURSOR ------ Your message from %ODATE, %OTIME: ------ %QUOTE In this case the beginning of the mail (and the place where the signature is put to) is above "Hello %TOFNAME,". Expected place is above %QUOTE or better of course above "------ Your message..." or below "%CURSOR". 2. When you also use a template for creating a *new* mail which shall contain just a "Hello" at the beginning (lazy, I know) the signature also is placed *above* that "Hello" - although it is not a reply and there is no quoted text. Maybe this can be resolved by adding a %SIGNATURE command to the templates? The 3. error is that there's no "-- " above the signature anymore, you have to add it by hand (and *that* also happens when you start a new mail without custom template, no "-- " anymore). When I deactivate "Insert signatures above quoted text" instantly all mails/signatures again have this "-- ".
Yes, I think the only way to solve 1) and 2) is to add %SIGNATURE support to templates. See also bug 6376. 3) is already solved in trunk.
*** Bug 167793 has been marked as a duplicate of this bug. ***
ad.2) and not only this -- I have a lot of reply templates now, official, and not, in polish, and english and quite obviously one signature does not fit in all cases, so I have only one and delete it manually each time it is inappropriate for mail I am sending (till now I always remembered to delete it :-) )
*** Bug 180870 has been marked as a duplicate of this bug. ***
I also vote for this.
*** This bug has been confirmed by popular vote. ***
*** Bug 188647 has been marked as a duplicate of this bug. ***
I can still confirm this bug on trunk r948809.
I'm chasing the series of duplicate bugs around. The issue I'm trying to find and report/support is the cursor not being placed where the "CURSOR" marker is. this is my template: %CURSOR %REM="Default reply template"%- On %ODATE %OTIMELONG you wrote: %QUOTE Expected results: the cursor should be at the top of the reply message. Actual results: the cursor ends up at the bottom of the email. I am using kmail in KDE 4.2.2.
(In reply to comment #9) This seems to be solved in trunk. Probably 4.3 too.
SVN commit 999765 by jarmond: Implement %SIGNATURE template command to allow customised signature insertion location. FEATURE: 6376 FEATURE: 159789 M +24 -0 kmail/templateparser.cpp M +6 -0 kmail/templateparser.h M +3 -0 kmail/templatesinsertcommand.cpp M +1 -1 kmail/templatesinsertcommand.h M +4 -28 libkdepim/kmeditor.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=999765
*** Bug 190642 has been marked as a duplicate of this bug. ***