[dovecot-cvs] dovecot/src/plugins/trash trash-plugin.c, 1.5.2.6, 1.5.2.7
tss at dovecot.org
tss at dovecot.org
Thu Feb 22 14:27:26 UTC 2007
Update of /var/lib/cvs/dovecot/src/plugins/trash
In directory talvi:/tmp/cvs-serv15158/trash
Modified Files:
Tag: branch_1_0
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.5.2.6
retrieving revision 1.5.2.7
diff -u -d -r1.5.2.6 -r1.5.2.7
--- trash-plugin.c 16 Feb 2007 18:31:29 -0000 1.5.2.6
+++ trash-plugin.c 22 Feb 2007 14:27:23 -0000 1.5.2.7
@@ -42,6 +42,8 @@
/* defined by imap, pop3, lda */
extern void (*hook_quota_root_created)(struct quota_root *root);
+const char *trash_plugin_version = PACKAGE_VERSION;
+
static void (*trash_next_hook_quota_root_created)(struct quota_root *root);
static unsigned int trash_quota_module_id;
More information about the dovecot-cvs
mailing list