Added some system symbols.
authorteranisi <teranisi>
Fri, 11 Feb 2005 12:28:23 +0000 (12:28 +0000)
committerteranisi <teranisi>
Fri, 11 Feb 2005 12:28:23 +0000 (12:28 +0000)
elmo/ChangeLog
elmo/elmo-maildir.el

index 2f3aa10..0ea3002 100644 (file)
@@ -1,6 +1,6 @@
 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>
index eaee60e..c9347e2 100644 (file)
@@ -46,7 +46,9 @@
                                    (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."