diff options
Diffstat (limited to 'camel/camel-folder.c')
-rw-r--r-- | camel/camel-folder.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/camel/camel-folder.c b/camel/camel-folder.c index 524252da1c..c82541e262 100644 --- a/camel/camel-folder.c +++ b/camel/camel-folder.c @@ -1116,7 +1116,8 @@ _get_uid_list (CamelFolder *folder) * get the list of UID available in a folder. This * routine is usefull to know what messages are * available when the folder does not support - * summaries. + * summaries. The UIDs in the list must not be freed, + * the folder object caches them. * * Return value: Glist of UID correspondind to the messages available in the folder. **/ |