summaryrefslogtreecommitdiffstats
path: root/comm/mailnews/imap/test/unit/head_imap_maildir.js
blob: 676becd52a64d24076339b8d31c3a6e31c32175f (plain)
1
2
3
4
5
6
7
8
9
/* import-globals-from head_server.js */
load("head_server.js");

info("Running test with maildir");

Services.prefs.setCharPref(
  "mail.serverDefaultStoreContractID",
  "@mozilla.org/msgstore/maildirstore;1"
);