diff options
author | Thanos Apollo <[email protected]> | 2023-10-06 17:35:50 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-10-06 17:35:50 +0300 |
commit | 21c9f1669b3ae48a2027b65dc219fa99fd595b91 (patch) | |
tree | b91ef72bd8b19e3131f616a0e7e471581a4e8b85 /.emacs.d/modules/thanos-mu4e.el | |
parent | f107739228c621fed061fbcdb37c641c262a5d95 (diff) |
emacs: (mu4e) Add extra line for signature
Diffstat (limited to '.emacs.d/modules/thanos-mu4e.el')
-rw-r--r-- | .emacs.d/modules/thanos-mu4e.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/modules/thanos-mu4e.el b/.emacs.d/modules/thanos-mu4e.el index ec2001c..c1fffd0 100644 --- a/.emacs.d/modules/thanos-mu4e.el +++ b/.emacs.d/modules/thanos-mu4e.el @@ -106,7 +106,7 @@ smtpmail-smtp-server "smtp.fastmail.com" smtpmail-smtp-service 465 smtpmail-stream-type 'ssl - mu4e-compose-signature "Thanos Apollo\nhttps://thanosapollo.com" + mu4e-compose-signature "\nThanos Apollo\nhttps://thanosapollo.com" mu4e-compose-context-policy 'ask mu4e-compose-format-flowed t) |