From: Jani Nikula Date: Mon, 15 Sep 2014 11:52:15 +0000 (+0200) Subject: citation line X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=16e642531190fdaf2f62077f97d39c275e4afd01 citation line --- diff --git a/faq.mdwn b/faq.mdwn index f6d8a71..52fccf3 100644 --- a/faq.mdwn +++ b/faq.mdwn @@ -19,3 +19,10 @@ with the same message (i.e. the files have identical Message-ID). A ## How do I delete messages See [[excluding]]. + +## How do I configure the citation line when replying in Emacs? + + (setq message-citation-line-format "On %a, %d %b %Y, %f wrote:") + (setq message-citation-line-function 'message-insert-formatted-citation-line) + +See help for `message-citation-line-format` for details.