* mu4e-send.el: use mu4e-send-citation-prefix instead of hardcoded " > "
(thanks to James Ladan)
This commit is contained in:
@ -68,7 +68,8 @@ of mm and emacs."
|
|||||||
(or (caar from) (cdar from) "someone")
|
(or (caar from) (cdar from) "someone")
|
||||||
"someone"))
|
"someone"))
|
||||||
"\n\n"
|
"\n\n"
|
||||||
(replace-regexp-in-string "^" " > " body)))))
|
(replace-regexp-in-string "^"
|
||||||
|
mu4e-send-citation-prefix body)))))
|
||||||
|
|
||||||
(defun mu4e-send-recipients-remove (lst email-to-remove)
|
(defun mu4e-send-recipients-remove (lst email-to-remove)
|
||||||
"Remove the recipient with EMAIL from the recipient list (of form
|
"Remove the recipient with EMAIL from the recipient list (of form
|
||||||
|
|||||||
Reference in New Issue
Block a user