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

"Mismatch" customize error with mu4e-thread-folding-default-view #32

Open
rhstanton opened this issue Mar 28, 2024 · 1 comment
Open

Comments

@rhstanton
Copy link

When I customize the variable mu4e-thread-folding-default-view, customize shows the current value as 'folded, and describes the state as "STANDARD. (mismatch)"

Looking at the source, I see the following code:

(defcustom mu4e-thread-folding-default-view 'folded
  "Initial folding status ('folded or 'unfolded)."
  :type 'string
  :group 'mu4e-thread-folding)

Is that :type wrong?

@rougier
Copy link
Owner

rougier commented Apr 29, 2024

Yoiu're right, it is wrong. Note that the mu4e now has folding capabilities, see: https://github.com/djcb/mu/blob/master/mu4e/mu4e-thread.el

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

No branches or pull requests

2 participants