upas/fs: remove now unused Mtrunc mimeflags constant

This commit is contained in:
cinap_lenrek 2020-06-24 19:21:47 +02:00
parent d7613e356c
commit 739bb1a06f

View file

@ -34,9 +34,6 @@ enum {
Disappear = 1<<3,
Dmark = 1<<4, /* temporary mark for idx scan */
/* mime flags */
Mtrunc = 1<<0, /* message had no boundary */
Maxmsg = 75*1024*1024, /* maxmessage size; debugging */
Maxcache = 512*1024, /* target cache size; set low for debugging */
Nctab = 15, /* max # of cached messages >10 */