[ Version ( since = "3.4" ) ]
public bool connect_folder_summary (string path, FolderSummary folder_summary)
Connects listeners for count changes on folder_summary
to keep CamelStoreInfo.
total and CamelStoreInfo.unread in sync transparently. The folder_summary
is stored in this
as path
. Use disconnect_folder_summary
to disconnect from listening.
this |
a StoreSummary object |
path |
used path for |
folder_summary |
a FolderSummary object |
Whether successfully connect callbacks for count change notifications. |