summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 6844bb50..14a01ced 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -124,7 +124,7 @@ check_newpost(boardstat_t * ptr)
time_t *tbrc_list;
ptr->myattr &= ~NBRD_UNREAD;
- if (B_BH(ptr)->brdattr & BRD_GROUPBOARD)
+ if (B_BH(ptr)->brdattr & (BRD_GROUPBOARD | BRD_SYMBOLIC))
return 0;
if (B_TOTAL(ptr) == 0)