[dovecot-cvs] dovecot/src/plugins/lazy-expunge lazy-expunge-plugin.c, 1.1.2.3, 1.1.2.4

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


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

Modified Files:
      Tag: branch_1_0
	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.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- lazy-expunge-plugin.c	5 Jan 2007 14:22:30 -0000	1.1.2.3
+++ lazy-expunge-plugin.c	22 Feb 2007 14:27:22 -0000	1.1.2.4
@@ -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