diff options
author | Not Zed <NotZed@Ximian.com> | 2004-02-27 14:08:04 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-02-27 14:08:04 +0800 |
commit | 9d7aa0250f1c60c254712132c43b9c24b58cab20 (patch) | |
tree | ee2a5b0fe39f32c15ea580569853dfffa94fb0a7 /camel/camel-vtrash-folder.h | |
parent | a25caa7969d1714e0f56f4f72cc981bf955f95eb (diff) | |
download | gsoc2013-evolution-9d7aa0250f1c60c254712132c43b9c24b58cab20.tar.gz gsoc2013-evolution-9d7aa0250f1c60c254712132c43b9c24b58cab20.tar.zst gsoc2013-evolution-9d7aa0250f1c60c254712132c43b9c24b58cab20.zip |
** See bug #54755.
2004-02-27 Not Zed <NotZed@Ximian.com>
** See bug #54755.
* camel-vtrash-folder.c (vtrash_append_message)
(vtrash_transfer_messages_to): error/fail out if the user tries to
copy messages to the trash.
(vtrash_transfer_messages_to): use the destination bit not the
source bit for moving messages to a vtrash folder.
svn path=/trunk/; revision=24906
Diffstat (limited to 'camel/camel-vtrash-folder.h')
-rw-r--r-- | camel/camel-vtrash-folder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-vtrash-folder.h b/camel/camel-vtrash-folder.h index a640569296..fcb9a927c0 100644 --- a/camel/camel-vtrash-folder.h +++ b/camel/camel-vtrash-folder.h @@ -51,6 +51,7 @@ enum _camel_vtrash_folder_t { struct _CamelVTrashFolder { CamelVeeFolder parent; + enum _camel_vtrash_folder_t type; guint32 bit; }; |