snippetbashTip
from — Print mail header lines from the current user's mailbox. More information: <https://mailutils.org/ma
Viewed 0 times
commandlinesfrommailcliprintheader
Problem
How to use the
from command: Print mail header lines from the current user's mailbox. More information: <https://mailutils.org/manual/html_chapter/Programs.html#frm-and-from>.Solution
from — Print mail header lines from the current user's mailbox. More information: <https://mailutils.org/manual/html_chapter/Programs.html#frm-and-from>.List mail:
fromDisplay the number of messages stored:
from --countList mail in the specified mailbox directory:
MAIL={{path/to/mailbox}} fromPrint the mail from the specified address:
from --sender={{me@example.com}}Code Snippets
List mail
fromDisplay the number of messages stored
from --countList mail in the specified mailbox directory
MAIL={{path/to/mailbox}} fromPrint the mail from the specified address
from --sender={{me@example.com}}Context
tldr-pages: common/from
Revisions (0)
No revisions yet.