summaryrefslogtreecommitdiffstats
path: root/mbbsd/read.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/read.c')
-rw-r--r--mbbsd/read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/read.c b/mbbsd/read.c
index 3bb7219c..32ac0c05 100644
--- a/mbbsd/read.c
+++ b/mbbsd/read.c
@@ -358,7 +358,7 @@ select_read(keeploc_t * locmem, int sr_mode)
}
else
{
- if(_mode & sr_mode & (RS_TITLE | RS_NEWPOST)) return DONOTHING;
+ if(_mode & sr_mode & (RS_TITLE | RS_NEWPOST | RS_MARK)) return DONOTHING;
// Ptt: only once for these two modes.
if(sr_mode & RS_TITLE)
strcpy(keyword, subject(fh->title));