* updates for mu_msg_get_body_(text|html) api change

This commit is contained in:
djcb
2012-08-09 09:38:58 +03:00
parent 86bf7b7165
commit abfcc4a2f3
9 changed files with 29 additions and 23 deletions

View File

@ -62,7 +62,8 @@ _MuStore::get_uid_term (const char* path)
* messages are only considered ones (ignore e.g. symlinks and
* '//' in paths) */
if (!realpath (path, real_path)) {
g_warning ("realpath() failed: %s", strerror (errno));
g_warning ("realpath() failed for %s: %s",
path, strerror (errno));
strcpy (real_path, path); /* ignore errors */
}