From 12efe82778b764f0c7dc2c976423fcc38e62c704 Mon Sep 17 00:00:00 2001 From: Ianos Gnatiuc Date: Thu, 3 Nov 2005 07:28:09 +0000 Subject: [PATCH] turn back loading full msg for thread list --- golded3/gemlst.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/golded3/gemlst.cpp b/golded3/gemlst.cpp index 99d1049..b7b8883 100644 --- a/golded3/gemlst.cpp +++ b/golded3/gemlst.cpp @@ -775,16 +775,12 @@ void GThreadlist::do_delayed() { // Reload message if not sure that just reread if(not AA->Msglistheader()) { t = list[index]; -#if 1 // need to read header only - AA->LoadHdr(&msg, t.msgno); -#else if(AA->Msglistfast()) { AA->LoadHdr(&msg, t.msgno); } else { AA->LoadMsg(&msg, t.msgno, CFG->dispmargin-(int)CFG->switches.get(disppagebar)); } -#endif } wtitle(msg.re, TCENTER|TBOTTOM, tattr); } @@ -868,16 +864,12 @@ void GThreadlist::print_line(uint idx, uint pos, bool isbar) { t = list[idx]; size_t tdlen = xlen - ((AA->Msglistdate() == MSGLISTDATE_NONE) ? 8 : 18); -#if 1 // need to read header only - AA->LoadHdr(&msg, t.msgno); -#else if(AA->Msglistfast()) { AA->LoadHdr(&msg, t.msgno); } else { AA->LoadMsg(&msg, t.msgno, CFG->dispmargin-(int)CFG->switches.get(disppagebar)); } -#endif int attrh, attrw; if(msg.attr.uns() and not msg.attr.rcv() and not msg.attr.del()) {