~ubuntu-branches/ubuntu/precise/enigmail/precise-updates

« back to all changes in this revision

Viewing changes to lang/sk-SK/help/rulesEditor.html

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2014-01-30 11:42:56 UTC
  • mfrom: (0.12.17)
  • Revision ID: package-import@ubuntu.com-20140130114256-6yvx7ylu1cwrhwp2
Tags: 2:1.7-0ubuntu0.12.04.1
* New upstream release v1.7 to support Thunderbird 31

* No longer requires a Mozilla build system, so we use the upstream
  tarball directly now
  - update debian/rules
  - drop libgtk2.0-dev, libidl-dev, libdbus-glib-1-dev, libnotify-dev,
    libasound2-dev, libxt-dev, autoconf2.13 and mesa-common-dev
    build-depends, as these were only there because we were using a hacked
    Mozilla build system
* Update to source format 3.0
* Drop thunderbird-dev build-depend - the only binary code in enigmail now
  uses ctypes, so we don't need the SDK
* Drop debian/patches/no_libxpcom.patch - it doesn't build a binary component
  now
* Drop debian/patches/use_sdk.patch - there's no dependency on the
  Thunderbird SDK now

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 
2
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
3
 
 
4
<html xmlns="http://www.w3.org/1999/xhtml">
 
5
<head>
 
6
  <title>Enigmail Help: Rules Editor</title>
 
7
  <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
 
8
  <style type="text/css" xml:space="preserve">
 
9
  /*<![CDATA[*/
 
10
    dt  { font-weight: bold;  }
 
11
  /*]]>*/
 
12
  </style>
 
13
</head>
 
14
 
 
15
<body>
 
16
  <h1>Enigmail Help</h1>
 
17
 
 
18
  <h3>Using the Enigmail Rules Editor</h3>
 
19
 
 
20
  <p>In the Rules Editor, you can specify defaults per recipient for enabling encryption, signing and PGP/MIME, and to define what OpenPGP key(s) to use. Each rule consists of 5 fields and is represented on a single line:</p>
 
21
 
 
22
  <dl>
 
23
    <dt>Email</dt>
 
24
 
 
25
    <dd>The e-mail(s) from the To:, Cc: and Bcc: fields to match. The matching works on <span style="font-style: italic;">substrings</span> (Further details can be found in the Edit Rule dialog)</dd>
 
26
 
 
27
    <dt>OpenPGP Key(s)</dt>
 
28
 
 
29
    <dd>a list of OpenPGP Key ID's to use for the recipient</dd>
 
30
 
 
31
    <dt>Sign</dt>
 
32
 
 
33
    <dd>
 
34
      enable or disable message signing. This either uses or overrides what you have specified in the message composition window. The values are:
 
35
 
 
36
      <ul>
 
37
        <li><em>Never</em>: disable signing, even if it was enabled in the message composition window (overrules the other values)</li>
 
38
 
 
39
        <li><em>Possible</em>: leave signing as specified in the message composition window</li>
 
40
 
 
41
        <li><em>Always</em>: enable signing, even if it was <span style="font-style: italic;">not</span> enabled in the message composition window</li>
 
42
      </ul>
 
43
 
 
44
      <p>These signing settings are applied for all rules that match. If one of the rules disables signing, the message will not be signed, regardless of other rules that specify <em>Always</em>.</p>
 
45
    </dd>
 
46
 
 
47
    <dt>Encrypt</dt>
 
48
 
 
49
    <dd>enable or disable message encryption. The allowed settings and their meaning are the same as for message signing.</dd>
 
50
 
 
51
    <dt>PGP/MIME</dt>
 
52
 
 
53
    <dd>enable or disable the use of the PGP/MIME (RFC 3156) message encoding. If PGP/MIME is disabled, the messages are encoded using "inline PGP". The allowed values and their meaning a re the same as for message signing.</dd>
 
54
  </dl>
 
55
 
 
56
  <p>The rules are processed in the order displayed in the list. Whenever a rule matches a recipient and contains a OpenPGP Key ID, in addition to using the specified Key ID, the recipient is not considered anymore when processing further rules.</p>
 
57
 
 
58
  <p><em>Note:</em> The rule editor is not yet complete. It is possible to write some more advanced rules by directly editing the rules file (these rules should then not be edited anymore in the rule editor). <a href="http://www.enigmail.net/documentation/pgprules_file.php" target="_blank">Further information</a> for directly editing the file is available on the Enigmail Homepage</p>
 
59
  <hr />
 
60
 
 
61
  <p>Further help is available on the <a href="http://www.enigmail.net/support/" target="_blank">Enigmail Help web page</a></p>
 
62
</body>
 
63
</html>