diff options
author | Dan Winship <danw@src.gnome.org> | 2002-08-15 21:16:26 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-08-15 21:16:26 +0800 |
commit | 419fb428ad227bd3bfc63076c46bc81afd98c3b8 (patch) | |
tree | 7b23df6160b849963fa83b517f50910f1bcdff58 /composer/ChangeLog | |
parent | aa593c3d2f49c51ec03f5f63ecc3c88bd4c9cde3 (diff) | |
download | gsoc2013-evolution-419fb428ad227bd3bfc63076c46bc81afd98c3b8.tar.gz gsoc2013-evolution-419fb428ad227bd3bfc63076c46bc81afd98c3b8.tar.zst gsoc2013-evolution-419fb428ad227bd3bfc63076c46bc81afd98c3b8.zip |
Don't turn on pgp signing if this is an iMIP message and pgp_no_imip_sign
* e-msg-composer.c (from_changed_cb): Don't turn on pgp signing if
this is an iMIP message and pgp_no_imip_sign is set.
(e_msg_composer_set_body): If setting a text/calendar body and
pgp_no_imip_sign is true, turn off signing.
svn path=/trunk/; revision=17779
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 17b9dd2636..059eed96db 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,10 @@ +2002-08-14 Dan Winship <danw@ximian.com> + + * e-msg-composer.c (from_changed_cb): Don't turn on pgp signing if + this is an iMIP message and pgp_no_imip_sign is set. + (e_msg_composer_set_body): If setting a text/calendar body and + pgp_no_imip_sign is true, turn off signing. + 2002-08-13 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (do_exit): Make the warning dialog display the |