Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to put the signature above the reply in org-msg? #158

Open
maikol-solis opened this issue Aug 24, 2022 · 1 comment
Open

How to put the signature above the reply in org-msg? #158

maikol-solis opened this issue Aug 24, 2022 · 1 comment

Comments

@maikol-solis
Copy link

maikol-solis commented Aug 24, 2022

Hi!

I'm using doom-emacs and I have org-msg activated (https://github.com/doomemacs/doomemacs/tree/master/modules/email/mu4e).

I want that my signature is above the reply. Something like this

#+begin_signature
--\\
My signature
#+end_signature

Me <[email protected]> writes:

> Old reply 
> Old reply 
> Old reply 
> Old reply 

I have this in my config.el but it doesn't work,

(after! mu4e
   (setq message-cite-reply-position 'above))

What is the correct way to configure this?

Thanks for the help.

@maikol-solis
Copy link
Author

One workaround is to use the greeting as signature. With this, the signature is always positioned above the replies.

(setq org-msg-greeting-fmt "\n\n#+begin_signature\n--\nMy signature\n#+end_signature") 

Best.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant