connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fec0849d12998f4d35bf9b84fad2c9bdfb5a7697
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Sat Dec 1 15:32:38 2012 +0100

    Fix lacking "/" on .icedove
    
    It would prevent to find icedove addressbook if there's no link 
.thunderbird to .icedove
    I already did the same on master sources, see:
    
https://gerrit.libreoffice.org/gitweb?p=core.git;a=commitdiff;h=ea5a96a5c771ee2c2ebbe4c12c4e7f3b1cba29a7
    
    Change-Id: I24d1ff9b4af327a810997b97b0cf4112eba21e64

diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx 
b/connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx
index c613faa..17de26b 100644
--- a/connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx
+++ b/connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx
@@ -85,7 +85,7 @@ namespace
     #else
         { ".mozilla/seamonkey/", NULL, NULL, NULL },
         { ".mozilla/firefox/", NULL, NULL, NULL },
-        { ".thunderbird/", ".mozilla-thunderbird/", ".mozilla/thunderbird/", 
".icedove" }
+        { ".thunderbird/", ".mozilla-thunderbird/", ".mozilla/thunderbird/", 
".icedove/" }
     #endif
     };
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to