Add new setting to disable posting of notification messages to file rooms.
[citadel.git] / libcitadel / lib / libcitadel.h
index 0dd4c763cb3a3e0fc2d1f70211bc4553c0e621c7..9d251ad83360dccbbb244f46489b4e3c666cf849 100644 (file)
@@ -755,6 +755,7 @@ extern "C" {
 #define QR2_SUBJECTREQ 8               /* Subject strongly recommended */
 #define QR2_SMTP_PUBLIC        16              /* Listservice Subscribers may post */
 #define QR2_MODERATED  32              /* Listservice aide has to permit posts  */
+#define QR2_NOUPLMSG   64              /* If a file  is uploaded, no message will be posted.  */
 
 #define US_NEEDVALID   1               /* User needs to be validated       */
 #define US_EXTEDIT     2               /* Always use external editor       */