summaryrefslogtreecommitdiffstats
path: root/hdrline.c
AgeCommit message (Expand)Author
2020-03-06Change mutt_FormatString() data parameter to type void *.Kevin McCarthy
2019-11-10Add gcc comments for fallthrough case statements.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-31Add index-format-hook and expando.Kevin McCarthy
2018-03-22Fix comparison of flags with multiple bits set.Kevin McCarthy
2017-01-23Add subjectrx command to replace matching subjects with something else.David Champion
2016-12-27Make to_chars and status_chars accept mulitibyte characters. (closes #3024)Kevin McCarthy
2016-08-22Remove the $locale configuration variable.Kevin McCarthy
2016-06-07Fix columns used for $status_format and $pager_format in the pager.Kevin McCarthy
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-04-27Add cols parameter to mutt_FormatString()Kevin McCarthy
2015-09-20Add new optional index_format expandos %r and %R.Derek Schrock
2009-04-08For %F, display Bcc recipient if no other recipients found. Closes #3157.Rocco Rutte
2009-01-04Update copyrights. Closes #3016.Brendan Cully
2007-10-18Enlarge temporary buffer in hdr_format_str to prevent subject truncation.Rocco Rutte
2007-04-15Removed hardcoded pager progress indicator and add %P format code to $pager_s...Michael Elkins
2007-04-11Pass column value recursively when expanding format strings (bug #2840).Michael Elkins
2007-04-03Fix some warnings.Fabian Groffen
2006-04-28Cleaning up attachment counting. This takes away some of theThomas Roessler
2006-01-10Don't use uninitialised flags variable when fetching attachment count.Brendan Cully
2005-10-04Attachment counting for index display (patch-1.5.11.dgc.attach.6).David Champion
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-12unalternates now also adds to a list of exceptions; same behaviorTAKAHASHI Tamotsu
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2004-07-14Introduce $include_onlyfirst.TAKAHASHI Tamotsu
2004-02-01Turn alternates, lists, and subscribe into regular expression lists.Thomas Roessler
2004-01-04Permit list patterns that match the domain name of an address; theseThomas Roessler
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-22Add %A to the format strings, which expands to the reply-to addressMartin Michlmayr
2002-11-11Fix #485: Make %z work like %Z inside of %{} in $index_format.Michael Elkins
2002-03-25Fix #872, from Brendan Cully.Thomas Roessler
2002-02-13Change the default format to be more friendly to "0-line messages",Thomas Roessler
2002-02-13Undo the %l fix. It broke things.Thomas Roessler
2002-02-12Improve %l's behaviour.Thomas Roessler
2002-01-24S/MIME support. From Oliver Ehli <elmy@acm.org> and Mike SchiraldiThomas Roessler
2001-12-17Another threading update.Thomas Roessler
2001-11-19Fix mutt_messages_in_thread(). From Daniel Eisenbud.Thomas Roessler
2001-10-31Advanced threading, v 5.1. From Daniel EisenbudThomas Roessler
2001-05-10Fix %D. From Len Lattanzi <Len.Lattanzi@migration.com>.Thomas Roessler
2000-10-17Fix pager and index display when non-printable space characters areThomas Roessler
2000-10-03Adding a list flag to to_chars, From Andreas Plesner JacobsenThomas Roessler
2000-08-28This patch moves hdr_format_s from hdrline.c to curs_lib.c and renamesEdmund GRIMLEY EVANS
2000-08-22Fix %B in index_format.Thomas Roessler
2000-08-17Fix justification of number formats. (EGE)Thomas Roessler
2000-07-24Replace wctomb and mbtowc with wcrtomb and mbrtowc. From TAKIZAWAThomas Roessler
2000-05-19Fix %. formats. From EGE.Thomas Roessler