Bug 42482 - configure which fields are taken from addressbook
Summary: configure which fields are taken from addressbook
Status: RESOLVED WAITINGFORINFO
Alias: None
Product: kmail
Classification: Applications
Component: addressbook (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-11 15:48 UTC by andreash
Modified: 2012-08-19 01:09 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description andreash 2002-05-11 15:37:40 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           kmail
Version:           KDE 3.0.0 
Severity:          wishlist
Installed from:    SuSE RPMs
Compiler:          Not Specified
OS:                Linux
OS/Compiler notes: Not Specified

By now the email addresses provided by the [...] button are generated by KabcBridge::addresses(QStringList* result) in kmaddrbook.cpp like this:

QString n = (*it).prefix() + " " +
                (*it).givenName() + " " +
                (*it).additionalName() + " " +
                (*it).familyName() + " " +
                (*it).suffix();

and somewhere later

addr += '<' + email + '>';

It would be nice to infuence the way of how these addresses are created somewhere in the configuration of kmail.

E.g. I don't want to have the prefix in the email address (but perhaps use it in a letter so it should stay in the addressbook) or I want to include the nickname in the address.

I'd prefer a highly configurable interface perhaps by defining a string in the configuration that looks like 

${prefix} ${givenName} ${additionalName} ${familyName} ${suffix} <${email}> 

in the standard format and could be modified e.g. to 

${givenName} "${nickName}" ${familyName} <${email}>

for my purposes so that I can create addresses like:

Rudolf "The Killer" Mooshammer


But maybe it would be more sensible just to provide the possibility to choose fields from the addressbook with checkboxes (or so) in the kmail configuration to have an easier user interface but that's something you have to decide for which people you intended kmail: hackers or clickers. ;-) 


Thanks for the nice program so far 

best regards
Andreas Hoffmann. 

(Submitted via bugs.kde.org)
Comment 1 Jonathan Kolberg 2011-05-05 15:50:59 UTC
This is still a valid wish in KDEPIM 4.6 beta5
Comment 2 Myriam Schweingruber 2012-08-18 08:42:53 UTC
Thank you for your feature request. Kmail1 is currently unmaintained so we are closing all wishes. Please feel free to reopen a feature request for Kmail2 if it has not already been implemented.
Thank you for your understanding.
Comment 3 Luigi Toscano 2012-08-19 01:09:57 UTC
Instead of creating a new feature request, please confirm here if the wishlist is still valid for kmail2.