* lib: fix initialization in get_tags

This commit is contained in:
djcb 2012-08-09 10:07:23 +03:00
parent ff9426985f
commit 6d91589791
1 changed files with 2 additions and 0 deletions

View File

@ -667,6 +667,8 @@ get_tags (MuMsgFile *self)
GSList *lst1, *lst2, *last;
char *hdr;
lst1 = lst2 = NULL;
/* X-Label are space-separated */
hdr = mu_msg_file_get_header (self, "X-Label");
if (hdr) {