diff options
author | mathieui <mathieui@mathieui.net> | 2013-03-03 00:39:22 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2013-03-03 00:39:22 +0100 |
commit | b8bc08eb4cce3313d0c2b06e2c898f5207299808 (patch) | |
tree | aa043a85df6bbef1fae6b32cdfd989881fbcb619 | |
parent | e861290d102c4fb11157898c8bf4b098b6c002fd (diff) | |
download | poezio-b8bc08eb4cce3313d0c2b06e2c898f5207299808.tar.gz poezio-b8bc08eb4cce3313d0c2b06e2c898f5207299808.tar.bz2 poezio-b8bc08eb4cce3313d0c2b06e2c898f5207299808.tar.xz poezio-b8bc08eb4cce3313d0c2b06e2c898f5207299808.zip |
Add help about multi-account
-rw-r--r-- | doc/en/misc/index.txt | 1 | ||||
-rw-r--r-- | doc/en/misc/separate.txt | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/doc/en/misc/index.txt b/doc/en/misc/index.txt index 52331942..7eaecf5f 100644 --- a/doc/en/misc/index.txt +++ b/doc/en/misc/index.txt @@ -6,3 +6,4 @@ Available pages in this topic * link:correct.html[Message Correction] +* link:separate.html[Using several accounts] diff --git a/doc/en/misc/separate.txt b/doc/en/misc/separate.txt new file mode 100644 index 00000000..76db8877 --- /dev/null +++ b/doc/en/misc/separate.txt @@ -0,0 +1,20 @@ +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: + +[source, bash] + ./launch.sh -f separate_config.cfg + + +The relevant options for a separate config are the following: + +* *plugins_dir*: A different directory for the plugin sources (not _that_ useful) +* *log_dir*: A different directory for logs +* *plugins_conf_dir*: A different directory for plugin configurations ; useful for the GPG plugin, for example. + +Those options are detailed in the link:../configure.html[configuration page]. |