* lib/: a the thread-id field, store it in the database

This commit is contained in:
djcb
2012-12-25 16:43:34 +02:00
parent 58f5e39d34
commit a625371da2
5 changed files with 64 additions and 58 deletions

View File

@ -165,9 +165,7 @@ public:
mu_contacts_clear (_contacts);
}
/* get a unique id for this message; note, this function returns a
* static buffer -- not reentrant */
const char *get_uid_term (const char *path);
std::string get_uid_term (const char *path);
MuContacts* contacts() { return _contacts; }