summaryrefslogtreecommitdiffstats
path: root/handler.c
AgeCommit message (Expand)Author
2005-08-11Add error results to mutt_body_handlers, and check them when doingBrendan Cully
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2004-07-14$include_onlyfirst, again.TAKAHASHI Tamotsu
2004-07-14Fix a cvs commit SNAFU: This commit undoes the include_onlyfirstThomas Roessler
2004-07-14Introduce $include_onlyfirst.TAKAHASHI Tamotsu
2003-09-19As the ones of you who compile with new gcc's probably have noticed,Mads Martin Joergensen
2003-07-24Some functions/macros like isspace take an int and require theVincent Lefevre
2003-03-04Be more friendly about bad multipart/alternative bodies; #1478. NoteEdmund GRIMLEY EVANS
2003-01-23Automatically use the text/plain handler for text/* body parts whichThomas Roessler
2003-01-21- To cleanup the pgp/smime code and prepare for other backends.Werner Koch
2002-12-16Fix #1424.Edmund GRIMLEY EVANS
2002-12-11Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler
2002-11-12Actually commit patch-1.5.1.me.long_qp.2.Michael Elkins
2002-11-11patch-1.5-me.long_qp.2 (#1371) - fix truncation with overly long Q-PMichael Elkins
2002-04-03Fix printing of format=flowed text parts.Thomas Roessler
2002-03-27Some hackisch charset handling for text/plain; x-action=pgp-*. IThomas Roessler
2002-03-26More inline PGP changes.Thomas Roessler
2002-03-26OK, I'm giving up: pgp_create_traditional now creates text/plain;Thomas Roessler
2002-03-26Fix iconv warnings; from Edmund Grimley Evans.Thomas Roessler
2002-01-24S/MIME support. From Oliver Ehli <elmy@acm.org> and Mike SchiraldiThomas Roessler
2002-01-15Don't hallucinate a '\n' in the end of quoted-printable encodedThomas Roessler
2001-11-26patch-1.3.23.2.bj.state_attach_puts.1, from Byrial Jensen. ThisThomas Roessler
2001-11-21Use $wrapmargin in the format=flowed handler, too.Thomas Roessler
2001-11-08somewhat cleaner in-band-signalling between the handlers and theThomas Roessler
2001-11-082.47 introduced another bug. I should go to bed now.Thomas Roessler
2001-11-08Replace a ridiculous for loop by a proper calculation. Ahem.Thomas Roessler
2001-11-08Use a slightly different reset sequence for the format=flowed hack,Thomas Roessler
2001-11-07Fix #860. Noted: The format=flowed code is not yet utf-8 aware.Thomas Roessler
2001-09-26Fix inconsistencies between printing and displaying ofThomas Roessler
2001-08-28Don't do character conversion when we call an external handler for aThomas Roessler
2001-06-05Leave slightly more margin with format=flowed.Thomas Roessler
2001-06-05Check mutt_create_filter*'s return value for errors. This shouldThomas Roessler
2001-05-20Fix character set conversion for non-plain text types with 8bitThomas Roessler
2001-05-17Fix multibyte encodings with quoted-printable.Thomas Roessler
2001-05-12Undo one of yesterday's aesthetical changes.Thomas Roessler
2001-05-12Adding a hack to use format=flowed's quoting information in theThomas Roessler
2001-05-11Don't cut off the final part of ttachments with overlong lines.Thomas Roessler
2001-05-11Correctly handle extremely long lines.Thomas Roessler
2001-05-11Improve handling of indented text when wrapping text/plain;Thomas Roessler
2001-05-11Some more esthetical nits.Thomas Roessler
2001-05-11More fixes.Thomas Roessler
2001-05-11Add experimental support for text/plain; format=flowed.Thomas Roessler
2001-04-26Add ascii_strcasecmp() and ascii_strncasecmp() functions which doThomas Roessler
2001-02-13Change charset-hook's behaviour.Thomas Roessler
2001-02-12Make mutt_decode_* usable without passing a BODY structure.Thomas Roessler
2001-01-08Fix and/or check more fishy code.Thomas Roessler
2000-07-16Another qp fix.Thomas Roessler
2000-07-16More qp decoder modifications: We should handle multibyte charactersThomas Roessler
2000-07-16Rewrite the quoted-printable decoder so it properly chops offThomas Roessler
2000-07-12Initialize a variable in order to avoid a segmentation fault. FromThomas Roessler