372373374375376377378
} } protected Store newStore(final String name) throws IOException { return new JournalStore(this.META_LOCALMESSAGE_PATH + File.separator + name, name); }