* mu-msg-file: remove leading/trailing whitespace in tags

This commit is contained in:
Dirk-Jan C. Binnema 2011-07-06 02:14:33 +03:00
parent 0ec6df6369
commit 74409c3404
1 changed files with 1 additions and 1 deletions

View File

@ -715,7 +715,7 @@ get_tags (MuMsgFile *self)
obj = GMIME_OBJECT(self->_mime_msg);
return mu_str_to_list (g_mime_object_get_header
(obj, "X-Label"), ',');
(obj, "X-Label"), ',', TRUE);
}