~ubuntu-branches/ubuntu/quantal/enigmail/quantal-security

« back to all changes in this revision

Viewing changes to extensions/enigmail/lang/ru-RU/help/rulesEditor.html

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2013-09-13 16:02:15 UTC
  • mfrom: (0.12.16)
  • Revision ID: package-import@ubuntu.com-20130913160215-u3g8nmwa0pdwagwc
Tags: 2:1.5.2-0ubuntu0.12.10.1
* New upstream release v1.5.2 for Thunderbird 24

* Build enigmail using a stripped down Thunderbird 17 build system, as it's
  now quite difficult to build the way we were doing previously, with the
  latest Firefox build system
* Add debian/patches/no_libxpcom.patch - Don't link against libxpcom, as it
  doesn't exist anymore (but exists in the build system)
* Add debian/patches/use_sdk.patch - Use the SDK version of xpt.py and
  friends
* Drop debian/patches/ipc-pipe_rename.diff (not needed anymore)
* Drop debian/patches/makefile_depth.diff (not needed anymore)

Show diffs side-by-side

added added

removed removed

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