File bgo-565857-mail-selection.patch of Package evolution

Index: mail/e-searching-tokenizer.c
===================================================================
--- mail/e-searching-tokenizer.c	(revision 36938)
+++ mail/e-searching-tokenizer.c	(working copy)
@@ -811,7 +811,7 @@ searcher_next_token(struct _searcher *s)
 
 	s->current = token = (struct _token *)e_dlist_remhead(&s->output);
 
-	return token?token->tok:NULL;
+	return token ? g_strdup (token->tok) : NULL;
 }
 
 static char *
openSUSE Build Service is sponsored by