* mu4e: small doc fixes

This commit is contained in:
djcb
2013-04-17 21:04:42 +03:00
parent 9d1c404914
commit c657a816d3
2 changed files with 7 additions and 7 deletions

View File

@ -102,8 +102,8 @@ The first letter of NAME is used as a shortcut character.")
("ein-emacs" . mu4e-view-open-attachment-emacs) ("ein-emacs" . mu4e-view-open-attachment-emacs)
("|pipe" . mu4e-view-pipe-attachment)) ("|pipe" . mu4e-view-pipe-attachment))
"List of actions to perform on message attachments. "List of actions to perform on message attachments.
The actions are of the form: The actions are cons-cells of the form:
(NAME FUNC) (NAME . FUNC)
where: where:
* NAME is the name of the action (e.g. \"Count lines\") * NAME is the name of the action (e.g. \"Count lines\")
* FUNC is a function which receives two arguments: the message * FUNC is a function which receives two arguments: the message
@ -302,11 +302,11 @@ at POINT, or if nil, at (point)."
"Compose a message for the address at (point)." "Compose a message for the address at (point)."
(interactive "P") (interactive "P")
(let ((email (get-text-property (point) 'email)) (let ((email (get-text-property (point) 'email))
(long (get-text-property (point) 'long))) (long (get-text-property (point) 'long)))
(unless email (mu4e-error "No address at point")) (unless email (mu4e-error "No address at point"))
(kill-new (if full long email)) (kill-new (if full long email))
(mu4e-message "Address copied."))) (mu4e-message "Address copied.")))
(defun mu4e~view-construct-contacts-header (msg field) (defun mu4e~view-construct-contacts-header (msg field)
"Add a header for a contact field (ie., :to, :from, :cc, :bcc)." "Add a header for a contact field (ie., :to, :from, :cc, :bcc)."
(mu4e~view-construct-header field (mu4e~view-construct-header field

View File

@ -1,7 +1,7 @@
\input texinfo.tex @c -*-texinfo-*- \input texinfo.tex @c -*-texinfo-*-
@c %**start of header @c %**start of header
@setfilename mu4e.info @setfilename mu4e.info
@settitle mu4e user manual @settitle mu4e @value{mu-version} user manual
@c Use proper quote and backtick for code sections in PDF output @c Use proper quote and backtick for code sections in PDF output
@c Cf. Texinfo manual 14.2 @c Cf. Texinfo manual 14.2
@ -54,7 +54,7 @@ Documentation License.''
@unnumbered Welcome to mu4e @unnumbered Welcome to mu4e
@end iftex @end iftex
Welcome to @t{mu4e}! Welcome to @t{mu4e} @value{mu-version}!
@t{mu4e} (@t{mu}-for-emacs) is an e-mail client for GNU-Emacs version 23 and @t{mu4e} (@t{mu}-for-emacs) is an e-mail client for GNU-Emacs version 23 and
later, built on top of the later, built on top of the
@ -3413,7 +3413,7 @@ A typical message s-expression looks something like the following:
:in-reply-to "38203498230942D81EE81AF0114E4E74@@123213.mail.example.com" :in-reply-to "38203498230942D81EE81AF0114E4E74@@123213.mail.example.com"
:body-txt "Hi Tom, :body-txt "Hi Tom,
.... ....
")) ")
@end lisp @end lisp
This s-expression forms a property list (@t{plist}), and we can get values This s-expression forms a property list (@t{plist}), and we can get values