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

show_additional_headers plugin shows "Array" when using threaded list view #8157

Closed
thomask77 opened this issue Aug 3, 2021 · 2 comments
Closed

Comments

@thomask77
Copy link

Hi!

I'm using the show_additional_headers plugin, and configured it to show the X-Original-To header:

$config['identity_select_headers'] = ['X-Original-To']; 

When the List mode is set to "List", everything works fine. For example, it shows "mail+github@t-kindler.de".

But when the list mode is set to "Threads", it shows "Array" instead of the correct header contents.
(All other built-in headers are showing up fine).

@alecpl
Copy link
Member

alecpl commented Aug 4, 2021

I guess it's show_additional_headers, not identity_select_headers ;)

Anyway, I confirm that if the header exists multiple times in the message "Array" is displayed. It has nothing to do with list mode.

@alecpl
Copy link
Member

alecpl commented Aug 4, 2021

Fixed.

@alecpl alecpl closed this as completed Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants