--- pan-0.96-orig/pan/gui/header-pane.cc 2006-05-06 07:42:03.000000000 +0200 +++ pan-0.96/pan/gui/header-pane.cc 2006-05-13 10:22:58.000000000 +0200 @@ -1069,6 +1069,7 @@ entry_filter.set_type_text ("Subject", d); //std::cerr << LINE_ID << " AND subject contains [" << text << "]" << std::endl; } else if (mode == AUTHOR) { + entry_filter.set_type_text ("From", d); //std::cerr << LINE_ID << " AND author contains [" << text << "]" << std::endl; } else { // mode == SUBJECT_OR_AUTHOR FilterInfo f1, f2;