From 8b83beff29b898f9c85b36f84e7998f53262174a Mon Sep 17 00:00:00 2001 From: Daneel Date: Tue, 24 Feb 2026 12:32:09 +0100 Subject: [PATCH] feat(mu4e): signature from ~/.mail/signature file --- config.el | 4 ++++ signature.example | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 signature.example diff --git a/config.el b/config.el index b4f6f49..1303d89 100644 --- a/config.el +++ b/config.el @@ -656,6 +656,10 @@ and optional priority indicator [#A]." ;; Do not cite sender's signature in replies (setq message-cite-function #'message-cite-original-without-signature) + ;; Signature from file — create ~/.mail/signature with your sig text + (setq message-signature-file (expand-file-name "~/.mail/signature") + message-signature t) + ;; Move cursor past headers to message body when opening a message ;; Modern mu4e (1.8+) uses gnus-article-mode, not mu4e-view-mode. ;; We use mu4e-view-rendered-hook which fires after the message is displayed, diff --git a/signature.example b/signature.example new file mode 100644 index 0000000..c05b5eb --- /dev/null +++ b/signature.example @@ -0,0 +1,6 @@ +-- +Martin Sukany +IT Architect +E: martin@sukany.cz +W: https://sukany.cz +Note: This message was sent with help of Daneel, my personal AI assistant.