1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
<page xmlns="http://projectmallard.org/1.0/"
xmlns:its="http://www.w3.org/2005/11/its"
type="topic"
id="contacts-add-remove">
<info>
<link type="guide" xref="contacts"/>
<revision pkgversion="3.5.5" date="2012-08-13" status="review"/>
<revision pkgversion="3.8" date="2013-04-27" status="review"/>
<revision pkgversion="3.12" date="2014-02-26" status="review"/>
<revision pkgversion="3.18" date="2015-09-28" status="review"/>
<revision pkgversion="3.38.0" date="2020-10-31" status="review"/>
<credit type="author">
<name>Lucie Hankey</name>
<email>ldhankey@gmail.com</email>
</credit>
<credit type="author">
<name>Michael Hill</name>
<email>mdhillca@gmail.com</email>
</credit>
<credit type="author">
<name>Ekaterina Gerasimova</name>
<email>kittykat3756@gmail.com</email>
</credit>
<credit type="author">
<name>Pranali Deshmukh</name>
<email>pranali21293@gmail.com</email>
<years>2020</years>
</credit>
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
<desc>Add or remove a contact in the local address book.</desc>
</info>
<title>Add or remove a contact</title>
<p>To add a contact:</p>
<steps>
<item>
<p>Press the <gui style="button">+</gui> button.</p>
</item>
<item>
<p>In the <gui>New contact</gui> dialog, enter the contact name and their
information. Press the drop down box next to each field to choose the
type of detail.</p>
</item>
<item>
<p>To add more details press the <media its:translate="no" type="image" src="figures/view-more-symbolic.svg"><span its:translate="yes">View More</span></media> option.</p>
</item>
<item>
<p>Press <gui style="button">Add</gui> to save the contact.</p>
</item>
</steps>
<p>To remove a contact:</p>
<steps>
<item>
<p>Select the contact from your contact list.</p>
</item>
<item>
<p>Press the <media its:translate="no" type="image" src="figures/view-more-symbolic.svg"><span its:translate="yes">View More</span></media> button in the header bar on the top-right corner.</p>
</item>
<item>
<p>Press <gui style="menu item">Delete</gui> option to remove contact.</p>
</item>
</steps>
<p>To remove one or more contacts, check the boxes next to the contacts you want to delete and press <gui style="button">Remove</gui>.</p>
</page>
|