Explorar o código

use new mrmailbox_new call with three parameters

Jonas Reinsch %!s(int64=7) %!d(string=hai) anos
pai
achega
e585b05206
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      deltachat-ios/AppDelegate.swift

+ 1 - 1
deltachat-ios/AppDelegate.swift

@@ -89,7 +89,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
         print(versionString)
 
         //       - second param remains nil (user data for more than one mailbox)
-        mailboxPointer = mrmailbox_new(callback_ios, nil)
+        mailboxPointer = mrmailbox_new(callback_ios, nil, "iOS")
         guard mailboxPointer != nil else {
             fatalError("Error: mrmailbox_new returned nil")
         }