Home » Questions » Computers [ Ask a new question ]

Thunderbird : Compose in HTML temporarily instead of plain text

Thunderbird : Compose in HTML temporarily instead of plain text

Is there a way to allow HTML composition temporarily, while the account settings has been configured as plain text ?

Asked by: Guest | Views: 256
Total answers/comments: 2
Guest [Entry]

You could try using Keyconfig to create a keyboard shortcut equivalent to shift+reply.
Guest [Entry]

"Further to BenA's answer (sorry, I can't comment yet) about Keyconfig a couple of useful links on mozillaZine:

Keyconfig manual
Thunderbird codes

and the actual code relevant to this question is MsgNewMessage({shiftKey: true}) or replace MsgNewMessage part with one of MsgForwardAsAttachment, MsgForwardMessage, MsgNewMessage, MsgReplyGroup, MsgReplySender, or MsgReplyToAllMessage."