From 65b060c400d7d41c5ff98f8397b293f98502da69 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Sat, 18 Feb 2012 17:15:09 +0100 Subject: User Docs: Update gconf locations to GSettings/dconf --- help/C/data-storage.page | 8 ++++---- help/C/mail-composer-change-quotation-string.page | 14 +++++++++++--- help/C/mail-sorting-message-list.page | 8 ++++++-- 3 files changed, 21 insertions(+), 9 deletions(-) (limited to 'help') 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 @@ - + Andre Klapper ak-47@gmx.net @@ -23,7 +23,7 @@

This is only interesting for advanced users who want to debug problems.

-

If you run Evolution 2.32.0 or later, data will be stored according to the XDG Base Directory Specification. By default this means:

+

Evolution 3.4 and later stores its data according to the XDG Base Directory Specification. By default this means:

@@ -39,8 +39,8 @@

$HOME/.cache/evolution

-Configuration settings in GConf -

$HOME/.gconf/apps/evolution

+Configuration settings in GSettings +

$HOME/.config/dconf

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 @@ - + Andre Klapper ak-47@gmx.net @@ -21,7 +21,15 @@ Changing the "On date, person wrote:" string when replying -

Advanced users can change this string by editing the gconf key /apps/evolution/mail/composer/message_attribution via gconf-editor.

- +

Advanced users can change this string.

+ + +

Open the dconf-editor application.

+

Navigate to org.gnome.evolution.mail.

+

Enter the prefered quotation string as the value for the key composer-message-attribution.

+
+ +

You might need to install dconf-editor to perform these steps.

+ 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 @@ - + Andre Klapper ak-47@gmx.net @@ -36,7 +36,11 @@

You can use a threaded message view to sort emails. To enable this feature, click on ViewGroup By Threads or press CtrlT.

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.

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.

-

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.

+

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 Terminal application and running the command gsettings set org.gnome.evolution.mail thread-expand true

+ ++

Open the Terminal application.

++

Run the command gsettings set org.gnome.desktop.interface can-change-accels true

+
-- cgit v1.2.3