rougier / mu4e-thread-folding

Functions for folding threads in mu4e headers view
GNU General Public License v3.0
136 stars 12 forks source link

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

Open rhstanton opened 6 months ago

rhstanton commented 6 months ago

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 commented 5 months ago

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