summaryrefslogtreecommitdiffstats
path: root/thread.c
AgeCommit message (Expand)Author
2023-04-14Fix <collapse-all> behavior for sort=reverse-threads.Kevin McCarthy
2021-09-23Don't use subtraction for qsort numeric value comparisons.Kevin McCarthy
2021-08-08Add $sort_thread_groups for top-level thread sorting.Kevin McCarthy
2021-08-06Make index sort compare functions independent from config variables.Kevin McCarthy
2021-04-15Use bkgrndset() as ATTRSET() backend if available.Kevin McCarthy
2020-02-10Fix ~v tagging when switching to non-threaded sorting.Kevin McCarthy
2020-02-10Speed up thread sort when many long threads exist.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2018-12-29Create envelope->changed to mark all field changes.Kevin McCarthy
2018-07-25Add message padding to ctx->vsize computation.Kevin McCarthy
2018-06-01Correct spelling mistakes.Edward Betts
2017-02-10Change "allow_dups" into a flag at hash creation.Kevin McCarthy
2017-01-06Convert HASH to be indexable by unsigned int. (see #3905)Kevin McCarthy
2016-10-19Add root-message function to jump to root message in thread.Kevin McCarthy
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2013-07-23fix typos in commentsOndřej Bílka
2010-10-13fix a minor logic error in thread.c, and a dead code lineRalf Wildenhues
2010-08-05explanatory commentsMichael Elkins
2009-03-09Restore $reverse_alias feature by using case-insensitive hash keysRocco Rutte
2008-10-28Make some functions static.Emanuele Giaquinta
2007-02-12Full fix for null-pointer dereferences on partial opens. Thanks alsoKees Cook
2005-09-24Cosmetic fixes to MIME headers. Closes: #2086.Alain Bench
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-07-25Get rid of IMAP-related special casing all over the thread editingThomas Roessler
2005-07-24Try to fix threading bug triggered by duplicate references.Thomas Roessler
2005-07-24Add thread editing commands.Cedric Duval
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2004-07-14By default Mutt hides the subject of messages in the thread treeElmar Hoffmann
2003-12-10Avoid NULL pointer deference in threading code.Thomas Roessler
2003-09-19As the ones of you who compile with new gcc's probably have noticed,Mads Martin Joergensen
2003-04-11Fix a segmentation fault.Thomas Roessler
2003-04-08Try to catch a couple of cases in which parameters for malloc callsThomas Roessler
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-02-28$narrow_tree; fater redrawing when changing tree options. FromThomas Roessler
2002-02-28Threading enhancements from Daniel Eisenbud.Thomas Roessler
2002-01-16patch-1.3.25-de-new_threads.1Thomas Roessler
2001-12-17Another threading update.Thomas Roessler
2001-12-13Threading updates, from Daniel Eisenbud.Thomas Roessler
2001-11-19Fix mutt_messages_in_thread(). From Daniel Eisenbud.Thomas Roessler
2001-11-12patch-1.3.23.2-de-new_threads.2Thomas Roessler
2001-11-08patch-1.3.23.1-de-new_threads.3-4Thomas Roessler
2001-11-07patch-1.3.23.1-de-new_threads.2-3Thomas Roessler
2001-11-06[patch.1.3.23.1.de.new_threads.2] Daniel Eisenbud's redoneThomas Roessler
2001-11-05Missing gettext calls, noted by Byrial Jensen.Thomas Roessler
2001-10-31Advanced threading, v 5.1. From Daniel EisenbudThomas Roessler
2001-09-03Don't lose track of the current message when collapsing and changingThomas Roessler
2001-07-26O(n log (n)) sorting from Jan Kratochvil <short@ucw.cz>.Thomas Roessler