Bug 1746348 Comment 11 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

> getFcc does not use identity.fcc (this does not exist), it uses compFields.fcc

Thanks.

Why is `getFcc()` checking `compFields.fcc` if that is not used anywhere else in the code? And why do we have `compFields.fcc2` which can be set in the composer window to override the default value from the identity - but which is ignored (at least for me)? Is there a larger bug here which should be fixed first? Is `compFields.fcc` a leftover which should be removed and `getFcc` should check `compFields.fcc2`? 

> And neither 91.4.1 nor 96b3 fixes the problem 1 of my original post.
If you create a folder with trailing space (e.g. 'INBOX/Space ') and select that folder as sent folder identity.fccFolder is set to 'INBOX/Space' (without the trailing space).

I meant the äöü issue, to confirm Marks statement in Comment #3.
> getFcc does not use identity.fcc (this does not exist), it uses compFields.fcc

Thanks.

> And neither 91.4.1 nor 96b3 fixes the problem 1 of my original post.
If you create a folder with trailing space (e.g. 'INBOX/Space ') and select that folder as sent folder identity.fccFolder is set to 'INBOX/Space' (without the trailing space).

I meant the äöü issue, to confirm Marks statement in Comment #3.

Edit: Removed an observation which turned out to be wrong, caused by a misconfiguration on my side.

Back to Bug 1746348 Comment 11