From 02926f4ef6751077acf824205430e9168046f218 Mon Sep 17 00:00:00 2001 From: piaip Date: Tue, 30 Jun 2009 06:24:04 +0000 Subject: * change BN_SECURITY checks to is_readonly_board * remove more bid stuff * expire some deprecated BM hot keys git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4717 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/read.c') diff --git a/mbbsd/read.c b/mbbsd/read.c index cdb94944..7740d3cf 100644 --- a/mbbsd/read.c +++ b/mbbsd/read.c @@ -180,7 +180,7 @@ TagPruner(int bid) assert(bid >= 0); /* bid == 0 means in mailbox */ if (bid){ bp = getbcache(bid); - if (strcmp(bp->brdname, BN_SECURITY) == 0) + if (is_readonly_board(bp->brdname)) return DONOTHING; } if (TagNum && ((currstat != READING) || (currmode & MODE_BOARD))) { -- cgit v1.2.3