[Bug 140917] Not possible to set cursor to beginning of message with templates
Dmitry Morozhnikov
dmiceman at ubiz.ru
Sat Feb 10 17:37:36 GMT 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=140917
------- Additional Comments From dmiceman ubiz ru 2007-02-10 18:37 -------
Oh, this is simple :-) To achieve desired behavior, your template should look like:
===========================================
%REM="Default reply template"%-
%CURSOR%QUOTE
===========================================
because _any_ symbol in template is meaningful, including newlines.
Or alternatively:
===========================================
%REM="Default reply template"%-
%CURSOR%-
%QUOTE
===========================================
because %- mean "eat next newline"
More information about the Kdepim-bugs
mailing list