Merge branch 'procmule'

This commit is contained in:
Dirk-Jan C. Binnema
2011-07-15 23:53:23 +03:00
24 changed files with 1356 additions and 127 deletions

View File

@ -443,7 +443,6 @@ mu_str_subject_normalize (const gchar* str)
gchar *last_colon;
g_return_val_if_fail (str, NULL);
/* FIXME: improve this */
last_colon = g_strrstr (str, ":");
if (!last_colon)
return str;