--- pine/mailcmd.c +++ pine/mailcmd.c @@ -288,9 +288,9 @@ static char *sel_text = - "Select based on To, From, Cc, Recip, Partic, Subject fields or All msg text ? "; + "Select based on To, From, Cc, Recip, Partic, Subject, Body or All msg text ? "; static char *sel_not_text = - "Select based on NOT To, From, Cc, Recip, Partic, Subject or All msg text ? "; + "Select based on NOT To, From, Cc, Recip, Partic, Subject, Body or All msg text ? "; static ESCKEY_S sel_text_opt[] = { {'f', 'f', "F", "From"}, {'s', 's', "S", "Subject"},