Don't declare x_mailer "extern" because it causes undefined symbols

while linking.
This commit is contained in:
Fridrich Strba
2009-06-03 19:24:38 +02:00
parent f7a7b0de15
commit f1deed5a6c

View File

@ -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 */