X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fserv_imap.c;h=e456f925ff790cac60e17e62a799cbb5777814ca;hb=d7d893c0cd64ca92ff93457094ec151d106342e9;hp=3db072c92569bfaf2c3f7690e18bf442e389a080;hpb=c0a3e8894b0d554b73d404ea496a1836db6e0ed9;p=citadel.git diff --git a/citadel/serv_imap.c b/citadel/serv_imap.c index 3db072c92..e456f925f 100644 --- a/citadel/serv_imap.c +++ b/citadel/serv_imap.c @@ -1,7 +1,7 @@ /* * $Id$ * - * IMAP server for the Citadel/UX system + * IMAP server for the Citadel system * Copyright (C) 2000-2002 by Art Cancro and others. * This code is released under the terms of the GNU General Public License. * @@ -343,7 +343,7 @@ void imap_greeting(void) IMAP->cached_fetch = NULL; IMAP->cached_msgnum = (-1); - cprintf("* OK %s Citadel/UX IMAP4rev1 server ready\r\n", + cprintf("* OK %s Citadel IMAP4rev1 server ready\r\n", config.c_fqdn); }