[dovecot-cvs] dovecot/src/plugins/trash trash-plugin.c,1.17,1.18

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


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

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



Index: trash-plugin.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/plugins/trash/trash-plugin.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- trash-plugin.c	16 Feb 2007 18:31:33 -0000	1.17
+++ trash-plugin.c	22 Feb 2007 14:27:43 -0000	1.18
@@ -31,6 +31,8 @@
 	unsigned int mail_set:1;
 };
 
+const char *trash_plugin_version = PACKAGE_VERSION;
+
 static int (*trash_next_quota_test_alloc)(struct quota_transaction_context *,
 					  uoff_t, bool *);
 



More information about the dovecot-cvs mailing list