projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2263bea
)
* elmo-imap4.el (elmo-imap4-folder-name-syntax): Allow numbers in
author
dmaus
<dmaus>
Thu, 15 Apr 2010 18:02:39 +0000
(18:02 +0000)
committer
dmaus
<dmaus>
Thu, 15 Apr 2010 18:02:39 +0000
(18:02 +0000)
imap user name.
elmo/ChangeLog
patch
|
blob
|
history
elmo/elmo-imap4.el
patch
|
blob
|
history
diff --git
a/elmo/ChangeLog
b/elmo/ChangeLog
index
6e3c1e8
..
3ceb6d7
100644
(file)
--- a/
elmo/ChangeLog
+++ b/
elmo/ChangeLog
@@
-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
diff --git
a/elmo/elmo-imap4.el
b/elmo/elmo-imap4.el
index
d64894d
..
a526fe4
100644
(file)
--- a/
elmo/elmo-imap4.el
+++ b/
elmo/elmo-imap4.el
@@
-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.