jeremy-compostella / org-msg

OrgMsg is a GNU/Emacs global minor mode mixing up Org mode and Message mode to compose and reply to emails in a Outlook HTML friendly style.
GNU General Public License v3.0
275 stars 58 forks source link

Send as plain text command? #61

Closed cantao closed 4 years ago

cantao commented 4 years ago

Hi Mr. Compostella,

Thanks for the excelent work!

The behavior of org-msg, as I understood it, is to reply as plain text or html according to the message being replied to. Is there any way to, when composing a new message, intruct org-msg to send it in plain text? It's a kind of "oops, forgot to disable org-msg and don't want to copy, disable org-msg, new message, paste, send, enable it gain" thing.

Thanks a lot for your time.

jeremy-compostella commented 4 years ago

Hi Renato,

There is not solution designed in org-msg to create a new message as plain text.

Since the implementation relies on hook I think it would require to set a variable before you call compose-mail. This is not going to be very user friendly.

Regards, Jeremy

cantao commented 4 years ago

Hi!

I'm so used to org-msg by now that I have forgotten this issue!

Thank you very much for your answer, closing it right now.