diff options
-rw-r--r-- | help/C/add-account.page | 1 | ||||
-rw-r--r-- | help/C/disable-account.page | 78 | ||||
-rw-r--r-- | help/C/remove-account.page | 85 |
3 files changed, 164 insertions, 0 deletions
diff --git a/help/C/add-account.page b/help/C/add-account.page index 3d7a3d13b..59db36934 100644 --- a/help/C/add-account.page +++ b/help/C/add-account.page @@ -4,6 +4,7 @@ <info> <link type="guide" xref="index"/> + <link type="seealso" xref="remove-account"/> <desc>Add a new account to <app>Empathy</app>.</desc> <revision version="3.0" date="2009-06-14" status="stub"/> diff --git a/help/C/disable-account.page b/help/C/disable-account.page new file mode 100644 index 000000000..e17b90ce8 --- /dev/null +++ b/help/C/disable-account.page @@ -0,0 +1,78 @@ +<page xmlns="http://www.gnome.org/~shaunm/mallard" + type="topic" + id="disable-account"> + + <info> + <link type="guide" xref="index"/> + <link type="seealso" xref="remove-account"/> + <desc>Remove an account from <app>Empathy</app>.</desc> + <revision version="3.0" date="2009-06-14" status="stub"/> + + <credit type="author"> + <name>Milo Casagrande</name> + <email>milo@ubuntu.com</email> + </credit> + <copyright> + <year>2009</year> + <name>GNOME Documentation Project</name> + </copyright> + + <license>Creative Commons Share Alike</license> + + <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" + /> + </info> + + <comment> + <cite date="2009-06-14"><name>Milo Casagrande</name></cite> + <p>Section about how to disable an account from <app>Empathy</app>.</p> + </comment> + + <title>How can I disable an account?</title> + + <p> + Disabling an account means to deactivete it, temporaly or + permanently. All the conversations you had will be kept in your computer. + </p> + <p> + After disabling an account, you will be able to enable it again. + </p> + + <steps> + <item> + <p> + From the <gui>Contact List</gui> window, perform one of the following: + </p> + <list> + <item> + <p> + Press <key>F4</key> + </p> + </item> + <item> + <p> + Choose <guiseq><gui>Edit</gui><gui>Accounts</gui></guiseq> + </p> + </item> + </list> + </item> + <item> + <p> + Select the account you wish to disable in the box on the + left of the dialog. + </p> + </item> + <item> + <p> + Deselect the <gui>Enabled</gui> check-box. + </p> + </item> + </steps> + + <note> + <p> + If you want to remove an account, see <link xref="remove-account"/>. + </p> + </note> + +</page>
\ No newline at end of file diff --git a/help/C/remove-account.page b/help/C/remove-account.page new file mode 100644 index 000000000..efa06e5cc --- /dev/null +++ b/help/C/remove-account.page @@ -0,0 +1,85 @@ +<page xmlns="http://www.gnome.org/~shaunm/mallard" + type="topic" + id="remove-account"> + + <info> + <link type="guide" xref="index"/> + <desc>Remove an account from <app>Empathy</app>.</desc> + <revision version="3.0" date="2009-06-14" status="stub"/> + + <credit type="author"> + <name>Milo Casagrande</name> + <email>milo@ubuntu.com</email> + </credit> + <copyright> + <year>2009</year> + <name>GNOME Documentation Project</name> + </copyright> + + <license>Creative Commons Share Alike</license> + + <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" + /> + </info> + + <comment> + <cite date="2009-06-14"><name>Milo Casagrande</name></cite> + <p>Section about how to remove an account from <app>Empathy</app>.</p> + </comment> + + <title>How can I remove an account?</title> + + <p> + Removing an account means to delete it from your computer with all + the conversations you had with other people. + </p> + <p> + After removing an account you will not be able to recover it or + the conversations you had. + </p> + + <steps> + <item> + <p> + From the <gui>Contact List</gui> window, perform one of the following: + </p> + <list> + <item> + <p> + Press <key>F4</key> + </p> + </item> + <item> + <p> + Choose <guiseq><gui>Edit</gui><gui>Accounts</gui></guiseq> + </p> + </item> + </list> + </item> + <item> + <p> + Select the account you wish to remove in the box on the + left of the dialog. + </p> + </item> + <item> + <p> + Click on the <gui>Remove</gui> button. + </p> + </item> + <item> + <p> + A dialog will be shown asking for confirmation. Click on + the <gui>Remove</gui> button to permanently remove the + account. + </p> + </item> + </steps> + + <note> + <p> + If you only want to disable an account, see <link xref="disable-account"/>. + </p> + </note> + +</page>
\ No newline at end of file |