Summary: | better support for including own vCard into mails | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Hendrik Sattler <sattler2000> |
Component: | composer | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | a.m.p.boelens, alpha.super-one, annma, gassauer, glad.deschrijver, merlo, montel, nico.schloemer, osnut, p.devicente, pembo13, rossi.f |
Priority: | NOR | ||
Version: | 1.99.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepim/b545cb2609f42e69886ea41178c8dcb8aa7080b7 | Version Fixed In: | 4.10 |
Sentry Crash Report: |
Description
Hendrik Sattler
2005-01-17 14:43:56 UTC
*** Bug 54934 has been marked as a duplicate of this bug. *** *** Bug 101460 has been marked as a duplicate of this bug. *** *** This bug has been confirmed by popular vote. *** I suggest adding two entries to the Attach menu: VCard (resulting in a dialog that allows you to select one or more addresses from the address book) and My VCard, which would just attach the owners VCard. As as workaround for now, you can directly drag & drop addresses from the addressbook to the message window, where you can choose to attach them as VCards. Another possible option would be, going to Preferences->Configure Kmail->Identities. Select any of them and press Modify, and then add in either General, Advance or Signature (this last preferred) and option to attach automatically and vCard. This feature is present in thunderbird and while I used it, it was very useful. *** Bug 108979 has been marked as a duplicate of this bug. *** Bug 64815 and Bug 57093 are related to your second problem. Sadly they are open since years and nothing has been done :-( Raúl 2006-06-07 09:00: Another possible option would be, going to Preferences->Configure Kmail->Identities. Select any of them and press Modify, and then add in either General, Advance or Signature (this last preferred) and option to attach automatically and vCard. That dont work. If i use Signature >> from File The Vcard will be insert as Text into Mailbody, not as attachment. Same Problem if using Templates (Vorlagen) with INPUT ="" I think there must be a Paceholder like ATTACH ="" *** Bug 190282 has been marked as a duplicate of this bug. *** *** Bug 199082 has been marked as a duplicate of this bug. *** I would like to see comment #5 implemented. Reassigning to kmail2 Git commit 73fd2f396d57ece4bde41638d437f8ffef23cc73 by Montel Laurent. Committed on 23/08/2012 at 22:41. Pushed by mlaurent into branch 'master'. Fix Bug 97239 - better support for including own vCard into mails (need kdepim) FIXED-IN: 4.10 M +1 -1 CMakeLists.txt M +7 -0 akonadi/contact/contacteditor.cpp M +6 -0 akonadi/contact/contacteditor.h M +16 -2 kpimidentities/identity.cpp M +7 -0 kpimidentities/identity.h http://commits.kde.org/kdepimlibs/73fd2f396d57ece4bde41638d437f8ffef23cc73 Git commit b545cb2609f42e69886ea41178c8dcb8aa7080b7 by Montel Laurent. Committed on 23/08/2012 at 22:43. Pushed by mlaurent into branch 'master'. Fix Bug 97239 - better support for including own vCard into mails (need kdepimlibs) FIXED-IN: 4.10 M +1 -1 CMakeLists.txt M +1 -0 kmail/CMakeLists.txt M +28 -1 kmail/identitydialog.cpp M +3 -1 kmail/identitydialog.h A +83 -0 kmail/identityeditvcarddialog.cpp [License: GPL (v2)] A +40 -0 kmail/identityeditvcarddialog.h [License: GPL (v2)] M +1 -0 kmail/kcm_kpimidentities/CMakeLists.txt M +1 -2 kmail/kmcomposewin.cpp M +2 -1 kmail/kmstartup.cpp M +13 -0 messagecomposer/attachmentcontrollerbase.cpp M +2 -1 messagecomposer/attachmentcontrollerbase.h M +6 -0 messagecomposer/composerviewbase.cpp http://commits.kde.org/kdepim/b545cb2609f42e69886ea41178c8dcb8aa7080b7 |