X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-mime%2Fmime.h;h=93a467bf4926227036a525551aca948d70f1597e;hp=8b8b89339b24b56b71bd042cc714d80ab3a5cffd;hb=28dbd9fbf148be07366048163fffbf7f55a57def;hpb=49081299c673ceebc38d9a4f0985608cb3aecfce diff --git a/lib-mime/mime.h b/lib-mime/mime.h index 8b8b893..93a467b 100644 --- a/lib-mime/mime.h +++ b/lib-mime/mime.h @@ -59,18 +59,17 @@ int url_parse_mailto(ENVELOPE *e, char **body, const char *src); /****************************************************************************/ typedef struct rfc1524_entry { - /* char *contenttype; *//* we don't need this, as we search for it */ - char *command; - char *testcommand; - char *composecommand; - char *composetypecommand; - char *editcommand; - char *printcommand; - char *nametemplate; - char *convert; - - unsigned needsterminal:1; /* endwin() and system */ - unsigned copiousoutput:1; /* needs pager, basically */ + char *command; + char *testcommand; + char *composecommand; + char *composetypecommand; + char *editcommand; + char *printcommand; + char *nametemplate; + char *convert; + + unsigned needsterminal:1; /* endwin() and system */ + unsigned copiousoutput:1; /* needs pager, basically */ } rfc1524_entry; DO_INIT(rfc1524_entry, rfc1524_entry); @@ -100,7 +99,7 @@ void mutt_parse_part(FILE *, BODY *); BODY *mutt_parse_messageRFC822(FILE *, BODY *); BODY *mutt_parse_multipart(FILE *, const char *, off_t, int); string_list_t **mutt_parse_rfc822_line(ENVELOPE *, HEADER *, char *line, char *p, - short weed, short do_2047, string_list_t **); + short weed, short do_2047, string_list_t **); ENVELOPE *mutt_read_rfc822_header(FILE *, HEADER *, short, short); int mutt_count_body_parts (HEADER *hdr, int flags);