diff src/plugins/mail-log/mail-log-plugin.c @ 5185:24f4a959a24c HEAD

Added <plugin_name>_version string.
author Timo Sirainen <tss@iki.fi>
date Thu, 22 Feb 2007 16:27:25 +0200
parents 02f7ce1e75f6
children f33e5ce7a73c
line wrap: on
line diff
--- a/src/plugins/mail-log/mail-log-plugin.c	Thu Feb 22 16:25:20 2007 +0200
+++ b/src/plugins/mail-log/mail-log-plugin.c	Thu Feb 22 16:27:25 2007 +0200
@@ -28,6 +28,8 @@
 /* defined by imap, pop3, lda */
 extern void (*hook_mail_storage_created)(struct mail_storage *storage);
 
+const char *mail_log_plugin_version = PACKAGE_VERSION;
+
 static void (*mail_log_next_hook_mail_storage_created)
 	(struct mail_storage *storage);