diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-06-25 08:54:20 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-06-25 08:54:20 +0800 |
commit | 49d87cf640afc8e9b9b376fa677728077ba9cda5 (patch) | |
tree | 10365594da73fa57934d5eab536c9c9e57ac30e9 /camel/ChangeLog | |
parent | 5ded16a933f87f06c4dd8ad80f1da38fa07439e4 (diff) | |
download | gsoc2013-evolution-49d87cf640afc8e9b9b376fa677728077ba9cda5.tar gsoc2013-evolution-49d87cf640afc8e9b9b376fa677728077ba9cda5.tar.gz gsoc2013-evolution-49d87cf640afc8e9b9b376fa677728077ba9cda5.tar.bz2 gsoc2013-evolution-49d87cf640afc8e9b9b376fa677728077ba9cda5.tar.lz gsoc2013-evolution-49d87cf640afc8e9b9b376fa677728077ba9cda5.tar.xz gsoc2013-evolution-49d87cf640afc8e9b9b376fa677728077ba9cda5.tar.zst gsoc2013-evolution-49d87cf640afc8e9b9b376fa677728077ba9cda5.zip |
Use --command-fd rather than --passphrase-fd since what we really want is
2002-06-24 Jeffrey Stedfast <fejj@ximian.com>
* camel-gpg-context.c (gpg_ctx_get_argv): Use --command-fd rather
than --passphrase-fd since what we really want is an interactive
mode (besides, --passphrase-fd requires a passphrase to be sent
before --status-fd will send a NEED_PASSPHRASE status message).
(gpg_ctx_parse_status): When we encounter a BAD_PASSPHRASE, tell
the session to uncache it.
svn path=/trunk/; revision=17268
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index ce09271a00..11be020513 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -4,6 +4,8 @@ than --passphrase-fd since what we really want is an interactive mode (besides, --passphrase-fd requires a passphrase to be sent before --status-fd will send a NEED_PASSPHRASE status message). + (gpg_ctx_parse_status): When we encounter a BAD_PASSPHRASE, tell + the session to uncache it. 2002-06-23 Jeffrey Stedfast <fejj@ximian.com> |