summaryrefslogtreecommitdiffstats
path: root/mime.h
diff options
context:
space:
mode:
authorDavid Champion <dgc@bikeshed.us>2005-10-04 06:05:39 +0000
committerDavid Champion <dgc@bikeshed.us>2005-10-04 06:05:39 +0000
commitf5e7b39153b414d2f9c2f9e369f41f895d253f40 (patch)
tree3a5758e9515a3868385eeb593f89adbcd739186c /mime.h
parent324752c8dbb1e28777518f1a01e3d4b9baf46aad (diff)
Attachment counting for index display (patch-1.5.11.dgc.attach.6).
Modifications: attach_recurse and attach_ignore_fundamental stripped, some debugging code removed, some bones thrown to check_sec.sh.
Diffstat (limited to 'mime.h')
-rw-r--r--mime.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mime.h b/mime.h
index 4c72c2d0..a374f25a 100644
--- a/mime.h
+++ b/mime.h
@@ -27,7 +27,8 @@ enum
TYPEMODEL,
TYPEMULTIPART,
TYPETEXT,
- TYPEVIDEO
+ TYPEVIDEO,
+ TYPEANY
};
/* Content-Transfer-Encoding */