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
No related branches found
No related tags found
No related merge requests found
...@@ -526,8 +526,8 @@ void listmsgs(ulong start, ulong count) ...@@ -526,8 +526,8 @@ void listmsgs(ulong start, ulong count)
,beep,i,smb.last_error); ,beep,i,smb.last_error);
break; break;
} }
printf("%4"PRIu32" %-25.25s %-25.25s %s\n" printf("%4lu/#%-4"PRIu32" %-25.25s %-25.25s %s\n"
,msg.hdr.number,msg.from,msg.to,msg.subj); ,start + l, msg.hdr.number,msg.from,msg.to,msg.subj);
smb_freemsgmem(&msg); smb_freemsgmem(&msg);
l++; l++;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment