do not rename current message buffer if the name has not changed
This commit is contained in:
@ -502,7 +502,8 @@ buffers; lets remap its faces so it uses the ones for mu4e."
|
|||||||
(rename-buffer (generate-new-buffer-name
|
(rename-buffer (generate-new-buffer-name
|
||||||
(truncate-string-to-width str
|
(truncate-string-to-width str
|
||||||
mu4e~compose-buffer-max-name-length
|
mu4e~compose-buffer-max-name-length
|
||||||
nil nil t)))))
|
nil nil t)
|
||||||
|
(buffer-name)))))
|
||||||
|
|
||||||
(defun mu4e~compose-crypto-reply (parent compose-type)
|
(defun mu4e~compose-crypto-reply (parent compose-type)
|
||||||
"When composing a reply to an encrypted message, we can
|
"When composing a reply to an encrypted message, we can
|
||||||
|
|||||||
Reference in New Issue
Block a user