X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fconfig.c;fp=citadel%2Fconfig.c;h=5aee1d72a42782073bef40e060648709db8dd09e;hp=3d6527f38db4a8e50970d706cc8124d0d05727d7;hb=597f6cc2278e4bb14a4387be32f7f1b9b1db7f5f;hpb=e82805b6522aa9d870e4fdf8c6bceee1b712aa1f diff --git a/citadel/config.c b/citadel/config.c index 3d6527f38..5aee1d72a 100644 --- a/citadel/config.c +++ b/citadel/config.c @@ -1,7 +1,7 @@ /* * Read and write the citadel.config file * - * Copyright (c) 1987-2012 by the citadel.org team + * Copyright (c) 1987-2014 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. @@ -91,6 +91,7 @@ void brand_new_installation_set_defaults(void) { config.c_managesieve_port = 2020; config.c_xmpp_c2s_port = 5222; config.c_xmpp_s2s_port = 5269; + config.c_nntp_port = 119; } void setcfglen(void)