how_to_use_mutt
Differences
This shows you the differences between two versions of the page.
how_to_use_mutt [2020/06/28 21:29] – created from source http://sdf.org/?tutorials/mutt peteyboy | how_to_use_mutt [2024/09/04 23:28] (current) – ‘r’ hc9 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== How to Use Mutt ====== | ||
+ | |||
+ | Mutt is a UNIX mail client (also called a mail user agent) that is available to all SDF users. | ||
+ | |||
+ | This is a brief tutorial on reading and sending mail with mutt. It does not cover some useful features, such as folders. | ||
+ | |||
+ | On SDF, it is already configured for sending and receiving mail with your SDF account. | ||
+ | |||
+ | To launch mutt, type mutt at the command line. | ||
+ | |||
+ | ===== Reading mail ===== | ||
+ | |||
+ | When you launch mutt without any options, you will see a list of messages in your inbox. | ||
+ | |||
+ | You can select a message by moving between them using ‘j’ and ‘k’, as in vi, or the arrow keys, or jumping to a message by entering its index number, as seen in the leftmost column, and pressing the return key. | ||
+ | |||
+ | To read a message, select it and press the return key. Press the space bar to see the next page of the message or ‘-’ to see the previous page. To return to the previous screen, press ‘i’. | ||
+ | |||
+ | You can perform a number of actions on the selected message, or the message you are currently reading. To reply to the message, press ‘r’. (See the section below on sending mail.) To delete the message, press ‘d’. The message will be marked for deletion, and mutt will ask if you want to purge deleted messages when you leave the folder it is in. If the message has attachments, | ||
+ | |||
+ | ===== Sending mail ===== | ||
+ | |||
+ | To send a message, you may press ‘m’ from within mutt to begin a new message or ‘r’ to reply to the selected message or the message you are reading. You will then be prompted for a recipient, followed by a subject. Mutt will then launch your '' | ||
+ | |||
+ | ===== Getting help ===== | ||
+ | |||
+ | At the top of your terminal, mutt will show you a selection of common keybindings that you can use at the moment, with brief descriptions. To see a longer list of keybindings, | ||