mu4e: remove misleading mail-reply-to from doc

You can't change mail-reply-to by setting the var.
This commit is contained in:
djcb 2016-01-05 20:33:39 +02:00
parent 785d888b42
commit 25da1fdc7b
1 changed files with 2 additions and 4 deletions

View File

@ -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