Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fixes to comments #25

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions viewmailattachments.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Can be run from within a mailer like mutt, or independently
# on a single message file.
#
# Usage: viewhtmlmail.py email_message_file
# Usage: viewmailattachments.py email_message_file
#
# Inspired by John Eikenberry <[email protected]>'s view_html_mail.sh
# which sadly no longer works, at least with mail from current Apple Mail.
Expand All @@ -17,8 +17,7 @@

# To use it from mutt, install it somewhere in your path,
# then put the following lines in your .muttrc:
# macro index <F9> "<pipe-message>~/bin/viewhtmlmail.py\n" "View HTML email in browser"
# macro pager <F9> "<pipe-message>~/bin/viewhtmlmail,ot\n" "View HTML email in browser"
# macro index,pager <F9> "<pipe-message>viewmailattachments.py\n" "View HTML email in browser"

# TESTING: Use the email file in test/files/htmlmail.eml.

Expand Down