]> git.0d.be Git - empathy.git/blob - help/C/remove-account.page
Use gtk_list_store_insert_with_values ()
[empathy.git] / help / C / remove-account.page
1 <page xmlns="http://projectmallard.org/1.0/"
2       xmlns:e="http://projectmallard.org/experimental/"
3       type="topic" style="task"
4       id="remove-account">
5
6   <info>
7     <link type="guide" xref="index#accounts"/>
8     <desc>Completely remove an account from <app>Empathy</app>.</desc>
9     <revision pkgversion="2.28" version="0.1" date="2009-06-14" status="draft"/>
10     <revision pkgversion="2.28" version="0.2" date="2009-08-10" status="review"/>
11     <revision pkgversion="2.28" version="0.3" date="2009-08-27" status="review">
12       <!--
13       <e:review by="shaunm@gnome.org" date="2009-08-31" status="done"/>
14       -->
15     </revision>
16     <revision pkgversion="2.30" version="0.4" date="2010-04-19" status="review"/>
17     <credit type="author">
18       <name>Milo Casagrande</name>
19       <email>milo@ubuntu.com</email>
20     </credit>
21     <license>
22       <p>Creative Commons Share Alike 3.0</p>
23     </license>    
24 <!--
25     <copyright>
26       <year>2009</year>
27       <name>GNOME Documentation Project</name>
28     </copyright>
29     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
30 -->
31   </info>
32
33   <title>Remove an account</title>
34
35   <p>You can completely remove an account from <app>Empathy</app> if you no
36   longer wish to use the account.  If you wish to use the account in
37   <app>Empathy</app> again in the future, you will have to add your account
38   details again.</p>
39   
40   <steps>
41     <item>
42       <p>From the <gui>Contact List</gui> window, choose <guiseq><gui>Edit</gui>
43       <gui>Accounts</gui></guiseq>, or press <key>F4</key>.</p>
44     </item>
45     <item>
46       <p>Select the account you wish to remove from the accounts list on the
47       left side of the window.</p>
48     </item>
49     <item>
50       <p>Click on <gui style="button">Remove</gui>.</p>
51     </item>
52     <item>
53       <p>A dialog will be shown asking for confirmation. Click the <gui>Remove</gui>
54       button to permanently remove the account.</p>
55     </item>
56   </steps>
57
58   <note>
59     <p>Even after removing an account, <app>Empathy</app> does not delete
60     your conversation history for that account.</p>
61   </note>
62
63 </page>