Hits : 4067

The Mutt E-Mail Client

http://www.mutt.org

http://www.mutt.org/doc/manual.txt


Contents


Installation


$ wget -c ftp://ftp.mutt.org/pub/mutt/devel/mutt-1.5.20.tar.gz
$ tar zxvf mutt-1.5.20.tar.gz
$ cd mutt-1.5.20
$ ./configure
$ make
$ make install

Display informations


mutt -v


mutt -vv

Simple Usage


> mutt -f mailbox

Debug


mutt -d3


Παράγει το εξής αρχείο:

~/.muttdebug0

Help


= Πήγαινε στο πρώτο μήνυμα
* Πήγαινε στο τελευταίο μήνυμα
Έξοδος από την εφαρμογή
Πήγαινε στο επόμενο μη αναγνώσιμο
/ Αναζήτησε μηνύμα με χρήση προτύπου
^D λεκτικο Αναζήτησε όλα τα μηνύματα σύμφωνα με το λεκτικό και σημείωσέ τα προς διαγραφή
Εμφάνιση συναπτόμενων αρχείων
Αποθήκευση μηνύματος / αρχείου
Ταξινόμηση αρχείων
Μαρκάρισμα emails με χρήση pattern
; Εκτέλεση εντολής στα μαρκαρισμένα emails
Διαγραφή μηνύματος
s .* Επιλογή όλων των email !

> mutt -f imap://username:password@server:port/INBOX


top

muttrc


[ebal@myhome ~]€ cat .muttrc


Formatter "highlight/html" not found

Maildir Vs Mbox


set mbox_type=Maildir

or

set mbox_type=mbox


top

bind keys


bind  index   \t   next-unread
bind  pager  \t   next-unread


top

colors


Formatter "highlight/html" not found

top

mailcap


.mailcap

text/plain;	/usr/bin/mousepad	%s	; copiousoutput
text/html;	        /usr/bin/vimprobable2 %s	; copiousoutput
image/png;	/usr/bin/xv %s			; copiousoutput
image/jpeg;	/usr/bin/xv %s			; copiousoutput
application/pdf;	/usr/bin/epdfview %s	; copiousoutput


top

Auto BCC 


my_hdr Bcc: Evaggelos Balaskas <ebalaskas@ebalaskas.gr>


top



Date


~d [date]
~r [received]


    >offset (messages older than offset units)
    <offset (messages newer than offset units)
    =offset (messages exactly offset units old)


    y years
    m months
    w weeks
    d days


top