summaryrefslogtreecommitdiffstats
path: root/headers.c
AgeCommit message (Expand)Author
2021-07-17Fix mutt_label_message to use strfcpy().Kevin McCarthy
2020-06-04Add other headers to written Protected Headers.Kevin McCarthy
2020-05-08Improve mutt_decrease_mtime() error handling.Kevin McCarthy
2020-03-21Add $fcc_delimiter, to allow multiple Fcc mailboxes.Kevin McCarthy
2020-02-29Add background edit landing page.Kevin McCarthy
2020-02-29Enable backgrounding a single <mail> function.Kevin McCarthy
2020-02-29Use sctx->signas values in compose menu.Kevin McCarthy
2020-02-29Pass sctx to mutt_builtin_editor() and mutt_edit_headers().Kevin McCarthy
2019-10-24Convert fcc to a buffer.Kevin McCarthy
2019-10-05Convert mutt_edit_headers() to use buffer pool.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-29Change x-label editing flag to be in the envelope.Kevin McCarthy
2018-12-25Finish protected header write support.Kevin McCarthy
2018-12-25Add a new mode for mutt_write_rfc822_header().Kevin McCarthy
2017-04-30Refresh header color when updating label. (closes #3935)Kevin McCarthy
2017-02-10Change "allow_dups" into a flag at hash creation.Kevin McCarthy
2017-01-28Improve the label completion hash table usage.Kevin McCarthy
2017-01-28Adds label completion.David Champion
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-01-01Update copyright notices.Kevin McCarthy
2012-12-30Ensure that the in-reply-to header field was actually present before deciding...Antonio Radici
2012-12-18rename iswsp() to is_email_wsp()Michael Elkins
2009-06-21Pass buffer size to mutt_mktemp()Rocco Rutte
2009-04-28Fix comment typoRocco Rutte
2009-04-28Drop References header if In-Reply-To is modified by user. Closes #3221.Bertram Felgenhauer
2009-04-22Fix memory leak in mutt_edit_headers(). Closes #3220.Bertram Felgenhauer
2009-03-15Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte
2009-02-20Simplify and fix Attach: header parsingRocco Rutte
2009-02-15Support spaces in Attach: pseudoheader. Closes #3179.Rocco Rutte
2008-07-10Remove completely wrong comment regarding in-reply-to and referencesAron Griffis
2008-07-02Use realpath() in mutt_pretty_mailbox() for paths that may need it.Rocco Rutte
2006-04-20Make mutt_parse_crypt_hdr more SMIME-aware.Moritz Schulte
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
2004-08-16as of current cvs, setting "PGP: E" (or similar) when header-editingAdeodato Simó
2003-03-03IDN support for e-mail messages. Things should work automagicallyThomas Roessler
2003-01-21- To cleanup the pgp/smime code and prepare for other backends.Werner Koch
2002-12-11Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler
2002-01-24S/MIME support. From Oliver Ehli <elmy@acm.org> and Mike SchiraldiThomas Roessler
2001-11-05Byrial Jensen's mtime hack is needed at more than one place. NotedThomas Roessler
2001-05-11Some code simplifications.Thomas Roessler
2001-05-11Fix a memory leak in mutt_free_envelope(); avoid dangling pointersThomas Roessler
2001-05-10Fix header editing and references headers.Thomas Roessler
2001-04-26Add ascii_strcasecmp() and ascii_strncasecmp() functions which doThomas Roessler
2000-04-12Catch some error conditions.Thomas Roessler
2000-03-04Unify alias expansion.Thomas Roessler