]> code.citadel.org Git - citadel.git/blobdiff - citadel/server/sysconfig.h
Changed the BIGMSGS semantics.
[citadel.git] / citadel / server / sysconfig.h
index a6d4fe967dbdce1d46192fc1110d724cb834a800..1a0ba037b9c8c060e1eebbef2164afa88a2cc5a8 100644 (file)
@@ -4,7 +4,7 @@
 // Copyright (c) 1987-2024 by the citadel.org team
 //
 // This program is open source software.  Use, duplication, or disclosure
-// are subject to the terms of the GNU General Public License version 3.
+// is subject to the terms of the GNU General Public License version 3.
 
 // NLI is the string that shows up in a <W>ho's online listing for sessions
 // that are active, but for which no user has yet authenticated.
 // so if you change the buffer size you'll fux0r your database.
 #define SIZ            4096
 
-// If the body of a message is beyond this size, it will be stored in
-// a separate table.
-#define BIGMSG         1024
-
 // SMTP delivery timeouts (measured in seconds)
 // If outbound SMTP deliveries cannot be completed due to transient errors
 // within SMTP_DELIVER_WARN seconds, the sender will receive a warning message