]> git.cworth.org Git - notmuch-wiki/blobdiff - faq.mdwn
news for 0.20.1. s/setup/set up/ change for 0.3 included
[notmuch-wiki] / faq.mdwn
index f6d8a71e2a422b056c93dee688dc65fa49940246..d6112132148a0c9682c702b73c2ff4c3c9669a7b 100644 (file)
--- 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.