Summary: | Adding contacts with spaces in name fails | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Zé <mmodem00> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | antonis.tsiapaliokas, aspotashev, mmodem00, nalvarez |
Priority: | NOR | ||
Version: | 2.0.89 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Zé
2011-04-10 09:40:38 UTC
Hello I cannot reproduce this bug on opensuse 11.4. My kde environment is the following Qt: 4.7.1 KDE Development Platform: 4.6.41 (4.7 >= 20110106) KMail: 2.0.89 Please could try to reproduce the bug with a newer version of kdepim and check if it is still valid? QT: 4.7.2 Kde from trunk from 2 days ago. kdepim was last updated from git repo in April 1 If i have understand right, when you right click into a name from the "To:"/"CC:"/"FROM:" or another field from an email, and this name contain a space then in the kaddressbook, the email address doesn't appear correct. Right? I tried to reproduce this bug and i could not... Please could you give me more details about the reproduce steps? Yes you are correct, the problem isnt about spaces but about characters that contain acents, the example i gaved was wrong, the correct example was: Alberto Simões <ambs@di.uminho.pt> and the file created had this: BEGIN:VCARD EMAIL:Alberto = N:;;;; UID:mcvSerHPwe VERSION:3.0 END:VCARD I just try to add my email into kaddressbook and i had the same problem, cause my name also contains as accent: Zé Im going to send a test email to you and try adding it with the right click on my address and youll see what happens. Git commit 115954932f961a1d9ef5f1c3a1230a750ecb4750 by Thomas McGuire. Committed on 16/04/2011 at 21:24. Pushed by tmcguire into branch 'master'. Handle mailto URLs with non-ASCII names correctly. The problem was the conversion from QUrl to QString, which made it impossible to re-parse the URL later. Avoid this conversion. BUG: 270560 M +1 -1 messageviewer/mailwebview.h M +1 -1 messageviewer/mailwebview_webkit.cpp M +8 -4 messageviewer/viewer_p.cpp M +1 -1 messageviewer/viewer_p.h http://commits.kde.org/kdepim/115954932f961a1d9ef5f1c3a1230a750ecb4750 *** Bug 258334 has been marked as a duplicate of this bug. *** |