summaryrefslogtreecommitdiffstats
path: root/copy.c
AgeCommit message (Expand)Author
2022-04-12Fix strlen() assigns to be of type size_t where obvious.Kevin McCarthy
2021-07-17Use SEEK_SET and SEEK_END for fseek/fseeko whence parameter.Kevin McCarthy
2021-07-17Silence compiler "may be uninitialized" warnings.Kevin McCarthy
2021-02-05Filter ANSI sequences when forwarding too.Kevin McCarthy
2021-01-24Fix hdr_order to use the longest match.Kevin McCarthy
2021-01-24Fix double spacing after group display-name in pager and message.Kevin McCarthy
2020-12-22Correct length to use LOFF_T.Kevin McCarthy
2020-12-12Add "headers" parameter to mx_open_message().Kevin McCarthy
2020-06-03Modify mutt_make_date() to append to a buffer.Kevin McCarthy
2020-05-07Clarify CH_WEED debug messageRemco Rijnders
2020-04-09Convert "non-fatal" handler errors to return 1 instead of -1.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-12-31Remove dead code.Kevin McCarthy
2018-12-29Add $crypt_protected_headers_save.Kevin McCarthy
2018-12-29Change x-label editing flag to be in the envelope.Kevin McCarthy
2018-12-29Create envelope->changed to mark all field changes.Kevin McCarthy
2018-12-28Make a copy of x_label before encoding it for updates.Kevin McCarthy
2018-12-27Restore the xlabel_changed reset.Kevin McCarthy
2018-12-27Rfc2047 encode and fold X-Label when writing updates.Kevin McCarthy
2017-01-29Fix the x-label update code check location.Kevin McCarthy
2017-01-28Minor fixes to the x-label patch from David.Kevin McCarthy
2017-01-28Adds capability to edit x-labels inside mutt, and to sort by label.David Champion
2016-06-18pass context in mx_close_messageDamien Riegel
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-04-27Modify the pager to use windows.Kevin McCarthy
2016-01-01Update copyright notices.Kevin McCarthy
2014-03-11Fix buffer overrun caused by not updating a string length after address expan...Michael Elkins
2012-07-08Fix some spelling errors (closes #3493)Antonio Radici
2010-03-02Fix thinko in [cc02f079b1b9]Brendan Cully
2010-03-01Guard dequote with NULL check on personal fieldBrendan Cully
2010-03-01Another attempt to dequote RFC2047-encoded address comments (see #2014)Brendan Cully
2009-06-13Rewrite header foldingRocco Rutte
2009-06-11Don't reformat Return-Path (angle brackets are not optional). Closes #1702.Rocco Rutte
2009-03-15Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte
2008-07-10Fix three bugs handling flags in mutt_copy_headerAron Griffis
2008-07-24Remove variables no longer used since [7729b1ad530c]Brendan Cully
2008-07-10Unify mutt_write_referencesAron Griffis
2008-07-10Clean up error handling in mutt_copy_headerAron Griffis
2008-07-01Bail out of copy if decryption is requested but the desired engine is missing.Brendan Cully
2008-07-01When deleting attachments, always print newline separating header from body.rtc
2008-06-25Make mutt_copy_message distinguish between fatal and non-fatal errors.Brendan Cully
2007-11-08Turn down some debug logging levelsBrendan Cully
2007-04-07Fix some compiler warningsFabian Groffen
2007-03-12Improve strcat usage (#2802).Sami Farin
2007-03-03Add $wrap, which supersedes $wrapmargin.Brendan Cully
2007-01-09Smarter header wrapping -- different behavior for displayThomas Roessler
2006-08-16Do intelligent things with long header lines.Thomas Roessler
2005-10-21Full large file support. Keep a close watch on your mailboxes everyone!Brendan Cully