~ubuntu-branches/ubuntu/oneiric/enigmail/oneiric-updates

« back to all changes in this revision

Viewing changes to extensions/enigmail/lang/nb-NO/help/rulesEditor.html

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2010-04-10 01:42:24 UTC
  • Revision ID: james.westby@ubuntu.com-20100410014224-fbq9ui5x3b0h2t36
Tags: 2:1.0.1-0ubuntu1
* First releaase of enigmail 1.0.1 for tbird/icedove 3
  (LP: #527138)
* redo packaging from scratch 
  + add debian/make-orig target that uses xulrunner provided
    buildsystem + enigmail tarball to produce a proper orig.tar.gz
  + use debhelper 7 with mozilla-devscripts
  + use debian source format 3.0 (quilt)
  + patch enigmail to use frozen API only
    - add debian/patches/frozen_api.diff
  + patch build system to not link against -lxul - which isnt
    available for sdks produced by all-static apps like tbird
    - add debian/patches/build_system_dont_link_libxul.diff
  + add minimal build-depends to control

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://enigmail.mozdev.org/pgprules_file.html" 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://enigmail.mozdev.org/help.html" target="_blank">Enigmail Help web page</a>
 
66
</p>
 
67
</body>
 
68
</html>
 
 
b'\\ No newline at end of file'