]> git.cworth.org Git - sup/commit
maildir: allow ', ' in the unique-name portion of a maildir filename
authorCarl Worth <cworth@cworth.org>
Sat, 15 Aug 2009 04:29:43 +0000 (21:29 -0700)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Tue, 18 Aug 2009 17:03:54 +0000 (13:03 -0400)
commit5d70f7b458d0e3100be62c9bffee9a8dfd4c0f50
tree40f35d94bcc111823c1f56de4f3bc4fb60e62177
parent7a9fd216f3acbab30ea4f6f9de1fad33de1f05a1
maildir: allow ', ' in the unique-name portion of a maildir filename

The maildir specification says the following about unique names:

    A unique name can be anything that doesn't contain a colon (or
    slash) and doesn't start with a dot.

    [http://cr.yp.to/proto/maildir.html]

So disallowing a unique name to have a comma breaks maildir import on
systems where there is a comma in the names.
lib/sup/maildir.rb