X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=manual%2Fplugins.xml;h=84a6df22dee121bced7b301ef2df50d79d41350e;hp=d4dec81cff095951422cd3810a3f6dcd48a12b32;hb=296282805f6b8485f80f5b9f7e696b1da2049dd2;hpb=28033d066dd59ca5347ad597e206980918764eea diff --git a/manual/plugins.xml b/manual/plugins.xml index d4dec81cf..84a6df22d 100644 --- a/manual/plugins.xml +++ b/manual/plugins.xml @@ -132,7 +132,7 @@ Fancy - Enables the display of HTML messages using the GTK+ port of the + Enables the rendering of HTML messages using the GTK+ port of the WebKit library. @@ -169,8 +169,8 @@ Libravatar - Enables displaying avatar images associated to user profiles in - libravatar.org or user's avatar enabled domains. + Enables the display of avatar images associated with user profiles at + libravatar.org or the user's avatar enabled domains. More information: www.claws-mail.org/plugin.php?plugin=libravatar @@ -198,9 +198,9 @@ NewMail - Writes a msg header summary to a log file, (Default: - ~/Mail/NewLog), on arrival of new mail - after sorting. + Writes a message header summary to a log file, (Default: + ~/Mail/NewLog), on arrival of new mail + after sorting. @@ -334,7 +334,7 @@ TNEF parse - This plugin enables reading application/ms-tnef attachments. + This plugin enables reading application/ms-tnef attachments. More information: www.claws-mail.org/plugin.php?plugin=tnef_parser @@ -372,16 +372,16 @@ Libravatar or Fancy). These plugins use the Curl library. Hence, if your Internet access is restricted by a proxy, you will need to tell libCurl to use this proxy. This is done by setting an environment variable, - http_proxy. For example, http_proxy=http://user:passwd@myproxy.example.com:8080 + http_proxy. For example, + http_proxy=http://user:passwd@myproxy.example.com:8080 will tell libCurl to connect to port 8080 of the machine myproxy.example.com, with the user user and password passwd to connect to the Internet. - You can either set this variable before starting Claws Mail, by - using for example + You can either set this variable before starting Claws Mail by + using, for example, http_proxy=http://user:passwd@myproxy.example.com:8080 - claws-mail, or set it in your + claws-mail, or you can set it in your ~/.bashrc file (or your shell equivalent), by adding the following lineOther shells may have diferent syntaxes, check your shell's manual page.: