diff options
author | Not Zed <NotZed@Ximian.com> | 2005-08-31 13:00:49 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-08-31 13:00:49 +0800 |
commit | 9b249e6568b86180e210525ba10600f6805a3dc1 (patch) | |
tree | db1997af19d4b02789e3d7230d06e5a0b4b6ba99 /doc/devel/evolution-plugin-manual.xml | |
parent | 3d53787d8ecdd9d39b0adaa47adc412b88290d50 (diff) | |
download | gsoc2013-evolution-9b249e6568b86180e210525ba10600f6805a3dc1.tar.gz gsoc2013-evolution-9b249e6568b86180e210525ba10600f6805a3dc1.tar.zst gsoc2013-evolution-9b249e6568b86180e210525ba10600f6805a3dc1.zip |
fix e-import.c not to be included twice & added invocation of xsltproc to
2005-08-31 Not Zed <NotZed@Ximian.com>
* build-eplugin-manual.pl: fix e-import.c not to be included twice
& added invocation of xsltproc to build the html.
* evolution-plugin-manual.xml: fixed some syntax errors.
svn path=/trunk/; revision=30297
Diffstat (limited to 'doc/devel/evolution-plugin-manual.xml')
-rw-r--r-- | doc/devel/evolution-plugin-manual.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/devel/evolution-plugin-manual.xml b/doc/devel/evolution-plugin-manual.xml index c25743e315..2046910a41 100644 --- a/doc/devel/evolution-plugin-manual.xml +++ b/doc/devel/evolution-plugin-manual.xml @@ -1760,6 +1760,7 @@ <constant>x-evolution/message/rfc822</constant> and invokes it to begin message formatting. The default handler displays the message headers and then formats the message contents. + </simpara> </listitem> <listitem> <simpara>Using the mime-type of the content object (whether @@ -2483,7 +2484,7 @@ it is finished.</entry> </row> <row> - <entry><constant>x-evolution/message/rfc822</entry> + <entry><constant>x-evolution/message/rfc822</constant></entry> <entry>This handler is called to output messages, including attached messages. The default handler will output the user-desired message headers and then render the message |