talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit dc8db42475570161448318cf1677048fd7b90ea0
parent faf9c1d8e6c95227367e76d247c19eea601a75e4
Author: Ricardo Mones <ricardo@mones.org>
Date:   Tue,  5 Jul 2016 15:01:46 +0200

Fix #3653: document plugin path configuration

Diffstat:
Mmanual/plugins.xml | 26++++++++++++++++++++++++++
1 file changed, 26 insertions(+), 0 deletions(-)

diff --git a/manual/plugins.xml b/manual/plugins.xml @@ -389,5 +389,31 @@ </para> </section> + <section id="plugin_path_config"> + <title>Plugin path configuration</title> + <para> + By default, when loading a plugin, its full path is saved in + <filename>~/.claws-mail/clawsrc</filename>. + </para><para> + As most users have only one copy of Claws Mail installed and always + use the same installation method, this is not a problem. + </para><para> + However, if you have multiple copies of Claws Mail installed + and want to share the same configuration among them, this may not + work, particularly when using different versions of Claws Mail. + </para><para> + A second installed copy will try to load the plugins installed by + the first and, if the versions differ, the plugins will be rejected. + </para><para> + In order to avoid this problem you can manually edit the plugins + section in the <filename>clawsrc</filename> file, replacing the full + path with just the plugin file name of those you want to load + relative to the copy of Claws Mail being run. + </para><para> + In so doing, each copy of Claws Mail will try to load those plugins + from its own plugin directory, rather than a fixed location. + </para> + </section> + </section>