]> granicus.if.org Git - mutt/history - thread.c
Convert pgp_app_handler to use buffer pool.
[mutt] / thread.c
2019-03-29 Kevin McCarthyMerge branch 'stable'
2019-03-13 Kevin McCarthyMerge branch 'stable'
2019-03-13 Kevin McCarthyMerge branch 'stable'
2019-02-01 Kevin McCarthyMerge branch 'stable'
2019-01-25 Kevin McCarthyMerge branch 'stable'
2019-01-24 Kevin McCarthyMerge branch 'stable'
2019-01-22 Kevin McCarthyMerge branch 'stable'
2019-01-21 Kevin McCarthyMerge branch 'stable'
2019-01-21 Kevin McCarthyMerge branch 'stable'
2019-01-21 Kevin McCarthyMerge branch 'stable'
2019-01-19 Kevin McCarthyMerge branch 'stable'
2019-01-19 Kevin McCarthyMerge branch 'stable'
2019-01-10 Kevin McCarthyMerge branch 'stable'
2019-01-08 Kevin McCarthyMerge branch 'stable'
2019-01-08 Kevin McCarthyMerge branch 'stable'
2019-01-05 Kevin McCarthyMerge branch 'stable'
2019-01-04 Kevin McCarthyClean up code indentation.
2019-01-04 Kevin McCarthyMerge branch 'stable'
2019-01-01 Kevin McCarthyRemove trailing whitespace.
2018-12-29 Kevin McCarthyCreate envelope->changed to mark all field changes.
2018-09-22 Kevin McCarthyMerge branch 'stable'
2018-08-26 Kevin McCarthyMerge branch 'stable'
2018-08-21 Kevin McCarthyMerge branch 'stable'
2018-07-26 Kevin McCarthyAdd message padding to ctx->vsize computation.
2018-07-16 Kevin McCarthyMerge branch 'stable'
2018-07-08 Kevin McCarthyMerge branch 'stable'
2018-07-08 Kevin McCarthyMerge branch 'stable'
2018-06-18 Kevin McCarthyMerge branch 'stable'
2018-06-05 Kevin McCarthyMerge branch 'stable'
2018-06-04 Kevin McCarthyMerge branch 'stable'
2018-06-03 Kevin McCarthyMerge branch 'stable'
2018-06-03 Kevin McCarthyMerge branch 'stable'
2018-06-01 Edward BettsCorrect spelling mistakes.
2017-02-24 Kevin McCarthymerge default into stable
2017-02-10 Kevin McCarthyChange "allow_dups" into a flag at hash creation.
2017-01-06 Kevin McCarthyConvert HASH to be indexable by unsigned int. (see...
2016-12-05 Kevin McCarthymerge stable
2016-12-04 Kevin McCarthymerge stable
2016-10-23 Kevin McCarthymerge stable
2016-10-23 Kevin McCarthymerge stable
2016-10-19 Kevin McCarthyAdd root-message function to jump to root message in...
2016-08-18 Kevin McCarthymerge default into stable
2016-07-06 Kevin McCarthymerge stable
2016-07-01 Kevin McCarthymerge stable
2016-05-24 Kevin McCarthymerge stable
2016-05-09 Derek MartinChange M_* symbols to MUTT_*
2013-07-23 Ondřej Bílkafix typos in comments
2010-10-13 Ralf Wildenhuesfix a minor logic error in thread.c, and a dead code...
2010-08-06 Michael Elkinsexplanatory comments
2009-03-15 Rocco RutteMerge
2009-03-09 Rocco RutteRestore $reverse_alias feature by using case-insensitiv...
2008-10-28 Emanuele GiaquintaMake some functions static.
2007-04-01 Brendan CullyMerge flea restore
2007-02-12 Kees CookFull fix for null-pointer dereferences on partial opens...
2005-09-24 Alain BenchCosmetic fixes to MIME headers. Closes: #2086.
2005-09-17 Brendan CullyGah, forgot the zip code when updating the FSF address...
2005-09-17 Brendan CullyUpdate FSF address (via sed, I hope nothing got mangled...
2005-07-25 Thomas RoesslerGet rid of IMAP-related special casing all over the...
2005-07-24 Thomas RoesslerTry to fix threading bug triggered by duplicate references.
2005-07-24 Cedric DuvalAdd thread editing commands.
2005-02-03 Brendan CullyAdd config.h to the top of every C file that could...
2004-07-14 Elmar HoffmannBy default Mutt hides the subject of messages in the...
2003-12-10 Thomas RoesslerAvoid NULL pointer deference in threading code.
2003-09-19 Mads Martin JoergensenAs the ones of you who compile with new gcc's probably...
2003-04-11 Thomas RoesslerFix a segmentation fault.
2003-04-08 Thomas RoesslerTry to catch a couple of cases in which parameters...
2002-12-11 Thomas RoesslerFix Mike's and my e-mail addresses in copyright lines.
2002-12-10 Thomas RoesslerReplace safe_free calls by the FREE macro.
2002-02-28 Thomas Roessler$narrow_tree; fater redrawing when changing tree option...
2002-02-28 Thomas RoesslerThreading enhancements from Daniel Eisenbud.
2002-01-16 Thomas Roesslerpatch-1.3.25-de-new_threads.1
2001-12-17 Thomas RoesslerAnother threading update.
2001-12-13 Thomas RoesslerThreading updates, from Daniel Eisenbud.
2001-11-19 Thomas RoesslerFix mutt_messages_in_thread(). From Daniel Eisenbud.
2001-11-12 Thomas Roesslerpatch-1.3.23.2-de-new_threads.2
2001-11-08 Thomas Roesslerpatch-1.3.23.1-de-new_threads.3-4
2001-11-07 Thomas Roesslerpatch-1.3.23.1-de-new_threads.2-3
2001-11-06 Thomas Roessler[patch.1.3.23.1.de.new_threads.2] Daniel Eisenbud...
2001-11-05 Thomas RoesslerMissing gettext calls, noted by Byrial Jensen.
2001-10-31 Thomas RoesslerAdvanced threading, v 5.1. From Daniel Eisenbud
2001-09-03 Thomas RoesslerDon't lose track of the current message when collapsing...
2001-07-26 Thomas RoesslerO(n log (n)) sorting from Jan Kratochvil <short@ucw...
2001-04-25 Thomas RoesslerImplement RFC 2822's idea of the In-Reply-To header...
2001-01-30 Thomas RoesslerFix sort_aux=received. From <benno@sesgroup.net>.
2000-05-10 Thomas Roesslerupdated messages-in-thread (%e) patch from Markus Holmberg.
2000-05-09 Thomas RoesslerAdd a %e option for thread-relative message numbers...
2000-04-22 Thomas RoesslerHandle sort_aux="threads" somewhat different, and proba...
2000-03-29 Thomas RoesslerVarious little patches from Gero Treuner.
2000-03-03 Thomas RoesslerThe FSF apparently has moved.
2000-01-06 Thomas RoesslerUpdate copyright notices for unstable.
1999-08-31 Thomas RoesslerAdding a <parent-message> function. From Roland Rosenfeld
1999-03-16 Thomas RoesslerDetect thread loops.
1999-03-02 Thomas RoesslerProperly handle messages which have themselves in ...
1999-01-26 Thomas Roessler[unstable] Add the ~v pattern. From Vikas.
1999-01-08 Thomas RoesslerThreading fix from Daniel Eisenbud.
1999-01-07 Thomas RoesslerGet rid of RCS ids in source files. They are getting...
1998-12-16 Thomas RoesslerGive Daniel Eisenbud a "lock" on this file.
1998-11-10 Thomas RoesslerIntroduce or rewrite mutt_{str*cmp,strlen} and use...
1998-10-15 Thomas RoesslerChange "static char rcsid[]" to "static const char... mutt-0-94-13-rel
1998-10-13 Thomas RoesslerAdd RCS $Id$ strings to (hopefully) all source files.
next