Method

CamelFolderChangeInforecent_uid

Declaration [src]

void
camel_folder_change_info_recent_uid (
  CamelFolderChangeInfo* info,
  const gchar* uid
)

Description [src]

Add a recent uid to the changedinfo. This will also add the uid to the uid_filter array for potential filtering.

Parameters

uid

Type: const gchar*

A uid.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.