aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2012-02-19 00:15:09 +0800
committerAndre Klapper <a9016009@gmx.de>2012-02-19 00:15:09 +0800
commit65b060c400d7d41c5ff98f8397b293f98502da69 (patch)
treece52781f6208f85660b006fa8c4f092daa85d592
parenta29661dce958cce11a8a5e51be0a69c241f707c3 (diff)
downloadgsoc2013-evolution-65b060c400d7d41c5ff98f8397b293f98502da69.tar
gsoc2013-evolution-65b060c400d7d41c5ff98f8397b293f98502da69.tar.gz
gsoc2013-evolution-65b060c400d7d41c5ff98f8397b293f98502da69.tar.bz2
gsoc2013-evolution-65b060c400d7d41c5ff98f8397b293f98502da69.tar.lz
gsoc2013-evolution-65b060c400d7d41c5ff98f8397b293f98502da69.tar.xz
gsoc2013-evolution-65b060c400d7d41c5ff98f8397b293f98502da69.tar.zst
gsoc2013-evolution-65b060c400d7d41c5ff98f8397b293f98502da69.zip
User Docs: Update gconf locations to GSettings/dconf
-rw-r--r--help/C/data-storage.page8
-rw-r--r--help/C/mail-composer-change-quotation-string.page14
-rw-r--r--help/C/mail-sorting-message-list.page8
3 files changed, 21 insertions, 9 deletions
diff --git a/help/C/data-storage.page b/help/C/data-storage.page
index 8e02401513..3395632ef2 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.1.91" version="0.3" date="2011-09-29" status="draft"/>
+ <revision pkgversion="3.3.91" version="0.4" date="2012-02-18" status="draft"/>
<credit type="author">
<name>Andre Klapper</name>
<email>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>If you run Evolution 2.32.0 or later, data will be stored 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.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>
<terms>
<item>
@@ -39,8 +39,8 @@
<p><file>$HOME/.cache/evolution</file></p>
</item>
<item>
-<title>Configuration settings in GConf</title>
-<p><file>$HOME/.gconf/apps/evolution</file></p>
+<title>Configuration settings in GSettings</title>
+<p><file>$HOME/.config/dconf</file></p>
</item>
</terms>
diff --git a/help/C/mail-composer-change-quotation-string.page b/help/C/mail-composer-change-quotation-string.page
index 726abb24c6..7911a9f141 100644
--- a/help/C/mail-composer-change-quotation-string.page
+++ b/help/C/mail-composer-change-quotation-string.page
@@ -8,7 +8,7 @@
<link type="seealso" xref="mail-composer-reply" />
<link type="seealso" xref="mail-composer-forward" />
- <revision pkgversion="2.32.1" version="0.2" date="2010-12-15" status="draft"/>
+ <revision pkgversion="3.3.91" version="0.3" date="2012-02-18" status="draft"/>
<credit type="author">
<name>Andre Klapper</name>
<email>ak-47@gmx.net</email>
@@ -21,7 +21,15 @@
<title>Changing the "On date, person wrote:" string when replying</title>
-<p>Advanced users can change this string by editing the gconf key <file>/apps/evolution/mail/composer/message_attribution</file> via gconf-editor.<!-- Codebase: evolution/mail/em-composer-utils.c --></p>
-<!-- TODO: Outdated once Evolution switches to GSettings -->
+<p>Advanced users can change this string.</p>
+
+<list>
+<item><p>Open the <app>dconf-editor</app> application.</p></item>
+<item><p>Navigate to <code>org.gnome.evolution.mail</code>.</p></item>
+<item><p>Enter the prefered quotation string as the value for the key <gui>composer-message-attribution</gui>.</p></item>
+</list>
+
+<note><p>You might need to <link action="install:dconf-editor" href="http://ftp.gnome.org/pub/gnome/sources/dconf-editor/">install dconf-editor</link> to perform these steps.</p></note>
+
</page>
diff --git a/help/C/mail-sorting-message-list.page b/help/C/mail-sorting-message-list.page
index 84ed48ef9d..3d0237cd38 100644
--- a/help/C/mail-sorting-message-list.page
+++ b/help/C/mail-sorting-message-list.page
@@ -7,7 +7,7 @@
<link type="guide" xref="mail-organizing"/>
- <revision pkgversion="2.32.1" version="0.2" date="2011-07-31" status="review"/>
+ <revision pkgversion="3.3.91" version="0.3" date="2012-02-18" status="final"/>
<credit type="author">
<name>Andre Klapper</name>
<email>ak-47@gmx.net</email>
@@ -36,7 +36,11 @@
<p>You can use a threaded message view to sort emails. To enable this feature, click on <guiseq><gui>View</gui><gui>Group By Threads</gui></guiseq> or press <keyseq><key>Ctrl</key><key>T</key></keyseq>.</p>
<p>This feature, when enabled, groups replies with the original email and allows you to follow the flow of the conversation from one message to the next.</p>
<p>When a new message arrives, it will be added below the parent message. Threads are sorted and displayed based on the date of the most recent message received.</p>
-<note style="tip"><p>For Advanced Users: There is a GConf key that allows you to toggle between the collapsed and expanded state of the email threads. The collapsed state is enabled by default and may be modified at /apps/evolution/mail/display/thread_expand.</p>
+<note style="tip"><p>For Advanced Users: There is a GSettings key that allows you to toggle between the collapsed and expanded state of the email threads. The collapsed state is enabled by default. It can be changed by starting the <app>Terminal</app> application and running the command <command>gsettings set org.gnome.evolution.mail thread-expand true</command></p>
+
++<item><p>Open the <app>Terminal</app> application.</p></item>
++<item><p>Run the command <command>gsettings set org.gnome.desktop.interface can-change-accels true</command></p></item>
+
</note>
</section>