diff options
Diffstat (limited to 'mbbsd/read.c')
-rw-r--r-- | mbbsd/read.c | 2 |
1 files changed, 1 insertions, 1 deletions
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))) { |