From 1d18f4f8d4f70f6643c81863d1b0e20be8a9ab2b Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 10 Apr 2013 01:49:09 +0200 Subject: Add the separate accounts page --- doc/source/misc/separate.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/source/misc/separate.rst (limited to 'doc/source/misc/separate.rst') diff --git a/doc/source/misc/separate.rst b/doc/source/misc/separate.rst new file mode 100644 index 00000000..7392cea6 --- /dev/null +++ b/doc/source/misc/separate.rst @@ -0,0 +1,21 @@ +Using several accounts +====================== + +Poezio does not support multi-accounts, and we do not plan to do so in a +foreseeable future. However, you can run several poezio instances (e.g. with +tmux or screen) to have similar functionnality. + +You can specify a different configuration file than the default with: + +.. code-block:: bash + + ./launch.sh -f separate_config.cfg + + +The relevant options for a separate config are the following: + +* :term:`plugins_dir`: A different directory for the plugin sources (not _that_ useful) +* :term:`log_dir`: A different directory for logs +* :term:`plugins_conf_dir`: A different directory for plugin configurations ; useful for the GPG plugin, for example. + +Those options are detailed in the *configuration page*. -- cgit v1.2.3