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

Fix defcustom :type of mu4e-headers-leave-behavior #2560

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

tsdh
Copy link
Contributor

@tsdh tsdh commented Sep 28, 2023

The const values of the choice had the wrong order (const :tag <value> <text>).
The correct order is (const :tag <text> <value>).

This resulted in the following warning when loading mu4e:

⛔ Warning (emacs): Value ‘apply’ does not match type (choice (const :tag ask ask user whether to ignore marks) (const :tag apply apply marks without asking) (const :tag ignore ignore marks without asking))

The const values of the choice had the wrong order `(const :tag <value> <text>)`.
The correct order is `(const :tag <text> <value>)`.
@djcb djcb merged commit 964cf0c into djcb:master Oct 2, 2023
2 checks passed
@djcb
Copy link
Owner

djcb commented Oct 2, 2023

Merged; thanks!

@tsdh tsdh deleted the fix-custom-type-in-mu4e-mark branch October 3, 2023 13:56
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