diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-02-07 03:12:34 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-02-07 03:12:34 +0800 |
commit | ea98c232211430247553c404d20911af2158ef73 (patch) | |
tree | 3920c77d0bb2b7832198547ae1d4a4accc8626c9 /camel/ChangeLog | |
parent | df342c9259241a70a3faa441aa061d093949bc71 (diff) | |
download | gsoc2013-evolution-ea98c232211430247553c404d20911af2158ef73.tar.gz gsoc2013-evolution-ea98c232211430247553c404d20911af2158ef73.tar.zst gsoc2013-evolution-ea98c232211430247553c404d20911af2158ef73.zip |
Forget the need_id, not the userid. Fixes bug #53908.
2004-02-06 Jeffrey Stedfast <fejj@ximian.com>
* camel-gpg-context.c (gpg_ctx_parse_status): Forget the need_id,
not the userid. Fixes bug #53908.
svn path=/trunk/; revision=24658
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index fca4a08452..f246e8bd53 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,8 @@ 2004-02-06 Jeffrey Stedfast <fejj@ximian.com> + * camel-gpg-context.c (gpg_ctx_parse_status): Forget the need_id, + not the userid. Fixes bug #53908. + * camel-store.c (add_special_info): Set a CAMEL_FOLDER_VIRTUAL bit on the special folder info so our UI can know if it is virtual or not (meant for vTrash/vJunk). |