2005-02-11 Yuuichi Teranishi <teranisi@gohome.org>
- * elmo-maildir.el (elmo-maildir-separator): Added OS/2, emx, ms-dos
+ * elmo-maildir.el (elmo-maildir-separator): Added some OS types
to the check logic of file systems which are weak in colon character.
2005-02-11 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
(answered ?R)))
(defcustom elmo-maildir-separator
- (if (memq system-type '(windows-nt OS/2 emx ms-dos)) ?\- ?:)
+ (if (memq system-type
+ '(windows-nt OS/2 emx ms-dos win32 w32 mswindows cygwin))
+ ?\- ?:)
"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."