* mu4e: some minor doc fixes

This commit is contained in:
djcb 2012-10-22 20:27:49 +03:00
parent 0276ea0408
commit 77c72d684b
1 changed files with 6 additions and 5 deletions

View File

@ -612,7 +612,7 @@ Whether you see both, one or none of these letters depends on the way @t{mu}
is built.
Let's walk through the menu.
@node Basic actions
@section Basic actions
@ -709,7 +709,8 @@ shows the @emph{time} for today's messages, and the @emph{date} for older
messages. If you want to distinguish between 'today' and 'older', you can use
the @t{:date} field instead.
@item You can customize the date and time formats with the variable
@t{mu4e-headers-date-format} and @t{mu4e-headers-time-format}, respectively.
@code{mu4e-headers-date-format} and @code{mu4e-headers-time-format},
respectively.
@item The header field used for sorting is indicated by ``@t{V}'' or
``@t{^}''@footnote{or you can use little graphical triangles; see variable
@code{mu4e-use-fancy-chars}}, indicating the sort order (descending or
@ -1330,7 +1331,7 @@ is also at your disposal.
@end itemize
@noindent
Let's look at some examples. First, let's suppose we want to set the
Let's look at some examples. First, suppose we want to set the
@t{From:}-address for a reply message based on the receiver of the original:
@lisp
;; 1) messages to me@@foo.com should be replied with From:me@@foo.com
@ -2521,7 +2522,7 @@ customize.
("/work" . ?w)
("/sent" . ?s)))
;; a list of user's e-mail addresses
;; a list of user's e-mail addresses
(setq mu4e-user-mail-address-list '("foo@@bar.com" "cuux@@example.com")
;; when you want to use some external command for text->html
@ -3127,7 +3128,7 @@ lines. @t{mu} itself keeps a log as well, you can find this it in
@node GNU Free Documentation License
@appendix GNU Free Documentation License
@include fdl.texi
@bye