X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Futils%2Fsetup.c;fp=citadel%2Futils%2Fsetup.c;h=539876b26bad12791e2584d39d4b65c6763c2b85;hp=41bed61326e04ca56a3fa92086606bd889c3ad41;hb=c382f04eece05b2b94ce07b5066c524f4359ced2;hpb=b9ea295a9f214f3a73edc70dbb41a7c2439de225 diff --git a/citadel/utils/setup.c b/citadel/utils/setup.c index 41bed6132..539876b26 100644 --- a/citadel/utils/setup.c +++ b/citadel/utils/setup.c @@ -1,7 +1,7 @@ /* * Citadel setup utility * - * 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. @@ -1147,6 +1147,7 @@ void set_default_values(void) GetDefaultVALINT(c_managesieve_port, 2020); GetDefaultVALINT(c_xmpp_c2s_port, 5222); GetDefaultVALINT(c_xmpp_s2s_port, 5269); + GetDefaultVALINT(c_nntp_port, 119); #endif }