Next: Attaching files with dired, Previous: Speedbar support, Up: Interaction with other tools [Contents]
mu-cite44 is a package to control the way message citations look like (i.e., the message you responded to when you reply to them or forward them), with its latest version available at http://www.jpl.org/elips/mu/.
After installing mu-cite, you can use something like the following to make it work with mu4e:
(require 'mu-cite)
(setq mu4e-cite-function 'mu-cite-original)
(setq mu-cite-top-format
'("On " date ", " from " wrote:\n\n"))
(setq mu-cite-prefix-format '(" > ")))