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:
|
||||
|
||||
(setq mu4e-sent-messages-behavior (lambda ()
|
||||
(if (string= (message-sendmail-envelope-from) \"foo@example.com\")
|
||||
'delete 'sent)))
|
||||
(if (string= (message-sendmail-envelope-from) \"foo@example.com\")
|
||||
'delete 'sent)))
|
||||
|
||||
The various `message-' functions from `message-mode' are available
|
||||
for querying the message information."
|
||||
@ -581,7 +581,7 @@ tempfile)."
|
||||
(message-goto-to)
|
||||
;; otherwise, it depends...
|
||||
(case message-cite-reply-position
|
||||
(above
|
||||
((above traditional)
|
||||
(message-goto-body))
|
||||
(t
|
||||
(when (message-goto-signature)
|
||||
|
||||
Reference in New Issue
Block a user