From 00a094b31343f7656135b84e50bd42856cdde7f9 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 20 Sep 2007 03:08:19 +0000 Subject: [PATCH] Minor tagging and comments --- citadel/modules/pop3client/serv_pop3client.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/citadel/modules/pop3client/serv_pop3client.c b/citadel/modules/pop3client/serv_pop3client.c index 449dcc95e..dbcfff80e 100644 --- a/citadel/modules/pop3client/serv_pop3client.c +++ b/citadel/modules/pop3client/serv_pop3client.c @@ -1,5 +1,10 @@ /* + * $Id: $ + * * Aggregate remote POP3 accounts + * + * NOTE: this is disabled in Citadel 7.20 -- enable with -DPOP3_AGGREGATION at your own risk. + * */ #include -- 2.39.2