Go to the first, previous, next, last section, table of contents.


mu-cite.el

普通のメーラと同じ設定で OK です。以下は設定の一例です。

mu-cite 8.0以前のバージョンをお使いなら、 以下のように設定してください。

(autoload 'mu-cite/cite-original "mu-cite" nil t)
(setq mail-citation-hook 'mu-cite/cite-original)

mu-cite 8.1以降のバージョンをお使いなら、 以下のように設定してください。

(autoload 'mu-cite-original "mu-cite" nil t)
(add-hook 'mail-citation-hook (function mu-cite-original))


Go to the first, previous, next, last section, table of contents.