summaryrefslogtreecommitdiffstats
path: root/comm/mail/base/test/unit/head_mailbase_maildir.js
blob: 921a2bd474aab03692f4e459bb72859f15aff4d7 (plain)
1
2
3
4
5
6
7
8
9
/* import-globals-from head_mailbase.js */

// alternate head to set maildir as default
load("head_mailbase.js");
info("Running test with maildir");
Services.prefs.setCharPref(
  "mail.serverDefaultStoreContractID",
  "@mozilla.org/msgstore/maildirstore;1"
);