- 
                Notifications
    
You must be signed in to change notification settings  - Fork 56
 
mutt
        Enno edited this page Jul 7, 2019 
        ·
        2 revisions
      
    To use lesspipe.sh a universal terminal reader for any file format in mutt`, add
autoview text/* application/* image/* audio/* video/*
to your .muttrc and
text/*;                           LESSQUIET=1 lesspipe.sh '%s'; copiousoutput
application/*;                    LESSQUIET=1 lesspipe.sh '%s'; copiousoutput
image/*;                          LESSQUIET=1 lesspipe.sh '%s'; copiousoutput
audio/*;                          LESSQUIET=1 lesspipe.sh '%s'; copiousoutput
video/*;                          LESSQUIET=1 lesspipe.sh '%s'; copiousoutput
to the file given by the value of mailcap_path in  ~/.muttrc.