Attached patch fixes bug with opening e-mails after s/beagle/tracker change.
Applied to deskbar/search-tool and default.services (which will be used in the future)

--
Michal Pryc
Index: python/deskbar-handler/tracker-module.py
===================================================================
--- python/deskbar-handler/tracker-module.py	(revision 848)
+++ python/deskbar-handler/tracker-module.py	(working copy)
@@ -108,7 +108,7 @@
 		'action': { # more actions for different MUAs
 			'key': 'mua', # see TrackerLiveSearchAction.action for a demo
 			'Evolution':          'evolution %(uri)s',
-			'Thunderbird/Email':  'thunderbird -viewbeagle %(uri)s',
+			'Thunderbird/Email':  'thunderbird -viewtracker %(uri)s',
 			'KMail':              'kmail --view %(uri)s',
 		},
 	},
Index: python/deskbar-handler/tracker-handler.py
===================================================================
--- python/deskbar-handler/tracker-handler.py	(revision 848)
+++ python/deskbar-handler/tracker-handler.py	(working copy)
@@ -48,7 +48,7 @@
 		'action': { # more actions for different MUAs
 			'key': 'mua', # see TrackerLiveSearchMatch.action for a demo
 			'Evolution':          'evolution %(uri)s',
-			'Thunderbird/Email':  'thunderbird -viewbeagle %(uri)s',
+			'Thunderbird/Email':  'thunderbird -viewtracker %(uri)s',
 			'KMail':              'kmail --view %(uri)s',
 		},
 		'icon': 'stock_mail',
Index: src/tracker-search-tool/tracker-search-tool-callbacks.c
===================================================================
--- src/tracker-search-tool/tracker-search-tool-callbacks.c	(revision 848)
+++ src/tracker-search-tool/tracker-search-tool-callbacks.c	(working copy)
@@ -606,7 +606,7 @@
 			} else if (strstr (mime, "KMail")) {
 				exec = g_strdup_printf ("kmail --view \"%s\"", uri);
 			} else if (strstr (mime, "Thunderbird")) {
-				exec = g_strdup_printf ("thunderbird -viewbeagle \"%s\"", uri);
+				exec = g_strdup_printf ("thunderbird -viewtracker \"%s\"", uri);
 			} else {
 				exec = NULL;
 			}
Index: data/services/default.service
===================================================================
--- data/services/default.service	(revision 848)
+++ data/services/default.service	(working copy)
@@ -158,7 +158,7 @@
 DisplayName=Thunderbird Emails
 Description=Thunderbird based emails
 Parent=Emails
-ViewerExec=thunderbird -viewmetatracker "%1"
+ViewerExec=thunderbird -viewtracker "%1"
 KeyMetadata1=Email:Subject
 KeyMetadata2=Email:Sender
 KeyMetadata3=Email:Date
_______________________________________________
tracker-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/tracker-list

Reply via email to