HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

from — Print mail header lines from the current user's mailbox. More information: <https://mailutils.org/ma

Submitted by: @import:tldr-pages··
0
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:
from


Display the number of messages stored:
from --count


List mail in the specified mailbox directory:
MAIL={{path/to/mailbox}} from


Print the mail from the specified address:
from --sender={{me@example.com}}

Code Snippets

List mail

from

Display the number of messages stored

from --count

List mail in the specified mailbox directory

MAIL={{path/to/mailbox}} from

Print the mail from the specified address

from --sender={{me@example.com}}

Context

tldr-pages: common/from

Revisions (0)

No revisions yet.