Age | Commit message (Expand) | Author |
2019-01-04 | Clean up formatting. | Kevin McCarthy |
2019-01-04 | Clean up code indentation. | Kevin McCarthy |
2018-12-31 | Remove trailing whitespace. | Kevin McCarthy |
2018-10-31 | Add index-format-hook and expando. | Kevin McCarthy |
2018-03-22 | Fix comparison of flags with multiple bits set. | Kevin McCarthy |
2017-01-23 | Add subjectrx command to replace matching subjects with something else. | David Champion |
2016-12-27 | Make to_chars and status_chars accept mulitibyte characters. (closes #3024) | Kevin McCarthy |
2016-08-22 | Remove the $locale configuration variable. | Kevin McCarthy |
2016-06-07 | Fix columns used for $status_format and $pager_format in the pager. | Kevin McCarthy |
2016-05-09 | Change M_* symbols to MUTT_* | Derek Martin |
2016-04-27 | Add cols parameter to mutt_FormatString() | Kevin McCarthy |
2015-09-20 | Add new optional index_format expandos %r and %R. | Derek Schrock |
2009-04-08 | For %F, display Bcc recipient if no other recipients found. Closes #3157. | Rocco Rutte |
2009-01-04 | Update copyrights. Closes #3016. | Brendan Cully |
2007-10-18 | Enlarge temporary buffer in hdr_format_str to prevent subject truncation. | Rocco Rutte |
2007-04-15 | Removed hardcoded pager progress indicator and add %P format code to $pager_s... | Michael Elkins |
2007-04-11 | Pass column value recursively when expanding format strings (bug #2840). | Michael Elkins |
2007-04-03 | Fix some warnings. | Fabian Groffen |
2006-04-28 | Cleaning up attachment counting. This takes away some of the | Thomas Roessler |
2006-01-10 | Don't use uninitialised flags variable when fetching attachment count. | Brendan Cully |
2005-10-04 | Attachment counting for index display (patch-1.5.11.dgc.attach.6). | David Champion |
2005-09-17 | Gah, forgot the zip code when updating the FSF address... | Brendan Cully |
2005-09-17 | Update FSF address (via sed, I hope nothing got mangled). Closes: #2071. | Brendan Cully |
2005-02-12 | unalternates now also adds to a list of exceptions; same behavior | TAKAHASHI Tamotsu |
2005-02-03 | Add config.h to the top of every C file that could possibly want it. | Brendan Cully |
2004-07-14 | Introduce $include_onlyfirst. | TAKAHASHI Tamotsu |
2004-02-01 | Turn alternates, lists, and subscribe into regular expression lists. | Thomas Roessler |
2004-01-04 | Permit list patterns that match the domain name of an address; these | Thomas Roessler |
2003-03-03 | IDN support for e-mail messages. Things should work automagically | Thomas Roessler |
2003-01-21 | - To cleanup the pgp/smime code and prepare for other backends. | Werner Koch |
2002-12-22 | Add %A to the format strings, which expands to the reply-to address | Martin Michlmayr |
2002-11-11 | Fix #485: Make %z work like %Z inside of %{} in $index_format. | Michael Elkins |
2002-03-25 | Fix #872, from Brendan Cully. | Thomas Roessler |
2002-02-13 | Change the default format to be more friendly to "0-line messages", | Thomas Roessler |
2002-02-13 | Undo the %l fix. It broke things. | Thomas Roessler |
2002-02-12 | Improve %l's behaviour. | Thomas Roessler |
2002-01-24 | S/MIME support. From Oliver Ehli <elmy@acm.org> and Mike Schiraldi | Thomas Roessler |
2001-12-17 | Another threading update. | Thomas Roessler |
2001-11-19 | Fix mutt_messages_in_thread(). From Daniel Eisenbud. | Thomas Roessler |
2001-10-31 | Advanced threading, v 5.1. From Daniel Eisenbud | Thomas Roessler |
2001-05-10 | Fix %D. From Len Lattanzi <Len.Lattanzi@migration.com>. | Thomas Roessler |
2000-10-17 | Fix pager and index display when non-printable space characters are | Thomas Roessler |
2000-10-03 | Adding a list flag to to_chars, From Andreas Plesner Jacobsen | Thomas Roessler |
2000-08-28 | This patch moves hdr_format_s from hdrline.c to curs_lib.c and renames | Edmund GRIMLEY EVANS |
2000-08-22 | Fix %B in index_format. | Thomas Roessler |
2000-08-17 | Fix justification of number formats. (EGE) | Thomas Roessler |
2000-07-24 | Replace wctomb and mbtowc with wcrtomb and mbrtowc. From TAKIZAWA | Thomas Roessler |
2000-05-19 | Fix %. formats. From EGE. | Thomas Roessler |
2000-05-10 | updated messages-in-thread (%e) patch from Markus Holmberg. | Thomas Roessler |
2000-05-09 | Add a %e option for thread-relative message numbers. From Markus | Thomas Roessler |