diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-06-02 10:43:01 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2008-06-02 10:43:01 +0200 |
commit | 2e009bcb22f479a40f8112f8c8ea8d6a5f17b732 (patch) | |
tree | 88951328c1c4df675e19f8f094ee05a7ed172ccc /antispam-plugin.c | |
parent | d75a3cf64fc0e7f61533f96371fd99af7d987849 (diff) | |
download | dovecot-antispam-2e009bcb22f479a40f8112f8c8ea8d6a5f17b732.tar.gz dovecot-antispam-2e009bcb22f479a40f8112f8c8ea8d6a5f17b732.tar.xz dovecot-antispam-2e009bcb22f479a40f8112f8c8ea8d6a5f17b732.zip |
add git version to plugin
Diffstat (limited to 'antispam-plugin.c')
-rw-r--r-- | antispam-plugin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/antispam-plugin.c b/antispam-plugin.c index 2e6449d..af594fc 100644 --- a/antispam-plugin.c +++ b/antispam-plugin.c @@ -32,7 +32,7 @@ #include "str.h" #include "client.h" #include "mail-storage-private.h" - +#include "antispam-version.h" /* defined by imap, pop3, lda */ extern void (*hook_mail_storage_created)(struct mail_storage *storage); @@ -127,7 +127,7 @@ void PLUGIN_FUNCTION(init)(void) char * const *iter; int spam_folder_count = 0; - debug("plugin initialising\n"); + debug("plugin initialising (%s)\n", ANTISPAM_GIT_VERSION); global_pool = pool_alloconly_create("antispam-pool", 1024); |