136ef5de88
Citing recently read Mail message when writing mail reply. --- MU stands for "Message Utilities". It consists of following modules: mu-cite: a citation utility mu-cite.el --- main module of mu-cite mu-bbdb.el --- mu-cite submodule for BBDB mu-register.el --- mu-cite submodule for registration latex-math-symbol.el --- translate mathematical symbols of LaTeX into MULE characters ---
19 lines
744 B
Text
19 lines
744 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2011/04/07 03:01:53 makoto Exp $
|
|
You may have following lines in your init-file (~/.emacs etc)
|
|
;; --------
|
|
; -*- Emacs-Lisp -*-
|
|
(autoload 'mu-cite-original "mu-cite" nil t)
|
|
(add-hook 'mail-citation-hook (function mu-cite-original))
|
|
(setq mu-cite-top-format
|
|
'(
|
|
id " in the following mail,\n"
|
|
"| To: " to "\n"
|
|
"| From: " from "\n"
|
|
"| Subject: " subject "\n"
|
|
"| Date: " date "\n"
|
|
"| Message-ID: " message-id "\n"
|
|
"\n"))
|
|
;; --------
|
|
For other info, see ${PREFIX}/share/doc/mu-cite/{README.en,NEWS}, thanks.
|
|
===========================================================================
|