diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-12-12 01:30:31 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-12-12 01:30:31 +0800 |
commit | eb8d8f6bc042e34349e2937d2dfdd5d80664a70e (patch) | |
tree | a8dcc080b936c6b26ac1e33184d648bc4a33201f /camel/ChangeLog | |
parent | b44064edaa3ea4e0019faf90a05dbfb531505ac9 (diff) | |
download | gsoc2013-evolution-eb8d8f6bc042e34349e2937d2dfdd5d80664a70e.tar.gz gsoc2013-evolution-eb8d8f6bc042e34349e2937d2dfdd5d80664a70e.tar.zst gsoc2013-evolution-eb8d8f6bc042e34349e2937d2dfdd5d80664a70e.zip |
Don't immediately prompt for a passwd after receiving the NEED_PASSPHRASE
2003-12-11 Jeffrey Stedfast <fejj@ximian.com>
* camel-gpg-context.c (gpg_ctx_parse_status): Don't immediately
prompt for a passwd after receiving the NEED_PASSPHRASE status
message. Instead, parse the userid that gpg needs a passwd for and
store it on our context. Wait for a GET_HIDDEN status message
before prompting, this way if the user has their gpg configured to
use gpg-agent, the user won't get 2 passwd prompts.
(gpg_sign): Fixed to not free a gpg context that we have not
allocated (could happen in a fail case).
svn path=/trunk/; revision=23925
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 2dcb06243d..bdaf6f19b6 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,14 @@ +2003-12-11 Jeffrey Stedfast <fejj@ximian.com> + + * camel-gpg-context.c (gpg_ctx_parse_status): Don't immediately + prompt for a passwd after receiving the NEED_PASSPHRASE status + message. Instead, parse the userid that gpg needs a passwd for and + store it on our context. Wait for a GET_HIDDEN status message + before prompting, this way if the user has their gpg configured to + use gpg-agent, the user won't get 2 passwd prompts. + (gpg_sign): Fixed to not free a gpg context that we have not + allocated (could happen in a fail case). + 2003-12-10 Jeffrey Stedfast <fejj@ximian.com> * providers/local/camel-mbox-store.c (get_folder_info): Use |