From 2544cce67b31cb36a00fa6478eb2e894838b87b5 Mon Sep 17 00:00:00 2001 From: teranisi Date: Fri, 11 Feb 2005 12:28:23 +0000 Subject: [PATCH] Added some system symbols. --- elmo/ChangeLog | 2 +- elmo/elmo-maildir.el | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 2f3aa10..0ea3002 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,6 +1,6 @@ 2005-02-11 Yuuichi Teranishi - * 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 diff --git a/elmo/elmo-maildir.el b/elmo/elmo-maildir.el index eaee60e..c9347e2 100644 --- a/elmo/elmo-maildir.el +++ b/elmo/elmo-maildir.el @@ -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." -- 1.7.10.4