]> www.infradead.org Git - users/dedekind/aiaiai.git/commit
email-lda: fix name generator
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Thu, 6 Feb 2014 13:40:22 +0000 (15:40 +0200)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Fri, 7 Feb 2014 08:56:26 +0000 (10:56 +0200)
commit011598a8339c6ba5f9c667e201f8a10db6b005ef
tree71a9dc621f4f4d38900f14d9ab754356e7ffcb59
parent14142ca3fd1b42c9cd43474ec04603f6ae47d212
email-lda: fix name generator

This patch fixes the 'seq_name' finction which generates a file name to use for
storing an mbox. Currently it just appends a counter to the end. And it uses
the "-" for this, like something-counter, but sometimes it uses "_", which is a
bug. Let's fix it and use "-" everiwhere.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
email/aiaiai-email-lda