beagle r4673 - trunk/beagle/beagled



Author: dbera
Date: Tue Apr  8 01:22:20 2008
New Revision: 4673
URL: http://svn.gnome.org/viewvc/beagle?rev=4673&view=rev

Log:
Use the https:// url to open gmail hits.


Modified:
   trunk/beagle/beagled/GMailSearchDriver.cs

Modified: trunk/beagle/beagled/GMailSearchDriver.cs
==============================================================================
--- trunk/beagle/beagled/GMailSearchDriver.cs	(original)
+++ trunk/beagle/beagled/GMailSearchDriver.cs	Tue Apr  8 01:22:20 2008
@@ -290,7 +290,7 @@
 
 			msgid = GMime.Utils.DecodeMessageId (msgid);
 			Hit hit = new Hit ();
-			hit.Uri = new Uri (String.Format ("http://mail.google.com/mail/#search/{0}";, msgid));
+			hit.Uri = new Uri (String.Format ("https://mail.google.com/mail/#search/{0}";, msgid));
                         hit.AddProperty (Property.NewUnsearched ("beagle:HitType", "MailMessage"));
                         hit.AddProperty (Property.NewUnsearched ("beagle:MimeType", "text/html"));
                         hit.AddProperty (Property.NewUnsearched ("beagle:Source", "GMailSearch"));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]