Summary: | Creating hyperlinks in composer | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Ryszard Lach <siaco> |
Component: | composer | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | bad_bob_kde, julian, mcguire, steveire |
Priority: | NOR | ||
Version: | 1.7.2 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ryszard Lach
2005-03-31 12:00:27 UTC
I confirm the bug. I work in a corporate environment where HTML email messages are the standard. I cannot insert hyperlinks in HTML messages using Composer (either automatically or manually). The only workaround that I found is to save a draft of the message, open the message file as text in a text editor and add the respective HTML code by hand. I use Kubuntu 6.06 with KDE 3.5.3. *** This bug has been confirmed by popular vote. *** *** Bug 136468 has been marked as a duplicate of this bug. *** This should be an useful feature! (for who use HTML email, not for me :-D ) Nowadays, this is a necessary feature to have in ANY email client. KMail Composer not having this is a serious deficiency. Will this be added in KDE 4? SVN commit 792567 by tmcguire: Add the ability to create hyperlinks in the composer. Patch by Stephen Kelly <steveire at gmail dot com>, many thanks! I'll work on it a bit more and iron the last small problems out, and prepare this for inclusion in kdelibs. FEATURE: 102924 M +2 -1 kmail/kmcomposerui.rc M +15 -0 kmail/kmcomposewin.cpp M +1 -0 kmail/kmcomposewin.h M +1 -0 libkdepim/CMakeLists.txt A libkdepim/klinkdialog.cpp [License: LGPL (v2.1+)] A libkdepim/klinkdialog.h [License: LGPL (v2.1+)] M +123 -0 libkdepim/kmeditor.cpp M +27 -0 libkdepim/kmeditor.h WebSVN link: http://websvn.kde.org/?view=rev&revision=792567 Hi! I've just tested the new "link" feature. It is working right. There are only two small issues. One is about the Icon which actually is not set. The second is about switching from HTML mode to plain text. Doing that the URL is lost. Shouldn't be converted in plain text? Hi, I've still got some work I want to do with this. The icon is out of my hands but requested on: http://techbase.kde.org/index.php?title=Projects/Oxygen/Missing_Icons I notice you put it on another icon page too on techbase. Thanks for that. I'll look into the HTML mode -> text mode thing. I was thinking about that during the week, so it should be fixable quite nicely. There's also a bug when removing the link that the link formatting is not removed, but I have an idea of a workaround for that. Cheers, Steve. |