[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-pim
Subject:    [Kde-pim] [PATCH] kmail show addressbook in Select (bug 121337)
From:       Kanniball <kanniball () zmail ! pt>
Date:       2006-02-25 1:29:39
Message-ID: 200602250129.39733.kanniball () zmail ! pt
[Download RAW message or body]

Hi!

This is my first patch, and tries to solve this bug:
http://bugs.kde.org/show_bug.cgi?id=121337

I've tested it and it's working now like a charm.
I'm open to comments.


--- recipientspicker.cpp.orig   2006-02-24 23:58:39.000000000 +0000
+++ recipientspicker.cpp        2006-02-25 01:28:44.000000000 +0000
@@ -365,6 +365,12 @@
   mAllRecipients->setTitle( i18n("All") );
   insertCollection( mAllRecipients );

+
+  KABC::StdAddressBook *n_addressbook = KABC::StdAddressBook::self( true );
+  insertAddressBook(n_addressbook);
+
+
+
   insertDistributionLists();

   insertRecentAddresses();


-- 
Jabber ID: kanniball@jabber80.com

["k.patch" (text/x-diff)]

--- kmail/recipientspicker.cpp.orig   2006-02-24 23:58:39.000000000 +0000
+++ kmail/recipientspicker.cpp        2006-02-25 00:46:56.000000000 +0000
@@ -364,6 +364,12 @@
   mAllRecipients = new RecipientsCollection;
   mAllRecipients->setTitle( i18n("All") );
   insertCollection( mAllRecipients );
+ /* ----------------- Kanniball*/
+
+  KABC::StdAddressBook *n_addressbook = KABC::StdAddressBook::self( true );
+  insertAddressBook(n_addressbook);
+
+  /* ENd kanniball*/

   insertDistributionLists();



_______________________________________________
kde-pim mailing list
kde-pim@kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
kde-pim home page at http://pim.kde.org/

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic