mutt
PLEASE NOTE:
I am in the process of making my notes public. This docs section is still work in progress. It currently is a summary of random tips for various things.
Found a mistake? Want to add something? Feel free to open an issue, send a pull request or an e-mail.
Source - Contributions are welcome!
- General info:
- Homepage
- Wikipedia
- Source code
- Documentation
- Manual
- Usefull links:
- Blog posts
- Fandom Wiki
Basics
- Starting mutt:
mutt
- User configruation:
-
~/.muttrc
or~/.mutt/.muttrc
- System-wide configuration:
/etc/Muttrc
Basics in main menu
- Navigation with vim bindings:
-
j
- down -
k
- up - Write new e-mail:
m
- Replying to e-mail:
r
- Forward current e-mail to another address:
f
- Mark current e-mail for deletion:
d
- Quit mutt:
q
Edit while writing e-mail
- Adding address to cc field:
c
- Sending the e-mail:
-
y
- Attach file:
a
- Change
to:
/ recipient e-mail-address: t
Basic usage in the CLI
-
mutt
: -s "subject line"
-a "path/to/attachment"
-
-i email-body.txt
# in the end -
-c
#cc address -
-f
# specify mailbox to send from
E-Mail
hello
- TODO:
- placeholder