summaryrefslogtreecommitdiffstats
path: root/mbbsd/read.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/read.c')
-rw-r--r--mbbsd/read.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mbbsd/read.c b/mbbsd/read.c
index bfb3f430..3e665913 100644
--- a/mbbsd/read.c
+++ b/mbbsd/read.c
@@ -287,8 +287,10 @@ thread(keeploc_t * locmem, int stypen)
if( stypen & RS_FIRST ){
if( !strncmp(fh.title, key, PROPER_TITLE_LEN) )
break;
- else if( !strncmp(&fh.title[4], key, PROPER_TITLE_LEN) )
+ else if( !strncmp(&fh.title[4], key, PROPER_TITLE_LEN) ) {
amatch = new_ln;
+ jump = 200; /* 當搜尋同主題第一篇, 連續找不到 200 篇才停 */
+ }
}
else if( !strncmp(subject(fh.title), key, PROPER_TITLE_LEN) )
break;