diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2006-09-28 16:56:51 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-09-28 16:56:51 +0800 |
commit | 067b04518cc4be31f74f77ccc2ee6ba59abc3e8d (patch) | |
tree | c3ad62aca3b6b8509bb7f2b3171a45106c6459ae /mail/message-list.h | |
parent | c1294ffa5ddbd7e341312a05c23ec1949f03967f (diff) | |
download | gsoc2013-evolution-067b04518cc4be31f74f77ccc2ee6ba59abc3e8d.tar gsoc2013-evolution-067b04518cc4be31f74f77ccc2ee6ba59abc3e8d.tar.gz gsoc2013-evolution-067b04518cc4be31f74f77ccc2ee6ba59abc3e8d.tar.bz2 gsoc2013-evolution-067b04518cc4be31f74f77ccc2ee6ba59abc3e8d.tar.lz gsoc2013-evolution-067b04518cc4be31f74f77ccc2ee6ba59abc3e8d.tar.xz gsoc2013-evolution-067b04518cc4be31f74f77ccc2ee6ba59abc3e8d.tar.zst gsoc2013-evolution-067b04518cc4be31f74f77ccc2ee6ba59abc3e8d.zip |
** Pushing a downstream fix in SUSE.
2006-09-28 Srinivasa Ragavan <sragavan@novell.com>
** Pushing a downstream fix in SUSE.
* message-list.c: (message_list_init), (message_list_destroy),
(folder_changed), (regen_list_regened): Fix to indicate object destroy
* message-list.h: removed the old mechanism.
svn path=/trunk/; revision=32819
Diffstat (limited to 'mail/message-list.h')
-rw-r--r-- | mail/message-list.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/message-list.h b/mail/message-list.h index 2b77d0b96b..96283afc66 100644 --- a/mail/message-list.h +++ b/mail/message-list.h @@ -128,9 +128,6 @@ struct _MessageList { /* do we automatically hide junk messages? */ guint hidejunk : 1; - /* is the message-list object in a destroyed state? */ - guint destroyed : 1; - /* frozen count */ guint frozen:16; |