Description: Don't use <span> in notifications
Origin: http://pkgs.fedoraproject.org/gitweb/?p=mail-notification.git;a=blob;f=popup-markup.patch

--- mail-notification-5.4.dfsg.1.orig/src/mn-popup.gob
+++ mail-notification-5.4.dfsg.1/src/mn-popup.gob
@@ -136,7 +136,7 @@
       if (*body->str)
 	g_string_append_c(body, '\n');
 
-      g_string_append_printf(body, "<span weight=\"bold\">%s</span>", name);
+      g_string_append_printf(body, "<b>%s</b>", name);
 
       escaped = g_markup_escape_text(value, -1);
       g_string_append_printf(body, " %s", escaped);
