summaryrefslogtreecommitdiffstats
path: root/handler.c
AgeCommit message (Expand)Author
2007-03-06New format=flowed handler.Rocco Rutte
2007-03-03Add $wrap, which supersedes $wrapmargin.Brendan Cully
2007-02-27Updated $assumed_charset patch (closes: #2218).TAKIZAWA Takashi
2007-02-24Add $assumed_charset, $file_charset and $strict_mime.TAKIZAWA Takashi
2005-12-16Use ascii_str* instead of mutt_str* in several places where it's needed.Recai Oktas
2005-11-22Actually, the previous fix for 2139 had a flaw.Thomas Roessler
2005-11-22Fix mutt/2139; also Debian #340116.Thomas Roessler
2005-10-21Full large file support. Keep a close watch on your mailboxes everyone!Brendan Cully
2005-09-17Gah, forgot the zip code when updating the FSF address...Brendan Cully
2005-09-17Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully
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