* added a comment infront of the svn modifieable returns. Now it will be me listed...
[citadel.git] / citadel / serv_imap.c
index b91800a872ff8705de05fcf7bcd88716e9e18e21..9599d19ed16b450cc1f5d100bebaa2fb055a0147 100644 (file)
@@ -1596,5 +1596,7 @@ char *serv_imap_init(void)
                                NULL, imaps_greeting, imap_command_loop, NULL);
 #endif
        CtdlRegisterSessionHook(imap_cleanup_function, EVT_STOP);
+
+       /* return our Subversion id for the Log */
        return "$Id$";
 }