X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;ds=sidebyside;f=citadel%2Fjournaling.c;h=eb9e378e7f76872b95d7291d946598bcf2bb8ad2;hb=4db4fc48793f3680c5defd28ea32c97044a2b569;hp=8af9afdca80668f96c3ddf8bea509c9d485fe9da;hpb=15054b0f11409cfc68102560fe4ab5a4e2bf4ea0;p=citadel.git diff --git a/citadel/journaling.c b/citadel/journaling.c index 8af9afdca..eb9e378e7 100644 --- a/citadel/journaling.c +++ b/citadel/journaling.c @@ -1,15 +1,5 @@ /* * Message journaling functions. - * - * Copyright (c) 1987-2015 by the citadel.org team - * - * This program is open source software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 3. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. */ #include @@ -18,7 +8,6 @@ #include "ctdl_module.h" #include "citserver.h" -#include "config.h" #include "user_ops.h" #include "serv_vcard.h" /* Needed for vcard_getuser and extract_inet_email_addrs */ #include "internet_addressing.h" @@ -111,7 +100,7 @@ void JournalRunQueueMsg(struct jnlq *jmsg) { if (jmsg == NULL) return; - journal_recps = validate_recipients(CtdlGetConfigStr("c_journal_dest"), NULL, 0); + journal_recps = validate_recipients(config.c_journal_dest, NULL, 0); if (journal_recps != NULL) { if ( (journal_recps->num_local > 0)