~ubuntu-branches/ubuntu/precise/evolution/precise

« back to all changes in this revision

Viewing changes to help/mk/using-categories.page

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-08-18 11:10:01 UTC
  • mfrom: (1.1.83 upstream)
  • Revision ID: james.westby@ubuntu.com-20110818111001-559uzyuqsoyj7xjg
Tags: 3.1.5-0ubuntu1
* New upstream release.
* debian/control: bump e-d-s Build-Depends to 3.1.5.
* debian/patches/03_lpi.patch: refreshed.
* debian/patches/11_remove_upstream_submit_bugreport.patch: refreshed.
* debian/patches/bogofilter_init_903b8e6.patch,
  debian/patches/evo_fbee43e_to_f4505a2.patch,
  debian/patches/spamassassin_init_4fc04af.patch: dropped, included upstream.
* debian/patches/spamd_sbin_path.patch: correct the path to spamd as
  /usr/sbin/spamd, which is the correct path in Ubuntu. (LP: #828693)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" id="using-categories" xml:lang="mk">
 
3
 
 
4
  <info>
 
5
    <desc>Using and managing categories for appointments, contacts, memos and tasks.</desc>
 
6
 
 
7
    <link type="guide" xref="contacts-organizing"/>
 
8
    <link type="guide" xref="tasks-organizing"/>
 
9
    <link type="guide" xref="calendar-organizing"/>
 
10
 
 
11
    <revision pkgversion="3.1.5" version="0.5" date="2011-08-01" status="final"/>
 
12
    <credit type="author">
 
13
      <name>Andre Klapper</name>
 
14
      <email>ak-47@gmx.net</email>
 
15
    </credit>
 
16
 <credit type="author">
 
17
   <name>Novell, Inc</name> <!-- Content partially from http://library.gnome.org/users/evolution/2.32/usage-contact-organize.html.en#usage-contact-organize-group-category -->
 
18
 </credit>
 
19
    <license>
 
20
      <p>Creative Commons Share Alike 3.0</p>
 
21
    </license>    
 
22
 
 
23
  </info>
 
24
 
 
25
<title>Using Categories</title>
 
26
 
 
27
<p>Another way to group contacts, appointments, tasks and memos (summarized by the term "objects" in the following text) is to mark them as belonging to different categories. You can mark an object as being in several categories or no category at all. For example in your address book, you put a friend in the "Business" category because he works with you and the "Friends" category because he is a friend.</p>
 
28
 
 
29
<section id="set-category-for-object">
 
30
<title>Setting categories for an object</title>
 
31
 
 
32
<p>To mark an object as belonging to a category,</p>
 
33
<steps>
 
34
<item><p>Double-click the object to bring up the corresponding editor.</p></item>
 
35
<item><p>Click <gui style="button">Categories...</gui>. (If this button is not available, select <guiseq><gui>View</gui><gui>Categories</gui></guiseq>.)</p></item>
 
36
<item><p>Select the category from the list. You can select as many or as few categories as you like.</p></item>
 
37
</steps>
 
38
 
 
39
</section>
 
40
 
 
41
<section id="managing-categories">
 
42
<title>Adding and managing categories</title>
 
43
 
 
44
<p>If the default list of categories does not suit your needs, you can add your own categories either directly via <guiseq><gui>Edit</gui><gui>Available Categories</gui></guiseq>, or indirectly when editing an object:</p>
 
45
<steps>
 
46
<item><p>Double-click any object to bring up th corresponding editor.</p></item>
 
47
<item><p>Click <gui style="button">Categories...</gui>. (If this button is not available, select <guiseq><gui>View</gui><gui>Categories</gui></guiseq>.)</p></item>
 
48
<item><p>Enter the new category in the entry box at the top.</p></item>
 
49
<item><p>Click <gui style="button">OK</gui>.</p></item>
 
50
<item><p>You can now see the category in the <gui>Categories</gui> text field in the editor.</p></item>
 
51
<item><p>Click <gui style="button">OK</gui>.</p></item>
 
52
</steps>
 
53
 
 
54
<p>In the <gui>Categories Editor</gui> you can edit or set the color and icon for each category available by clicking <gui style="button">Edit</gui> at the bottom of the <gui>Categories</gui> window. Press <gui style="button">Delete</gui> to delete categories from the list.</p>
 
55
</section>
 
56
 
 
57
<note><p>To display only the objects in a particular category, select the corresponding category in the quick <link xref="searching-items">search</link> bar.</p></note>
 
58
 
 
59
</page>