mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 19:45:25 +03:00
email: return signatures
This commit is contained in:
parent
824f664706
commit
dc449f5c05
2 changed files with 2 additions and 2 deletions
|
|
@ -90,7 +90,7 @@
|
||||||
(encrypt))))
|
(encrypt))))
|
||||||
|
|
||||||
(defun my/message-insert-signature-need-on-top ()
|
(defun my/message-insert-signature-need-on-top ()
|
||||||
nil)
|
t)
|
||||||
|
|
||||||
(defun my/message-maybe-fix-signature (&rest _)
|
(defun my/message-maybe-fix-signature (&rest _)
|
||||||
(when (my/message-insert-signature-need-on-top)
|
(when (my/message-insert-signature-need-on-top)
|
||||||
|
|
|
||||||
2
Mail.org
2
Mail.org
|
|
@ -561,7 +561,7 @@ Edit <2024-08-19 Mon>: see above
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(defun my/message-insert-signature-need-on-top ()
|
(defun my/message-insert-signature-need-on-top ()
|
||||||
nil)
|
t)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Then advice the =notmuch-mua-reply= function:
|
Then advice the =notmuch-mua-reply= function:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue