X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fimap%2Fimap_list.c;fp=citadel%2Fmodules%2Fimap%2Fimap_list.c;h=4cf1ff5c8179eff91bac68ba72397bee9bf22967;hb=320f2c1b46a08add1e866be64a101329932b98d6;hp=14cd0476ecee1f613b20fe537bf9a7e08e4c258e;hpb=ea0ec5b4c8801733d437a329829e0847bcca5993;p=citadel.git diff --git a/citadel/modules/imap/imap_list.c b/citadel/modules/imap/imap_list.c index 14cd0476e..4cf1ff5c8 100644 --- a/citadel/modules/imap/imap_list.c +++ b/citadel/modules/imap/imap_list.c @@ -1,7 +1,7 @@ /* * Implements the LIST and LSUB commands. * - * Copyright (c) 2000-2009 by Art Cancro and others. + * Copyright (c) 2000-2017 by Art Cancro and others. * * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -378,7 +378,7 @@ void imap_list(int num_parms, ConstStr *Params) &Params[i], 1); - IMAP_syslog(LOG_DEBUG, "evaluating <%s>", Params[i].Key); + syslog(LOG_DEBUG, "evaluating <%s>", Params[i].Key); if (!strcasecmp(Params[i].Key, "SUBSCRIBED")) { ImapFilter.return_subscribed = 1;