Ticket #1403507: patch-against-536-shared-folders.diff

File patch-against-536-shared-folders.diff, 371 bytes (added by mbalex, 20 months ago)

a quick hack to enable other namespaces inside ilohamail library

  • program/lib/imap.inc

     
    301301        $conn->delimiter = $first_userspace[1]; 
    302302        $my_prefs["rootdir"] = substr($conn->rootdir, 0, -1); 
    303303         
     304        $conn->rootdir = ""; 
     305        $my_prefs["rootdir"] = ""; 
     306 
    304307        return true; 
    305308 
    306309}