Skip to content

Add show_received_date option to control output of "Received on" at bottom of message body - fixes #31 #43

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

Closed
wants to merge 1 commit into from

Conversation

bshannon
Copy link
Contributor

@bshannon bshannon commented Jun 6, 2018

No description provided.

@bshannon bshannon changed the title Add show_received_date option to control output of "Received on" Add show_received_date option to control output of "Received on" at bottom of message body - fixes #31 Jun 6, 2018
@jkbzh
Copy link
Contributor

jkbzh commented Jun 20, 2018

As discussed in issue #31 , this option is not needed. There is enough markup to let you use CSS to hide the bottom "Received on" message. as follows:

hypermail -o mcss_url=foo.css

And in foo.css

#received { display: none; }

Closes Issue #31

@jkbzh jkbzh closed this Jun 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants