dovecot-2.0-sslstream: notify plugin: Require plugin to be same ...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 03:00:20 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/a07a699b3831
changeset: 10625:a07a699b3831
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Feb 01 20:03:58 2010 +0200
description:
notify plugin: Require plugin to be same version as Dovecot.

diffstat:

1 file changed, 1 insertion(+)
src/plugins/notify/notify-plugin.c |    1 +

diffs (11 lines):

diff -r c9e0ee292a08 -r a07a699b3831 src/plugins/notify/notify-plugin.c
--- a/src/plugins/notify/notify-plugin.c	Mon Feb 01 20:02:53 2010 +0200
+++ b/src/plugins/notify/notify-plugin.c	Mon Feb 01 20:03:58 2010 +0200
@@ -19,6 +19,7 @@ struct notify_context {
 	void *mailbox_delete_txn;
 };
 
+const char *notify_plugin_version = PACKAGE_VERSION;
 static struct notify_context *ctx_list = NULL;
 
 static struct notify_mail_txn *


More information about the dovecot-cvs mailing list