MAILINGLIST: add facility to choose the default room email alias.
[citadel.git] / webcit / roomops.h
index d64cf1f0418374a9c2eb9476492555c6ee4b0058..7d9cd89e3792281e9e51ac22bb9796fa76a276cd 100644 (file)
@@ -78,6 +78,9 @@ typedef struct _folder {
        int RoomAideLoaded;
        StrBuf *RoomAide;
 
+/* only available if GNET contains this */
+       const StrBuf* RoomAlias; /* by what mail will this room send mail? */
+
 /* only available if GETR was run */
        int XALoaded;
        StrBuf *XAPass;