]> git.cworth.org Git - sup/commit
modulo the file size in a maildir, so it's <= 7 digits.
authorJeff Balogh <its.jeff.balogh@gmail.com>
Fri, 18 Jan 2008 08:58:33 +0000 (03:58 -0500)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Tue, 22 Jan 2008 03:03:11 +0000 (19:03 -0800)
commit84b7ce1883c2d70057b1d0f68babdee24c92beb0
tree626ffdf92843bdc4b5d8fb145b76bbeb1df0cc3b
parentf498025a70092a4f29322e7be8f578e525fae0fe
modulo the file size in a maildir, so it's <= 7 digits.

The size needs to be <= 7 digits to preserve sup's increasing id
requirement.  Otherwise, large messages (probably w/ attachments) have
an id that is a magnitude larger than small messages.
lib/sup/maildir.rb