From 558a6fd0b045e2234c22ce2d8383bbd774f21732 Mon Sep 17 00:00:00 2001 From: djcb Date: Tue, 7 Aug 2012 11:45:07 +0300 Subject: [PATCH] * mu4e: small doc update --- mu4e/mu4e.texi | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/mu4e/mu4e.texi b/mu4e/mu4e.texi index 93db8b19..f1c1249e 100644 --- a/mu4e/mu4e.texi +++ b/mu4e/mu4e.texi @@ -1779,12 +1779,11 @@ such as auto-completion when jumping to a maildir. @node Citations with mu-cite @section Citations with @t{mu-cite} -Note, apart from its name @t{mu-cite} is a project totally unconnected to -@t{mu}/@t{mu4e}. - -@t{mu-cite} is a package to control the way message citations look like (i.e., -the message you responded to when you reply to them or forward them), with its -latest version available at @url{http://www.jpl.org/elips/mu/}. +@t{mu-cite}@footnote{Note, despite its name, @t{mu-cite} is a project +unconnected to @t{mu}/@t{mu4e}} is a package to control the way message +citations look like (i.e., the message you responded to when you reply to them +or forward them), with its latest version available at +@url{http://www.jpl.org/elips/mu/}. After installation of the @t{mu-cite}, you can use something like the following to make it work with @t{mu4e}: @@ -1793,7 +1792,7 @@ following to make it work with @t{mu4e}: (require 'mu-cite) (setq message-cite-function 'mu-cite-original) (setq mu-cite-top-format - '("On " date ", " full-name " wrote:\n\n")) + '("On " date ", " from " wrote:\n\n")) (setq mu-cite-prefix-format '(" > "))) @end lisp