emacs-helm / helm-mu

Helm sources for searching emails and contacts using mu
GNU General Public License v3.0
58 stars 9 forks source link

Unsupported header field (:thread-subject) #17

Closed jagrg closed 9 years ago

jagrg commented 9 years ago
Debugger entered--Lisp error: (error #("[mu4e] Unsupported header field (:thread-subject)" 1 5 (face mu4e-title-face)))
  signal(error (#("[mu4e] Unsupported header field (:thread-subject)" 1 5 (face mu4e-title-face))))
  error("%s" #("[mu4e] Unsupported header field (:thread-subject)" 1 5 (face mu4e-title-face)))
  mu4e-error("Unsupported header field (%S)" :thread-subject)
tmalsburg commented 9 years ago

This looks more like an error in mu4e.

jagrg commented 9 years ago

This is what djcb had to day about the problem:

It's a problem in helm-mu-candidate-formatter, it's missing thread-subject. In general, the code seems to depend on a bunch of mu4e-internals, which is not recommended.

Please take it up with the helm-mu folks -- thanks!

https://github.com/djcb/mu/issues/643

edumerco commented 9 years ago

Hi Titus.

Yesterday I installed the last version of helm-mu-20151019.944 and I still got the same error... Can I help to debug/test somehow? I don't know how to program, but I can follow instructions and report. :)

I have mu4e 0.9.12 with emacs 24.3.1 and org-mode 8.3.1 on Debian.

Thanks...

tmalsburg commented 9 years ago

Hi @edumerco, thanks for reporting this. I have never encountered this error. So the first thing I would need is a recipe for reproducing this problem.

tmalsburg commented 9 years ago

Please also post the precise error message that you get.

edumerco commented 9 years ago

Hi Titus. Now it works! I tried it yesterday and it didn't... could it be that I restarted Emacs this morning? I thought that after running eval-buffer in .emacs that wasn't necessary.

Thanks for your patience with this and I'm sorry to bother. Should we close this now?

Best... :)

tmalsburg commented 9 years ago

No problem. Thanks for the update.