[dovecot-cvs] dovecot/src/plugins/lazy-expunge lazy-expunge-plugin.c, 1.4, 1.5

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


Update of /var/lib/cvs/dovecot/src/plugins/lazy-expunge
In directory talvi:/tmp/cvs-serv15154/lazy-expunge

Modified Files:
	lazy-expunge-plugin.c 
Log Message:
Added <plugin_name>_version string.



Index: lazy-expunge-plugin.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/plugins/lazy-expunge/lazy-expunge-plugin.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- lazy-expunge-plugin.c	5 Jan 2007 14:22:33 -0000	1.4
+++ lazy-expunge-plugin.c	22 Feb 2007 14:27:42 -0000	1.5
@@ -46,6 +46,8 @@
 	struct mail_vfuncs super;
 };
 
+const char *lazy_expunge_plugin_version = PACKAGE_VERSION;
+
 static void (*lazy_expunge_next_hook_mail_storage_created)
 	(struct mail_storage *storage);
 static void (*lazy_expunge_next_hook_client_created)(struct client **client);



More information about the dovecot-cvs mailing list