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

List:       kde-commits
Subject:    KDE/kdepim/akonadi/searchproviders
From:       Bruno Virlet <bruno.virlet () gmail ! com>
Date:       2007-06-30 22:24:59
Message-ID: 1183242299.840906.30819.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 681935 by bvirlet:

Also add References and In-Reply-To to Nepomuk


 M  +4 -0      messagesearchprovider.cpp  


--- trunk/KDE/kdepim/akonadi/searchproviders/messagesearchprovider.cpp #681934:681935
@@ -85,6 +85,10 @@
     r.setProperty( "Bcc", Nepomuk::Variant(msg->bcc()->prettyAddresses()) );
   if ( msg->messageID( false ) )
     r.setProperty( "Message-Id", Nepomuk::Variant(msg->messageID()->asUnicodeString()) );
+  if ( msg->references( false ) )
+    r.setProperty( "References", Nepomuk::Variant(msg->references()->asUnicodeString() );
+  if ( msg->inReplyTo( false ) )
+    r.setProperty( "In-Reply-to", Nepomuk::Variant(msg->inReplyTo()->asUnicodeString() );
 }
 
 int main( int argc, char **argv )
[prev in list] [next in list] [prev in thread] [next in thread] 

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