-
Notifications
You must be signed in to change notification settings - Fork 63
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
adjust signature position for replies #152
base: master
Are you sure you want to change the base?
Conversation
This change inserts the signature not after all the citations, but after the actual mail you have written.
This change would be great to have. |
@jeremy-compostella, could we have this one checked in? Would be super helpful :) |
I don't get it. If you are in non posting-style the idea should be to reply inline so why would you want the signature to precede the inline response ? |
I'm going to try to explain why current behavior for me does not work. When I get an email and I hit
There are two main issues:
The idea will be to have something like
Does that make sense? |
In your example you are in |
Damn, you are right @jeremy-compostella, now I get it — I was using the standard In my particular case, I'm using (setq mu4e-compose-signature-auto-include nil)
(defun dalvrosa/set-org-msg-signature (type alternatives)
(setq org-msg-signature (f-read-text message-signature-file)))
(advice-add 'org-msg-composition-parameters :before 'dalvrosa/set-org-msg-signature) Sharing in case it helps! |
This change inserts the signature not after all the citations, but after the actual mail you have written.