diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-06-25 06:59:59 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-06-25 06:59:59 +0800 |
commit | 5ded16a933f87f06c4dd8ad80f1da38fa07439e4 (patch) | |
tree | 358c6804e6075b5585aa0db76cc2b69084f6ba75 /camel/ChangeLog | |
parent | 91953dd4767bbe17e436f72a4a2aae11b1c711bf (diff) | |
download | gsoc2013-evolution-5ded16a933f87f06c4dd8ad80f1da38fa07439e4.tar gsoc2013-evolution-5ded16a933f87f06c4dd8ad80f1da38fa07439e4.tar.gz gsoc2013-evolution-5ded16a933f87f06c4dd8ad80f1da38fa07439e4.tar.bz2 gsoc2013-evolution-5ded16a933f87f06c4dd8ad80f1da38fa07439e4.tar.lz gsoc2013-evolution-5ded16a933f87f06c4dd8ad80f1da38fa07439e4.tar.xz gsoc2013-evolution-5ded16a933f87f06c4dd8ad80f1da38fa07439e4.tar.zst gsoc2013-evolution-5ded16a933f87f06c4dd8ad80f1da38fa07439e4.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).
svn path=/trunk/; revision=17267
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 073285284a..ce09271a00 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +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). + 2002-06-23 Jeffrey Stedfast <fejj@ximian.com> * camel-gpg-context.c (gpg_ctx_parse_status): Check for ERRSIG |