Revision 698728

Go back to digest for 12th August 2007

Bug Fixes in KDE-PIM

Thomas McGuire committed changes in /trunk/KDE/kdepim:

Fix display of vcard attachments in KMail.
The problem was that the old content-type was text/x-vcard, and the new one is text/directory.

To fix this, the following was changed:
- the vcard plugin now works for x-vcard/vcard/directory
- a new directory subtype has been added to mimelib
- parseMsg() also checks for both x-vcard and directory

File Changes

Modified 4 files
  • /trunk/KDE/kdepim
  •   /kmail/kmreaderwin.cpp
  •   /mimelib/dw_mime.cpp
  •   /mimelib/mimelib/enum.h
  •   /plugins/kmail/bodypartformatter/text_vcard.cpp
4 files changed in total