From f1deed5a6c7c2ec1fa0cd455f4ce4329164016f7 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 3 Jun 2009 19:24:38 +0200 Subject: Don't declare x_mailer "extern" because it causes undefined symbols while linking. --- mail/mail-ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/mail-ops.c b/mail/mail-ops.c index a75d330e93..6bb9e059a4 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -72,7 +72,7 @@ #define w(x) #define d(x) -extern const gchar *x_mailer; +const gchar *x_mailer; /* used for both just filtering a folder + uid's, and for filtering a whole folder */ /* used both for fetching mail, and for filtering mail */ -- cgit v1.2.3