to the check logic of file systems which are weak in colon character.
+2005-02-11 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * elmo-maildir.el (elmo-maildir-separator): Added OS/2, emx, ms-dos
+ to the check logic of file systems which are weak in colon character.
+
2005-02-11 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
* elmo-maildir.el (elmo-maildir-move-file): Simplify.
(unread ?S 'remove)
(answered ?R)))
-;; Decided at compile time.
(defcustom elmo-maildir-separator
- (if (memq system-type '(windows-nt)) ?\- ?:)
+ (if (memq system-type '(windows-nt OS/2 emx ms-dos)) ?\- ?:)
"Character separating the id section from the flags section.
According to the maildir specification, this should be a colon (?:),
but some file systems don't support colons in filenames."