summaryrefslogtreecommitdiffstats
path: root/sort.c (follow)
Commit message (Expand)AuthorAgeLines
* Don't use subtraction for qsort numeric value comparisons.Kevin McCarthy2021-09-23-6/+6
* Make index sort compare functions independent from config variables.Kevin McCarthy2021-08-06-79/+65
* Clean up code indentation.Kevin McCarthy2019-01-04-9/+11
* Remove trailing whitespace.Kevin McCarthy2018-12-31-6/+6
* Fix non-threaded $sort_aux "reverse-" sorting.Kevin McCarthy2018-09-25-1/+3
* Fix AUXSORT usage in compare_spam.Kevin McCarthy2018-07-28-2/+1
* Add ctx->vsize = 0 in a couple of places.Vincent Lefevre2018-07-24-0/+1
* Adds capability to edit x-labels inside mutt, and to sort by label.David Champion2017-01-28-0/+32
* Make some functions static.Emanuele Giaquinta2008-10-28-9/+9
* sorting efficiencyThomas Roessler2008-09-17-8/+8
* Make sort by "To" stable (closes #2515).pywatson2007-06-05-2/+4
* Sort spam scores numerically even when they are in the form of floatsDavid Champion2006-11-22-2/+6
* Gah, forgot the zip code when updating the FSF address...Brendan Cully2005-09-17-1/+1
* Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully2005-09-17-1/+1
* Add config.h to the top of every C file that could possibly want it.Brendan Cully2005-02-03-0/+4
* Introduce $include_onlyfirst.TAKAHASHI Tamotsu2004-07-14-0/+53
* Fix dangling pointer problems in threading code. Noted and trackedThomas Roessler2003-11-12-1/+1
* Fix a warning.Andrew W. Nosenko2003-03-05-3/+3
* Fixing some nits.Thomas Roessler2003-03-03-1/+2
* Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler2002-12-11-1/+1
* Turn on incremental threading again.Thomas Roessler2002-02-28-1/+0
* Threading updates, from Daniel Eisenbud.Thomas Roessler2001-12-13-0/+1
* patch-1.3.23.2-de-new_threads.2Thomas Roessler2001-11-12-5/+8
* patch-1.3.23.1-de-new_threads.3-4Thomas Roessler2001-11-08-0/+5
* [patch.1.3.23.1.de.new_threads.2] Daniel Eisenbud's redoneThomas Roessler2001-11-06-7/+2
* Advanced threading, v 5.1. From Daniel EisenbudThomas Roessler2001-10-31-6/+13
* A slightly extended version of Dave Ewart's sleeptime patch.Thomas Roessler2001-05-10-1/+1
* Sorting fix from Gero Treuner.Thomas Roessler2000-03-22-5/+3
* The FSF apparently has moved.Thomas Roessler2000-03-03-1/+1
* Update copyright notices for unstable.Thomas Roessler2000-01-06-1/+1
* Fix a minor threading bug. From Edmund GRIMLEY EVANSThomas Roessler1999-12-29-1/+3
* Scoring improvements.Thomas Roessler1999-10-16-3/+4
* Vikas' latest collapse fix.Thomas Roessler1999-02-09-7/+15
* Get rid of RCS ids in source files. They are getting in our wayThomas Roessler1999-01-07-1/+0
* Introduce or rewrite mutt_{str*cmp,strlen} and use them all over theThomas Roessler1998-11-10-3/+3
* Fix an efficiency problem with the color index features.Thomas Roessler1998-11-09-2/+0
* Change "static char rcsid[]" to "static const char rcsid[]" to makeThomas Roessler1998-10-15-1/+1
* Add RCS $Id$ strings to (hopefully) all source files.Thomas Roessler1998-10-13-0/+1
* Adding gettext support, based on the patch by Marco d'Itri.Thomas Roessler1998-10-01-2/+2
* [patch-0.94.4.vikas.collapse.2] Vikas' collapse-threadThomas Roessler1998-08-27-3/+10
* Initial revisionThomas Roessler1998-06-08-0/+254