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

added mixmaster as a build option to the neomutt template #42193

Closed
wants to merge 1 commit into from

Conversation

terminaldweller
Copy link
Contributor

Testing the changes

  • I tested the changes in this PR: YES|briefly|NO

Copy link
Member

@paper42 paper42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and please adjust the commit message according to CONTRIBUTING.md

Comment on lines 44 to 49
do_configure() {
if [ "$build_option_mixmaster" ]; then
configure_args+=" --mixmaster"
fi
./configure ${configure_args}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
do_configure() {
if [ "$build_option_mixmaster" ]; then
configure_args+=" --mixmaster"
fi
./configure ${configure_args}
}
if [ "$build_option_mixmaster" ]; then
configure_args+=" --mixmaster"
fi

@terminaldweller
Copy link
Contributor Author

done

@paper42
Copy link
Member

paper42 commented Feb 10, 2023

and squash the commits, it should be one per package

cc maintainer @Vaelatern

@Vaelatern
Copy link
Member

Vaelatern commented Feb 10, 2023

I suspect this will be enabled by default next release. Do you think that is the case too?

@terminaldweller
Copy link
Contributor Author

and squash the commits, it should be one per package

cc maintainer @Vaelatern

It is one commit now. at least it says so at the top. is that acceptable?

@github-actions
Copy link

Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.

@github-actions github-actions bot added the Stale label May 13, 2023
@Vaelatern Vaelatern self-assigned this May 14, 2023
@terminaldweller
Copy link
Contributor Author

mixmaster is kinda dead so it doesn't add much to have this enabled by default so I'm closing this. feel free to re-open if anyone disagrees.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants