small tweaks

This commit is contained in:
Orien Vandenbergh 2025-06-03 11:21:26 -04:00
parent fffab990a8
commit d41f12210e
2 changed files with 5 additions and 2 deletions

View File

@ -17,6 +17,9 @@ image/*; open -a "Preview" %s;
text/html; open -a "Firefox" %s; nametemplate=%s.html text/html; open -a "Firefox" %s; nametemplate=%s.html
text/html; w3m -dump %s; copiousoutput; 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/vcard; mutt_vcard_filter; copiousoutput
text/x-diff; view %s; needsterminal text/x-diff; view %s; needsterminal

View File

@ -28,11 +28,11 @@ set mark_old # Don't mark unread new msgs
set mail_check=90 set mail_check=90
set mail_check_recent set mail_check_recent
set timeout=15 set timeout=15
set mbox_type=maildir # mailbox type set mbox_type=mbox # mailbox type
set mbox="!" # Default mailbox. set mbox="!" # Default mailbox.
#set imap_user="orien" # How we gonna log in #set imap_user="orien" # How we gonna log in
#set imap_peek="no" # Mark a message as read, when downloaded #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 nobeep # We don't need no beeping software.
set nosmart_wrap # Don't want smart wrapping. set nosmart_wrap # Don't want smart wrapping.
set nomarkers # Don't want any wrap markers. set nomarkers # Don't want any wrap markers.