summaryrefslogtreecommitdiffstats
path: root/tmp/en-US/xml_tmp/evolution-new-account.xml
blob: 2017dc6a21afd3c1f9c4dad17caec1f210dbac46 (plain)
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
<?xml version='1.0' encoding='utf-8' ?>
 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  <!ENTITY % BOOK_ENTITIES SYSTEM "Fedora_Cookbook.ent">
    %BOOK_ENTITIES;
]>
<!-- 
     name: Tushar Kumar
     fas_id: tushark
     email: tushar.worldwide@gmail.com
-->
<section id="Evolution_INTRO">
    <title>Installing evolution</title>
    <para>
        Evolution can be easily installed by using the following command:
        <command>sudo yum install evolution</command>
    </para>
    <title>Starting Evolution email client</title>
    <para>
        Configuring your Evolution email client is easy. You just have to follow on-screen instructions. You can start Evolution by clicking on Activities which is on the top left corner of the screen and then clicking Show Applications. For ease of use, you can simply press Alt + f2, type "evolution" and hit enter.
    </para>
    <title>Configurting Evolution</title>
    <para>
        After you have started Evolution email client, a "Welcome" screen will show. Press continue. It will ask you if you have any previous backup file to restore evolution but for the sake of this guide, we will assume that there is no backup file, so, you will again press continue.
    </para>
    <para>
        In the next step, it will ask you your full name, email address and optional information such as reply-to and organization name.
    </para>
    <para>
        If you are running the latest version of evolution email client, then evolution will enter the sending and receiving server information on its own assuming that you are using email service of google, yahoo etc.
    </para>
    <para>
        Another way to add a new account in evolution email client is to click on Edit and then on Preferences or press Shift + Crtl + S and then add the account.
    </para>
</section>