[dovecot-cvs] dovecot/src/plugins/mail-log mail-log-plugin.c, 1.1.2.2, 1.1.2.3

tss at dovecot.org tss at dovecot.org
Thu Feb 22 14:27:25 UTC 2007


Update of /var/lib/cvs/dovecot/src/plugins/mail-log
In directory talvi:/tmp/cvs-serv15158/mail-log

Modified Files:
      Tag: branch_1_0
	mail-log-plugin.c 
Log Message:
Added <plugin_name>_version string.



Index: mail-log-plugin.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/plugins/mail-log/mail-log-plugin.c,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- mail-log-plugin.c	7 Feb 2007 01:45:30 -0000	1.1.2.2
+++ mail-log-plugin.c	22 Feb 2007 14:27:22 -0000	1.1.2.3
@@ -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);
 



More information about the dovecot-cvs mailing list