small tweaks
This commit is contained in:
parent
fffab990a8
commit
d41f12210e
@ -17,6 +17,9 @@ image/*; open -a "Preview" %s;
|
||||
text/html; open -a "Firefox" %s; nametemplate=%s.html
|
||||
text/html; w3m -dump %s; copiousoutput; nametemplate=%s.html
|
||||
|
||||
# This should work, but doesn't
|
||||
#text/plain; ~/bin/mutt-unproofpoint.py %s; copiousoutput
|
||||
|
||||
text/vcard; mutt_vcard_filter; copiousoutput
|
||||
|
||||
text/x-diff; view %s; needsterminal
|
||||
|
@ -28,11 +28,11 @@ set mark_old # Don't mark unread new msgs
|
||||
set mail_check=90
|
||||
set mail_check_recent
|
||||
set timeout=15
|
||||
set mbox_type=maildir # mailbox type
|
||||
set mbox_type=mbox # mailbox type
|
||||
set mbox="!" # Default mailbox.
|
||||
#set imap_user="orien" # How we gonna log in
|
||||
#set imap_peek="no" # Mark a message as read, when downloaded
|
||||
set copy # Keep copies of outgoing mail...
|
||||
#set copy # Keep copies of outgoing mail...
|
||||
set nobeep # We don't need no beeping software.
|
||||
set nosmart_wrap # Don't want smart wrapping.
|
||||
set nomarkers # Don't want any wrap markers.
|
||||
|
Loading…
x
Reference in New Issue
Block a user