simplify some bits of code, also simplify includes.
[apps/madmutt.git] / lib-mime / rfc822parse.c
2006-11-16 Pierre Habouzitctors/dtors for BODY's
2006-11-16 Pierre Habouzitmove all the parameter related functions into the lib...
2006-11-15 Pierre Habouzitmove mutt_get_parameter -> parameter_getval into mime.c
2006-11-15 Pierre Habouzitfinish the "read" of charset.c
2006-11-14 Pierre Habouzitdrop the ad-hoc TZ parse, non-rfc822 compliant dates...
2006-11-13 Pierre Habouzitremove most of the debug code: often makes the code...
2006-11-13 Pierre Habouzitrework includes a bit
2006-11-13 Pierre Habouzitrationalize list handling in mutt a bit.
2006-11-12 Pierre Habouzitmove url.[hc] into the lib-lib.
2006-11-11 Pierre Habouzitmove debug.c
2006-11-08 Pierre Habouzitoops, we don't need that. fix a regression in <esc>e
2006-11-08 Pierre Habouzitlast rewrite in rfc822parse.c
2006-11-08 Pierre Habouzitsimplify count_body_parts drastically.
2006-11-08 Pierre Habouzitgeneralize the idea of tokens a bit more, don't restric...
2006-11-07 Pierre Habouzitsimplifications
2006-11-07 Pierre HabouzitSimplications go on.
2006-11-06 Pierre Habouzitreplace the pathetic mutt_parse_rfc822_line function...
2006-11-06 Pierre Habouzitreorganize code so that the rfc822parse.c does not...
2006-11-06 Pierre Habouzitsimplify mutt_parse_date
2006-11-06 Pierre Habouzittypo
2006-11-06 Pierre Habouzitmore simplifications and header moves
2006-11-05 Pierre Habouzitsimplify parse_parameters tokenizer
2006-11-05 Pierre Habouzituse my own APIS for headers, parameters and so on
2006-11-05 Pierre Habouzitsimplify mutt_parse_references
2006-11-05 Pierre Habouzitrewrite mutt_read_rfc822_header to have a more consiste...
2006-11-05 Pierre Habouzitrework some includes
2006-11-05 Pierre Habouzitforgotten config.h inclusion
2006-11-05 Pierre Habouzitmove rfc822 related types into lib-mime/mime-types...
2006-11-05 Pierre Habouzitmove parse.c into rfc822parse.c in the lib-mime as...