Skip to content
Snippets Groups Projects
Commit 97cf9526 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

<deon[m]> could be helpful if "l" (list) shows the index id needed as well

parent b7a70f2d
Branches
Tags
No related merge requests found
......@@ -526,8 +526,8 @@ void listmsgs(ulong start, ulong count)
,beep,i,smb.last_error);
break;
}
printf("%4"PRIu32" %-25.25s %-25.25s %s\n"
,msg.hdr.number,msg.from,msg.to,msg.subj);
printf("%4lu/#%-4"PRIu32" %-25.25s %-25.25s %s\n"
,start + l, 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.
Please register or to comment