cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
abdelkad
Strollin' around
Status: New idea

using the latest beta version 139 .. the toggle to include CC and BCC automatically at email composition is gone, even tried to bring it back via a CSS code but won't work. please bring it back (and the overdue request for the system tray icon), Thank you in advance!

2 Comments
Status changed to: New idea
Jon
Community Manager
Community Manager

Thanks for submitting an idea to the Mozilla Connect community! Your idea is now open to votes (aka kudos) and comments.

Agentvirtuel
Collaborator

Hello

 


@abdelkad wrote:

the toggle to include CC and BCC automatically at email composition


Is it this subject.
I tested a userChrome.css code found on the web.

@-moz-document url-prefix("chrome://messenger/content/messengercompose/messengercompose.xhtml") {
#addressRowCc.address-row.hidden,
#addressRowBcc.address-row.hidden {
    display: flex !important;
}
}

1.png