X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Froomops.h;fp=webcit%2Froomops.h;h=7d9cd89e3792281e9e51ac22bb9796fa76a276cd;hp=d64cf1f0418374a9c2eb9476492555c6ee4b0058;hb=08c16cd4d6d989d6511d187f41113040cfeda14b;hpb=5a21ba7fa52434ea1d6d27d2116dc6d05e61da98 diff --git a/webcit/roomops.h b/webcit/roomops.h index d64cf1f04..7d9cd89e3 100644 --- a/webcit/roomops.h +++ b/webcit/roomops.h @@ -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;