2006-03-04 [wwp] 2.0.0cvs105

* manual/advanced.xml
		typo.
This commit is contained in:
Tristan Chabredier 2006-03-04 08:12:41 +00:00
parent f10680c3a5
commit d05c99b2c2
4 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2006-03-04 [wwp] 2.0.0cvs105
* manual/advanced.xml
typo.
2006-03-03 [colin] 2.0.0cvs104
* src/plugins/clamav/clamav_plugin_gtk.c

View file

@ -1288,3 +1288,4 @@
( cvs diff -u -r 1.13.2.17 -r 1.13.2.18 src/common/plugin.c; ) > 2.0.0cvs102.patchset
( cvs diff -u -r 1.13.2.20 -r 1.13.2.21 src/plugins/clamav/clamav_plugin.c; ) > 2.0.0cvs103.patchset
( cvs diff -u -r 1.9.2.16 -r 1.9.2.17 src/plugins/clamav/clamav_plugin_gtk.c; ) > 2.0.0cvs104.patchset
( cvs diff -u -r 1.1.2.10 -r 1.1.2.11 manual/advanced.xml; ) > 2.0.0cvs105.patchset

View file

@ -11,7 +11,7 @@ MINOR_VERSION=0
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=104
EXTRA_VERSION=105
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=

View file

@ -70,7 +70,7 @@
<section id="adv_plugins">
<title>Plugins</title>
<para>
Plugins are the mechanism for extending Sylpheed-Claws' capabilities. For eample, imagine that you want to store your mails in a remote <acronym>SQL</acronym> database. In most mailers out there this is simply impossible without reworking the internals of the mailer. With Sylpheed-Claws you can simply write a plugin to achieve the task.
Plugins are the mechanism for extending Sylpheed-Claws' capabilities. For example, imagine that you want to store your mails in a remote <acronym>SQL</acronym> database. In most mailers out there this is simply impossible without reworking the internals of the mailer. With Sylpheed-Claws you can simply write a plugin to achieve the task.
</para>
<para>
This is just an example of the possibilities. A good number of plugins developed for Sylpheed-Claws already exist, and more are to come. The <link linkend="ch_plugins">Extending Sylpheed-Claws section</link> gives details of them.