summaryrefslogtreecommitdiffstats
path: root/rfc1524.c
AgeCommit message (Expand)Author
2021-05-01Add allow_8bit flag to sanitize_filename functions.Kevin McCarthy
2020-04-16Add l10n comment above the revised translation string.Kevin McCarthy
2020-04-16Update error string in mailcap_path handlingOlaf Hering
2019-10-23Add typelen parameter to rfc1524_mailcap_lookup().Kevin McCarthy
2019-10-23Convert rfc1524_mailcap_lookup() to use buffer pool for path.Kevin McCarthy
2019-06-28Remove unnecessary "" checks for DT_STR and DT_PATH MuttVars.Kevin McCarthy
2019-06-22Add NULL checks to rfc1524_free_entry().Kevin McCarthy
2019-06-22Merge branch 'stable'Kevin McCarthy
2019-06-22Make sure mailcap test %s is sanitized.Kevin McCarthy
2019-06-22Remove mutt_rfc1524_expand_filename() return value and checks.Kevin McCarthy
2019-04-14Rename mutt_buffer_rfc1524_expand_command()Kevin McCarthy
2019-04-14Convert rfc1524_expand_command() implementation to use BUFFER.Kevin McCarthy
2019-04-14Convert last rfc1524_expand_command caller to use a BUFFER.Kevin McCarthy
2019-04-14Rename mutt_buffer_adv_mktemp().Kevin McCarthy
2019-04-10Rename to mutt_rfc1524_expand_filename().Kevin McCarthy
2019-04-10Convert mutt_expand_fmt() and rfc1524_expand_filename() to BUFFER.Kevin McCarthy
2019-04-10Add mutt_buffer_quote_filename().Kevin McCarthy
2019-03-09Expand a couple of the comments about charset.Kevin McCarthy
2019-03-08Check noconv for mailcap %{charset} send mode expansion.Kevin McCarthy
2019-03-08Fix mailcap %{charset} expansion in send mode.Kevin McCarthy
2019-01-04Clean up formatting.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2018-10-15Convert mutt_compose_attachment to use BUFFER.Kevin McCarthy
2018-10-15Add rfc1524 buffer function interfaces for attach.c conversion.Kevin McCarthy
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-01-01Update copyright notices.Kevin McCarthy
2013-02-22fix potential buffer overflow in off-by-one bounds checking errorjohn beck
2012-12-18rename iswsp() to is_email_wsp()Michael Elkins
2012-12-16Correct typosAndrew Gaul
2011-05-23fix gcc 4.6 warning -Wunused-but-set-variable in rfc1524.cOlaf Hering
2010-02-17Spelling fixesSimon Ruderich
2009-12-14Fix off-by-one errors in mailcap parser. Closes #3362Brendan Cully
2009-05-29Add flags to mutt_read_line() for EOL-stripping and continuation supportRocco Rutte
2009-03-15Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte
2009-01-04Update copyrights. Closes #3016.Brendan Cully
2006-05-18Avoid safe_free() usage and add security checksRocco Rutte
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-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2003-12-17Fix possible core dump in mailcap nametemplate handling.Michael Elkins
2003-09-19As the ones of you who compile with new gcc's probably have noticed,Mads Martin Joergensen
2002-12-11Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler
2002-12-10Replace safe_free calls by the FREE macro.Thomas Roessler
2002-01-24Introduce mime_lookup. From Brian Foley and Ulf Erikson.Thomas Roessler
2001-05-15Make tests on an attachment's file name possible. Patch from BobThomas Roessler
2001-04-26Add ascii_strcasecmp() and ascii_strncasecmp() functions which doThomas Roessler
2000-03-03The FSF apparently has moved.Thomas Roessler
2000-01-10Add (and use) a function mutt_str_replace, which essentiallyThomas Roessler
2000-01-06Update copyright notices for unstable.Thomas Roessler