[PATCH] Smart pasting in address line edit.

Ingo Klöcker kloecker at kde.org
Wed Dec 10 23:50:21 GMT 2003


On Wednesday 10 December 2003 12:21, Waldo Bastian wrote:
> The following patch makes it possible to easily paste a list of
> e-mail addresses in a address line edit.

The patch is okay.

> While doing so I noticed that kabc uses:
>      if ( newText.startsWith( "mailto:" ) )
>          newText.remove( 0, 7 );
>
> while kmail used to use
>
>     if ( newText.startsWith( "mailto:" ) )
>     {
>         KURL u(newText);
>         newText = u.path();
>     }
>
> Was there a reason for that change?

See Thiago's message.

Regards,
Ingo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: signature
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20031211/3e190b8a/attachment.sig>


More information about the kde-core-devel mailing list