From 1d01c8dad13eeab68241617b0ca981a8582b8215 Mon Sep 17 00:00:00 2001 From: Bertrand Guiheneuf Date: Sun, 30 May 1999 11:40:05 +0000 Subject: remove leading and trailing spaces in recipient addresses. * camel/camel-mime-message.c (_set_recipient_list_from_string): remove leading and trailing spaces in recipient addresses. * camel/gmime-utils.c (_store_header_pair_from_gstring): remove leading and trailing spaces from header values. * camel/gstring-util.c (g_string_trim): new func: remove leading or trailng chars from a specified char set. (g_string_split): allow trimming of substrings. * tests/test1.c (main): remove gtk_main call svn path=/trunk/; revision=958 --- tests/test1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test1.c') diff --git a/tests/test1.c b/tests/test1.c index 013f9e72bf..28a65ae5c5 100644 --- a/tests/test1.c +++ b/tests/test1.c @@ -37,5 +37,5 @@ main (int argc, char**argv) - gtk_main(); + } -- cgit v1.2.3