summaryrefslogtreecommitdiffstats
path: root/handler.c
AgeCommit message (Expand)Author
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-04-27Fix remaining direct usages of COLS/LINES to use mutt window functions.Kevin McCarthy
2016-01-01Update copyright notices.Kevin McCarthy
2015-07-26Handle malformed ms-exchange pgp-encrypted block. (closes #3742)Kevin McCarthy
2015-04-25Fix performance regression for ~b/~B searching. (closes #3743)Seth Forshee
2013-10-06use LOFF_T as the type for variables used in fseeko()Michael Elkins
2013-10-04fix more comment typosMichael Elkins
2013-07-23fix typos in commentsOndřej Bílka
2013-01-17change semantics of mutt_is_autoview() to return 1 if there is a matching mai...Michael Elkins
2013-01-14avoid debug warning about trailing whitespace in a base64 encoded attachmentMichael Elkins
2011-12-03Declare many structures const (closes #3552)Dan Fandrich
2010-09-29Add $reflow_text boolean, and $reflow_wrap variables to control display of fo...Michael Elkins
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