mu4e: treat 'traditional as 'above
This commit is contained in:
@ -107,8 +107,8 @@ which takes no arguments, and which should return on of the mentioned symbols,
|
|||||||
for example:
|
for example:
|
||||||
|
|
||||||
(setq mu4e-sent-messages-behavior (lambda ()
|
(setq mu4e-sent-messages-behavior (lambda ()
|
||||||
(if (string= (message-sendmail-envelope-from) \"foo@example.com\")
|
(if (string= (message-sendmail-envelope-from) \"foo@example.com\")
|
||||||
'delete 'sent)))
|
'delete 'sent)))
|
||||||
|
|
||||||
The various `message-' functions from `message-mode' are available
|
The various `message-' functions from `message-mode' are available
|
||||||
for querying the message information."
|
for querying the message information."
|
||||||
@ -581,7 +581,7 @@ tempfile)."
|
|||||||
(message-goto-to)
|
(message-goto-to)
|
||||||
;; otherwise, it depends...
|
;; otherwise, it depends...
|
||||||
(case message-cite-reply-position
|
(case message-cite-reply-position
|
||||||
(above
|
((above traditional)
|
||||||
(message-goto-body))
|
(message-goto-body))
|
||||||
(t
|
(t
|
||||||
(when (message-goto-signature)
|
(when (message-goto-signature)
|
||||||
|
|||||||
Reference in New Issue
Block a user