Skip to content
Snippets Groups Projects
Commit 2ce463dd authored by sbbs's avatar sbbs
Browse files

Print entire message subject (do not truncate to 20 chars).

parent 3461698f
No related branches found
No related tags found
No related merge requests found
......@@ -475,7 +475,7 @@ void listmsgs(ulong start, ulong count)
,beep,i,smb.last_error);
break;
}
printf("%4lu %-25.25s %-25.25s %.20s\n"
printf("%4lu %-25.25s %-25.25s %s\n"
,msg.hdr.number,msg.from,msg.to,msg.subj);
smb_freemsgmem(&msg);
l++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment