Giter VIP home page Giter VIP logo

Comments (3)

jeremy-compostella avatar jeremy-compostella commented on September 20, 2024 1

Hi,

If you reply to an email which is plain text, org-msg will detect and will not use any of the "html" feature, will not use the org-msg signature, will not modify the buffer, ...

Since you use mu4e the detection is going to done by the following function:

(defun org-msg-article-htmlp-mu4e ()
  "Return t if the current mu4e article is HTML article."
  (when (mu4e-message-field mu4e-compose-parent-message :body-html) t))

Regards,
Jeremy

from org-msg.

jeremy-compostella avatar jeremy-compostella commented on September 20, 2024

Hi,

Yes, unfortunately, org-msg cannot be compatible with features like this and this is why it provides its own version of this feature.

Why don't you configure the org-msg-signature instead of mu4e-compose-signature ? Below is my configuration:

(setq org-msg-signature "

  Regards,

  ,#+begin_signature
  -- *Jeremy* \\\\
  /One Emacs to rule them all/
  ,#+end_signature")

Regards,
Jeremy

from org-msg.

hubert-mns avatar hubert-mns commented on September 20, 2024

Thanks @jeremy-compostella. That's fair and that's what I have done now.

I haven't fully integrated org-msg in my flow. I tend to deactivate it for forwarding or when I want to be sure I send the email in plain text. In these situations, I therefore get no preset signature which I can live with.

While I am here, I read in the README that org-msg will detect when plain text is ok and won't activate itself in compose mode if so. Can you tell me more about the trigger here? I don't think that's what I am seeing.

Otherwise we can close this one. Thanks again!

from org-msg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.