diff options
author | Andre Klapper <a9016009@gmx.de> | 2009-01-04 06:57:25 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2009-01-04 06:57:25 +0800 |
commit | 0e988989defcde63d168e5b8cca20dda167cb9bb (patch) | |
tree | 23e6b78e3d88121e91bf6a7198296d497c901643 | |
parent | 61e061c21c308fdac5600cd39d9a0c32c88b48d2 (diff) | |
download | gsoc2013-evolution-0e988989defcde63d168e5b8cca20dda167cb9bb.tar gsoc2013-evolution-0e988989defcde63d168e5b8cca20dda167cb9bb.tar.gz gsoc2013-evolution-0e988989defcde63d168e5b8cca20dda167cb9bb.tar.bz2 gsoc2013-evolution-0e988989defcde63d168e5b8cca20dda167cb9bb.tar.lz gsoc2013-evolution-0e988989defcde63d168e5b8cca20dda167cb9bb.tar.xz gsoc2013-evolution-0e988989defcde63d168e5b8cca20dda167cb9bb.tar.zst gsoc2013-evolution-0e988989defcde63d168e5b8cca20dda167cb9bb.zip |
Add warning that PGP Encrypt will not encrypt subject lines. Fixes bug
2009-01-03 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Add warning that PGP Encrypt will not
encrypt subject lines. Fixes bug #543580.
svn path=/trunk/; revision=36977
-rw-r--r-- | help/C/evolution.xml | 3 | ||||
-rw-r--r-- | help/ChangeLog | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/help/C/evolution.xml b/help/C/evolution.xml index 9e99d2e878..03ac760843 100644 --- a/help/C/evolution.xml +++ b/help/C/evolution.xml @@ -2315,6 +2315,9 @@ <para>Click Send.</para> </listitem> </orderedlist> + <note> + <para>The Subject line of the message will not be encrypted and should not be used for sensitive information.</para> + </note> <para>You can set Evolution to always sign your email messages:</para> <orderedlist> <listitem id="bsaj12e"> diff --git a/help/ChangeLog b/help/ChangeLog index af2913f3b3..82bd80d4c4 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,5 +1,10 @@ 2009-01-03 Andre Klapper <a9016009@gmx.de> + * C/evolution.xml: Add warning that PGP Encrypt will not + encrypt subject lines. Fixes bug #543580. + +2009-01-03 Andre Klapper <a9016009@gmx.de> + * C/evolution.xml: Sync strings. Fixes bug #566236, bug #566238. |