[dovecot-cvs] dovecot/src/pop3 Makefile.am, 1.19, 1.20 client.c, 1.75, 1.76 mail-storage-callbacks.c, 1.7, NONE

tss at dovecot.org tss at dovecot.org
Sun May 13 18:53:29 EEST 2007


Update of /var/lib/cvs/dovecot/src/pop3
In directory talvi:/tmp/cvs-serv18478

Modified Files:
	Makefile.am client.c 
Removed Files:
	mail-storage-callbacks.c 
Log Message:
Removed empty mail storage callbacks.



Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/pop3/Makefile.am,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Makefile.am	22 Feb 2007 21:51:19 -0000	1.19
+++ Makefile.am	13 May 2007 15:53:27 -0000	1.20
@@ -40,7 +40,6 @@
 pop3_SOURCES = \
 	client.c \
 	commands.c \
-	mail-storage-callbacks.c \
 	main.c
 
 headers = \

Index: client.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/pop3/client.c,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- client.c	13 May 2007 15:46:10 -0000	1.75
+++ client.c	13 May 2007 15:53:27 -0000	1.76
@@ -32,8 +32,6 @@
 /* Disconnect client after idling this many seconds */
 #define CLIENT_IDLE_TIMEOUT (10*60)
 
-extern struct mail_storage_callbacks mail_storage_callbacks;
-
 static struct client *my_client; /* we don't need more than one currently */
 static struct timeout *to_idle;
 
@@ -161,7 +159,6 @@
 	}
 
 	storage = client->inbox_ns->storage;
-	mail_storage_set_callbacks(storage, &mail_storage_callbacks, client);
 
 	flags = 0;
 	if (no_flag_updates)

--- mail-storage-callbacks.c DELETED ---



More information about the dovecot-cvs mailing list