X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt.h;h=8131c7de3ebe9fffb0219e59cb16fbdacac09e46;hp=03fe55b4de95ea0429f12c852f4b4868d7e8cf78;hb=841a368ddea400022328f35dd8c7a3eb6f543892;hpb=cf69ddd650f124d3aed242285434ba2b97fb4b79 diff --git a/mutt.h b/mutt.h index 03fe55b..8131c7d 100644 --- a/mutt.h +++ b/mutt.h @@ -870,15 +870,6 @@ typedef struct { unsigned int counting:1; /* do we just want to cound? */ } CONTEXT; -typedef struct attachptr { - BODY *content; - int parent_type; - char *tree; - int level; - int num; - unsigned int unowned:1; /* don't unlink on detach */ -} ATTACHPTR; - #include "ascii.h" #include "alias.h" #include "buffer.h"