Fix #3653: document plugin path configuration
authorRicardo Mones <ricardo@mones.org>
Tue, 5 Jul 2016 13:01:46 +0000 (15:01 +0200)
committerRicardo Mones <ricardo@mones.org>
Tue, 5 Jul 2016 13:01:46 +0000 (15:01 +0200)
manual/plugins.xml

index 421e6df9138117ebee576d9804cd8abb6c2284f2..6cb2629ae15374d309caf05b68857d40082db821 100644 (file)
     </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>