From 25da1fdc7b20336454695a14eae029a49b5cca84 Mon Sep 17 00:00:00 2001 From: djcb Date: Tue, 5 Jan 2016 20:33:39 +0200 Subject: [PATCH] mu4e: remove misleading mail-reply-to from doc You can't change mail-reply-to by setting the var. --- mu4e/mu4e.texi | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi index 101b36b4..963e2500 100644 --- a/mu4e/mu4e.texi +++ b/mu4e/mu4e.texi @@ -2407,8 +2407,7 @@ when starting; see the discussion in the previous section. (when msg (mu4e-message-contact-field-matches msg :to "aliced@@home.example.com"))) - :vars '( ( mail-reply-to . "aliced@@home.example.com" ) - ( user-mail-address . "aliced@@home.example.com" ) + :vars '( ( user-mail-address . "aliced@@home.example.com" ) ( user-full-name . "Alice Derleth" ) ( mu4e-compose-signature . (concat @@ -2422,8 +2421,7 @@ when starting; see the discussion in the previous section. (when msg (mu4e-message-contact-field-matches msg :to "aderleth@@miskatonic.example.com"))) - :vars '( ( mail-reply-to . "aderleth@@miskatonic.example.com" ) - ( user-mail-address . "aderleth@@miskatonic.example.com" ) + :vars '( ( user-mail-address . "aderleth@@miskatonic.example.com" ) ( user-full-name . "Alice Derleth" ) ( mu4e-compose-signature . (concat