pkgsrc-wip/mu-cite/MESSAGE
Makoto Fujiwara 136ef5de88 Import mu-cite-201006212322 as wip/mu-cite.
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
---
2011-04-07 03:01:53 +00:00

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.
===========================================================================