~ubuntu-branches/ubuntu/trusty/enigmail/trusty-updates

« back to all changes in this revision

Viewing changes to extensions/enigmail/lang/bg-BG/help/rulesEditor.html

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2011-06-07 14:35:53 UTC
  • mfrom: (0.12.1 upstream)
  • Revision ID: package-import@ubuntu.com-20110607143553-fbgqhhvh8g8h6j1y
Tags: 2:1.2~a2~cvs20110606t2200-0ubuntu1
* Update to latest trunk snapshot for Thunderbird beta compat

* Remove build/pgo/profileserver.py from debian/clean. The new build
  system has a target depending on this
  - update debian/clean
* Drop debian/patches/autoconf.diff, just generate this at build time
* Refresh debian/patches/build_system_dont_link_libxul.diff
* libipc seems to be renamed to libipc-pipe. Fix genxpi and chrome.manifest
  to fix this 
  - add debian/patches/ipc-pipe_rename.diff
  - update debian/patches/series
* The makefiles in extensions/enigmail/ipc have an incorrect DEPTH
  attribute. Fix this so that they can find the rest of the build system
  - add debian/patches/makefile_depth.diff
  - update debian/patches/series
* Drop debian/patches/makefile-in-empty-xpcom-fix.diff - fixed in the
  current version
* Don't register a class ID multiple times, as this breaks enigmail entirely
  - add debian/patches/dont_register_cids_multiple_times.diff
  - update debian/patches/series
* Look for the Thunderbird 5 SDK
  - update debian/rules
  - update debian/control
* Run autoconf2.13 at build time
  - update debian/rules
  - update debian/control
* Add useless mesa-common-dev build-dep, just to satisfy the build system.
  We should just patch this out entirely really, but that's for another upload
  - update debian/control

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
  <style type="text/css" xml:space="preserve">
 
8
  /*<![CDATA[*/
 
9
    dt  { font-weight: bold;  }
 
10
  /*]]>*/
 
11
  </style>
 
12
</head>
 
13
 
 
14
<body>
 
15
  <h1>Enigmail Help</h1>
 
16
 
 
17
  <h3>Using the Enigmail Rules Editor</h3>
 
18
 
 
19
  <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>
 
20
 
 
21
  <dl>
 
22
    <dt>Email</dt>
 
23
 
 
24
    <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>
 
25
 
 
26
    <dt>OpenPGP Key(s)</dt>
 
27
 
 
28
    <dd>a list of OpenPGP Key ID's to use for the recipient</dd>
 
29
 
 
30
    <dt>Sign</dt>
 
31
 
 
32
    <dd>
 
33
      enable or disable message signing. This either uses or overrides what you have specified in the message composition window. The values are: 
 
34
 
 
35
      <ul>
 
36
        <li><em>Never</em>: disable signing, even if it was enabled in the message composition window (overrules the other values)</li>
 
37
 
 
38
        <li><em>Possible</em>: leave signing as specified in the message composition window</li>
 
39
 
 
40
        <li><em>Always</em>: enable signing, even if it was <span style="font-style: italic;">not</span> enabled in the message composition window</li>
 
41
      </ul>
 
42
 
 
43
      <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>
 
44
    </dd>
 
45
 
 
46
    <dt>Encrypt</dt>
 
47
 
 
48
    <dd>enable or disable message encryption. The allowed settings and their meaning are the same as for message signing.</dd>
 
49
 
 
50
    <dt>PGP/MIME</dt>
 
51
 
 
52
    <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>
 
53
  </dl>
 
54
 
 
55
  <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>
 
56
 
 
57
  <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://enigmail.mozdev.org/pgprules_file.html" target="_blank">Further information</a> for directly editing the file is available on the Enigmail Homepage</p>
 
58
  <hr />
 
59
 
 
60
  <p>Further help is available on the <a href="http://enigmail.mozdev.org/help.html" target="_blank">Enigmail Help web page</a></p>
 
61
</body>
 
62
</html>