diff options
-rw-r--r-- | help/C/data-storage.page | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/help/C/data-storage.page b/help/C/data-storage.page index 395f2961d4..808175ace1 100644 --- a/help/C/data-storage.page +++ b/help/C/data-storage.page @@ -6,7 +6,7 @@ <link type="guide" xref="index#common-other-problems" /> - <revision pkgversion="3.3.91" version="0.4" date="2012-02-18" status="draft"/> + <revision pkgversion="3.5.3" version="0.5" date="2012-06-09" status="final"/> <credit type="author"> <name its:translate="no">Andre Klapper</name> <email its:translate="no">ak-47@gmx.net</email> @@ -23,7 +23,7 @@ <p>This is only interesting for advanced users who want to debug problems.</p> </note> -<p>Evolution 3.4 and later stores its data according to the <link href="http://www.freedesktop.org/wiki/Specifications/basedir-spec">XDG Base Directory Specification</link>. By default this means:</p> +<p>Evolution 3.6 and later stores its data according to the <link href="http://www.freedesktop.org/wiki/Specifications/basedir-spec">XDG Base Directory Specification</link>. By default this means:</p> <terms> <item> @@ -35,6 +35,10 @@ <p><file>$HOME/.config/evolution</file></p> </item> <item> +<title>Account settings</title> +<p><file>$HOME/.config/evolution/sources</file></p> +</item> +<item> <title>Disposable data caches</title> <p><file>$HOME/.cache/evolution</file></p> </item> |