summaryrefslogtreecommitdiffstats
path: root/handler.c
AgeCommit message (Expand)Author
2009-06-23Implement state_putws() and state_putwc(), see #3148.Rocco Rutte
2009-06-21Pass buffer size to mutt_mktemp()Rocco Rutte
2009-06-21Port f=f and text/plain handlers to mutt_read_line()Rocco Rutte
2009-06-20f=f: Don't kill signature separator when stripping trailing spaces. Closes #3...Rocco Rutte
2009-06-15Unbreak header weeding for message/rfc822 parts. Closes #3265.Rocco Rutte
2009-06-13Rewrite header foldingRocco Rutte
2009-06-12Don't insert Content-Description/form name into reply. Closes #3164.Rocco Rutte
2009-05-31Turn trailing \r\n to \n for qp-encoded messages.Rocco Rutte
2009-05-31f=f: Strip trailing spaces for interoperability. Closes #3001.Rocco Rutte
2009-05-31Add $honor_disposition to not display attachments inline. Closes #3170.Rocco Rutte
2009-03-15Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte
2009-03-15text/enriched: flush FILE buffer, too when flushing enriched textRocco Rutte
2009-03-15text/enriched: drop encriched_cmp(), use wide character stringsRocco Rutte
2009-01-04Update copyrights. Closes #3016.Brendan Cully
2008-10-28Make some functions static.Emanuele Giaquinta
2008-08-19Make text/enriched handler multibyte aware. Closes #3033.Rocco Rutte
2008-07-01Handle DONTHANDLEPGPKEYS in handler instead of crypto modules.Brendan Cully
2008-06-26Mark new error message for translation.Brendan Cully
2008-06-25Make mutt_copy_message distinguish between fatal and non-fatal errors.Brendan Cully
2008-06-24Make multipart decoding a little more forgiving.Brendan Cully
2007-07-10Actually bail out, but wiht an ok return value.Thomas Roessler
2007-07-10Don't bail out on a bad message/external-body!Thomas Roessler
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