* lib/: a the thread-id field, store it in the database
This commit is contained in:
@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user