X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt.h;h=75b6796b83c6e993dcc9c50136bb734503d89211;hp=10e6c0c102917f7f762be6779f3edd5475666b6d;hb=b36dc16c428cc2b1371bb99c0581aa014f302791;hpb=c8bf978fc5c4f6c793620a515fa2456a3fa9eb13 diff --git a/mutt.h b/mutt.h index 10e6c0c..75b6796 100644 --- a/mutt.h +++ b/mutt.h @@ -45,6 +45,8 @@ #include #include +#include + #include "rfc822.h" #include "charset.h" #include "lib/rx.h" @@ -565,12 +567,6 @@ typedef struct envelope { unsigned int refs_changed:1; /* References changed to break thread */ } ENVELOPE; -typedef struct parameter { - char *attribute; - char *value; - struct parameter *next; -} PARAMETER; - /* Information that helps in determing the Content-* of an attachment */ typedef struct content { long hibin; /* 8-bit characters */