summaryrefslogtreecommitdiffstats
path: root/mbbsd/read.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/read.c')
-rw-r--r--mbbsd/read.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/mbbsd/read.c b/mbbsd/read.c
index a9964e65..3f3046ad 100644
--- a/mbbsd/read.c
+++ b/mbbsd/read.c
@@ -463,11 +463,16 @@ select_read(const keeploc_t * locmem, int sr_mode)
{
/* 增加條件應該不會動?
Ptt: still happens.
+ piaip: this does NOT work. multi is occupied by ref unless
+ we do recursive ref search.
+ */
+#if 0
if (currmode & MODE_SELECT)
{
vmsg("請先離開目前的選擇/搜尋模式再搜尋文章價格");
return READ_REDRAW;
- } */
+ }
+#endif
if(currstat == RMAIL || (
!getdata(b_lines, 0,
(currmode & MODE_SELECT) ? // 先留著吧,雖然應該不用