@ -110,8 +110,8 @@ namespace pEp {
{
if (encoding == "") {
string _mime_type = _bl->mime_type ? _bl->mime_type : "";
if (_mime_type == "application/pEp")
encoding = "pep-sync";
if (_mime_type == "application/pEp.sync")
encoding = "pep.sync";
else
encoding = "ascii";
}
@ -100,7 +100,7 @@ namespace pEp {
object sync_search(string name)
if (name != "pep-sync") {
if (name != "pep.sync") {
return object();
else {