Skip to content
  • Laurent Montel's avatar
    Fix Bug 341096 - Reminder: Offers Mail link, but does not add mailto: · b62b5862
    Laurent Montel authored
    FIXED-IN: 14.12.2
    
    Bug is in resources/birthday but we can't fix all created item.
    In birtday we create emails as "name <foo@kde.org>" with kabc::fullName()
    
    and in htmlAddMailtoLink() we recall name <foo@kde.org>
    => it creates it as "name <name <foo@kde.org>>
     => too bad.
    
    => extract when we get EMAIL-1 directly
    
    I will fix resource birtday too but this code is still necessary for old item stored
    b62b5862