* elmo-imap4.el (elmo-imap4-folder-name-syntax): Allow numbers in
authordmaus <dmaus>
Thu, 15 Apr 2010 18:02:39 +0000 (18:02 +0000)
committerdmaus <dmaus>
Thu, 15 Apr 2010 18:02:39 +0000 (18:02 +0000)
  imap user name.

elmo/ChangeLog
elmo/elmo-imap4.el

index 6e3c1e8..3ceb6d7 100644 (file)
@@ -1,3 +1,8 @@
+2010-04-15  David Maus  <dmaus@ictsoc.de>
+
+       * elmo-imap4.el (elmo-imap4-folder-name-syntax): Allow numbers in
+       imap user name.
+
 2010-04-14  David Maus  <dmaus@ictsoc.de>
 
        * elmo-imap4.el (elmo-imap4-disabled-extension): New
index d64894d..a526fe4 100644 (file)
@@ -181,7 +181,7 @@ REGEXP should have a grouping for namespace prefix.")
 
 (defconst elmo-imap4-folder-name-syntax
   `(mailbox
-    (?: [user "^[A-Za-z]"] (?/ [auth ".+"]))
+    (?: [user "^[A-Za-z0-9]"] (?/ [auth ".+"]))
     ,@elmo-net-folder-name-syntax))
 
 ;; For debugging.