From 145d24ad978ae6e1bb876d1ac9a64a2d2a7c7ce3 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sat, 9 Mar 2002 06:18:37 +0000 Subject: [PATCH] * one more tweak --- citadel/ChangeLog | 4 ++++ citadel/user_ops.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/citadel/ChangeLog b/citadel/ChangeLog index 8ad135822..a5b446573 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,4 +1,7 @@ $Log$ + Revision 590.132 2002/03/09 06:18:37 ajc + * one more tweak + Revision 590.131 2002/03/09 05:22:29 ajc * this should do it. @@ -3405,3 +3408,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant Fri Jul 10 1998 Art Cancro * Initial CVS import + diff --git a/citadel/user_ops.c b/citadel/user_ops.c index 701476e26..cf355cba4 100644 --- a/citadel/user_ops.c +++ b/citadel/user_ops.c @@ -1050,7 +1050,8 @@ int CtdlForgetThisRoom(void) { struct visit vbuf; /* On some systems, Aides are not allowed to forget rooms */ - if (is_aide() && (config.c_aide_zap == 0)) { + if (is_aide() && (config.c_aide_zap == 0) + && ((CC->quickroom.QRflags & QR_MAILBOX) == 0) ) { return(1); } -- 2.39.2