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

« back to all changes in this revision

Viewing changes to help/sv/mail-encryption-gpg-set-up.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="mail-encryption-gpg-set-up" xml:lang="sv">
 
3
 
 
4
  <info>
 
5
    <desc>Setting up GPG for your mail account to sign and/or encrypt and decrypt messages.</desc>
 
6
 
 
7
    <link type="guide" xref="mail-encryption#gpg"/>
 
8
 
 
9
    <revision pkgversion="2.32.1" version="0.2" date="2011-07-27" status="final"/>
 
10
    <credit type="author">
 
11
      <name>Andre Klapper</name>
 
12
      <email>ak-47@gmx.net</email>
 
13
    </credit>
 
14
    <credit type="author">
 
15
      <name>Novell, Inc</name> <!-- Content partially from http://library.gnome.org/users/evolution/2.32/encryption.html.en#encrypt-evo-integ -->
 
16
    </credit>
 
17
    <license>
 
18
      <p>Creative Commons Share Alike 3.0</p>
 
19
    </license>
 
20
 
 
21
  </info>
 
22
 
 
23
  <title>Setting up GPG for your mail account</title>
 
24
<!-- TODO:POST-3-2: Update and rewrite using Seahorse. Needs a complete rewrite once https://bugzilla.gnome.org/show_bug.cgi?id=508744 is fixed. -->
 
25
 
 
26
<note style="tip"><p>You need a GPG key to do this. If you do not have one yet, please refer to <link xref="mail-encryption-gpg-create-key">Creating a GPG key</link>.</p></note>
 
27
 
 
28
<steps>
 
29
<item><p>Select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Mail Accounts</gui></guiseq>.</p></item>
 
30
<item><p>Select the account you want to use securely, then click <gui style="button">Edit</gui>.</p></item>
 
31
<item><p>Click the <gui>Security</gui> tab.</p></item>
 
32
<item><p>Specify your key ID in the <gui>PGP/GPG Key ID</gui> field.</p></item>
 
33
<note style="tip"><p>Below the field you can choose whether to always sign outgoing messages when using this account, and other options.</p></note>
 
34
<item><p>Click <gui style="button">OK</gui>.</p></item>
 
35
<item><p>Click <gui style="button">Close</gui>.</p></item>
 
36
</steps>
 
37
<p>Evolution requires that you know your key ID. If you do not remember it, you can find it by typing <code>gpg --list-keys</code> in a terminal window. Your key ID is an eight-character string with random numbers and letters.</p>
 
38
 
 
39
</page>