diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-01-22 12:11:14 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-22 12:11:14 +0800 |
commit | c223f52d1d70d9662b4110bdb6a5426213fd6a51 (patch) | |
tree | cee14acf38cac3bb3c01907aba8571d741b94f57 /mail/ChangeLog | |
parent | 05601a3f73ccbe8671c17cda07391b066ae52761 (diff) | |
download | gsoc2013-evolution-c223f52d1d70d9662b4110bdb6a5426213fd6a51.tar gsoc2013-evolution-c223f52d1d70d9662b4110bdb6a5426213fd6a51.tar.gz gsoc2013-evolution-c223f52d1d70d9662b4110bdb6a5426213fd6a51.tar.bz2 gsoc2013-evolution-c223f52d1d70d9662b4110bdb6a5426213fd6a51.tar.lz gsoc2013-evolution-c223f52d1d70d9662b4110bdb6a5426213fd6a51.tar.xz gsoc2013-evolution-c223f52d1d70d9662b4110bdb6a5426213fd6a51.tar.zst gsoc2013-evolution-c223f52d1d70d9662b4110bdb6a5426213fd6a51.zip |
Initialize OpenPGP.
2001-01-21 Jeffrey Stedfast <fejj@ximian.com>
* component-factory.c (owner_set_cb): Initialize OpenPGP.
* openpgp-utils.c (openpgp_init): No longer takes a passphrase
callback, we'll just use the mail-session one. Makes life simpler.
(pgp_get_passphrase): Use mail_session_request_dialog().
svn path=/trunk/; revision=7694
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index cf63258d78..69eb5721de 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,11 @@ 2001-01-21 Jeffrey Stedfast <fejj@ximian.com> + * component-factory.c (owner_set_cb): Initialize OpenPGP. + + * openpgp-utils.c (openpgp_init): No longer takes a passphrase + callback, we'll just use the mail-session one. Makes life simpler. + (pgp_get_passphrase): Use mail_session_request_dialog(). + * mail-ops.c (do_send_queue): Remove the X-Evolution header before we send. @@ -19,7 +25,8 @@ little things. (pgp_mime_part_encrypt): Do some canonical CRLF action before encrypting. - (pgp_mime_part_sign): Make sure we are the owners of the byte array. + (pgp_mime_part_sign): Make sure we are the owners of the byte + array. (pgp_mime_part_verify): Same. (pgp_mime_part_encrypt): Same. (pgp_mime_part_decrypt): Same. @@ -36,10 +43,10 @@ * mail-mt.c (mail_msg_new): Init a cancel field in the message. (mail_msg_free): Free it. - (mail_msg_cancel): New function to attempt to cancel an - operation by id. Impelementation functions can still be - uncancellable by not registering for cancellation, etc, or do it - themselves as well. + (mail_msg_cancel): New function to attempt to cancel an operation + by id. Impelementation functions can still be uncancellable by + not registering for cancellation, etc, or do it themselves as + well. * mail-send-recv.c (fetch_mail_filter_folder): set folder_uid's properly, so we can save it later. |