diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-06-19 05:47:21 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-06-19 05:47:21 +0800 |
commit | e02ffba8e0f08677cd8cf91c5f163facddf45c2d (patch) | |
tree | 09d980d7fb835424f3a8a247ba99fbeaf4027439 /camel/providers/imap/camel-imap-folder.h | |
parent | c1c936c70a138bf853dc79e2775b4c7893722c0d (diff) | |
download | gsoc2013-evolution-e02ffba8e0f08677cd8cf91c5f163facddf45c2d.tar.gz gsoc2013-evolution-e02ffba8e0f08677cd8cf91c5f163facddf45c2d.tar.zst gsoc2013-evolution-e02ffba8e0f08677cd8cf91c5f163facddf45c2d.zip |
Now gets the message flags as it should. (imap_get_summary): Same as
2000-06-18 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-folder.c (imap_summary_get_by_uid):
Now gets the message flags as it should.
(imap_get_summary): Same as imap_summary_get_by_uid
(imap_get_permanent_flags): Return the permanent flags stored
on the folder.
(imap_get_message_flags): Return message flags associated with
given uid. Note: we may want to somehow cache summary info so
that we don't have to keep querying the IMAP provider in
imap_summary_get_by_uid().
svn path=/trunk/; revision=3626
Diffstat (limited to 'camel/providers/imap/camel-imap-folder.h')
-rw-r--r-- | camel/providers/imap/camel-imap-folder.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/camel/providers/imap/camel-imap-folder.h b/camel/providers/imap/camel-imap-folder.h index a450182552..64483ca147 100644 --- a/camel/providers/imap/camel-imap-folder.h +++ b/camel/providers/imap/camel-imap-folder.h @@ -70,5 +70,3 @@ GtkType camel_imap_folder_get_type (void); #endif /* __cplusplus */ #endif /* CAMEL_IMAP_FOLDER_H */ - - |