X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fserv_imap.c;h=9599d19ed16b450cc1f5d100bebaa2fb055a0147;hb=46c921f7d98ad2b588065bdb2da1b637772225a7;hp=b91800a872ff8705de05fcf7bcd88716e9e18e21;hpb=70f34b3d0496469291c947f06a7b2dbff62628b2;p=citadel.git diff --git a/citadel/serv_imap.c b/citadel/serv_imap.c index b91800a87..9599d19ed 100644 --- a/citadel/serv_imap.c +++ b/citadel/serv_imap.c @@ -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$"; }