Displaying 1 result from an estimated 1 matches for "uiddir".
2007 Mar 29
1
uiddir mailbox format with benchmarks
...files and
"<uid>." message files. Flags and everything else is kept only in
Dovecot's index files (so it might not be the best idea to use it in
production just yet). Several hours later I ended up having it working.
The code contains:
~/cvs/m/dovecot-head/src/lib-storage/index/uiddir% wc *[ch]
144 329 3552 uiddir-mail.c
240 565 6206 uiddir-save.c
532 1367 13628 uiddir-storage.c
55 126 1712 uiddir-storage.h
169 404 4057 uiddir-sync.c
21 48 573 uiddir-sync.h
103 258 2762 uiddir-transaction.c
1264 3097 32490 total
uiddir-storage.c is still a...