summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-12-01 15:32:38 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-12-01 20:38:33 +0000
commitfec0849d12998f4d35bf9b84fad2c9bdfb5a7697 (patch)
treec30ce810fe8f09d5f0e0220239e5aa906be0db24 /connectivity
parent81026d7e1a27c12f376796890daef01b0e0af615 (diff)
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
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx b/connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx
index c613faa78038..17de26b34678 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
};