I'm using sendmail locally, and I'm trying to delete messages at the terminal with mail(1). From the manual:
Could someone give me an example?
I've tried
[CMD="&"]delete 4[/CMD]
[CMD="&"]d 4[/CMD]
But this doesn't remove message number four?
help
Code:delete (d) Takes a list of messages as argument and marks them all as deleted. Deleted messages will not be saved in mbox, nor will they be available for most other commands.
Could someone give me an example?
I've tried
[CMD="&"]delete 4[/CMD]
[CMD="&"]d 4[/CMD]
But this doesn't remove message number four?
help