diff options
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 5b06e15d96..7434ea30e2 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,14 @@ 2001-02-25 Jeffrey Stedfast <fejj@ximian.com> + * session.c (mail_session_forget_password): New function to force + the removal of a given password. + + * openpgp-utils.c (openpgp_decrypt): On failure, forget the + passphrase. + (openpgp_encrypt): Here too. (cleaned this up a bit too) + (openpgp_clearsign): And here. + (openpgp_sign): Again... + * mail-callbacks.c (composer_postpone_cb): Abort if the message is NULL (which is valid if an error occured). (composer_send_cb): Same. |